Index: core/html/HTMLHtmlElement.idl |
diff --git a/core/html/HTMLHtmlElement.idl b/core/html/HTMLHtmlElement.idl |
index 3099de60b2dd06e839fef709e408afbbeb0a8db2..c302e46b3e6b2ae75e89cb14057debf881c58bd6 100644 |
--- a/core/html/HTMLHtmlElement.idl |
+++ b/core/html/HTMLHtmlElement.idl |
@@ -17,6 +17,10 @@ |
* Boston, MA 02110-1301, USA. |
*/ |
+// https://html.spec.whatwg.org/#the-html-element |
+ |
interface HTMLHtmlElement : HTMLElement { |
+ // obsolete members |
+ // https://html.spec.whatwg.org/#HTMLHtmlElement-partial |
[Reflect] attribute DOMString version; |
}; |