Kilotest: Diagnoses of heading level skipped
violation by HTML element 916 on Run! page
Here is how tools diagnose the heading level skipped
issue for HTML element 916 of the Run! page.
Basics
- About the
heading level skipped
issue- Why it matters: Helper misdescribes the document
- Priority: low
- Related WCAG standard: 1.3.1
- About the Run! page
- URL:
https://www.designedtorun.com/ - Tested on 2026-04-05 at 01:26
- URL:
- About HTML element 916
- Take me there
- Tag name:
H6 - Text:
If Democratic candidate(s) received less than 40% of the vote in the last general election in the same office and district
- Start tag:
<h6 class="MuiTypography-root MuiTypography-subtitle1 css-1877gqk"> - XPath:
[not obtained] - Bounding box: x = 691, y = 8276, width = 553, height = 50
Diagnoses
- Heading levels should only increase by one; Heading order invalid
Tool: Axe (Deque)
Rule:
heading-order - <p>Headings and subheadings create a <a href="https://www.w3.org/WAI/tutorials/page-structure/headings/" target="_blank" title="Opens in new tab">navigable table of contents</a> for assistive devices. The numbers indicate indents in a nesting relationship:</p> <ul> <li>Heading level 1 <ul> <li>Heading level 2: a topic <ul><li>Heading level 3: a subtopic</li></ul></li> <li>Heading level 2: a new topic</li> </ul> </li> </ul> <p>This heading skipped from level 4 to level 6. From a screen reader, this sounds like content is missing.</p> <p><strong>To fix:</strong> adjust levels to form an accurate outline, without gaps.</p>
Tool: Editoria11y (Princeton University)
Rule:
headingLevelSkipped - The heading h6 (with computed level 6) follows the heading h4 (with computed level 4), skipping 1 heading level.
Tool: Html Checker API (World Wide Web Consortium)
- Headings are not in a semantically correct order.
Tool: WallyAX (Wally)
Rule:
Maintain a logical order by only increasing heading levels by one.