Kilotest: Diagnoses of role redundant
violation by HTML element 59 on Freedom of the Press Foundation page
Here is how tools diagnose the role redundant
issue for HTML element 59 of the Freedom of the Press Foundation page.
Basics
- About the
role redundant
issue- Why it matters: Document includes unnecessary code
- Priority: lowest
- Related WCAG standard: 4.1.2
- About the Freedom of the Press Foundation page
- URL:
https://freedom.press/ - Tested on 2026-04-02 at 14:24
- URL:
- About HTML element 59
- Take me there
- Tag name:
UL - Text:
OUR WORK … DONATE
- Start tag:
<ul class="nav-item-container" role="list"> - XPath:
/html/body/div[1]/header[1]/div[1]/div[1]/nav[1]/ul[1] - Bounding box: x = 1010, y = 0, width = 706, height = 103
Diagnoses
- The explicitly-assigned ARIA role "list" is redundant with the implicit role of the element <ul>
Tool: Accessibility Checker (IBM)
Rule:
aria_role_redundant - The list role is unnecessary for element ul.
Tool: Html Checker API (World Wide Web Consortium)