[Webkit-unassigned] [Bug 136415] AX: CSS table display styles can cause malformed, inaccessible AXTables to be exposed to the AX tree

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Aug 5 17:14:38 PDT 2015


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

--- Comment #13 from chris fleizach <cfleizach at apple.com> ---
(In reply to comment #10)
> Comment on attachment 258318 [details]
> patch
> 
> View in context:
> https://bugs.webkit.org/attachment.cgi?id=258318&action=review
> 
> >> Source/WebCore/accessibility/mac/WebAccessibilityObjectWrapperMac.mm:-1921
> >> -        { GridRole, NSAccessibilityGridRole },
> > 
> > what was the bug that this changed with? it seems correct to keep it as TableRole, but wondering how it broke
> 
> I think in https://bugs.webkit.org/show_bug.cgi?id=146011, I changed element
> with "grid" role to use GridRole. Before that "grid" is mapped to TableRole.

sad I let this slip through

What we want is to map aria "grid" -> WebCore::GridRole, but then map WebCore::GridRole to NSAccessibilityTableRole

that way, in the accessibility node inspector it will say "grid" but for the mac platform it says "table"

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150806/11383131/attachment.html>


More information about the webkit-unassigned mailing list