[Webkit-unassigned] [Bug 126579] New: AX: Make roleValue() return DescriptionListRole for <dl> elements
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Jan 7 06:39:44 PST 2014
https://bugs.webkit.org/show_bug.cgi?id=126579
Summary: AX: Make roleValue() return DescriptionListRole for
<dl> elements
Product: WebKit
Version: 528+ (Nightly build)
Platform: All
OS/Version: All
Status: NEW
Severity: Normal
Priority: P2
Component: Accessibility
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: mario at webkit.org
CC: webkit-bug-importer at group.apple.com
At the moment, roleValue() returns ListRole for every list element, even <dl> ones and so we need to check the result of isDescriptionList() in places where we want to know if it's a normal list or a description list (e.g. the ATK wrapper).
This bug is about fixing that small issue, according to the comments on bug 125857.
--
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