p-chip: aria-label is not applied to remove icon #14973
Labels
Component: Accessibility
Issue or pull request is related to WCAG or ARIA
LTS-16-PORTABLE
Type: Enhancement
Issue contains an enhancement related to a specific component. Additional functionality has been add
Milestone
Describe the bug
aria-label
set top-chip
are not getting applied to it's inner<span>
element of remove icon.The result of this is that the screen reader doesn't reads anything when remove icon receives a keyboard focus.
Environment
OS: Windows 10
Reproducer
No response
Angular version
16.2.7
PrimeNG version
16.5.1
Build / Runtime
Angular CLI App
Language
TypeScript
Node version (for AoT issues node --version)
18.16.0
Browser(s)
Chrome 121.0.6167.161, Edge 121.0.2277.112
Steps to reproduce the behavior
Expected behavior
aria-label
should be applied to the<span>
of remove icon which actually gets the keyboard focus.The text was updated successfully, but these errors were encountered: