diff --git a/_rules/attr-not-duplicated-e6952f.md b/_rules/attr-not-duplicated-e6952f.md index 49a358ebaf..250c862621 100755 --- a/_rules/attr-not-duplicated-e6952f.md +++ b/_rules/attr-not-duplicated-e6952f.md @@ -27,6 +27,10 @@ htmlHintIgnore: # https://www.npmjs.com/package/htmlhint # (used with `npm test` to ensure validity of code snippets) - 'attr-no-duplication' +deprecated: | + This rule has been deprecated because success criterion 4.1.1 has + been removed in WCAG 2.2 and for WCAG 2.1 and 2.0 should be + considered to always pass. --- ## Applicability diff --git a/_rules/id-value-unique-3ea0c8.md b/_rules/id-value-unique-3ea0c8.md index 7571e07a86..2d77102c44 100755 --- a/_rules/id-value-unique-3ea0c8.md +++ b/_rules/id-value-unique-3ea0c8.md @@ -27,6 +27,10 @@ htmlHintIgnore: # https://www.npmjs.com/package/htmlhint # (used with `npm test` to ensure validity of code snippets) - 'id-unique' +deprecated: | + This rule has been deprecated because success criterion 4.1.1 has + been removed in WCAG 2.2 and for WCAG 2.1 and 2.0 should be + considered to always pass. --- ## Applicability