Kilotest: Diagnoses of role redundant
violation by HTML element 422 on California YIMBY Education Fund page
Basics
About the California YIMBY Education Fund page
- URL: https://cayimby.org/
- Tested 29 days ago by job
6d3on 2026-05-03 at 17:05
About HTML element 422
- Tag name:
NAV - Text: [not applicable]
- Start tag:
<nav class="site-footer__secondary-nav" aria-label="Secondary Footer Navigation" role="navigation"> - XPath:
/html/body/div[1]/footer[1]/div[1]/div[2]/div[1]/div[2]/div[1]/section[2]/nav[1] - Bounding box: x = 1628, y = 4379, width = 0, height = 0
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 422 of the California YIMBY Education Fund 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)