RESOLVED DUPLICATE of bug 125592 125591
AX: make aria-hidden=false work with subtrees
https://bugs.webkit.org/show_bug.cgi?id=125591
Summary AX: make aria-hidden=false work with subtrees
chris fleizach
Reported 2013-12-11 11:22:38 PST
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
Ian 'Hixie' Hickson
Comment 1 2013-12-11 13:21:49 PST
*** This bug has been marked as a duplicate of bug 125592 ***
Note You need to log in before you can comment on or make changes to this bug.