mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-09 17:49:40 +00:00
LibWeb: Add HTMLTemplateElement IDL attrs for declarative shadow DOM
This commit is contained in:
parent
8e68215d33
commit
a0e1112209
Notes:
sideshowbarker
2024-07-17 05:05:51 +09:00
Author: https://github.com/awesomekling
Commit: a0e1112209
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/278
Reviewed-by: https://github.com/mattco98
Reviewed-by: https://github.com/nico
1 changed files with 4 additions and 1 deletions
|
@ -8,5 +8,8 @@ interface HTMLTemplateElement : HTMLElement {
|
|||
[HTMLConstructor] constructor();
|
||||
|
||||
readonly attribute DocumentFragment content;
|
||||
|
||||
[Reflect=shadowrootmode, Enumerated=ShadowRootMode, CEReactions] attribute DOMString shadowRootMode;
|
||||
[Reflect=shadowrootdelegatesfocus, CEReactions] attribute boolean shadowRootDelegatesFocus;
|
||||
[Reflect=shadowrootclonable, CEReactions] attribute boolean shadowRootClonable;
|
||||
[Reflect=shadowrootserializable, CEReactions] attribute boolean shadowRootSerializable;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue