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

git-svn-id: https://develop.svn.wordpress.org/trunk@11175 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren
2009-05-04 18:05:16 +00:00
parent 9d6444bc64
commit 7357b54497
2 changed files with 7 additions and 2 deletions
+6 -1
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 {