Skip to content

Commit 7792009

Browse files
authored
Copy document's allow declarative shadow roots
Fixes #1366.
1 parent 12407f8 commit 7792009

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

dom.bs

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4920,9 +4920,8 @@ and an optional <a for=/>document</a> <dfn export for="clone a node"><var>docume
49204920
<dt>{{Document}}
49214921
<dd><p>Set <var>copy</var>'s <a for=Document>encoding</a>, <a for=Document>content type</a>,
49224922
<a for=Document>URL</a>, <a for=Document>origin</a>, <a for=Document>type</a>,
4923-
<a for=Document>mode</a>, and <a for=Document>custom element registry</a> to those of
4924-
<var>node</var>.
4925-
<!-- XXX https://github.com/whatwg/dom/issues/1366 -->
4923+
<a for=Document>mode</a>, <a for=Document>allow declarative shadow roots</a>, and
4924+
<a for=Document>custom element registry</a> to those of <var>node</var>.
49264925

49274926
<dt>{{DocumentType}}
49284927
<dd><p>Set <var>copy</var>'s <a for=DocumentType>name</a>, <a>public ID</a>, and

0 commit comments

Comments
 (0)