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