Kilotest: Diagnoses of role redundant
violation by HTML element 174 on Oregon Museum of Science and Industry page
Basics
About the Oregon Museum of Science and Industry page
- URL: https://omsi.edu/
- Tested 20 days ago by job
42won 2026-05-12 at 23:14
About HTML element 174
- Tag name:
NAV - Text:
Today's Museum Hours: … Shop
- Start tag:
<nav id="nav-main" class="nav-main" role="navigation"> - XPath:
/html/body/header[1]/div[1]/nav[1] - Bounding box: x = 0, y = 0, width = 1920, height = 56
About the role redundant
issue
- Why it matters: Document includes unnecessary code
- Priority: lowest
- Related WCAG standard: 4.1.2
Diagnoses
Here is how tools diagnose the role redundant
issue for HTML element 174 of the Oregon Museum of Science and Industry page.
- The explicitly-assigned ARIA role "navigation" is redundant with the implicit role of the element <nav>
Tool: Accessibility Checker (IBM)
Rule:
aria_role_redundant - The navigation role is unnecessary for element nav.
Tool: Html Checker API (World Wide Web Consortium)