Opened 10 years ago
Closed 10 years ago
#31449 closed enhancement (fixed)
Press This accessibility improvements
Reported by: | afercia | Owned by: | azaozz |
---|---|---|---|
Milestone: | 4.2 | Priority: | normal |
Severity: | normal | Version: | 4.2 |
Component: | Press This | Keywords: | has-patch |
Focuses: | accessibility, javascript | Cc: |
Description
Proposed patch addresses following issues, some of them marked as "errors" by WAVE evaluation tool:
Errors:
- 2 X Missing form label (url-scan and wp-editor-area, won't touch the latter)
- 1 X Empty form label (search categories)
- 1 X Empty heading (won't touch this, there's ongoing discussion on this h2)
- 1 X Empty button (add-cat-toggle button-subtle)
Additionally:
- added some screen-reader-text and aria-hidden attributes
- added "aria-expanded" on some buttons
- focus handling improvements
- added missing target id for aria-controls="pressthis-code-wrap" in /wp-admin/tools.php
- changed
tagcloud-link
into a button
Attachments (1)
Change History (5)
Note: See
TracTickets for help on using
tickets.
Patch is looking good and working well in my test of it.