ractive-a11y
###Usage:
Include script:
<script src='https://rawgit.com/ractivejs/ractive-a11y/master/dist/build.js' type='text/javascript'></script>
Run on render:
onrender:function(){
this.checka11y();
}
Reports will be printed in the console.
Got questions? Tag Stack Overflow questions with ractivejs or contact @RactiveJS on Twitter
What is Ractive-A11y?
It's a plugin for Ractive which will automagically scan for accessibility issues.
Get help
If you don't find what you're looking for in the docs, ask a question in Google Groups forum, Stack Overflow with the ractivejs
tag, or send a tweet to @RactiveJS.
Developing and building
If you want to hack on Ractive, the first step is to clone the repo and install all its development dependencies:
git clone https://github.com/ractivejs/ractive-a11y # or your fork
cd ractive-a11y
npm install -g browserify
To build the library:
browserify lib/index.js -o dist/build.js -d
Contributing
Pull requests and issues are always welcome! Please read CONTRIBUTING.md to learn how to contribute.