Skip to content

ripplelearning/wcag-database

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

277 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WCAG Lookup Tool

A browser-based bookmarklet designed to help developers and accessibility analysts quickly access WCAG success criteria and documentation.

Installation

To use the tool, follow these steps:

  1. Copy the code block below.
  2. Open your browser's Bookmark Manager.
  3. 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');

How to use

Once installed, simply activate the "WCAG Lookup Tool" bookmark while on any webpage to open the database in a popup window.

Contributing

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.

Releases

Packages

Contributors

Languages