Re: [DOM4] Mutation algorithm imposed order on document children

Out of curiosity why does allowing extra elements complicate this? The root
is document.documentElement and the doctype is document.doctype.

Gecko actually traverses document.childNodes when doing layout?

On Thu, Jun 14, 2012 at 10:29 AM, Boris Zbarsky <bzbarsky@mit.edu> wrote:

> On 6/14/12 1:28 PM, Ojan Vafai wrote:
>
>> Would allowing extra DocTypes or a DocType after the element complicate
>> Gecko's implementation?
>>
>
> Offhand, I would guess not, though some code would need auditing.
>
> Allowing extra elements definitely would.
>
> -Boris
>

Received on Thursday, 14 June 2012 17:32:46 UTC