r24129 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r24128‎ | r24129 | r24130 >
Date:20:21, 15 July 2007
Author:simetrical
Status:old
Tags:
Comment:
Remove bogus 'speak: none;' declaration. It's invalid for the media types, breaking CSS validation, and will only confuse actual screen readers that are clever enough to look at screen/projection CSS.
Modified paths:
  • /trunk/phase3/skins/monobook/handheld.css (modified) (history)
  • /trunk/phase3/skins/monobook/main.css (modified) (history)

Diff [purge]

Index: trunk/phase3/skins/monobook/handheld.css
@@ -456,7 +456,6 @@
457457
458458 .hiddenStructure {
459459 display: none;
460 - speak: none;
461460 }
462461 img.tex {
463462 vertical-align: middle;
@@ -1299,4 +1298,4 @@
13001299 /* Kill big bulky stuff that will clog up the screen */
13011300 display: none;
13021301 }
1303 -}
\ No newline at end of file
 1302+}
Index: trunk/phase3/skins/monobook/main.css
@@ -490,7 +490,6 @@
491491 }
492492 .hiddenStructure {
493493 display: none;
494 - speak: none;
495494 }
496495
497496 /* Have a checkered background on images on the description pages and in galleries

Follow-up revisions

RevisionCommit summaryAuthorDate
r24215Merged revisions 24095-24212 via svnmerge from...david21:19, 17 July 2007

Status & tagging log