Index: core/html/HTMLModElement.idl |
diff --git a/core/html/HTMLModElement.idl b/core/html/HTMLModElement.idl |
index 9b749b2898b4c31907941397018b8745dc39a061..cde233c965bb47911fcf460f503a874059018d62 100644 |
--- a/core/html/HTMLModElement.idl |
+++ b/core/html/HTMLModElement.idl |
@@ -17,6 +17,9 @@ |
* Boston, MA 02110-1301, USA. |
*/ |
+// https://html.spec.whatwg.org/#the-ins-element |
+// https://html.spec.whatwg.org/#the-del-element |
+ |
interface HTMLModElement : HTMLElement { |
[Reflect, URL] attribute DOMString cite; |
[Reflect] attribute DOMString dateTime; |