Re: [w3c/DOM-Parsing] Move DOMParser to HTML (#60)

domenic commented on this pull request.



> -
-      <p>At this point user agents may <a>append</a> nodes to <var>root</var>, for example to
-      describe the nature of the error.
-
-      <li><a>Append</a> <var>root</var> to <var>document</var>.
-
-      <li>Return the value of <var>document</var>.
-    </ol>
-  </dl>
-
-  <p>In any case, the returned <a>Document</a>'s <a>content type</a> must be the <var>type</var>
-  argument. Additionally, the <a>Document</a> must have a <a>URL</a> value equal to the URL of the
-  <a>active document</a>, and a <a>location</a> value of <code>null</code>.
-
-  <p class=note>The returned <a>Document</a>'s <a>encoding</a> is the default, UTF-8.
+  <p>The definition of <code>DOMParser</code> has moved to <a href="https://multipage.html.spec.whatwg.org/dynamic-markup-insertion.html#domparser">the HTML Standard</a>.</p>

Thank you for catching this!!

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/DOM-Parsing/pull/60#discussion_r372445264

Received on Wednesday, 29 January 2020 15:18:40 UTC