We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The dialog element's removal steps don't set is modal flag to false. See https://html.spec.whatwg.org/#pseudo-classes:is-modal:~:text=dialog%20HTML%20element%20removing%20steps
I would expect this to happen based on the first sub-test's final assertion inside of https://wpt.live/css/selectors/modal-pseudo-class.html
The text was updated successfully, but these errors were encountered:
It's sort of odd that removing a dialog doesn't close it, this is what popover does?
It's particularly strange that if you remove a modal dialog and re-add it it's still open but now it's not modal (or in the top layer)?
Sorry, something went wrong.
I think #5802 is pretty related.
Turns out this was already raised here #6216 and fixed here 9fcb6c3 so it seems to have regressed somehow?
Set dialog is modal to false when removed from the document
baeea82
Fixes #10452. This accidentally regressed in 8430871.
Successfully merging a pull request may close this issue.
What is the issue with the HTML Standard?
The dialog element's removal steps don't set is modal flag to false. See https://html.spec.whatwg.org/#pseudo-classes:is-modal:~:text=dialog%20HTML%20element%20removing%20steps
I would expect this to happen based on the first sub-test's final assertion inside of https://wpt.live/css/selectors/modal-pseudo-class.html
The text was updated successfully, but these errors were encountered: