Bug 125591

Summary: AX: make aria-hidden=false work with subtrees
Product: WebKit Reporter: chris fleizach <cfleizach>
Component: AccessibilityAssignee: 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
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.