[Webkit-unassigned] [Bug 108979] details element not exposed as disclosure widget to accessibility APIs

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jun 20 01:40:22 PDT 2017


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

Jeongeun Kim <je00julie.kim at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |je00julie.kim at gmail.com

--- Comment #5 from Jeongeun Kim <je00julie.kim at gmail.com> ---
Hi,
I have a question summary role on Mac.
>From the spec, https://www.w3.org/TR/html-aam-1.0/#el-summary, it should be mapped to AXDisclosureTriangle but I found WebKit assigns AXButton to role for summary.

I tried to change it to AXDisclosureTriangle at createAccessibilityRoleMap() in WebAccessibilityObjectWrapperMac.mm and expanded or collapsed states were not updated with AXDisclosureTriangle role.

It seems Mac doesn't support expanded or collapsed state with AXDisclosureTriangle.
Could you check it?
Thanks,

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20170620/273c4e5f/attachment-0001.html>


More information about the webkit-unassigned mailing list