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