[whatwg/dom] "convert nodes into a node" needs to specify which document is used as the owner document for the nodes it creates (#224)

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