- From: Jeffrey Yasskin <notifications@github.com>
- Date: Sat, 28 Nov 2015 14:02:32 -0800
- To: w3c/webcomponents <webcomponents@noreply.github.com>
Received on Saturday, 28 November 2015 22:03:13 UTC
Documents don't have associated documents, so "the associated document to the new instance" didn't pick out any particular document. `DOMImplementation`s are associated with documents, and I believe that's the document that was meant here. (Another option would be the global object’s associated document.) The DOM spec tends to use "the associated document of the context object" in methods of `DOMImplementation`, but I think the more direct form I'm using here is easier to read. You can view, comment on, or merge this pull request online at: https://github.com/w3c/webcomponents/pull/353 -- Commit Summary -- * Clarify which registry is used for the result of create*Document() -- File Changes -- M spec/custom/index.html (2) -- Patch Links -- https://github.com/w3c/webcomponents/pull/353.patch https://github.com/w3c/webcomponents/pull/353.diff --- Reply to this email directly or view it on GitHub: https://github.com/w3c/webcomponents/pull/353
Received on Saturday, 28 November 2015 22:03:13 UTC