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