Re: [w3c/DOM-Parsing] Step 1 of createContextualFragment is not enough (#17)

How can it be null? The specification doesn't actually say that `element` should be an instance of `Element`, so `element` in step 1 in that case is just bound to a `Document` or `DocumentFragment` instance.

---
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/DOM-Parsing/issues/17#issuecomment-233302119

Received on Monday, 18 July 2016 11:15:25 UTC