Skip to content

Commit ae096cf

Browse files
authored
Add missing attributes for <template> (#3059)
1 parent ea3cbbf commit ae096cf

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

custom/elements.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -441,7 +441,13 @@
441441
]
442442
},
443443
"template": {
444-
"attributes": [{"shadowrootmode": "shadowRootMode"}]
444+
"attributes": [
445+
{"shadowrootmode": "shadowRootMode"},
446+
{"shadowrootdelegatesfocus ": "shadowRootDelegatesFocus"},
447+
{"shadowrootclonable ": "shadowRootClonable"},
448+
{"shadowrootserializable": "shadowRootSerializable"},
449+
{"shadowrootcustomelementregistry": "shadowRootCustomElementRegistry"}
450+
]
445451
},
446452
"textarea": {
447453
"attributes": [

0 commit comments

Comments
 (0)