Kilotest: Diagnoses of role redundant
violation by HTML element 195 on Portland General Electric page
Basics
About the Portland General Electric page
- URL: https://portlandgeneral.com/
- Tested 38 days ago by job
9pnon 2026-04-24 at 19:42
About HTML element 195
- Tag name:
NAV - Text:
My Account … Working With PGE
- Start tag:
<nav role="navigation" aria-label="main"> - XPath:
/html/body/div[1]/div[1]/div[1]/div[2]/div[1]/div[2]/nav[1] - Bounding box: x = 0, y = 85, width = 1920, height = 45
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 195 of the Portland General Electric 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)