Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 688 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 688 Bytes

Test status

@accessifywiki/core

A rewrite of the core of the Accessify-Wiki eco-system, with a JSON schema and unit tests.

npm install
npm run build
npm test
npm start

Components

  • DomAccessibilityFixer ~ core class to apply fixes to a HTML Web Page DOM;
  • FixValidator ~ JSON schema-based validator (Node.js);
  • schema/accessibility-fixes.json ~ JSON schema;