- From: Philip Jägenstedt <notifications@github.com>
- Date: Thu, 14 Apr 2016 08:06:21 -0700
- To: whatwg/dom <dom@noreply.github.com>
Received on Thursday, 14 April 2016 15:07:22 UTC
There has been some efforts to move things from `HTMLDocument` to `Document` in Blink, and it's been successful so far. https://bugs.chromium.org/p/chromium/issues/detail?id=238368 Of what [remains](https://chromium.googlesource.com/chromium/src/+/fa50402230d37afe53a6e2d15d36a8285e1081e0/third_party/WebKit/Source/core/html/HTMLDocument.idl) I think that only `document.all` is worth worrying about. It's already on Document internally, but the risk is that some code depends on `xmlDocument.all` not existing. I don't have time to spend on this *right now*, but if it'll get reverted in the spec I'd like a chance to try out the final changes in Blink, so let me know if there's a deadline. --- 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-209989740
Received on Thursday, 14 April 2016 15:07:22 UTC