Kilotest: Diagnoses of list unordered type dubious
violation by HTML element 236 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 236
- Tag name:
DIV - Text:
01. … Research & Development
- Start tag:
<div class="pricing-table"> - XPath:
/html/body/div[2]/div[4]/div[1]/div[1] - Bounding box: x = 88, y = 3092, width = 1304, height = 595
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 236 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