TypeScript-DOM-lib-generator icon indicating copy to clipboard operation
TypeScript-DOM-lib-generator copied to clipboard

Support `HTMLElement.hidden` value `"until-found"`

Open pje opened this issue 2 years ago • 6 comments

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

pje avatar Jan 04 '24 00:01 pje

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.

github-actions[bot] avatar Jan 04 '24 00:01 github-actions[bot]

@microsoft-github-policy-service agree

@microsoft-github-policy-service agree

pje avatar Jan 04 '24 00:01 pje

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.

HolgerJeromin avatar Jan 04 '24 12:01 HolgerJeromin

We need support from two major engines.

Ah yes, I misread that clause in the readme!

In that case this isn't mergeable yet.

pje avatar Jan 04 '24 15:01 pje

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?

saschanaz avatar Nov 01 '25 02:11 saschanaz