From 531e50de18697f347f5c896ab40ad66f99545c40 Mon Sep 17 00:00:00 2001
From: Mason Freed HTMLCollection
interface, its
length
attribute, and its
@@ -63166,6 +63166,7 @@ not-slash = %x0000-002E / %x0030-10FFFF
shadowrootmode
shadowrootdelegatesfocus
shadowrootclonable
HTMLTemplateElement
.
The shadowrootclonable
content attribute is a
+ boolean attribute.
The template contents of a template
element are not children of the element itself.
The shadowRootClonable
IDL
+ attribute must reflect the shadowrootclonable
content attribute.
The cloning steps for a template
@@ -126130,17 +126140,20 @@ document.body.appendChild(text);
Let template be the result of insert a foreign element for template start tag, with HTML namespace and true.
Let declarative shadow mode be template start tag's
- shadowrootmode
attribute.
Let mode be template start tag's shadowrootmode
attribute's value.
Let clonable be true if template start tag has a shadowrootclonable
attribute; otherwise
+ false.
If template start tag had a
- shadowrootdelegatesfocus
- attribute, then let declarative shadow delegates focus be true. Otherwise let
- it be false.
Let delegatesFocus be true if template start tag has a shadowrootdelegatesfocus
attribute;
+ otherwise false.
Attach a shadow root with
- declarative shadow host element, declarative shadow mode, true,
- declarative shadow delegates focus, and "named
".
named
".
If an exception was thrown by attach a @@ -139043,10 +139056,15 @@ interface External {
open
";
"closed
"
shadowrootdelegatesfocus
- template
- shadowrootdelegatesfocus
+ template
+ shadowrootclonable
+ template
+ shape
area