Kilotest: Diagnoses of role redundant
violation by HTML element 72 on Earthjustice page
Here is how tools diagnose the role redundant
issue for HTML element 72 of the Earthjustice page.
Basics
- About the
role redundant
issue- Why it matters: Document includes unnecessary code
- Priority: lowest
- Related WCAG standard: 4.1.2
- About the Earthjustice page
- URL:
https://earthjustice.org/ - Tested on 2026-04-02 at 14:23
- URL:
- About HTML element 72
- Tag name:
HEADER - Text:
ABOUT US … SEARCH
- Start tag:
<header class="fl-builder-content fl-builder-content-6563 fl-builder-global-templates-locked" data-post-id="6563" data-type="header" data-sticky="0" data-sticky-on="" data-sticky-breakpoint="medium" data-shrink="0" data-overlay="0" data-overlay-bg="transparent" data-shrink-image-height="50px" role="banner" itemscope="itemscope" itemtype="http://schema.org/WPHeader"> - XPath:
/html/body/div[1]/header[1] - Bounding box: x = 0, y = 0, width = 1920, height = 137
- 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)