dequelabs / dequelabs/axe-core
Check for use of aria-hidden paired with hidden=until-found
Open
feat
rules
- Dominant language
- JavaScript
- Stars
- 7.5k
- Forks
- 933
- Avg merge
- 2d 23h
- Merged PRs (30d)
- 17
Description
ARIA in HTML is updating to indicate that the use of aria-hidden=true on an element that also has the hidden=until-found attribute needs to be treated as a MUST NOT author error.
Using both together means that someone could find the hidden content using a browser in-page search, but the revealed previously hidden content will now be visually available, but still inaccessible to people using AT.
e.g.,
```
some content
```
Contributor guide
Assessment
This issue has not been assessed yet.