Skip to content

Commit 5deef84

Browse files
authored
Update fragment serializing algorithm steps to accept Documents
This is used by the XMLHttpRequest Standard.
1 parent 3bc5947 commit 5deef84

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

source

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -113063,9 +113063,9 @@ enum <dfn enum>DOMParserSupportedType</dfn> {
113063113063

113064113064
<div w-nodev>
113065113065

113066-
<p>The <dfn export>fragment serializing algorithm steps</dfn>, given an <code>Element</code> or
113067-
<code>DocumentFragment</code> <var>node</var> and a boolean <var>require well-formed</var>,
113068-
are:</p>
113066+
<p>The <dfn export>fragment serializing algorithm steps</dfn>, given an <code>Element</code>,
113067+
<code>Document</code> or <code>DocumentFragment</code> <var>node</var> and a boolean <var>require
113068+
well-formed</var>, are:</p>
113069113069

113070113070
<ol>
113071113071
<li><p>Let <var>context document</var> be <var>node</var>'s <span>node document</span>.</p></li>

0 commit comments

Comments
 (0)