UNPKG

axe-core

Version:

Accessibility engine for automated Web UI testing

16 lines (15 loc) 274 B
<!doctype html> <html id="violation3"> <head> <meta charset="utf8"> <script src="/axe.js"></script> </head> <body> <p>This iframe is another violation<p> <div role="search"> <main> <p>This main landmark is in a search landmark</p> </main> </div> </body> </html>