Kilotest: Diagnoses of heading level skipped
violation by HTML element 770 on International Consortium of Investigative Journalists page
Here is how tools diagnose the heading level skipped
issue for HTML element 770 of the International Consortium of Investigative Journalists 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 International Consortium of Investigative Journalists page
- URL:
https://www.icij.org/ - Tested on 2026-04-03 at 03:59
- URL:
- About HTML element 770
- Take me there
- Tag name:
H5 - Text:
BY CARMEN MOLINA ACOSTA - JAN 29, 2026
- Start tag:
<h5 class="p-0 badge"> - XPath:
/html/body/div[1]/main[1]/div[6]/section[1]/div[3]/div[1]/div[3]/article[1]/div[3]/div[1]/h5[1] - Bounding box: x = 1178, y = 3424, width = 261, height = 12
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 3 to level 5. 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 h5 (with computed level 5) follows the heading h3 (with computed level 3), skipping 1 heading level.
Tool: Html Checker API (World Wide Web Consortium)