Skip to content

Commit

Permalink
Merge pull request #72 from browserstack/release-2.3.0
Browse files Browse the repository at this point in the history
Release 2.3.0
  • Loading branch information
Pooja0504 authored Jul 24, 2024
2 parents 729ffa5 + 34a8694 commit 4c87f22
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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>."
}
}
}
2 changes: 1 addition & 1 deletion lib/rules/heading-order.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"selector": "h1, h2, h3, h4, h5, h6, [role=heading]",
"matches": "heading-matches",
"tags": [
"cat.semantics",
"cat.structure",
"wcag2aaa",
"wcag2410",
"a11y-engine",
Expand Down

0 comments on commit 4c87f22

Please sign in to comment.