Sync up with Living Specification changes: Document rather than XMLDocument
authortravil
Thu, 03 Apr 2014 13:13:40 -0700
changeset 57 d799e62378b7
parent 56 b9d2104e193a
child 58 3bdb85b784bc
Sync up with Living Specification changes: Document rather than XMLDocument

https://github.com/whatwg/domparsing/commit/eb55d5c2a8171cb765b063cac138dd291c00b37c
index.html
--- a/index.html	Thu Apr 03 12:53:17 2014 -0700
+++ b/index.html	Thu Apr 03 13:13:40 2014 -0700
@@ -1052,7 +1052,11 @@
                     with name <code>SyntaxError</code>. -->
                     
                     <li>Let <var>document</var> be a newly-created
-                    <code><a data-spec="DOM4" title="xmldocument" class="externalDFN">XMLDocument</a></code>.
+                    <a data-spec="DOM4" title="xml-document" class="externalDFN">XML Document</a>.
+                    <span class="note">The <var>document</var> will use the 
+                    <code><a data-spec="DOM4" title="document" class="externalDFN">Document</a></code> interface
+                    rather than the <code><a data-spec="DOM4" title="xmldocument" class="externalDFN">XMLDocument</a></code>
+                    interface.</span>
 
                     <li>
                     <p>Let <var>root</var> be a new