Re: [whatwg/dom] Fix and clarify more around CDATASection (#301)

> @@ -1488,7 +1488,7 @@ can be used to explore this matter in more detail.
>  
>  <h3 id=node-trees>Node tree</h3>
>  
> -<p>{{Document}}, {{DocumentType}}, {{DocumentFragment}}, {{Element}}, {{Text}},
> +<p>{{Document}}, {{DocumentType}}, {{DocumentFragment}}, {{Element}}, {{Text}}, {{CDATASection}},

Hmm, so I suppose that this is then enumerating the least-derived interfaces that can be instantiated? Otherwise it'd collapse into just saying "Node" :)

-- 
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/pull/301/files/096a2a14a9d952f30d8154ce45a8bdeb1730c3a6#r75104207

Received on Wednesday, 17 August 2016 11:21:33 UTC