jquery.a11ybutton
Version:
When you intend to use a button in your HTML use a button, not a div, span, or anchor. However, if you can't use this plugin.
24 lines (23 loc) • 598 B
JSON
{
"name": "jquery.a11ybutton",
"version": "1.0.2",
"description": "When you intend to use a button in your HTML use a button, not a div, span, or anchor. However, if you can't use this plugin.",
"keywords": [
"button",
"accessibility",
"a11y",
"ARIA",
"keyboard",
"navigation",
"WAI"
],
"devDependencies": {
"grunt": "^0.4.4",
"grunt-contrib-jshint": "^0.9.2",
"grunt-contrib-uglify": "^0.4.0",
"grunt-contrib-jasmine": "^0.6.3"
},
"scripts": {
"test": "grunt travis --verbose"
}
}