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