Re: [webcomponents] HTML Parsing and the <template> element

On Thu, Jun 14, 2012 at 11:48 PM, Ian Hickson <ian@hixie.ch> wrote:
> Does anyone object to me adding <template>, <content>, and <shadow> to
> the HTML parser spec next week?

I don't object to adding them if they create normal child elements in
the DOM. I do object if <template> has a null firstChild and the new
property that leads to a fragment that belongs to a different owner
document.

(My non-objection to creating normal children in the DOM should not be
read as a commitment to support templates Gecko.)


-- 
Henri Sivonen
hsivonen@iki.fi
http://hsivonen.iki.fi/

Received on Friday, 15 June 2012 11:05:27 UTC