carbon-design-system / carbon-components-svelte

Svelte implementation of the Carbon Design System
https://svelte.carbondesignsystem.com
Apache License 2.0
2.68k stars 261 forks source link

Clean up accessibility warnings #1929

Open theetrain opened 6 months ago

theetrain commented 6 months ago

Rarely, Svelte's a11y warnings are incorrect such as when it cannot detect valid children due to usage of <slot>. However, all warnings should be resolved properly.

Outcomes