Tagged Questions

0
votes
1answer
22 views

How to make Keyboard and screen reader accessible drop down menu ?

It would be better if there is way to make without using javascript
0
votes
2answers
28 views

If i have same navigation on 2 places in every page , one is in dropdown and again is in left sider bar will it create difficulties for screen reader user?

If i have same navigation on 2 places in every page , one is in dropdown and again is in left sider bar will it create difficulties for screen reader user?
3
votes
3answers
58 views

Is W3C invalid HTML and CSS code harmful for SEO and problematic for screen reader users?

If i made a site and site looking well in all a grade browsers but if site shows some errors in both XHTML and CSS validation then is there any benefit to solve those errors? Is s …
0
votes
3answers
52 views

Why are table based sites bad for screen reader users?

How much easier is it for screen readers to handle <div> based websites as opposed to older <table> based websites, and why are they worse?
4
votes
2answers
54 views

display:none vs visibility:hidden vs text-indent:9999 How screen reader behave with each one ?

What is the difference between these three for screen reader users?
0
votes
1answer
30 views

How do screen readers handle modal windows?

Does anyone know how the various screen readers interact with a modal window, ie: Thickbox? Do the contents of the modal gain the reader's focus after they click on it?
0
votes
1answer
51 views

Flash Accessibility, detect screen reader

I'm working on making a SWF application accessible for visually impaired people who use JAWS or Windows Eyes. I installed both JAWS and Windows Eyes demo versions. When running m …
2
votes
5answers
213 views

xhtml document - Lang options question…

Dear all What is the difference between the 2 lines shown below?: <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-GB"> <meta http-equiv="content-language" conte …
2
votes
3answers
134 views

Flash and Accessability

As a web developer, a number of the projects I work on fall under government umbrellas and hence are subject to 508 Accessibility laws, and sometimes W3C accessibility guidelines. …
6
votes
5answers
229 views

Javascript and Accessibility

As a web developer, a number of the projects I work on fall under government umbrellas and hence are subject to 508 Accessibility laws, and sometimes W3C accessibility guidelines. …
0
votes
1answer
305 views

Why are hidden form elements still read by JAWS?

The Situation I have an area of the screen that can be shown and hidden via JavaScript (something like "show/hide advanced search options"). Inside this area there are form elemen …