[Webkit-unassigned] [Bug 116570] New: WebKit exposes generated content in labels incorrectly on AXCheckbox and AXRadioButton
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue May 21 12:52:46 PDT 2013
https://bugs.webkit.org/show_bug.cgi?id=116570
Summary: WebKit exposes generated content in labels incorrectly
on AXCheckbox and AXRadioButton
Product: WebKit
Version: 528+ (Nightly build)
Platform: Unspecified
OS/Version: Unspecified
Status: UNCONFIRMED
Severity: Normal
Priority: P2
Component: Accessibility
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: james at cookiecrook.com
CC: james at cookiecrook.com,
webkit-bug-importer at group.apple.com
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
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list