Kilotest: Diagnoses of list unordered type dubious
violation by HTML element 537 on Freedom of the Press Foundation page
Basics
About the Freedom of the Press Foundation page
- URL: https://freedom.press/
- Tested 38 days ago by job
mwyon 2026-04-24 at 21:54
About HTML element 537
- Tag name:
DIV - Text:
49 Flatbush Avenue #1017 … Brooklyn, NY 11217
- Start tag:
<div class="address"> - XPath:
/html/body/div[1]/footer[1]/div[1]/div[2] - Bounding box: x = 260, y = 7129, width = 1400, height = 68
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 tools diagnose the list unordered type dubious
issue for HTML element 537 of the Freedom of the Press Foundation 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