[whatwg/dom] "The adoptNode(node) method, when invoked, must ..." (#368)

https://dom.spec.whatwg.org/#dom-document-adoptnode

> The adoptNode\(node\) method, when invoked, must run these steps:​
> 
> 1. If node is a document, then throw a NotSupportedError\.
> 2. If node is a shadow root, then throw a HierarchyRequestError\.
> 3. Adopt node into **the context object\.**
> 4. Return node\.

Should the bolded part instead be "the context object's node 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/368

Received on Monday, 7 November 2016 15:51:00 UTC