Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clean up accessibility warnings #1929

Open
3 tasks
theetrain opened this issue Mar 7, 2024 · 0 comments
Open
3 tasks

Clean up accessibility warnings #1929

theetrain opened this issue Mar 7, 2024 · 0 comments
Milestone

Comments

@theetrain
Copy link
Collaborator

theetrain commented Mar 7, 2024

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
  • Add a ref prop to all applicable components (part of Standardize props, events, and slots #1621)
  • Remove and resolve <!-- svelte-ignore --> comments wherever possible
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant