Skip to content

Commit 7e5e391

Browse files
committed
nits
1 parent c47af31 commit 7e5e391

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

dom.bs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4545,7 +4545,7 @@ and <{template}>. SVG ought to do the same for its <{script}> elements, but does
45454545
<var>node</var>'s <a for=Node>node document</a>) and boolean <var>subtree</var> (default false):
45464546

45474547
<ol>
4548-
<li><a for=/>Assert</a>: <var>node</var> is not a <a for=/>document</a> or <var>node</var> is
4548+
<li><p><a for=/>Assert</a>: <var>node</var> is not a <a for=/>document</a> or <var>node</var> is
45494549
<var>document</var>.
45504550

45514551
<li><p>Let <var>copy</var> be the result of <a>cloning a single node</a> given <var>node</var>,
@@ -4607,9 +4607,9 @@ and <{template}>. SVG ought to do the same for its <{script}> elements, but does
46074607
<a for=Element>shadow root</a>'s <a for=ShadowRoot>clonable</a> is true:
46084608

46094609
<ol>
4610-
<li><p>Assert: <var>copy</var> is not a <a for=Element>shadow host</a>.
4610+
<li><p><a for=/>Assert</a>: <var>copy</var> is not a <a for=Element>shadow host</a>.
46114611

4612-
<li><p>Run <a>attach a shadow root</a> with <var>copy</var>, <var>node</var>'s
4612+
<li><p><a>Attach a shadow root</a> with <var>copy</var>, <var>node</var>'s
46134613
<a for=Element>shadow root</a>'s <a for=ShadowRoot>mode</a>, true, <var>node</var>'s
46144614
<a for=Element>shadow root</a>'s <a for=ShadowRoot>serializable</a>, <var>node</var>'s
46154615
<a for=Element>shadow root</a>'s <a for=ShadowRoot>delegates focus</a>, and <var>node</var>'s

0 commit comments

Comments
 (0)