diff --git a/lib/rules/label-content-name-mismatch.json b/lib/rules/label-content-name-mismatch.json index c14e30f1..d9efcb7a 100644 --- a/lib/rules/label-content-name-mismatch.json +++ b/lib/rules/label-content-name-mismatch.json @@ -8,7 +8,7 @@ "wcag253", "EN-301-549", "EN-9.2.5.3", - "experimental" + "a11y-engine-experimental" ], "actIds": ["2ee8b8"], "metadata": { diff --git a/lib/rules/p-as-heading.json b/lib/rules/p-as-heading.json index 68e6e195..493e5eb9 100644 --- a/lib/rules/p-as-heading.json +++ b/lib/rules/p-as-heading.json @@ -9,7 +9,7 @@ "wcag131", "EN-301-549", "EN-9.1.3.1", - "experimental" + "a11y-engine-experimental" ], "metadata": { "description": "Ensure bold, italic text and font-size is not used to style
elements as a heading",