Kilotest: Diagnoses of role redundant
violation by HTML element 331 on America Walks page
Basics
About the America Walks page
- URL: https://americawalks.org/
- Tested 28 days ago by job
9rlon 2026-05-04 at 17:00
About HTML element 331
- Tag name:
NAV - Text:
Programs … How to Donate
- Start tag:
<nav role="navigation"> - XPath:
/html/body/div[1]/footer[1]/div[1]/div[2]/nav[1] - Bounding box: x = 960, y = 4675, width = 345, height = 192
About the role redundant
issue
- Why it matters: Document includes unnecessary code
- Priority: lowest
- Related WCAG standard: 4.1.2
Diagnoses
Here is how tools diagnose the role redundant
issue for HTML element 331 of the America Walks page.
- The explicitly-assigned ARIA role "navigation" is redundant with the implicit role of the element <nav>
Tool: Accessibility Checker (IBM)
Rule:
aria_role_redundant - The navigation role is unnecessary for element nav.
Tool: Html Checker API (World Wide Web Consortium)