Support `HTMLElement.hidden` value `"until-found"`
HTMLElement.hidden can now be any of true | false | "until-found". (MDN)
This has support from two major browsers (Chrome and Edge). (caniuse)
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.
@microsoft-github-policy-service agree
@microsoft-github-policy-service agree
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.
We need support from two major engines.
Ah yes, I misread that clause in the readme!
In that case this isn't mergeable yet.
This is good to go as of 2025:
- https://bugzilla.mozilla.org/show_bug.cgi?id=1761043
- https://github.com/WebKit/WebKit/pull/43043
Care to rebase it?