diff --git a/lib/rules/heading-order-bp.json b/lib/rules/heading-order-bp.json index 4b0860fb..f0f9d6fa 100644 --- a/lib/rules/heading-order-bp.json +++ b/lib/rules/heading-order-bp.json @@ -3,12 +3,7 @@ "impact": "moderate", "selector": "h1, h2, h3, h4, h5, h6, [role=heading]", "matches": "heading-matches", - "tags": [ - "cat.structure", - "best-practice", - "a11y-engine", - "a11y-engine-experimental" - ], + "tags": ["cat.structure", "best-practice", "a11y-engine"], "metadata": { "description": "Ensures the order of headings is semantically correct", "help": "Heading levels should only increase by one" diff --git a/lib/rules/heading-order.json b/lib/rules/heading-order.json index ae110ebf..ec745e4c 100644 --- a/lib/rules/heading-order.json +++ b/lib/rules/heading-order.json @@ -3,13 +3,7 @@ "impact": "moderate", "selector": "h1, h2, h3, h4, h5, h6, [role=heading]", "matches": "heading-matches", - "tags": [ - "cat.structure", - "wcag2aaa", - "wcag2410", - "a11y-engine", - "a11y-engine-experimental" - ], + "tags": ["cat.structure", "wcag2aaa", "wcag2410", "a11y-engine"], "metadata": { "description": "Ensures the order of headings is semantically correct", "help": "Heading levels must only increase by one" diff --git a/lib/rules/label-content-name-mismatch.json b/lib/rules/label-content-name-mismatch.json index 67cd43ac..03911abe 100644 --- a/lib/rules/label-content-name-mismatch.json +++ b/lib/rules/label-content-name-mismatch.json @@ -9,7 +9,8 @@ "EN-301-549", "EN-9.2.5.3", "a11y-engine", - "a11y-engine-experimental" + "a11y-engine-experimental", + "medium-accuracy" ], "actIds": ["2ee8b8"], "metadata": { diff --git a/lib/rules/p-as-heading.json b/lib/rules/p-as-heading.json index 39a3adde..62b095fc 100644 --- a/lib/rules/p-as-heading.json +++ b/lib/rules/p-as-heading.json @@ -10,7 +10,8 @@ "EN-301-549", "EN-9.1.3.1", "a11y-engine", - "a11y-engine-experimental" + "a11y-engine-experimental", + "medium-accuracy" ], "metadata": { "description": "Ensure bold, italic text and font-size is not used to style

elements as a heading",