Kilotest: Diagnoses of role redundant
violation by HTML element 150 on California Groundbreakers page
Here is how tools diagnose the role redundant
issue for HTML element 150 of the California Groundbreakers 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 Groundbreakers page
- URL:
https://www.californiagroundbreakers.org/ - Tested on 2026-04-02 at 14:21
- URL:
- About HTML element 150
- Tag name:
MAIN - Text:
Introducing Our Next Project: The “Enlightenment” Salon Series … We respect your privacy.
- Start tag:
<main id="page" role="main"> - XPath:
/html/body/div[4]/main[1] - Bounding box: x = 450, y = 613, width = 1020, height = 3407
- Tag name:
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)