Skip to content

Commit 4c87f22

Browse files
authored
Merge pull request #72 from browserstack/release-2.3.0
Release 2.3.0
2 parents 729ffa5 + 34a8694 commit 4c87f22

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/checks/navigation/heading-order.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"messages": {
88
"pass": "Heading order valid",
99
"fail": "Heading order invalid",
10-
"incomplete": "Unable to determine previous heading"
10+
"incomplete": "Fix the order of headings. Headings should be in descending order of size without skipping levels. For example, <h2> should be followed by <h3>, not <h4> or <h5>."
1111
}
1212
}
1313
}

lib/rules/heading-order.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"selector": "h1, h2, h3, h4, h5, h6, [role=heading]",
55
"matches": "heading-matches",
66
"tags": [
7-
"cat.semantics",
7+
"cat.structure",
88
"wcag2aaa",
99
"wcag2410",
1010
"a11y-engine",

0 commit comments

Comments
 (0)