What is the difference between these three for screen reader users?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
refer: http://css-discuss.incutio.com/?page=ScreenreaderVisibility display:none: will not be seen nor heard. *
|
|||||||
|
|
There's good explanation about this in A List Apart. http://www.alistapart.com/articles/fir/ It depends on product. PRODUCT DISPLAY: NONE VISIBILITY: HIDDEN Hal version 5.20 Does not read Reads IBM Home Page Reader 3.02 Does not read Does not read Jaws (4.02, 4.50, 5.0 beta) Reads Reads OutSpoken 9 Does not read Does not read Window-Eyes 4.2 Does not read Does not read |
||||
|
|
|
There's a very good summary of how screen readers interpret these properties at WebAIM. In a nutshell, |
|||||||||
|