We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
aria-current
menuitem
href
menu items can have a href, but currently don't allow setting aria-current.
the apg does mention "aria-current" for "menuitem": https://www.w3.org/WAI/ARIA/apg/patterns/menubar/examples/menubar-navigation/
aria-current should be forwarded to the <a role="menuitem" href="/" aria-current="page">
<a role="menuitem" href="/" aria-current="page">
aria-current is not forwarded to the <a role="menuitem" href="/">
<a role="menuitem" href="/">
No response
https://codesandbox.io/p/sandbox/awesome-brown-krr5tq?file=%2Fsrc%2FApp.js%3A11%2C32
latest
Firefox
linux
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Provide a general summary of the issue here
menu items can have a href, but currently don't allow setting
aria-current
.the apg does mention "aria-current" for "menuitem": https://www.w3.org/WAI/ARIA/apg/patterns/menubar/examples/menubar-navigation/
🤔 Expected Behavior?
aria-current
should be forwarded to the<a role="menuitem" href="/" aria-current="page">
😯 Current Behavior
aria-current
is not forwarded to the<a role="menuitem" href="/">
💁 Possible Solution
No response
🔦 Context
No response
🖥️ Steps to Reproduce
https://codesandbox.io/p/sandbox/awesome-brown-krr5tq?file=%2Fsrc%2FApp.js%3A11%2C32
Version
latest
What browsers are you seeing the problem on?
Firefox
If other, please specify.
No response
What operating system are you using?
linux
🧢 Your Company/Team
No response
🕷 Tracking Issue
No response
The text was updated successfully, but these errors were encountered: