[whatwg/dom] Is is supposed to say 'SHADOW ROOT' and not DOCUMENT FRAGMENT? (#1007)

https://dom.spec.whatwg.org/commit-snapshots/f2a2dedd8831cbae9afeab87b915e1234c49cba1/#concept-node-adopt

It says: 
(3) If node is a DocumentFragment node whose host is non-null, then return. 

Problem:
A DocumentFragment node does not have a 'host', a SHADOW_ROOT_NODE has one.

-- 
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/1007

Received on Thursday, 12 August 2021 00:10:04 UTC