Re: How important is aria-hidden, when already hidden with CSS?

these results from last year may be helpful:
of the SR's tested chromewvox is the only one that relied solely on the DOM
(though has changed as DOM is apparently too limiting as an accessibility
API) On the other end is VoiceOver that does not interpret the DOM directly
at all.

Screen reader support for hidden content
http://www.html5accessibility.com/tests/hidden2013.html

--

Regards

SteveF
HTML 5.1 <http://www.w3.org/html/wg/drafts/html/master/>

On 27 November 2014 at 00:42, Mitchell Evan <mtchllvn@gmail.com> wrote:

> I have content with CSS display:none; visibility:hidden. The WAI-ARIA spec says
> add aria-hidden, to ensure support support for assistive technologies (AT)
> that access the DOM directly.
>
> For practical accessibility: which AT accesses the DOM directly?
>
> For conformance: is the CSS alone enough to meet WCAG success criteria?
>
> @mitchellrevan
>

Received on Monday, 1 December 2014 15:08:45 UTC