squizlabs / HTML_CodeSniffer

HTML_CodeSniffer is a client-side JavaScript application that checks a HTML document or source code, and detects violations of a defined coding standard. Comes with standards that cover the three conformance levels of the W3C's Web Content Accessibility Guidelines (WCAG) 2.0 and the U.S. Section 508 legislation.
https://squizlabs.github.io/HTML_CodeSniffer/
BSD 3-Clause "New" or "Revised" License
1.12k stars 246 forks source link

Add checks for WCAG 2.1 #271

Closed stefanruijsenaars closed 5 years ago

stefanruijsenaars commented 5 years ago

These are the WCAG 2.1-specific checks used at FPS Bosa and the BWAO

See also: https://openfed.github.io/AccessibilityCheck/

ironikart commented 5 years ago

Thanks @stefanruijsenaars, we'll start reviewing this.

stefanruijsenaars commented 5 years ago

Thanks for submitting this pull request. I've included a few comments about some things that need to be looked into before a merge.

Implemented the PR feedback - let me know if you need any further changes