UNPKG

axe-core

Version:

Accessibility engine for automated Web UI testing

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