diff --git a/source b/source index 7819dd333bb..827280d1ed5 100644 --- a/source +++ b/source @@ -62662,27 +62662,33 @@ interface HTMLTemplateElement : HTMLElement {
The shadowrootmode
content attribute is an
- enumerated attribute. The following table lists the states for this attribute:
State - | Keywords + | State | +Keywords | Brief description | +
---|---|---|---|---|
open |
open | The template element represents an open declarative shadow root. | +||
closed |
closed | The template element represents a closed declarative shadow root. | +||
none |
none | The template element does not represent a shadow root. | +
The shadowrootmode
attribute's