All Projects → musienkoyuriy → enabler

musienkoyuriy / enabler

Licence: MIT License
✋ Accessibility analyzer for your frontend.

Programming Languages

typescript
32286 projects
javascript
184084 projects - #8 most used programming language
HTML
75241 projects
Vue
7211 projects
dart
5743 projects

Projects that are alternatives of or similar to enabler

alfa
♿ Suite of open and standards-based tools for performing reliable accessibility conformance testing at scale
Stars: ✭ 75 (+294.74%)
Mutual labels:  accessibility, a11y, aria, wcag
aria-at
Assistive Technology ARIA Experience Assessment
Stars: ✭ 115 (+505.26%)
Mutual labels:  accessibility, a11y, aria
stucco
An experimental adaptive UI toolkit.
Stars: ✭ 31 (+63.16%)
Mutual labels:  accessibility, aria, wcag
a11y-guidelines
アメーバアクセシビリティガイドライン
Stars: ✭ 61 (+221.05%)
Mutual labels:  accessibility, a11y, wcag
ckeditor4-plugin-a11ychecker
Accessibility checker for CKEditor 4
Stars: ✭ 17 (-10.53%)
Mutual labels:  accessibility, a11y, wcag
a11y-contracting
Building Accessibility Best Practices into Contracting
Stars: ✭ 43 (+126.32%)
Mutual labels:  accessibility, a11y, wcag
a11y-accordion-tabs
A script for an accessible accordion tabs component
Stars: ✭ 50 (+163.16%)
Mutual labels:  accessibility, a11y, aria
eufemia
DNB Design System
Stars: ✭ 38 (+100%)
Mutual labels:  accessibility, a11y, wcag
van11y-accessible-simple-tooltip-aria
ES2015 accessible simple tooltip, using ARIA
Stars: ✭ 22 (+15.79%)
Mutual labels:  accessibility, a11y, aria
aria-collapsible
A lightweight, dependency-free JavaScript module for generating progressively-enhanced collapsible regions using ARIA States and Properties.
Stars: ✭ 25 (+31.58%)
Mutual labels:  accessibility, a11y, aria
jquery-accessible-carrousel-aria
jQuery Accessible Carrousel System, using ARIA
Stars: ✭ 40 (+110.53%)
Mutual labels:  accessibility, a11y, aria
chusho
A library of bare & accessible components and tools for Vue.js 3
Stars: ✭ 47 (+147.37%)
Mutual labels:  accessibility, a11y, wcag
a11y-checker
Identifies accessibility issues in HTML markup.
Stars: ✭ 103 (+442.11%)
Mutual labels:  accessibility, a11y, wcag
accessibility-testing-tools
A collection of useful tools for accessibility testing and debugging in the browser, online and desktop
Stars: ✭ 18 (-5.26%)
Mutual labels:  accessibility, a11y, wcag
jquery-accessible-simple-tooltip-aria
jQuery accessible simple tooltip window, using ARIA
Stars: ✭ 22 (+15.79%)
Mutual labels:  accessibility, a11y, aria
accessibility-ruleset-runner
eBay Accessibility Ruleset Runner automates 20% of WCAG 2.0 AA recommendations, saving time on manual testing.
Stars: ✭ 24 (+26.32%)
Mutual labels:  accessibility, a11y, wcag
Creatability Components
Web components for making creative tools more accessible.
Stars: ✭ 248 (+1205.26%)
Mutual labels:  accessibility, a11y, aria
vue-focus-loop
Vue component that helps you to to trap focus in an element.
Stars: ✭ 23 (+21.05%)
Mutual labels:  accessibility, a11y, vue-a11y
cluse
Sketch Plugin to check and adjust color contrast accessibility with live preview and sliders. Endorsed by Sketch.
Stars: ✭ 54 (+184.21%)
Mutual labels:  accessibility, a11y, wcag
fenrir
An TTY screenreader for Linux.
Stars: ✭ 33 (+73.68%)
Mutual labels:  accessibility, screen-reader, a11y

Enabler Logo

Accessibility analyzer for your frontend.

npm version npm downloads Dependency Status MIT Licence code style: prettier

It's just a node.js util which analyzes your templates all over the project and warns you about potential accessibility problems.

Enabler’s aim is to give developer ability to increase accessibility in development stage, but not after publishing site/application to production.

Frameworks support: Angular, Vue.

Up & Running:

> npm i --save-dev enabler

or

> yarn add enabler --dev

package.json

...
scripts: {
  "a11y": 'enabler --path ./templates-root-folder'
}
...
> npm run a11y

or

> yarn run a11y

Options:

    -v, --version    output the version number
    -p, --path <s>   Path for your root components folder
    --ng, --angular  Detect angular abstractions
    --vue            Support .vue files
    -h, --help       output usage information

Built with:

  • cheerio - Fast, flexible, and lean implementation of core jQuery designed specifically for the server.

  • chalk - Terminal string styling done right

Questions?

If you have any questions/suggestions/ideas to enhancements - feel free to create a Github issue. Let's affect accessibility together

LICENSE

The software is license under "MIT"

Copyright (c) 2018 - 2019 Musienko Yuriy

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].