Kilotest: Diagnoses of ordered list not coded as such?
violation by HTML element 415 on Institute for Agriculture and Trade Policy page
Basics
About the Institute for Agriculture and Trade Policy page
- URL: https://www.iatp.org/
- Tested 121 days ago by job
qmfon 2026-05-03 at 04:33
About HTML element 415
- Tag name:
P - Text:
1700 Second Street NE, Suite 200 … Minneapolis, MN 55413
- Start tag:
<p> - XPath:
/html/body/div[1]/div[1]/div[1]/footer[1]/div[1]/section[2]/div[1]/div[1]/p[3] - Bounding box: x = 330, y = 4300, width = 1260, height = 50
About the ordered list not coded as such?
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 ordered list not coded as such?
issue for HTML element 415 of the Institute for Agriculture and Trade Policy 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