Re: [w3c/webcomponents] [templates] If HTML Template Instantiation proposal is adopted, consider a HTML-native syntax (#695)

The requirement that `<else>` be a sibling to `<if>`, `<unless>`, `<elseif>`, or `<elseunless>` is not so different than the requirement that `<li>` only have other `<li>` elements as siblings and be direct children of a `<ul>`.

As to querying the inert elements, I presume they'd be part of the shadow DOM and only valid inside `<template>` elements, so, as you say, this would only require extending the specialness of `<template>` rather than all of HTML.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/webcomponents/issues/695#issuecomment-341779836

Received on Friday, 3 November 2017 17:54:53 UTC