This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.
In section 9 of the current spec, Rendering HTML Templates, the rendering of the template element itself is defined as hosting an empty shadow tree. Rather than taking a dependency on Shadow DOM, this could be defined more simply as an addition to the default style sheet. This is also more consistent with the behavior of other 'hidden' elements in HTML (see http://dev.w3.org/html5/spec/rendering.html#hidden-elements): @namespace url(http://www.w3.org/1999/xhtml); template { display : none; }
this sounds good.
Yup. Agree.
http://dvcs.w3.org/hg/webcomponents/rev/b31b922d9df6