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

Modal and Drawer have incorrect Aria role #541

Closed
niktek opened this issue Nov 14, 2022 · 0 comments · Fixed by #544
Closed

Modal and Drawer have incorrect Aria role #541

niktek opened this issue Nov 14, 2022 · 0 comments · Fixed by #544
Labels
bug Something isn't working

Comments

@niktek
Copy link
Contributor

niktek commented Nov 14, 2022

Current Behavior

The following files are complaining:

src/lib/utilities/Modal/Modal.svelte:134:4 A11y: Unknown role 'modal'
src/lib/utilities/Drawer/Drawer.svelte:126:3 A11y: Unknown role 'modal'
src/lib/utilities/Modal/Modal.svelte:134:4 A11y: Unknown role 'modal'
src/lib/utilities/Drawer/Drawer.svelte:126:3 A11y: Unknown role 'modal'

Steps To Reproduce

No response

Anything else?

No response

@niktek niktek added the bug Something isn't working label Nov 14, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant