Re: Making <template> play nice with XML and tags-and-text

On Wed, 18 Jul 2012, Adam Barth wrote:
> 
> Yeah, that could work.  We also need to consider nested templates:
> 
> <template>
>   <div>
>     <template>
>       <span>
> 
> I suspect we'll want the <span> to be in the same "inert" namespace as 
> the <div>, not doubly inerted.

Definitely agreed on span and div; what's the use case for the inner 
<template> not being inert in this case, though? Surely it's fine for it 
to be inert; you'd instantiate its template from the instantiated outer 
template, right?

-- 
Ian Hickson               U+1047E                )\._.,--....,'``.    fL
http://ln.hixie.ch/       U+263A                /,   _.. \   _\  ;`._ ,.
Things that are impossible just take longer.   `._.-(,_..'--(,_..'`-.;.'

Received on Wednesday, 18 July 2012 17:59:51 UTC