#6741 closed enhancement (fixed)
A11y: New List Table headings in wp-admin Activity
Reported by: | mercime | Owned by: | mercime |
---|---|---|---|
Milestone: | 2.5 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Core | Keywords: | has-screenshots has-patch commit |
Cc: |
Description
WP 4.4-trunk, BP 2.5-trunk.
As outlined in make.wordpress.org/core, new headings have been added to improve accessibility for screens with List Tables.
Legend:
(o) changed in #6581
(+) add new heading
(-) revised heading level
Headings:
(o) <h1> Activity <h1>
(+) <h2> Filter activity list </h2> (screen reader only)
(+) <h2> Activity list navigation </h2> (screen reader only)
(+) <h2> Activity list </h2> (screen reader only)
(-) <h5> Reply to Activity </h3> bump to <h3> Reply to Activity </h3>
Screenshot is attached to show the new headings and new heading level for reply to activity section.
6741-add.patch adds accessible hidden headings and text for BP_Activity_List_Table.
6741-bump.patch bumps heading level for the BP_Activity_List_Table Reply Form.