Skip to content

Commit 793337c

Browse files
authored
Merge pull request #70 from browserstack/AXE-211_heading_order
Updated how to fix for heading order
2 parents 729ffa5 + 9dbe5ae commit 793337c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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
}

0 commit comments

Comments
 (0)