- From: Eric Newport <notifications@github.com>
- Date: Fri, 03 Nov 2017 17:54:29 +0000 (UTC)
- To: w3c/webcomponents <webcomponents@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Friday, 3 November 2017 17:54:53 UTC
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