[Webkit-unassigned] [Bug 177811] New: AX: [ATK] ARIA menuitems should be exposed with ATK_ROLE_MENU_ITEM even when it's the child of group role

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Oct 3 06:29:09 PDT 2017


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

            Bug ID: 177811
           Summary: AX: [ATK] ARIA menuitems should be exposed with
                    ATK_ROLE_MENU_ITEM even when it's the child of group
                    role
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: All
                OS: Linux
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Accessibility
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: jdiggs at igalia.com
                CC: webkit-bug-importer at group.apple.com

Given:

  <div role="menu">
    <div role="group"><div role="menuitem">content 1</div></div>
    <div role="menuitem">content 2</div>
  </div>

The element with text "content 1" should have the same role as the element with text "content 2", namely ATK_ROLE_MENU_ITEM; instead it has ATK_ROLE_UNKNOWN.

-- 
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/20171003/a88ee08c/attachment-0001.html>


More information about the webkit-unassigned mailing list