The HTMLTemplateElement
interface enables access to the contents of an HTML <template>
element.
This interface inherits the properties of HTMLElement
.
HTMLTemplateElement.content
Read only
DocumentFragment
: Returns the <template>
element's template contents.This interface inherits the methods of HTMLElement
.
Specification | Status | Comment |
---|---|---|
WHATWG HTML Living Standard The definition of 'HTMLTemplateElement interface' in that specification. | Living Standard | |
HTML5 The definition of 'HTMLTemplateElement interface' in that specification. | Recommendation | Initial definition |
Feature | Chrome | Edge | Firefox (Gecko) | Internet Explorer | Opera | Safari (WebKit) |
---|---|---|---|---|---|---|
Basic support | 26 | 13 | 22 (22) | No support | 15 | 7.1 |
Feature | Android | Edge | Firefox Mobile (Gecko) | IE Phone | Opera Mobile | Safari Mobile |
---|---|---|---|---|---|---|
Basic support | ? | (Yes) | ? | No support | ? | iOS 8 |
© 2005–2017 Mozilla Developer Network and individual contributors.
Licensed under the Creative Commons Attribution-ShareAlike License v2.5 or later.
https://developer.mozilla.org/en-US/docs/Web/API/HTMLTemplateElement