display:none in aural media

Hi everyone,

There is an element with which display:none was applied.
In this case, does a screen reader reproduce this element?

For example,
 <p style="display:none">string w/ display:none</p>

This P element is not displayed on visual UA. Well then, 
how is it treated on aural UA?
I hope it is not reproduced on aural UA too, because CSS2 
spec. said in 19.3, "To be sure to suppress rendering of 
an element and its descendants, use the 'display' property."

* http://www.w3.org/TR/REC-CSS2/aural.html#speaking-props


Thanks,
-y

Received on Tuesday, 19 February 2002 03:10:59 UTC