Bug 113956 - ARIA presentation role inheritance does not work with some elements when using some CSS properties like display:inline-block
Summary: ARIA presentation role inheritance does not work with some elements when usin...
Status: RESOLVED WORKSFORME
Alias: None
Product: WebKit
Classification: Unclassified
Component: Accessibility (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2013-04-04 13:37 PDT by James Craig
Modified: 2013-11-12 13:34 PST (History)
3 users (show)

See Also:


Attachments
test case demonstrating bug (2.09 KB, text/html)
2013-04-04 13:37 PDT, James Craig
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description James Craig 2013-04-04 13:37:45 PDT
Created attachment 196515 [details]
test case demonstrating bug

ARIA presentation role inheritance does not work with some elements when using some CSS properties like display:inline-block. See test case for more information and demos.
Comment 1 Radar WebKit Bug Importer 2013-04-04 13:38:47 PDT
<rdar://problem/13579894>
Comment 2 Samuel White 2013-11-11 11:51:20 PST
James, your test case works as expected for me at this point (TOT). If this is still an issue let me know.

Specifically, the second test group does NOT have an additional AXGroup around the AXRadioButton as you've mentioned. Which, DOES exist as expected in the last group.
Comment 3 James Craig 2013-11-12 13:34:23 PST
Yes, this is working correctly at top of trunk.