mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-15 10:21:05 +00:00
fix(a11y): resolve accessibility warnings in Svelte 3.50.0 (#1480)
Fixes #1479 * chore(deps-dev): upgrade svelte 3.47.0 -> 3.50.0 * fix(toggle): ignore `a11y-role-has-required-aria-props` warning * fix(header-search): resolve a11y warnings
This commit is contained in:
parent
dbf8283e35
commit
73385bf598
4 changed files with 13 additions and 4 deletions
|
@ -53,6 +53,7 @@
|
|||
on:mouseenter
|
||||
on:mouseleave
|
||||
>
|
||||
<!-- svelte-ignore a11y-role-has-required-aria-props -->
|
||||
<input
|
||||
role="switch"
|
||||
type="checkbox"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue