Kilotest: Diagnoses of role redundant
violation by HTML element 188 on America Walks page
Here is how tools diagnose the role redundant
issue for HTML element 188 of the America Walks page.
Basics
- About the
role redundant
issue- Why it matters: Document includes unnecessary code
- Priority: lowest
- Related WCAG standard: 4.1.2
- About the America Walks page
- URL:
https://americawalks.org/ - Tested on 2026-04-02 at 14:21
- URL:
- About HTML element 188
- Take me there
- Tag name:
MAIN - Text:
America Walks believes in the power of communities to advance walkable, equitable, connected, and accessible places across the U.S. Working together we can create public spaces that allow people to safely walk and move. At the regional, state, and neighborhood levels, America Walks provides critical strategic support, training, and technical assistance to partner organizations and individuals to effectively advocate for change. … Read More
- Start tag:
<main class="content" role="main"> - XPath:
/html/body/div[1]/main[1] - Bounding box: x = 240, y = 1019, width = 1440, height = 3300
Diagnoses
- The explicitly-assigned ARIA role "main" is redundant with the implicit role of the element <main>
Tool: Accessibility Checker (IBM)
Rule:
aria_role_redundant - The main role is unnecessary for element main.
Tool: Html Checker API (World Wide Web Consortium)