Kilotest: Diagnoses of heading-like styles dubious
violation by HTML element 1379 on Go Portland Go! Coalition page
Basics
About the Go Portland Go! Coalition page
- URL: https://www.goportlandgo.org/coalition
- Tested 5 days ago by job
xr7on 2026-08-26 at 20:15
About HTML element 1379
- Tag name:
P - Text:
Focal Technologies
- Start tag:
<p style="white-space:pre-wrap;" data-rte-preserve-empty="true"> - XPath:
[not obtained] - Bounding box: x = 1262, y = 3909, width = 433, height = 27
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 rule engines diagnose the heading-like styles dubious
issue for HTML element 1379 of the Go Portland Go! Coalition 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