[Webkit-unassigned] [Bug 12132] Implement ARIA to enable dynamic web appliations
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Mar 12 02:58:48 PDT 2009
https://bugs.webkit.org/show_bug.cgi?id=12132
------- Comment #14 from aaronleventhal at moonset.net 2009-03-12 02:58 PDT -------
(In reply to comment #13)
> Also worth noting that the aria role "presentational" and the aria state
> "aria-hidden" do not appear to be implemented or working. This makes hiding
> things from the screen reader impossible.
Try role="presentation".
Also, do things not get hidden from the screen reader when display: none or
visibility: hidden are used? If you look at the 4th question under
http://www.w3.org/WAI/PF/aria-implementation/#error-handling_states-properties,
it shows that aria-hidden is advisory, allowing DOM-based ATs to retrieve
changes to whether something is hidden. However, it is preferred that ATs can
use another API to determine visibility and changes to visibility. IOW, using
display: none or visibility: hidden is the right way to hide something from a
screen reader.
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the webkit-unassigned
mailing list