You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Remove all usage of autofocus and guide developers to set focus manually with ref
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
autofocus
and guide developers to set focus manually withref
ref
prop to all applicable components (part of Standardize props, events, and slots #1621)<!-- svelte-ignore -->
comments wherever possibleThe text was updated successfully, but these errors were encountered: