Skip to content
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

Support HTMLElement.hidden value "until-found" #1670

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

pje
Copy link

@pje pje commented Jan 4, 2024

HTMLElement.hidden can now be any of true | false | "until-found". (MDN)

This has support from two major browsers (Chrome and Edge). (caniuse)

Screen Shot 2024-01-03 at 19 08 05 Screen Shot 2024-01-03 at 19 07 00

Copy link
Contributor

github-actions bot commented Jan 4, 2024

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.

@pje
Copy link
Author

pje commented Jan 4, 2024

@microsoft-github-policy-service agree

@microsoft-github-policy-service agree

@HolgerJeromin
Copy link

This has support from two major browsers (Chrome and Edge). (caniuse)

We need support from two major engines. Chrome and Edge are using both the blink engine.

@pje
Copy link
Author

pje commented Jan 4, 2024

We need support from two major engines.

Ah yes, I misread that clause in the readme!

In that case this isn't mergeable yet.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants