Re: [selectors] Matching of :first-child and the like for elements whose parent is not an element

On 3/20/13 9:25 AM, Øyvind Stenhaug wrote:
> On Tue, 19 Mar 2013 21:27:52 +0100, Tab Atkins Jr.
> <jackalmage@gmail.com> wrote:
>
>> I don't see a meaningful distinction between a root node and a node
>> without a parent in a DocumentFragment.
>
> Maybe the latter should match :root, then? Then it would be possible to
> select for it explicitly (and do a union with :first-child or whatever),
> if desired. See also
> http://lists.w3.org/Archives/Public/www-style/2007Jun/0116.html

Unlike a Document, a DocumentFragment can have multiple child elements.

-Boris

Received on Wednesday, 20 March 2013 16:11:35 UTC