- From: Philip Jägenstedt <notifications@github.com>
- Date: Wed, 17 Aug 2016 13:34:52 -0700
- To: whatwg/dom <dom@noreply.github.com>
Received on Wednesday, 17 August 2016 20:35:23 UTC
> @@ -1490,7 +1490,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}}, {{Attr}}, {{Text}},
Attr doesn't actually participate in any tree though, it can't be appended to anything nor have any children.
--
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/299/files/684e9453e592df4782b2e77687916a6e06af7f9c#r75201584
Received on Wednesday, 17 August 2016 20:35:23 UTC