Skip to content

Commit

Permalink
Update fragment serializing algorithm steps to accept Documents
Browse files Browse the repository at this point in the history
This is used by the XMLHttpRequest Standard.
  • Loading branch information
lukewarlow authored Jul 19, 2024
1 parent 3bc5947 commit 5deef84
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -113063,9 +113063,9 @@ enum <dfn enum>DOMParserSupportedType</dfn> {

<div w-nodev>

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

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

0 comments on commit 5deef84

Please sign in to comment.