mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-31 21:29:06 +00:00
LibWeb: Implement hidden="until-found" IDL support
Follow-ups will implement the actual behaviour.
This commit is contained in:
parent
15fe8e7906
commit
f5860a3b7d
Notes:
github-actions[bot]
2025-01-24 08:09:38 +00:00
Author: https://github.com/lukewarlow
Commit: f5860a3b7d
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/3350
Reviewed-by: https://github.com/gmta ✅
5 changed files with 127 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue