E-mail List Archives
Re: Developing Accessible Pages Using JAWS (11 and IE 8+)
From: Bryan Garaventa
Date: Jul 3, 2015 4:38PM
- Next message: Bryan Garaventa: "Re: Time-out modal with alertdialog"
- Previous message: _mallory: "Re: Marking up file diffs in a table properly"
- Next message in Thread: Christopher Koeber: "Re: Developing Accessible Pages Using JAWS (11 and IE 8+)"
- Previous message in Thread: Léonie Watson: "Re: Developing Accessible Pages Using JAWS (11 and IE 8+)"
- View all messages in this Thread
One thing of note, I had to evaluate a government product a while back using only JAWS11 within IE8, and there is some early attempts at ARIA support built into it, but this is very unreliable.
E.G http://www.freedomscientific.com/Support/TechnicalSupport/Bulletin/1404
The use of role=application and role=dialog/alertdialog causes major accessibility issues, and should be avoided unless absolutely necessary. ARIA Menu constructs do work if 'roving tabindex' is used instead of aria-activedescendant, and requires that the container be surrounded using role=application to invoke the correct browse modality when focus is set to a menuitem. ARIA Buttons work, but toggles do not, at least, not reliably, especially when contained within a container with role=toolbar. Most other ARIA constructs work partially and often cause more trouble than they are worth, because they convey enough to change what a screen reader user hears, but not enough to make them work accessibly.
- Next message: Bryan Garaventa: "Re: Time-out modal with alertdialog"
- Previous message: _mallory: "Re: Marking up file diffs in a table properly"
- Next message in Thread: Christopher Koeber: "Re: Developing Accessible Pages Using JAWS (11 and IE 8+)"
- Previous message in Thread: Léonie Watson: "Re: Developing Accessible Pages Using JAWS (11 and IE 8+)"
- View all messages in this Thread