Re: [whatwg/dom] fix: Use `HTMLDocument` where applicable (#799)

ExE-Boss commented on this pull request.



> @@ -5640,7 +5641,7 @@ The
 method, when invoked, must run these steps:
 
 <ol>
- <li><p>Let <var>doc</var> be a new <a>document</a> that is an <a>HTML document</a>.
+ <li><p>Let <var>doc</var> be a new {{HTMLDocument}}.

This&nbsp;should&nbsp;probably be&nbsp;fixed for&nbsp;`{{XMLDocument}}`&nbsp;above as&nbsp;well.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/dom/pull/799#discussion_r354394472

Received on Thursday, 5 December 2019 15:52:54 UTC