Index: Source/core/html/HTMLTemplateElement.idl |
diff --git a/Source/core/html/HTMLTemplateElement.idl b/Source/core/html/HTMLTemplateElement.idl |
index e950fcecfa4fc4ce7890d81c1c673c22263a9b6f..d1c42c3a8b6259b51cc1af2de11a5825b223c693 100644 |
--- a/Source/core/html/HTMLTemplateElement.idl |
+++ b/Source/core/html/HTMLTemplateElement.idl |
@@ -28,7 +28,8 @@ |
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
*/ |
+// https://html.spec.whatwg.org/#the-template-element |
+ |
interface HTMLTemplateElement : HTMLElement { |
readonly attribute DocumentFragment content; |
}; |
- |