UNPKG

axe-core

Version:

Accessibility engine for automated Web UI testing

14 lines (12 loc) 227 B
<!doctype html> <html lang="en"> <head> <meta charset="utf8"> <title>ACCCESKEYS test</title> <script src="/axe.js"></script> </head> <body> <div accesskey="A"></div> <div id="pass2" accesskey="D"></div> </body> </html>