Skip to content

Commit 038bc6e

Browse files
WilcoFiersJym77
andauthored
Deprecate 4.1.1 rules (#2117)
Co-authored-by: Jean-Yves Moyen <jym@siteimprove.com>
1 parent 586e862 commit 038bc6e

2 files changed

Lines changed: 8 additions & 0 deletions

File tree

_rules/attr-not-duplicated-e6952f.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,10 @@ htmlHintIgnore:
2727
# https://www.npmjs.com/package/htmlhint
2828
# (used with `npm test` to ensure validity of code snippets)
2929
- 'attr-no-duplication'
30+
deprecated: |
31+
This rule has been deprecated because success criterion 4.1.1 has
32+
been removed in WCAG 2.2 and for WCAG 2.1 and 2.0 should be
33+
considered to always pass.
3034
---
3135

3236
## Applicability

_rules/id-value-unique-3ea0c8.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,10 @@ htmlHintIgnore:
2727
# https://www.npmjs.com/package/htmlhint
2828
# (used with `npm test` to ensure validity of code snippets)
2929
- 'id-unique'
30+
deprecated: |
31+
This rule has been deprecated because success criterion 4.1.1 has
32+
been removed in WCAG 2.2 and for WCAG 2.1 and 2.0 should be
33+
considered to always pass.
3034
---
3135

3236
## Applicability

0 commit comments

Comments
 (0)