Skip to content

[19577] fix: Remove aria-hidden from clear icon template#19578

Open
fkwq34 wants to merge 3 commits into
primefaces:masterfrom
fkwq34:wcag-issue
Open

[19577] fix: Remove aria-hidden from clear icon template#19578
fkwq34 wants to merge 3 commits into
primefaces:masterfrom
fkwq34:wcag-issue

Conversation

@fkwq34
Copy link
Copy Markdown

@fkwq34 fkwq34 commented May 13, 2026

fixes: #19577

This PR fixes an accessibility issue in Autocomplete clear icon rendering.
aria-hidden="true" was applied to clear icon elements that also handle click behavior and may wrap custom clearicon template content, which can include focusable descendants and trigger aria-hidden-focus violations.

@fkwq34 fkwq34 changed the title fix: 19577 Remove aria-hidden from clear icon template [19577] fix: Remove aria-hidden from clear icon template May 13, 2026
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.

Autocomplete accessibility: aria-hidden

1 participant