mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-15 10:21:05 +00:00
fix(slider): add aria-labelledby
to slider thumb (#1435)
Ref: https://github.com/carbon-design-system/carbon/pull/11798
This commit is contained in:
parent
c95e2bcc80
commit
b4ffed9044
1 changed files with 1 additions and 0 deletions
|
@ -185,6 +185,7 @@
|
|||
aria-valuemax="{max}"
|
||||
aria-valuemin="{min}"
|
||||
aria-valuenow="{value}"
|
||||
aria-labelledby="{labelId}"
|
||||
id="{id}"
|
||||
></div>
|
||||
<div bind:this="{trackRef}" class:bx--slider__track="{true}"></div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue