Kilotest: Diagnoses of false aria-hidden value risky
violation by HTML element 380 on GiveDirectly page
Basics
About the GiveDirectly page
- URL: https://www.givedirectly.org/
- Tested 29 days ago by job
7tmon 2026-05-03 at 17:04
About HTML element 380
- Tag name:
DIV - Text:
Help end extreme poverty. … Read more
- Start tag:
<div class="slick-track" style="opacity: 1; height: 6204px; transform: translate3d(0px, -564px, 0px);"> - XPath:
[not obtained] - Bounding box: x = 2016, y = 335, width = 529, height = 6204
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 tools diagnose the false aria-hidden value risky
issue for HTML element 380 of the GiveDirectly 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