-
-
Notifications
You must be signed in to change notification settings - Fork 79.1k
Removed role="document" from the modal dialog #30755
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
Conversation
Not sure if this applies to v4 too @patrickhlauke |
I'm not sure |
@ffoodd is right though. @patrickhlauke and @Johann-S? |
indeed, i forgot our scripts already handle and yes should be done for v4 as well. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
leave out all the additions of aria-modal="true"
. just keep the removal of role="document"
from the tests, code examples, and the explanatory paragraph of text
Okay @patrickhlauke! Let me do it. |
c8da2bf
to
44b767b
Compare
@patrickhlauke please check again so that I backport this and include it in the upcoming v4.4.2 🙂 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
@XhmikosR looks good to me. possibly in future we could even consider injecting the |
Sounds good to me! Just make an issue about it so that we don't forget 🙂 |
Closes #30687
Updated the document for the modal component.