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

On Tue, Apr 24, 2012 at 12:00, Scott González <scott.gonzalez@gmail.com> wrote:
> Are there other use cases that are trying to be solved with <template>?

3. Inert. You don't want to fetch resources at unresolved URLs.

<img src="/images/${user}.png">

4. Selectors should not match content of the template

both of these works fine with <script type="text/x-this-is-a-hack">

-- 
erik

Received on Tuesday, 24 April 2012 21:21:59 UTC