waghcwb / a11y-checker

Identifies accessibility issues in HTML markup.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

a11y checker

Identifies accessibility issues in HTML markup.

Install

npm install --save a11y-checker

Usage

  • Import a11yChecker
import a11yChecker from 'a11y-checker';
  • Call it after page loads:
a11yChecker();

Live Examples

Contribute

  • clone project
    git clone git@github.com:Muhnad/a11y-checker.git
  • cd a11y-checker/
  • npm i
  • npm start to run eslint on watch mode and server at localhost:8080.
  • npm run build to generate a minified, production-ready build.

Files structure

  • src: for development files.
    • head: for check everything happens inside <head>
    • body: for check everything happens inside <body>

Rules

Docs

About

Identifies accessibility issues in HTML markup.

License:MIT License


Languages

Language:JavaScript 94.9%Language:HTML 5.1%