Index: core/html/HTMLQuoteElement.idl |
diff --git a/core/html/HTMLQuoteElement.idl b/core/html/HTMLQuoteElement.idl |
index c53a1a2f1efff274457f035ac58787576dac1a4f..d559397268bbd73714304cab9a7c2295dfb90831 100644 |
--- a/core/html/HTMLQuoteElement.idl |
+++ b/core/html/HTMLQuoteElement.idl |
@@ -17,6 +17,9 @@ |
* Boston, MA 02110-1301, USA. |
*/ |
+// https://html.spec.whatwg.org/#the-blockquote-element |
+// https://html.spec.whatwg.org/#the-q-element |
+ |
interface HTMLQuoteElement : HTMLElement { |
[Reflect, URL] attribute DOMString cite; |
}; |