Kilotest: Diagnoses of list unordered type dubious
violation by HTML element 234 on Solver Collective page
Basics
About the Solver Collective page
- URL: https://solvercollective.com/
- Tested 2 days ago by job
9a8on 2026-07-19 at 00:00
About HTML element 234
- Tag name:
DIV - Text:
01. … Motion Graphics
- Start tag:
<div id="client-services" class="section no-paddings"> - XPath:
/html/body/div[2]/div[4] - Bounding box: x = 88, y = 3091, width = 3912, height = 597
About the list unordered type dubious
issue
- Why it matters: User may be unable to get help on whether a list is ordered
- Priority: lowest
- Related WCAG standard: 1.3.1
Diagnoses
Here is how rule engines diagnose the list unordered type dubious
issue for HTML element 234 of the Solver Collective page.
- This content looks like it is simulating an ordered list using plain text. If so, marking up this content with an ol element would add proper structure information to the document.
Tool: HTML CodeSniffer (Squiz Labs)
Rule:
W-WCAG2AAA.Principle1.Guideline1_3.1_3_1.H48.2