#50293 closed defect (bug) (fixed)
Plugin & Themes auto-updates: add missing `aria-hidden` attributes to dashicons
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 5.5 | Priority: | normal |
Severity: | normal | Version: | 5.5 |
Component: | Administration | Keywords: | has-patch commit |
Focuses: | accessibility | Cc: |
Description
Current implementation in Plugins screen auto-updates column:
<a href="plugins.php?action=disable-auto-updateβ¦" class="toggle-auto-update" data-wp-action="disable"> <span class="dashicons dashicons-update spin hidden"></span> <span class="label">Disable auto-updates</span> </a>
span
elements only used to display a dashicon should use aria-hidden
attribute as it's a decorative element.
This also needs to be fixed on Themes screen.
For reference, this bug was introduced in #50052.
Attachments (1)
Change History (7)
This ticket was mentioned in βSlack in #accessibility by sabernhardt. βView the logs.
8 months ago
#2
@
8 months ago
- Keywords has-patch commit added; needs-patch removed
- Owner set to audrasjb
- Status changed from new to accepted
The patch looks perfect, marking this for commit
. Thanks @ryokuhi
Also, additional props should go to @afercia who spotted the issue.
This ticket was mentioned in βSlack in #core by audrasjb. βView the logs.
8 months ago
This ticket was mentioned in βSlack in #accessibility by nrqsnchz. βView the logs.
8 months ago
Note: See
TracTickets for help on using
tickets.
First patch