Index: Source/core/html/HTMLBaseElement.idl |
diff --git a/Source/core/html/HTMLBaseElement.idl b/Source/core/html/HTMLBaseElement.idl |
index 87e614f6f9ee80dc44a68296bc1432b63a77aeee..ea0e474da5e4e9a477665f3f92080c6df603727b 100644 |
--- a/Source/core/html/HTMLBaseElement.idl |
+++ b/Source/core/html/HTMLBaseElement.idl |
@@ -17,6 +17,8 @@ |
* Boston, MA 02110-1301, USA. |
*/ |
+// https://html.spec.whatwg.org/#htmlbaseelement |
+ |
interface HTMLBaseElement : HTMLElement { |
attribute DOMString href; |
[Reflect] attribute DOMString target; |