- From: Anne van Kesteren <notifications@github.com>
- Date: Thu, 05 Dec 2019 02:55:27 -0800
- To: whatwg/dom <dom@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 5 December 2019 10:55:30 UTC
annevk commented on this pull request. Thanks, this looks good to me once the other bits are in order. We should probably also ensure there's test coverage for this as I don't think our IDL test generator is smart enough to automatically test this. > @@ -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}}. HTMLDocument object > @@ -5573,7 +5574,7 @@ interface DOMImplementation { <dt><code><var>doc</var> = <var>document</var> . {{Document/implementation}} . <a method for=DOMImplementation lt=createHTMLDocument()>createHTMLDocument([<var>title</var>])</a></code> <dd> - Returns a <a>document</a>, with a basic + Returns an {{HTMLDocument}}, with a basic HTMLDocument object -- 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#pullrequestreview-327462703
Received on Thursday, 5 December 2019 10:55:30 UTC