[wp-trac] [WordPress Trac] #47053: Accessibility: Need to set proper 'tabindex' in 'Skip To Toolbar' HTML
WordPress Trac
noreply at wordpress.org
Sat Apr 27 06:23:47 UTC 2019
#47053: Accessibility: Need to set proper 'tabindex' in 'Skip To Toolbar' HTML
-------------------------+-------------------------------------------------
Reporter: | Owner: (none)
jankimoradiya |
Type: defect | Status: new
(bug) |
Priority: normal | Milestone: Awaiting Review
Component: General | Version:
Severity: normal | Keywords: needs-patch has-screenshots dev-
Focuses: ui, | feedback
accessibility |
-------------------------+-------------------------------------------------
I have found that, There is a set tabindex="1" in the "Skip to toolbar"
html.
{{{
<a class="screen-reader-shortcut" href="#wp-toolbar" tabindex="1">Skip to
toolbar</a>
}}}
I assume that, tabindex need to set "0" or "-1" for the Accessibility
standard.
--
Ticket URL: <https://core.trac.wordpress.org/ticket/47053>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list