Re: [whatwg/dom] Un-merge Document and HTMLDocument (#221)

Yes, Edge matches the spec here (although we haven't removed the actual HTMLDocument interface)
```
/// @specs "dom-level-2-html"
[Deprecated]
interface HTMLDocument : Document
{
};
```

-- 
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/issues/221#issuecomment-355740212

Received on Saturday, 6 January 2018 11:15:29 UTC