Skip to content

Commit 21fc0c9

Browse files
Sync up with Living Specification changes: Document rather than XMLDocument
whatwg/domparsing@eb55d5c
1 parent 7f9e5ca commit 21fc0c9

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

index.html

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1052,7 +1052,11 @@ <h1>The <code>DOMParser</code> interface</h1>
10521052
with name <code>SyntaxError</code>. -->
10531053

10541054
<li>Let <var>document</var> be a newly-created
1055-
<code><a data-spec="DOM4" title="xmldocument" class="externalDFN">XMLDocument</a></code>.
1055+
<a data-spec="DOM4" title="xml-document" class="externalDFN">XML Document</a>.
1056+
<span class="note">The <var>document</var> will use the
1057+
<code><a data-spec="DOM4" title="document" class="externalDFN">Document</a></code> interface
1058+
rather than the <code><a data-spec="DOM4" title="xmldocument" class="externalDFN">XMLDocument</a></code>
1059+
interface.</span>
10561060

10571061
<li>
10581062
<p>Let <var>root</var> be a new

0 commit comments

Comments
 (0)