Kilotest: Diagnoses of role redundant
violation by HTML element 620 on Disability Rights Oregon page
Here is how tools diagnose the role redundant
issue for HTML element 620 of the Disability Rights Oregon page.
Basics
- About the
role redundant
issue- Why it matters: Document includes unnecessary code
- Priority: lowest
- Related WCAG standard: 4.1.2
- About the Disability Rights Oregon page
- URL:
https://www.droregon.org/ - Tested on 2026-04-03 at 12:00
- URL:
- About HTML element 620
- Take me there
- Tag name:
MAIN - Text:
Access. … Need to find something?
- Start tag:
<main id="page" class="container" role="main"> - XPath:
/html/body/div[1]/main[1] - Bounding box: x = 0, y = 0, width = 1920, height = 3127
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)