(bug 5246) Add speak:none to "hiddenStructure" class in main.css
authorRob Church <robchurch@users.mediawiki.org>
Tue, 14 Mar 2006 15:10:16 +0000 (15:10 +0000)
committerRob Church <robchurch@users.mediawiki.org>
Tue, 14 Mar 2006 15:10:16 +0000 (15:10 +0000)
RELEASE-NOTES
skins/monobook/main.css

index ed8e0c7..18b94d2 100644 (file)
@@ -684,7 +684,7 @@ fully support the editing toolbar, but was found to be too confusing.
 * (bug 5228) Workaround for broken LanguageConverter title overrides; avoid
   unnecessary hidden UI work when watch/unwatch is performed on edit
 * Fixed bogus master fallback in external storage
-
+* (bug 5246) Add speak:none to "hiddenStructure" class in main.css
 
 === Caveats ===
 
index e0c9460..4c67d07 100644 (file)
@@ -451,6 +451,7 @@ div.tleft {
 
 .hiddenStructure {
        display: none;
+       speak: none;
 }
 img.tex {
        vertical-align: middle;