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