Kilotest: Diagnoses of false aria-hidden value risky
violation by HTML element 911 on CVS page
Basics
About the CVS page
- URL: https://www.cvs.com/
- Tested 26 days ago by job
vqion 2026-05-06 at 17:34
About HTML element 911
- Tag name:
DIV - Text: [not applicable]
- Start tag:
<div class="image-track" id="imageTrackTwo"> - XPath:
/html/body/div[1]/div[2]/main[1]/div[8]/div[1]/div[1]/div[2]/div[2]/div[1] - Bounding box: x = 0, y = 0, width = 0, height = 0
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 911 of the CVS 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