[Webkit-unassigned] [Bug 111665] AXRoleDescription for DL is "list"; should be "description list"

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Apr 2 12:04:52 PDT 2013


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





--- Comment #8 from James Craig <james at cookiecrook.com>  2013-04-02 12:03:02 PST ---
(In reply to comment #4)
> (From update of attachment 196051 [details])
> View in context: https://bugs.webkit.org/attachment.cgi?id=196051&action=review
> 
> > Source/WebCore/accessibility/mac/WebAccessibilityObjectWrapperMac.mm:1884
> > +        if (listObject->isDescriptionList())
> 
> is it necessary to cast to a list? 
> I don't know if isList() corresponds to AccessibilityList. 
> If it is necessary we should use toAccessibilityList() instead of a static cast

static_cast is used in identically in the subrole() method just before this use in roleDescription().

-- 
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