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

Svelte 4 and A11y warnings #206

Open
rallets opened this issue Jun 24, 2023 · 0 comments
Open

Svelte 4 and A11y warnings #206

rallets opened this issue Jun 24, 2023 · 0 comments

Comments

@rallets
Copy link

rallets commented Jun 24, 2023

Hi, using Svelte 4 the build emits some warnings due to new A11y roles introduced.
node_modules/simple-svelte-autocomplete/src/SimpleAutocomplete.svelte

(!) Plugin svelte: A11y: with click, keypress handlers must have an ARIA role
1149: <span
1186: <span

(!) Plugin svelte: A11y:

with dragstart, dragover, dragleave, drop handlers must have an ARIA role
1136: <div

(!) Plugin svelte: A11y:

with click, keypress handlers must have an ARIA role
1203: <div
1243: <div

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