Kilotest: Diagnoses of false aria-hidden value risky
violation by HTML element 516 on Metropolitan Transportation Authority page
Basics
About the Metropolitan Transportation Authority page
- URL: https://www.mta.info/
- Tested 30 days ago by job
oyuon 2026-06-20 at 13:49
About HTML element 516
- Tag name:
DIV - Text:
Delays … SI
- Start tag:
<div id="ss-tabs-box-wrapper" class="tab-content tab-content-spacing"> - XPath:
/html/body/div[1]/div[1]/div[1]/section[1]/div[2]/section[1]/div[1]/div[2]/div[1] - Bounding box: x = 810, y = 464, width = 620, height = 864
About the false aria-hidden value risky
issue
- Why it matters: User may be misled by erroneously hidden or revealed document content
- Priority: lowest
- Related WCAG standard: 2.4.6
Diagnoses
Here is how rule engines diagnose the false aria-hidden value risky
issue for HTML element 516 of the Metropolitan Transportation Authority page.
- You have defined <code>aria-hidden="false"</code>. Caution, as the child content is always readable by screen readers regardless of setting <code>display: none</code> on any child element.
Tool: ASLint (eSSENTIAL Accessibility)
Rule:
aria_hidden_false