An accessibility visualization toolkit
First, grab the latest copy of tota11y.
Then, include it right before </body>
like so:
<script src="tota11y.min.js"></script>
You can build tota11y with:
npm install
webpack
Or, productionized (minified + dead-code elimination):
webpack -p
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.
MIT