Bug 177811 - AX: [ATK] ARIA menuitems should be exposed with ATK_ROLE_MENU_ITEM even when it's the child of group role
Summary: AX: [ATK] ARIA menuitems should be exposed with ATK_ROLE_MENU_ITEM even when ...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Accessibility (show other bugs)
Version: WebKit Nightly Build
Hardware: All Linux
: P2 Normal
Assignee: Joanmarie Diggs
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2017-10-03 06:29 PDT by Joanmarie Diggs
Modified: 2017-10-03 17:05 PDT (History)
9 users (show)

See Also:


Attachments
Patch (4.56 KB, patch)
2017-10-03 06:40 PDT, Joanmarie Diggs
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Joanmarie Diggs 2017-10-03 06:29:09 PDT
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.
Comment 1 Radar WebKit Bug Importer 2017-10-03 06:29:28 PDT
<rdar://problem/34788850>
Comment 2 Joanmarie Diggs 2017-10-03 06:40:11 PDT
Created attachment 322514 [details]
Patch
Comment 3 WebKit Commit Bot 2017-10-03 17:05:13 PDT
Comment on attachment 322514 [details]
Patch

Clearing flags on attachment: 322514

Committed r222822: <http://trac.webkit.org/changeset/222822>
Comment 4 WebKit Commit Bot 2017-10-03 17:05:15 PDT
All reviewed patches have been landed.  Closing bug.