Index: core/html/HTMLHeadingElement.idl |
diff --git a/core/html/HTMLHeadingElement.idl b/core/html/HTMLHeadingElement.idl |
index fe558d26bda5d87af38e29d27fce70ef85102010..4ce52c9c7b845df3900875338af44cb2a27f834c 100644 |
--- a/core/html/HTMLHeadingElement.idl |
+++ b/core/html/HTMLHeadingElement.idl |
@@ -17,6 +17,10 @@ |
* Boston, MA 02110-1301, USA. |
*/ |
+// https://html.spec.whatwg.org/#the-h1,-h2,-h3,-h4,-h5,-and-h6-elements |
+ |
interface HTMLHeadingElement : HTMLElement { |
+ // obsolete members |
+ // https://html.spec.whatwg.org/#HTMLHeadingElement-partial |
[Reflect] attribute DOMString align; |
}; |