RESOLVED FIXED 177811
AX: [ATK] ARIA menuitems should be exposed with ATK_ROLE_MENU_ITEM even when it's the child of group role
https://bugs.webkit.org/show_bug.cgi?id=177811
Summary AX: [ATK] ARIA menuitems should be exposed with ATK_ROLE_MENU_ITEM even when ...
Joanmarie Diggs
Reported 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.
Attachments
Patch (4.56 KB, patch)
2017-10-03 06:40 PDT, Joanmarie Diggs
no flags
Radar WebKit Bug Importer
Comment 1 2017-10-03 06:29:28 PDT
Joanmarie Diggs
Comment 2 2017-10-03 06:40:11 PDT
WebKit Commit Bot
Comment 3 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>
WebKit Commit Bot
Comment 4 2017-10-03 17:05:15 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.