Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

readme.md

pa11y basic examples: Browser extensions


Go to the GitHub Playbook-Automation published page


Tool: Accessibility Auditor Bookmarklet

This tool, Accessibility Auditor, is not a browser extension tool made by pa11y, but rather a browser extension (bookmarklet) that performs accessibility tests using the HTML CodeSniffer ruleset, which just happens to be the ruleset that the pa11y engine uses by default.


Technology stack

  • Chrome desktop

  • Firefox

  • Edge

Setup

Drag and drop the Accessibility Auditor Bookmarklet to your preferred browser from this web location: https://squizlabs.github.io/HTML_CodeSniffer/

Usage/Syntax

Using your preferred browser, navigate to the web page you want to test, then run the Accessibility Auditor bookmarklet to scan the current page.


More Information

For more information about the bookmarklet, go here: https://squizlabs.github.io/HTML_CodeSniffer/.

For more information on the HTML_CodeSniffer WCAG ruleset, go here: https://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/


02/19/2021 | 10:35a