Kilotest: Diagnoses of false aria-hidden value risky
violation by HTML element 1490 on Webby Awards page
Basics
About the Webby Awards page
- URL: https://www.webbyawards.com/
- Tested 13 days ago by job
z57on 2026-05-19 at 14:40
About HTML element 1490
- Tag name:
DIV - Text:
The Internet's Highest Honor … Read Now
- Start tag:
<div class="slick-track" style="opacity: 1; width: 5152px;"> - XPath:
/html/body/div[8]/div[1]/div[1]/div[1]/div[1] - Bounding box: x = 353, y = 8088, width = 5152, height = 503
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 1490 of the Webby Awards 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