- From: Boris Zbarsky <notifications@github.com>
- Date: Fri, 15 Apr 2016 11:31:58 -0700
- To: whatwg/dom <dom@noreply.github.com>
Received on Friday, 15 April 2016 18:32:26 UTC
https://dom.spec.whatwg.org/#converting-nodes-into-a-node says things like: > Replace each string in nodes with a Text node whose data is the string. What should the owner document of that Text node (and hence its associated global) be? Should it be the current Realm global's document, the owner document of the context object, or something else? Gecko's implementation is going to use the owner document of the context object here. --- 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/224
Received on Friday, 15 April 2016 18:32:26 UTC