Kilotest: Diagnoses of role redundant
violation by HTML element 309 on California YIMBY Education Fund page
Here is how tools diagnose the role redundant
issue for HTML element 309 of the California YIMBY Education Fund page.
Basics
- About the
role redundant
issue- Why it matters: Document includes unnecessary code
- Priority: lowest
- Related WCAG standard: 4.1.2
- About the California YIMBY Education Fund page
- URL:
https://cayimby.org/ - Tested on 2026-04-02 at 14:22
- URL:
- About HTML element 309
- Take me there
- Tag name:
NAV - Text:
About Us … Ways to Give
- Start tag:
<nav class="site-footer__primary-nav" aria-label="Primary Footer Navigation" role="navigation"> - XPath:
/html/body/div[1]/footer[1]/div[1]/div[2]/section[1]/nav[1] - Bounding box: x = 292, y = 4049, width = 1336, height = 140
Diagnoses
- 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)