Skip to content

Commit

Permalink
Merge pull request #70 from browserstack/AXE-211_heading_order
Browse files Browse the repository at this point in the history
Updated how to fix for heading order
  • Loading branch information
mattscepter authored Jul 18, 2024
2 parents 729ffa5 + 9dbe5ae commit 793337c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/checks/navigation/heading-order.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"messages": {
"pass": "Heading order valid",
"fail": "Heading order invalid",
"incomplete": "Unable to determine previous heading"
"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>."
}
}
}

0 comments on commit 793337c

Please sign in to comment.