Skip to content

Commit

Permalink
Update fragment serializing algorithm steps node argument to accept D…
Browse files Browse the repository at this point in the history
…ocuments

This is used by the XHR spec
  • Loading branch information
lukewarlow committed Jul 18, 2024
1 parent 3bc5947 commit c7de646
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 c7de646

Please sign in to comment.