Buttons opening dropdown should better indicate its content with aria-haspopup property #2072
Labels
accessibility
Issue related to accessibility.
good first issue
Relatively easy to fix. This is a perfect issue if you are willing to create a Pull Request.
status:confirmed
An issue confirmed by the development team.
target:major
Any docs related issue that should be merged into a major branch.
type:feature
A feature request.
Milestone
Type of report
Feature request
Provide description of the new feature
WAI-ARIA 1.1 has added new values for
aria-haspopup
property, among them arelistbox
andmenu
. This allows us to better indicate what is contained by button that has a popup.We have some buttons that opens
[role=menu]
elements (e.g.menubutton
) and several other that work onlistbox
es (e.g. style combo, color button).Currently their buttons
aria-haspopup
is set totrue
. It should get more precise value for each case.The text was updated successfully, but these errors were encountered: