Kilotest: Diagnoses of role redundant
violation by HTML element 70 on Institute for Agriculture and Trade Policy page
Here is how tools diagnose the role redundant
issue for HTML element 70 of the Institute for Agriculture and Trade Policy page.
Basics
- About the
role redundant
issue- Why it matters: Document includes unnecessary code
- Priority: lowest
- Related WCAG standard: 4.1.2
- About the Institute for Agriculture and Trade Policy page
- URL:
https://www.iatp.org/ - Tested on 2026-04-02 at 14:51
- URL:
- About HTML element 70
- Take me there
- Tag name:
NAV - Text:
WORK … DONATE
- Start tag:
<nav role="navigation" aria-labelledby="block-iatp-main-menu-menu" id="block-iatp-main-menu"> - XPath:
/html/body/div[1]/div[1]/div[1]/header[1]/div[1]/div[2]/div[1]/div[1]/nav[1] - Bounding box: x = 1255, y = 83, width = 335, height = 740
Diagnoses
- 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)