Kilotest: Diagnoses of nav links better as list?
violation by HTML element 124 on Pacific Northwest Software Quality Conference page
Here is how tools diagnose the nav links better as list?
issue for HTML element 124 of the Pacific Northwest Software Quality Conference page.
Basics
- About the
nav links better as list?
issue- Why it matters: User cannot get help recognizing a list of navigation links
- Priority: lowest
- Related WCAG standard: 1.3.1
- About the Pacific Northwest Software Quality Conference page
- URL:
https://pnsqc.org/ - Tested on 2026-04-02 at 14:53
- URL:
- About HTML element 124
- Take me there
- Tag name:
DIV - Text:
Home … Toggle Theme
- Start tag:
<div class="flex flex-col gap-1 pt-2 border-t border-white/10"> - XPath:
/html/body/header[1]/nav[1]/div[2]/div[1] - Bounding box: x = 0, y = 0, width = 0, height = 0
Diagnoses
- If this element contains a navigation section, it is recommended that it be marked up as a list.
Tool: HTML CodeSniffer (Squiz Labs)
Rule:
W-WCAG2AAA.Principle1.Guideline1_3.1_3_1.H48