Kilotest: Diagnoses of role redundant
violation by HTML element 66 on Foundation for Individual Rights and Expression page
Here is how tools diagnose the role redundant
issue for HTML element 66 of the Foundation for Individual Rights and Expression page.
Basics
- About the
role redundant
issue- Why it matters: Document includes unnecessary code
- Priority: lowest
- Related WCAG standard: 4.1.2
- About the Foundation for Individual Rights and Expression page
- URL:
https://www.fire.org/ - Tested on 2026-04-05 at 23:06
- URL:
- About HTML element 66
- Tag name:
A - Text:
Member Portal … Cases
- Start tag:
<a class="logo" href="/" aria-label="The Foundation for Individual Rights and Expression" role="link"> - XPath:
/html/body/div[1]/div[1]/header[1]/div[1]/a[1] - Bounding box: x = 80, y = 62, width = 172, height = 97
- Tag name:
Diagnoses
- The explicitly-assigned ARIA role "link" is redundant with the implicit role of the element <a>
Tool: Accessibility Checker (IBM)
Rule:
aria_role_redundant - The link role is unnecessary for element a with attribute href.
Tool: Html Checker API (World Wide Web Consortium)