A browser-based bookmarklet designed to help developers and accessibility analysts quickly access WCAG success criteria and documentation.
To use the tool, follow these steps:
- Copy the code block below.
- Open your browser's Bookmark Manager.
- Create a new bookmark and paste this code into the URL field.
javascript:(function(w,h,u){var win=window.open(u,'WCAG_TOOL','width='+w+',height='+h+',popup=yes,menubar=no,toolbar=no,location=no,status=no');if(win)win.focus();})(800,600,'https://ripplelearning.github.io/wcag-database/tool.html');Once installed, simply activate the "WCAG Lookup Tool" bookmark while on any webpage to open the database in a popup window.
This tool is open-source. If you find a bug or have suggestions for new criteria, please feel free to open an issue or submit a pull request.