| Index: Source/core/html/HTMLHeadingElement.idl
|
| diff --git a/Source/core/html/HTMLHeadingElement.idl b/Source/core/html/HTMLHeadingElement.idl
|
| index fe558d26bda5d87af38e29d27fce70ef85102010..90c82d16ba479f9eadc60fc3acc7bff9fc04660a 100644
|
| --- a/Source/core/html/HTMLHeadingElement.idl
|
| +++ b/Source/core/html/HTMLHeadingElement.idl
|
| @@ -17,6 +17,10 @@
|
| * Boston, MA 02110-1301, USA.
|
| */
|
|
|
| +// https://html.spec.whatwg.org/#htmlheadingelement
|
| +
|
| interface HTMLHeadingElement : HTMLElement {
|
| + // obsolete members
|
| + // https://html.spec.whatwg.org/#HTMLHeadingElement-partial
|
| [Reflect] attribute DOMString align;
|
| };
|
|
|