Accessibility | Tabview ink bar accessibility problems #13902
Labels
Component: Accessibility
Issue or pull request is related to WCAG or ARIA
Type: Enhancement
Issue contains an enhancement related to a specific component. Additional functionality has been add
Milestone
Describe the bug
The TabView component correctly implements an
ul
list with alì
item for each tab.Inside the list, a
li
is appended at the end to render the ink bar that visually highlight the selected tab. This element should haverole="presentation"
and should bearia-hidden
.PrimeVue corrent implementation:
Environment
Windows
Reproducer
https://primeng.org/tabview
Angular version
16.X
PrimeNG version
16.5.0
Build / Runtime
Angular CLI App
Language
TypeScript
Node version (for AoT issues node --version)
18.16
Browser(s)
No response
Steps to reproduce the behavior
No response
Expected behavior
No response
The text was updated successfully, but these errors were encountered: