You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<dd>Serializes <var>root</var> into a string using an XML serialization. Throws a
237
-
<a>TypeError</a> exception if <var>root</var> is not a <a>Node</a> or an <a>Attr</a> object.
238
-
</dl>
239
-
240
-
<p>The <dfn><code>XMLSerializer</code></dfn>() constructor must return a new <a>XMLSerializer</a>
241
-
object.
242
-
243
-
<p>The <dfndata-dfn-for="XMLSerializer"><code>serializeToString</code></dfn>(<var>root</var>) method must
244
-
produce an <a>XML serialization</a> of <var>root</var> passing a value of <code>false</code> for
245
-
the <a><var>require well-formed</var></a> parameter, and return the result.
226
+
<p>The definition of <code>XMLSerializer</code> has moved to <ahref="https://html.spec.whatwg.org/multipage/dynamic-markup-insertion.html#xmlserializer">the HTML Standard</a>.</p>
0 commit comments