Skip to content

Commit 12708bd

Browse files
committed
Moved heading-order to experimental
1 parent 4ed4879 commit 12708bd

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

lib/rules/heading-order.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,13 @@
33
"impact": "moderate",
44
"selector": "h1, h2, h3, h4, h5, h6, [role=heading]",
55
"matches": "heading-matches",
6-
"tags": ["cat.semantics", "wcag2aaa", "wcag2410", "experimental"],
6+
"tags": [
7+
"cat.semantics",
8+
"wcag2aaa",
9+
"wcag2410",
10+
"a11y-engine",
11+
"a11y-engine-experimental"
12+
],
713
"metadata": {
814
"description": "Ensures the order of headings is semantically correct",
915
"help": "Heading levels should only increase by one"

0 commit comments

Comments
 (0)