summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/HTML/HTMLTemplateElement.idl
blob: 02da460923d8be1a0f9af986a62df487d227d466 (plain)
1
2
3
4
5
6
7
8
#import <DOM/DocumentFragment.idl>
#import <HTML/HTMLElement.idl>

interface HTMLTemplateElement : HTMLElement {

    readonly attribute DocumentFragment content;

};