diff --git a/source b/source
index 52908fef3c6..c619e3e3118 100644
--- a/source
+++ b/source
@@ -64215,21 +64215,21 @@ interface HTMLTemplateElement : HTMLElement {
template
's template contents, if the template contents is
not a ShadowRoot
node; otherwise null.
The shadowRootMode
IDL attribute
+
The shadowRootMode
IDL attribute
must reflect the shadowrootmode
content attribute, limited to only known values.
The The
shadowRootDelegatesFocus
IDL attribute
must reflect the shadowrootdelegatesfocus
content
attribute.
The shadowRootClonable
IDL
+
The shadowRootClonable
IDL
attribute must reflect the shadowrootclonable
content attribute.
The shadowRootSerializable
+
The shadowRootSerializable
IDL attribute must reflect the shadowrootserializable
content attribute.
0px
" as a CSS
<length>.
- The letterSpacing
getter steps
+
The letterSpacing
getter steps
are to return the serialized form of
this's letter
spacing.
The wordSpacing
getter steps are
+
The wordSpacing
getter steps are
to return the serialized form of
this's word
spacing.
The states
+
The states
getter steps are to return this's target
element's states set.
The name
getter steps are to return
+
The name
getter steps are to return
this's visibility state.
The entryType
getter steps are to return
+
The entryType
getter steps are to return
"visibility-state
".
The startTime
getter steps are to return
+
The startTime
getter steps are to return
this's timestamp.
The duration
getter steps are to return
+
The duration
getter steps are to return
zero.
The inert
IDL attribute must reflect
+
The inert
IDL attribute must reflect
the content attribute of the same name.