Opened 2 years ago
Last modified 2 years ago
#52303 assigned defect (bug)
Accessibility issues in revisions screen
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | Future Release | Priority: | normal |
Severity: | normal | Version: | 3.6.1 |
Component: | Revisions | Keywords: | needs-patch |
Focuses: | ui, accessibility, javascript | Cc: |
Description
In the course of assessing a functional problem with wp_text_diff
, a number of accessibility concerns were unearthed regarding the revisions screen.
Once the output of wp_text_diff
is settled, the other concerns noted in #25473 should be addressed here.
Attachments (1)
Change History (5)
This ticket was mentioned in Slack in #accessibility by hedgefield. View the logs.
2 years ago
#4
@
2 years ago
Issues that still need to be resolved in the Revisions screen:
1) Can this be reduced to a single table, so that a single set of headers ('Removed' and 'Added') can be displayed for all content, rather than having different sets for each type of data.
2) Add aria-labelledby and aria-describedby attributes to the view slider to improve the accessibility of navigating revisions.
3) Fix headings hierarchy (current H3 headings should be H2)
Hey @joedolson Would you be able to list and summarize the final a11y to-do's from #25473 in the description? Thanks!