-
Notifications
You must be signed in to change notification settings - Fork 6.8k
fix(material/menu): use narrower value for aria-haspopup on trigger element #15219
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
828e2c2
to
b156f89
Compare
39c32f3
to
f20a2aa
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
f20a2aa
to
4864763
Compare
4864763
to
c28a26e
Compare
…lement Currently we set `aria-haspopup` correctly on the menu trigger, however [according to the spec](https://www.w3.org/TR/wai-aria-1.1/#aria-haspopup) we can narrow the value down so that it indicates what kind of popup will be opened.
c28a26e
to
f9195ad
Compare
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
Currently we set
aria-haspopup
correctly on the menu trigger, however according to the spec we can narrow the value down so that it indicates what kind of popup will be opened.