[wp-trac] [WordPress Trac] #36644: Make admin menu skip links accessible to developers
WordPress Trac
noreply at wordpress.org
Tue Jun 21 08:55:07 UTC 2016
#36644: Make admin menu skip links accessible to developers
-------------------------------------+-------------------------------------
Reporter: littler.chicken | Owner:
Type: enhancement | Status: new
Priority: normal | Milestone: Future Release
Component: Administration | Version: trunk
Severity: normal | Resolution:
Keywords: has-patch needs-docs | Focuses: accessibility,
2nd-opinion | administration
-------------------------------------+-------------------------------------
Comment (by GrahamArmfield):
Replying to [comment:5 afercia]:
> By the way, the main issue I see here is that many browsers still don't
give focus to elements targeted with an anchor link if these elements are
not focusable. That's the reason why the main content `div` has a
`tabindex="0"` attribute.
If I've understood the situation correctly then `tabindex="-1"` would be
better. This allows focus to be given to an element (including in Chrome
and Safari) but prevents it from being included in the normal tab order.
As far as I know this is supported by all modern browsers.
--
Ticket URL: <https://core.trac.wordpress.org/ticket/36644#comment:12>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list