Kilotest: Diagnoses of role redundant
violation by HTML element 71 on America Walks page
Here is how tools diagnose the role redundant
issue for HTML element 71 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 71
- Tag name:
HEADER - Text:
Programs … DONATE
- Start tag:
<header class="site-header" role="banner"> - XPath:
/html/body/div[1]/header[1] - Bounding box: x = 240, y = 0, width = 1440, height = 68
- Tag name:
Diagnoses
- The explicitly-assigned ARIA role "banner" is redundant with the implicit role of the element <header>
Tool: Accessibility Checker (IBM)
Rule:
aria_role_redundant - The banner role is unnecessary for element header.
Tool: Html Checker API (World Wide Web Consortium)