-
Notifications
You must be signed in to change notification settings - Fork 458
Add "until-found" to HTMLElement.hidden
#2254
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
Add "until-found" to HTMLElement.hidden
#2254
Conversation
|
Thanks for the PR! This section of the codebase is owned by @saschanaz - if they write a comment saying "LGTM" then it will be merged. |
Ref: https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/hidden#until-found This has now got support from Chrome and Firefox: https://caniuse.com/wf-hidden-until-found Will also land in Safari: https://bugs.webkit.org/show_bug.cgi?id=238266 Co-authored-by: Sage Abdullah <[email protected]>
effecbe to
7bf16e7
Compare
This comment was marked as resolved.
This comment was marked as resolved.
|
Is the whole block in |
|
@HolgerJeromin when I removed it, it produces the following output instead: hidden: boolean | number | string | null;which doesn't look accurate. |
|
Thanks for testing! |
|
LGTM, thanks! |
|
There was an issue merging, maybe try again saschanaz. Details |
|
@saschanaz Can you try that again? |
|
LGTM |
|
Merging because @saschanaz is a code-owner of all the changes - thanks! |
|
Yaaaay thanks @jakebailey ! |
Rebase of #1670
This has now got support from Chrome and Firefox: https://caniuse.com/wf-hidden-until-found
Safari support has been merged: https://webkit.org/b/238266