Accessibility: add text to the updates link in the toolbar, props SergeyBiryukov, fixes #21333

git-svn-id: https://develop.svn.wordpress.org/trunk@21425 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Ozz 2012-08-05 19:10:11 +00:00
parent 0630d134d2
commit d5cdd76bde
2 changed files with 4 additions and 3 deletions

View File

@ -617,6 +617,7 @@ function wp_admin_bar_updates_menu( $wp_admin_bar ) {
return;
$title = '<span class="ab-icon"></span><span class="ab-label">' . number_format_i18n( $update_data['counts']['total'] ) . '</span>';
$title .= '<legend class="screen-reader-text"><span>' . $update_data['title'] . '</span></legend>';
$wp_admin_bar->add_menu( array(
'id' => 'updates',

View File

@ -607,15 +607,15 @@
}
/* Skip link */
#wpadminbar #wpadminbar-shortcut {
#wpadminbar #wpadminbar-shortcut,
#wpadminbar .screen-reader-text,
#wpadminbar .screen-reader-text span {
position: absolute;
left: -1000em;
top: -1000em;
height: 1px;
width: 1px;
overflow: hidden;
padding: 0;
margin: 0;
}
#wpadminbar #wpadminbar-shortcut:focus {