Skip to content

fix: enforce stricter aria-hidden validation#1870

Merged
sideshowbarker merged 1 commit into
validator:mainfrom
j9t:chore/hidden
Aug 29, 2025
Merged

fix: enforce stricter aria-hidden validation#1870
sideshowbarker merged 1 commit into
validator:mainfrom
j9t:chore/hidden

Conversation

@j9t

@j9t j9t commented Aug 29, 2025

Copy link
Copy Markdown
Collaborator

Added a new check to ensure the aria-hidden attribute with value true is not used alongside the hidden attribute with value until-found. This prevents accessibility issues where content might be hidden from assistive technologies unintentionally.

(This commit message was AI-generated.)

Resolves #1692

Added a new check to ensure the “aria-hidden” attribute with value
“true” is not used alongside the “hidden” attribute with value
“until-found.” This prevents accessibility issues where content might be
hidden from assistive technologies unintentionally.

Signed-off-by: Jens Oliver Meiert <jens@meiert.com>
@sideshowbarker sideshowbarker merged commit b432099 into validator:main Aug 29, 2025
15 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Check for use of aria-hidden paired with hidden=until-found

2 participants