https://bugzilla.wikimedia.org/show_bug.cgi?id=33787
Jon Harald Søby <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Jon Harald Søby <[email protected]> 2012-01-20 01:09:36 UTC --- In theory, this can easily be implemented with Aural CSS: http://www.w3.org/TR/CSS21/aural.html You can specify that infoboxes, galleries and other elements should have a CSS class "nospeak", defined with the following code: .nospeak { speak: none; } However, I have no idea how well Aural CSS is supported by screen reader software. Since it has been around since CSS2.1 support (at least for 2.1 elements) is hopefully good, but as I said, I have no idea. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
