[wp-trac] [WordPress Trac] #47053: Accessibility: Need to set proper 'tabindex' in 'Skip To Toolbar' HTML
WordPress Trac
noreply at wordpress.org
Fri Sep 13 14:35:51 UTC 2019
#47053: Accessibility: Need to set proper 'tabindex' in 'Skip To Toolbar' HTML
-----------------------------------------+--------------------------------
Reporter: jankimoradiya | Owner: joedolson
Type: defect (bug) | Status: assigned
Priority: normal | Milestone: 5.3
Component: Toolbar | Version:
Severity: normal | Resolution:
Keywords: has-screenshots needs-patch | Focuses: ui, accessibility
-----------------------------------------+--------------------------------
Comment (by afercia):
Worth reminding there's some JavaScript in `admin-bar.js` that moves the
admin bar but only when jQuery is not used on the front end. This is the
case with Twenty Nineteen, which doesn't use jQuery.
{{{
addEvent(w, 'load', function() {
aB = d.getElementById('wpadminbar');
if ( d.body && aB ) {
d.body.appendChild( aB );
}}}
--
Ticket URL: <https://core.trac.wordpress.org/ticket/47053#comment:11>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list