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!
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!