[Webkit-unassigned] [Bug 25414] [GTK] ROLE_PANEL should not be used for paragraphs and list items.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed May 20 06:33:28 PDT 2009


https://bugs.webkit.org/show_bug.cgi?id=25414





------- Comment #4 from jmalonzo at gmail.com  2009-05-20 06:33 PDT -------
(From update of attachment 30506)

> +    // WebCore does not seem to have a role for list items
> +    if (AXObject->roleValue() == GroupRole) {

Why? List is not a child role of group so I don't think it's required
(http://www.w3.org/TR/wai-aria/#group)

> +        AccessibilityObject* parent = AXObject->parentObjectUnignored();
> +        if (parent && parent->roleValue() == ListRole)

You can just isList() here instead.


-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list