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? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
If a child of an inert node has pointer-events: auto, it will be clickable and focusable.
inert
pointer-events: auto
<style> #myDiv input { pointer-events: auto; } </style> <div id="myDiv" inert> <button>Button</button> <input placeholder="styled input"> </div>
http://jsbin.com/zibuyus/2/edit?html,output
The text was updated successfully, but these errors were encountered:
No branches or pull requests
If a child of an
inert
node haspointer-events: auto
, it will be clickable and focusable.http://jsbin.com/zibuyus/2/edit?html,output
The text was updated successfully, but these errors were encountered: