Component: Slider #16214
Labels
Component: Accessibility
Issue or pull request is related to WCAG or ARIA
LTS-16-PORTABLE
LTS-FIXED-16.9.15
v18-port
Milestone
Describe the bug
Prime NG that have range attribute set true and orientation set horizontal, only set the role to slider correctly on the left side while the right side is missing the slider role. Accessibility audits fail due to the role missing from the second slider
Github Code Snippet
Chrome Lighthouse audit
Environment
Local environment and in prime ng examples
Reproducer
No response
Angular version
18.1.0
PrimeNG version
17.9.0
Build / Runtime
Angular CLI App
Language
TypeScript
Node version (for AoT issues node --version)
20.16.0
Browser(s)
All
Steps to reproduce the behavior
Create a prime ng horizontal slider with [range]="true" and then run lighthouse audit for accessibility in chrome on the example create and the double slider will show some accessibility errors in the audit ran.
Expected behavior
Range type sliders should pass accessibility audits
The text was updated successfully, but these errors were encountered: