WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
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
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2013-05-21 12:51:41 PDT
<
rdar://problem/13952362
>
James Craig
Comment 2
2013-09-04 13:54:29 PDT
***
Bug 118324
has been marked as a duplicate of this bug. ***
James Craig
Comment 3
2013-09-04 13:56:15 PDT
From the dupe: Here are the test cases that fail:(radio, checkbox)
https://dvcs.w3.org/hg/pfwg/raw-file/default/ARIA/1.0/tests/test-files/name-computation-input/754.html
https://dvcs.w3.org/hg/pfwg/raw-file/default/ARIA/1.0/tests/test-files/name-computation-input/755.html
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
Here are some of the test cases that pass (text, file, button):
https://dvcs.w3.org/hg/pfwg/raw-file/default/ARIA/1.0/tests/test-files/name-computation-input/753.html
https://dvcs.w3.org/hg/pfwg/raw-file/default/ARIA/1.0/tests/test-files/name-computation-input/756.html
https://dvcs.w3.org/hg/pfwg/raw-file/default/ARIA/1.0/tests/test-files/name-computation-input/757.html
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug