Accessibility shortcuts: new looks and fix for the WebKit focus bug, props lessbloat, fixes #21471

git-svn-id: http://core.svn.wordpress.org/trunk@22249 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Andrew Ozz
2012-10-16 21:26:59 +00:00
parent f9ddde8da6
commit e8b10439bb
6 changed files with 55 additions and 19 deletions

View File

@@ -126,7 +126,7 @@ $current_screen->set_parentage( $parent_file );
?>
<div id="wpbody-content" aria-label="<?php esc_attr_e('Main content'); ?>">
<div id="wpbody-content" aria-label="<?php esc_attr_e('Main content'); ?>" tabindex="0">
<?php
$current_screen->render_screen_meta();