carbon-design-system / carbon-components-svelte

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

chore(a11y): ignore `svelte@4` a11y warnings #1769

Closed metonym closed 1 year ago

metonym commented 1 year ago

There are a couple of new a11y rules in svelte@4 that affect this library.

Note that both warnings are actually true; non-interactive elements like div or label should not have forwarded events.

To avoid breaking changes in this PR, I've ignored these warnings for now.

There's already an issue (#1621) to standardize events/props.