You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 25, 2026. It is now read-only.
Hey guys, great work here. Just one little thing I've come across though. There's a little problem with how some screen readers look at markup with role="dialog", so markup inside it is ignored. I think it works in some readers, but not all.
We've been playing around with attaching a role="document" to one of the divs inside the dialog to get the SR to treat the div as containing document content. It looks like you could drop it on the "modaal-content-container" div. Just a thought!
Hey guys, great work here. Just one little thing I've come across though. There's a little problem with how some screen readers look at markup with role="dialog", so markup inside it is ignored. I think it works in some readers, but not all.
nvaccess/nvda#4493
We've been playing around with attaching a role="document" to one of the divs inside the dialog to get the SR to treat the div as containing document content. It looks like you could drop it on the "modaal-content-container" div. Just a thought!
Cheers,
Al