Web Application Accessibility Attributes Runtime Validator
Перейти к файлу
Danny van Velzen f9f1c19b0f
Move to 1ESPt pipeline (#4)
* Move to 1ESPt pipeline

* Update azure-pipelines.yml

Co-authored-by: Tristan Watanabe <tristan.watanabe@gmail.com>

---------

Co-authored-by: Tristan Watanabe <tristan.watanabe@gmail.com>
2023-11-01 10:17:33 +01:00
base v0.0.8 2019-10-17 17:56:39 +02:00
demo v0.0.8 2019-10-17 17:56:39 +02:00
generator v0.0.8 2019-10-17 17:56:39 +02:00
js-constraints v0.0.8 2019-10-17 17:56:39 +02:00
.editorconfig Initial commit. 2019-08-30 16:15:16 +02:00
.gitattributes Initial commit. 2019-08-30 16:15:16 +02:00
.gitignore Initial commit. 2019-08-30 16:15:16 +02:00
.npmrc Using Lerna. 2019-09-02 13:12:23 +02:00
CODE_OF_CONDUCT.md Initial commit. 2019-08-30 16:15:16 +02:00
CONTRIBUTING.md Initial commit. 2019-08-30 16:15:16 +02:00
LICENSE Initial commit. 2019-08-30 16:15:16 +02:00
README.md Initial commit. 2019-08-30 16:15:16 +02:00
SECURITY.md Initial commit. 2019-08-30 16:15:16 +02:00
azure-pipelines.yml Move to 1ESPt pipeline (#4) 2023-11-01 10:17:33 +01:00
lerna.json v0.0.8 2019-10-17 17:56:39 +02:00
package.json Extendable JS constraints, a package for the default js constraints, upgrading the deps. 2019-10-08 16:00:16 +02:00

README.md

Ability Attributes

A runtime accessibility attributes integrity validator.

About

This project is pretty much in a work-in-progress proof-of-concept state. More docs and examples are to come.

It is very easy to make nonsense setting the accessibility-related attributes for the DOM elements and it takes time to learn how to set them properly. And because those attributes make sense for the screen readers only, it is very hard to tell if nothing is broken in a big application. This tool allows to specify a schema for the attributes and see all schema violations at runtime during the developlent process.

Contributing

Contributions are welcome (see the CONTRIBUTING file), though please keep in mind the work-in-progress proof-of-concept state. Might make sense to just observe/discuss until the thing gets stable and well-documented.

License

This project is licensed under the MIT License, see the LICENSE file for details.