mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-22 09:19:03 +00:00
LibWeb: Add HTMLTemplateElement IDL attrs for declarative shadow DOM
This commit is contained in:
committed by
Andreas Kling
parent
8e68215d33
commit
a0e1112209
@@ -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;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user