@soomo/wicg-inert
Version:
A polyfill for the proposed inert API
11 lines (9 loc) • 299 B
HTML
<!--
This work is licensed under the W3C Software and Document License
(http://www.w3.org/Consortium/Legal/2015/copyright-software-and-document).
-->
<div inert>
<button>Click Me</button>
<div id="fake-button" tabindex="0">Click me</div>
</div>
<button id="non-inert">Non-inert button</button>