UNPKG

axe-core

Version:

Accessibility engine for automated Web UI testing

16 lines (15 loc) 283 B
<!doctype html> <html id="violation2"> <head> <meta charset="utf8"> <script src="/axe.js"></script> </head> <body> <p>This iframe should fail, too</p> <div role="complementary"> <footer> <p>This footer is in a complementary landmark</p> </footer> </div> </body> </html>