Tabview: Ensures elements with an ARIA role that require child roles contain them #13802
Labels
Status: Discussion
Issue or pull request needs to be discussed by Core Team
Status: Needs Triage
Issue will be reviewed by Core Team and a relevant label will be added as soon as possible
Type: New Feature
Issue contains a new feature or new component request
Describe the feature you would like to see added
It would be better for Tabview component pass the accessibility WCAG 2.1 AA standard test. I'm using it in a project that requires this standard.
Is your feature request related to a problem?
Tabview component fails a WCAG 2.1 AA standard test with Axe Devtools and Accessibility insights for web extensions on Google Chrome browser.
<ul role="tablist" class="p-tabview-nav">
Describe the solution you'd like
Axe Devtools says how to solve this problem, you need to fix at least (1) of the following:
Describe alternatives you have considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: