UNPKG

@soomo/wicg-inert

Version:

A polyfill for the proposed inert API

27 lines (22 loc) 630 B
<!-- This work is licensed under the W3C Software and Document License (http://www.w3.org/Consortium/Legal/2015/copyright-software-and-document). --> <!DOCTYPE html> <html lang="en"> <head> <title>aria-hidden fixture</title> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> </head> <body> <div id="container"> <button>Click me</button> <button aria-hidden="true">Click me</button> <button aria-hidden="false">Click me</button> <div>Click me</div> <div aria-hidden="true">Click me</div> <div aria-hidden="false">Click me</div> </div> </body> </html>