Bug 116570 - WebKit exposes generated content in labels incorrectly on AXCheckbox and AXRadioButton
Summary: WebKit exposes generated content in labels incorrectly on AXCheckbox and AXRa...
Status: UNCONFIRMED
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
: 118324 (view as bug list)
Depends on:
Blocks:
 
Reported: 2013-05-21 12:51 PDT by James Craig
Modified: 2013-09-04 13:56 PDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description James Craig 2013-05-21 12:51:14 PDT
WAI-ARIA CR Blocker

In both cases, WebKit exposes the input with an incomplete AXTitle (only including the DOM text, not including the CSS generated content). Expectation is that this should NOT use AXTitle, but instead use AXTitleUIElement pointer to an AXGroup containing both AXStaticText elements. The AXChild order should follow: ['::before', 'content', '::after']

https://dvcs.w3.org/hg/pfwg/raw-file/default/ARIA/1.0/tests/test-files/name-computation-input/759.html
https://dvcs.w3.org/hg/pfwg/raw-file/default/ARIA/1.0/tests/test-files/name-computation-input/760.html
Comment 1 Radar WebKit Bug Importer 2013-05-21 12:51:41 PDT
<rdar://problem/13952362>
Comment 2 James Craig 2013-09-04 13:54:29 PDT
*** Bug 118324 has been marked as a duplicate of this bug. ***