Hide things that need to be available to screen readers via offscreen positioning. see #9445

git-svn-id: http://svn.automattic.com/wordpress/trunk@11175 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
ryan
2009-05-04 18:05:16 +00:00
parent c76426b42c
commit 229dedb539
2 changed files with 7 additions and 2 deletions

View File

@@ -185,7 +185,12 @@ table {
clear: both;
}
.hidden,
/* Hide visually but not from screen readers */
.hidden {
position: absolute;
left: -1000em;
}
.js .closed .inside,
.js .hide-if-js,
.no-js .hide-if-no-js {