[Bug 26172] (ARIA table) should noscript have aria-hidden=true if scripting is disabled?

https://www.w3.org/Bugs/Public/show_bug.cgi?id=26172

--- Comment #6 from steve faulkner <faulkner.steve@gmail.com> ---
(In reply to alexander surkov from comment #5)

> 
> > Requiring aria-hidden=true when scripting is enabled would require some
> > browsers to do something different than they are doing now and is
> > unnecessary.
> 
> what the change could be?

for example, in IE <noscript> or its content is not included in acc tree when
JS enabled. If aria-hidden=true is added:

<noscript aria-hidden=true> IE adds the content to the tree with a state of
invisible.

test file
http://stevefaulkner.github.io/html-mapping-tests/browser-tests/noscript.html

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Tuesday, 24 June 2014 10:22:02 UTC