CaptainCodeman / svelte-headlessui

HeadlessUI components for Svelte
https://captaincodeman.github.io/svelte-headlessui/
MIT License
564 stars 26 forks source link

Dialog ARIA role #67

Closed sebasmaltese closed 1 year ago

sebasmaltese commented 1 year ago

role="modal" is not a valid ARIA role, running lighthouse on the dialog example reveals some ARIA errors:

image

This is a PR to change it to role="dialog"

CaptainCodeman commented 1 year ago

Thanks!