Forum Bugs

HTML5 template tag is not inert (and should be)

JBR
When attempting to use the new HTML5 <template> element to create replicable chunks of DOM, I noticed that the content of the <template> element is not hidden from the DOM (per spec), and in fact renders out to the generated PDF.

Of course, I can manipulate the content of a template element using CSS' `display: none`, however, I could do so with any element. Given that support for HTML5's <template> element was recently announced by Prince… I'm wondering, what kind of support was announced?

Thanks for any advice!
mikeday
Sorry, this is an oversight on our part. Currently we support parsing the template elements, but there is no special DOM support for them yet.