Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://khan.github.io/tota11y
an accessibility (a11y) visualization toolkit
https://khan.github.io/tota11y
Last synced: 3 months ago
JSON representation
an accessibility (a11y) visualization toolkit
- Host: GitHub
- URL: https://khan.github.io/tota11y
- Owner: jdan
- License: mit
- Created: 2015-05-11T21:32:32.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2023-09-11T23:59:39.000Z (about 1 year ago)
- Last Synced: 2024-05-22T10:12:25.610Z (6 months ago)
- Language: JavaScript
- Homepage: http://khan.github.io/tota11y/
- Size: 2.91 MB
- Stars: 5,037
- Watchers: 209
- Forks: 279
- Open Issues: 59
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.txt
Awesome Lists containing this project
- bookmarks - tota11y - an accessibility visualization toolkit testing accessibility (a11y) of your site + showing what is wrong in your document. Also available as a bookmarklet on the same page. **See also** [GitHub repository](https://github.com/Khan/tota11y) (Bookmarklets)
README
# tota11y [![Build Status](https://travis-ci.org/Khan/tota11y.svg?branch=master)](https://travis-ci.org/Khan/tota11y)
An accessibility visualization toolkit
[Try tota11y in your browser](http://khan.github.io/tota11y/#Try-it), or
[read why we built tota11y](http://engineering.khanacademy.org/posts/tota11y.htm).## Deprecation Notice
tota11y was created at a time when tooling to assist in developing accessible solutions was sparse. Since then, not only have some great browser extensions and automated tooling come into existence, like [axe][1] and [axe-core][2] from [deque][3], but browsers have added specific development tooling to support accessibility. As such, we are no longer actively developing or maintaining tota11y.
After careful consideration of the options available, we decided to archive the repository and deprecate the project. As such, we will no longer be accepting pull requests or issues.
Thank you for all the support this project has received over the years and for all those who work hard to ensure the web is accessible to all.
## Special thanks
Many of tota11y's features come straight from [Google Chrome's Accessibility Developer Tools](https://github.com/GoogleChrome/accessibility-developer-tools). We use this library heavily at [Khan Academy](http://khanacademy.org).
The awesome glasses in our logo were created by [Kyle Scott](https://thenounproject.com/Kyle/) and are licensed under [CC BY 3.0](http://creativecommons.org/licenses/by/3.0/us/legalcode).
## License
[MIT License](LICENSE.txt)
[1]: https://www.deque.com/axe
[2]: https://github.com/dequelabs/axe-core
[3]: https://www.deque.com