-
Notifications
You must be signed in to change notification settings - Fork 22.8k
Editorial review: Document <dialog> closeby attribute #39082
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
Editorial review: Document <dialog> closeby attribute #39082
Conversation
Preview URLs
Flaws (16)URL:
URL:
URL:
(comment last updated: 2025-04-24 16:17:04) |
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! Thanks for documenting this.
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.
we can add the "closeBy" to another example as well. It doesn't have to be only in the "comparison" example.
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.
This looks fine as far as I am concerned. Thanks for the updates, Chris!
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
Thanks! 🎉
Thanks for doing this, apologies my PR stalled. Belated LGTM |
Note, tweaked by #39321 |
Description
Chrome 134 supports the
closedby
attribute of the<dialog>
element: see https://chromestatus.com/feature/5097714453577728.This PR documents the new attribute, plus the equivalent DOM property.
Motivation
Additional details
Related issues and pull requests