Kilotest: Diagnoses of false aria-hidden value risky
violation by HTML element 144 on Portland State University page
Basics
About the Portland State University page
- URL: https://www.pdx.edu/
- Tested 24 days ago by job
j3non 2026-05-08 at 15:59
About HTML element 144
- Tag name:
DIV - Text:
ACADEMICS … CONTACT
- Start tag:
<div class="order-lg-4 order-1 primary-navigation pt-xl-0 navbar-collapse pt-lg-0" id="primary-nav"> - XPath:
/html/body/div[1]/div[1]/div[1]/header[1]/nav[1]/div[2]/div[1]/div[1]/div[3] - Bounding box: x = 0, y = 38, width = 1842, height = 85
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 144 of the Portland State University 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