Bug 526286 - dropdowntriggerbuttonwitharrow needs to be marked up as menu button
Summary: dropdowntriggerbuttonwitharrow needs to be marked up as menu button
Status: RESOLVED FIXED
Alias: None
Product: Orion (Archived)
Classification: ECD
Component: Client (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows 7
: P3 normal (vote)
Target Milestone: 17.0   Edit
Assignee: Carolyn MacLeod CLA
QA Contact:
URL:
Whiteboard:
Keywords: accessibility
Depends on:
Blocks:
 
Reported: 2017-10-19 17:56 EDT by Carolyn MacLeod CLA
Modified: 2017-10-19 18:04 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Carolyn MacLeod CLA 2017-10-19 17:56:59 EDT
The button itself needs aria-haspopup="true" and aria-expanded="false"
(and not role="menuitem" because it's a "drop down menu button").

The menu (the ul) needs role = "menu".
Comment 1 Eclipse Genie CLA 2017-10-19 18:03:40 EDT
GitHub Pull Request 238 created by [carmacleod]
https://github.com/eclipse/orion.client/pull/238
Comment 2 Carolyn MacLeod CLA 2017-10-19 18:04:27 EDT
Fixed.