[Webkit-unassigned] [Bug 139142] New: AX: display:none content exposed to accessibility when aria-hidden is toggled on ancestor element
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Dec 1 12:40:08 PST 2014
https://bugs.webkit.org/show_bug.cgi?id=139142
Bug ID: 139142
Summary: AX: display:none content exposed to accessibility when
aria-hidden is toggled on ancestor element
Classification: Unclassified
Product: WebKit
Version: 528+ (Nightly build)
Hardware: All
OS: All
Status: NEW
Severity: Normal
Priority: P2
Component: Accessibility
Assignee: webkit-unassigned at lists.webkit.org
Reporter: jcraig at apple.com
CC: webkit-bug-importer at group.apple.com
Created attachment 242330
--> https://bugs.webkit.org/attachment.cgi?id=242330&action=review
test case
AX: display:none content exposed to accessibility when aria-hidden is toggled on ancestor element
Repro:
1. Open test case.
2. Navigate to the list with VoiceOver and verify there are only two links.
3. Hide and then show the section.
4. Navigate to the list with VoiceOver and notice there are now three links.
aria-hidden=false should only override display:none on the current element, not on descendant elements.
<rdar://problem/19093687>
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20141201/3213e00c/attachment-0002.html>
More information about the webkit-unassigned
mailing list