- From: Michael[tm] Smith <notifications@github.com>
- Date: Tue, 28 Jan 2020 20:22:25 -0800
- To: w3c/DOM-Parsing <DOM-Parsing@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 29 January 2020 04:22:28 UTC
sideshowbarker approved this pull request. LGTM (with the change of the HTML spec URL) > - - <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> ```suggestion <p>The definition of <code>DOMParser</code> has moved to <a href="https://html.spec.whatwg.org/multipage/dynamic-markup-insertion.html#domparser">the HTML Standard</a>.</p> ``` -- 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#pullrequestreview-349853300
Received on Wednesday, 29 January 2020 04:22:28 UTC