Opened 11 years ago
Closed 11 years ago
#31449 closed enhancement (fixed)
Press This accessibility improvements
| Reported by: | afercia | Owned by: | azaozz |
|---|---|---|---|
| Priority: | normal | Milestone: | 4.2 |
| Component: | Press This | Version: | 4.2 |
| Severity: | normal | Keywords: | has-patch |
| Cc: | Focuses: | accessibility, javascript |
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-linkinto a button
Attachments (1)
Change History (5)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Patch is looking good and working well in my test of it.