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