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
If this is the element to inert
<button aria-hidden=true>Click</button>
When you inert the element and then remove the inert attribute, the aria-hidden attribute is also removed.
aria-hidden
The aria-hidden state should probably be saved just like the tabindex so it can be properly restored.
tabindex
The text was updated successfully, but these errors were encountered:
ouch. good catch. interested in sending a pull?
Sorry, something went wrong.
Can do
+1 good catch!
No branches or pull requests
If this is the element to inert
When you inert the element and then remove the inert attribute, the
aria-hidden
attribute is also removed.The
aria-hidden
state should probably be saved just like thetabindex
so it can be properly restored.The text was updated successfully, but these errors were encountered: