#36555 closed defect (bug) (fixed)
Semantic elements for non-link links: /wp-admin/includes/class-wp-media-list-table.php
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | 4.6 | Priority: | normal |
| Severity: | normal | Version: | |
| Component: | Administration | Keywords: | has-patch commit semantic-buttons |
| Focuses: | accessibility | Cc: |
Description
Adds aria-button-if-js class to links in the Media list table that behave as buttons. See #26504
Attachments (2)
Change History (8)
#1
@
10 years ago
- Milestone changed from Awaiting Review to 4.6
- Owner set to afercia
- Status changed from new to assigned
#2
@
10 years ago
- Owner changed from afercia to joedolson
Thinking maybe some links should be real <button> elements since they're hidden when JS is off. So, they wouldn't need the class aria-button-if-js. Specifically, the ones with the class hide-if-no-js that open the "attach" modal.
About the styling part, there's #35126. Thoughts?
This ticket was mentioned in Slack in #accessibility by afercia. View the logs.
10 years ago
Note: See
TracTickets for help on using
tickets.
Adds aria-button-if-js where appropriate