Index: core/html/HTMLPreElement.idl |
diff --git a/core/html/HTMLPreElement.idl b/core/html/HTMLPreElement.idl |
index 34742c6b7bef0f91d11d3618355ed3cf692ee816..2da036d30976df5f895646e213fdbe7c85d30002 100644 |
--- a/core/html/HTMLPreElement.idl |
+++ b/core/html/HTMLPreElement.idl |
@@ -18,6 +18,10 @@ |
* Boston, MA 02110-1301, USA. |
*/ |
+// https://html.spec.whatwg.org/#the-pre-element |
+ |
interface HTMLPreElement : HTMLElement { |
+ // obsolete members |
+ // https://html.spec.whatwg.org/#HTMLPreElement-partial |
[Reflect] attribute long width; |
}; |