Closed sebasmaltese closed 1 year ago
role="modal" is not a valid ARIA role, running lighthouse on the dialog example reveals some ARIA errors:
role="modal"
This is a PR to change it to role="dialog"
role="dialog"
Thanks!
role="modal"
is not a valid ARIA role, running lighthouse on the dialog example reveals some ARIA errors:This is a PR to change it to
role="dialog"