Kilotest: Diagnoses of role redundant
violation by HTML element 151 on California YIMBY Education Fund page
Here is how tools diagnose the role redundant
issue for HTML element 151 of the California YIMBY Education Fund page.
Basics
- About the
role redundant
issue- Why it matters: Document includes unnecessary code
- Priority: lowest
- Related WCAG standard: 4.1.2
- About the California YIMBY Education Fund page
- URL:
https://cayimby.org/ - Tested on 2026-04-02 at 14:22
- URL:
- About HTML element 151
- Take me there
- Tag name:
BUTTON - Text:
Open search
- Start tag:
<button class="site-header__item site-search-button js-toggle-site-search" role="button"> - XPath:
/html/body/div[1]/header[1]/div[1]/div[1]/div[1]/button[1] - Bounding box: x = 1326, y = 47, width = 45, height = 26
Diagnoses
- The explicitly-assigned ARIA role "button" is redundant with the implicit role of the element <button>
Tool: Accessibility Checker (IBM)
Rule:
aria_role_redundant - The button role is unnecessary for element button.
Tool: Html Checker API (World Wide Web Consortium)