Kilotest: Diagnoses of heading-like styles dubious
violation by HTML element 412 on Institute for Agriculture and Trade Policy page
Basics
About the Institute for Agriculture and Trade Policy page
- URL: https://www.iatp.org/
- Tested 38 days ago by job
s2zon 2026-04-24 at 19:46
About HTML element 412
- Tag name:
P - Text:
IATP Minneapolis Office Address
- Start tag:
<p data-pm-slice="1 1 []"> - XPath:
/html/body/div[1]/div[1]/div[1]/footer[1]/div[1]/section[2]/div[1]/div[1]/p[2] - Bounding box: x = 330, y = 4254, width = 1260, height = 25
About the heading-like styles dubious
issue
- Why it matters: User may be unable to understand the topic of a part of the document
- Priority: lowest
- Related WCAG standard: 1.3.1
Diagnoses
Here is how tools diagnose the heading-like styles dubious
issue for HTML element 412 of the Institute for Agriculture and Trade Policy page.
- <p>If this all-bold line of text is functioning as a heading for the following text rather than a visual emphasis, replace the bold formatting with the appropriately numbered heading. Otherwise, dismiss this alert.</p> <p>Headings and subheadings create a <a href="https://www.w3.org/WAI/tutorials/page-structure/headings/" title="Opens in new tab" target="_blank">navigable table of contents</a> for assistive devices. The heading's <strong><em>number</em></strong> indicates its <strong><em>depth</em></strong> in the page outline; e.g.:</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>
Tool: Editoria11y (Princeton University)
Rule:
textPossibleHeading - Heading markup should be used if this content is intended as a heading.
Tool: HTML CodeSniffer (Squiz Labs)
Rule:
W-WCAG2AAA.Principle1.Guideline1_3.1_3_1.H42