The wai-aria tag has no wiki summary.
8
votes
3answers
324 views
WAI-ARIA: Javascript Capability Testing?
In the spirit of progressive enhancement, I'd like to do some ARIA capabilities testing to implement additional enhancements if they're supported by the browser. I'm not looking to detect screen ...
6
votes
2answers
80 views
How does CSS opacity affect accessibility?
After browsing a number of Google and other SO articles, I've decided to ask my question plainly in hopes of a simple, direct answer.
To add one further step to the discussion on Does opacity:0 have ...
4
votes
1answer
215 views
What’s the difference between the “wairole” and “role” attributes?
I have begun doing dojo accessibility testing on a web application and have noticed that elements have both a role and a wairole attribute that seem to be the same value.
After much searching I have ...
3
votes
1answer
3k views
Accessible, mobile-friendly lightbox?
Is there any lightbox solution (along the lines of Fancybox, etc.) that is both accessible (VoiceOver & JAWS, etc., compatible, with perhaps WAI-ARIA roles) and mobile-friendly?
Bonus points for ...
1
vote
2answers
89 views
Can I make my website read text to users with assistive technologies (VoiceOver/JAWS), only?
I would like to provide a bit of assistance to blind users by having my website read something to them, briefly. Is this possible?
0
votes
1answer
28 views
mobile navigation
I am creating a tablist for a website, and am looking to modify the experience on a mobile.
I am looking to create a select list for the navigation tab items.
Is is valid to keep arai roles such ...
0
votes
2answers
132 views
add aria-expanded and tabindex values to parent based on current URL
I'm creating a jQuery-powered, WAI-ARIA tree menu for a site that doesn't have any server-side capabilities. Because of this, my only way of changing the menu dynamically is to check the current URL ...
0
votes
1answer
75 views
Strange behaviour of Firefox 4.01 with x/html and javascript
I work on web accessibility for blind people interacting with a screen reader Jaws and a vocal synthesizer.
I am using x/html with wai-aria and javascript to design accessible web pages of a ...