LibWeb: Implement hidden="until-found" IDL support

Follow-ups will implement the actual behaviour.
This commit is contained in:
Luke Warlow 2025-01-24 00:53:31 +00:00 committed by Jelle Raaijmakers
commit f5860a3b7d
Notes: github-actions[bot] 2025-01-24 08:09:38 +00:00
5 changed files with 127 additions and 1 deletions

View file

@ -18,7 +18,7 @@ interface HTMLElement : Element {
[CEReactions] attribute DOMString dir;
// user interaction
[Reflect, CEReactions] attribute boolean hidden;
[CEReactions] attribute (boolean or unrestricted double or DOMString)? hidden;
[Reflect, CEReactions] attribute boolean inert;
undefined click();
[Reflect=accesskey, CEReactions] attribute DOMString accessKey;