UNCONFIRMED 116570
WebKit exposes generated content in labels incorrectly on AXCheckbox and AXRadioButton
https://bugs.webkit.org/show_bug.cgi?id=116570
Summary WebKit exposes generated content in labels incorrectly on AXCheckbox and AXRa...
James Craig
Reported 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
Attachments
Radar WebKit Bug Importer
Comment 1 2013-05-21 12:51:41 PDT
James Craig
Comment 2 2013-09-04 13:54:29 PDT
*** Bug 118324 has been marked as a duplicate of this bug. ***
Note You need to log in before you can comment on or make changes to this bug.