jsx-eslint / eslint-plugin-jsx-a11y

Static AST checker for a11y rules on JSX elements.
MIT License
3.41k stars 635 forks source link

Update all documentation links to WCAG 2.2 equivalent #1015

Open lb- opened 2 weeks ago

lb- commented 2 weeks ago

It would be good for all the links to the WCAG website be updated to the equivalent WCAG 2.2 standard.

This came out just over a year ago now and should be the canonical links we provide when giving guidance to developers.

There was this issue https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/issues/1008 - however it was more about rules that need to change.

I am only suggesting we change our links in the documentation.

ljharb commented 2 weeks ago

The links in docs should match what we implement; we shouldn’t link to 2.2 unless we comply with it.

lb- commented 2 weeks ago

As per https://www.w3.org/WAI/standards-guidelines/wcag/new-in-22/#changes-from-wcag-21-to-wcag-22

WCAG 2.2 provides 9 additional success criteria since WCAG 2.1. They are introduced on this page.

The 2.0 and 2.1 success criteria are essentially the same in 2.2, with one exception: 4.1.1 Parsing is obsolete and removed from WCAG 2.2. More information is in WCAG 2 FAQ, 4.1.1 Parsing. WCAG 2.2 includes Notes about different languages; more information is in WCAG 2 FAQ, internationalization.

I have noticed that some links have better linked examples and explanations but the actual success criteria itself remains the same.

See a similar comment on the PR. https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/pull/1016#issuecomment-2423345895