Bug 125591
Summary: | AX: make aria-hidden=false work with subtrees | ||
---|---|---|---|
Product: | WebKit | Reporter: | chris fleizach <cfleizach> |
Component: | Accessibility | Assignee: | chris fleizach <cfleizach> |
Status: | RESOLVED DUPLICATE | ||
Severity: | Normal | CC: | ian, webkit-bug-importer |
Priority: | P2 | Keywords: | InRadar |
Version: | 528+ (Nightly build) | ||
Hardware: | All | ||
OS: | All |
chris fleizach
All the examples from
http://www.html5accessibility.com/tests/hidden2013.html
should work.
Right now, cases 5 and 6 fail
<p id="e" hidden aria-hidden="false">test html5 hidden</p>
<p id="f" style="display:none" aria-hidden="false">test display:none</p>
Because aria-hidden=false is only applying to the element itself, not the sub-tree below itself
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Ian 'Hixie' Hickson
*** This bug has been marked as a duplicate of bug 125592 ***