[whatwg] [HTML5] Accessibility question
Nicholas Shanks
contact at nickshanks.com
Mon Mar 17 09:11:47 PDT 2008
Paul is right, you can just use:
@media (screen, print, handheld) { .foo { display: none; } }
Since no screenreader i know of supports aural media you can't yet do
it the other way around (default to none and show for aural)
On 17 Mar 2008, at 2:08 am, Nicholas C. Zakas wrote:
> I know the topic has come up a few times, but I'm still wondering if
> HTML 5 should provide some sort of logic around content that should
> not be displayed by browsers but should be read by screen readers.
> Perhaps a "noview" boolean attribute on each element could be used
> to tell UAs not to render the content but to report it to screen
> readers? Or maybe a <noview/> element could be used to surround
> content that shouldn't be displayed but should be accessible to
> screen readers?
>
> Any thoughts?
>
> -Nicholas
>
> Looking for last minute shopping deals? Find them fast with Yahoo!
> Search.
— Nicholas Shanks.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.whatwg.org/pipermail/whatwg-whatwg.org/attachments/20080317/951264d6/attachment-0001.htm>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 2427 bytes
Desc: not available
URL: <http://lists.whatwg.org/pipermail/whatwg-whatwg.org/attachments/20080317/951264d6/attachment-0001.bin>
More information about the whatwg
mailing list