Skip to content
forked from jdan/tota11y

an accessibility (a11y) visualization toolkit

License

Notifications You must be signed in to change notification settings

johnantoni/tota11y

 
 

Repository files navigation

tota11y

An accessibility visualization toolkit

tota11y logo

Try tota11y in your browser, or read why we built tota11y.

Installation

First, grab the latest release of tota11y.

Then, include it right before </body> like so:

<script src="tota11y.min.js"></script>

Building

You can build tota11y with:

npm install
npm run build

Testing

You can perform manual testing with tota11y using the following:

npm test

This will open http://localhost:8080/webpack-dev-server/ in your browser, which will automatically update as you make changes.

Special thanks

Many of tota11y's features come straight from Google Chrome's Accessibility Developer Tools. We use this library heavily at Khan Academy.

The awesome glasses in our logo were created by Kyle Scott and are licensed under CC BY 3.0.

License

MIT

About

an accessibility (a11y) visualization toolkit

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 57.1%
  • CSS 15.5%
  • Handlebars 15.3%
  • HTML 12.1%