Index: Source/core/html/HTMLHRElement.idl |
diff --git a/Source/core/html/HTMLHRElement.idl b/Source/core/html/HTMLHRElement.idl |
index 95950eb235740f63da9e762904d2b7364fc352f3..10ca045ae4db544dc6e99b77f5bbdc9e03c2a42f 100644 |
--- a/Source/core/html/HTMLHRElement.idl |
+++ b/Source/core/html/HTMLHRElement.idl |
@@ -17,7 +17,12 @@ |
* Boston, MA 02110-1301, USA. |
*/ |
+ |
+// https://html.spec.whatwg.org/#htmlhrelement |
+ |
interface HTMLHRElement : HTMLElement { |
+ // obsolete members |
+ // https://html.spec.whatwg.org/#HTMLHRElement-partial |
[Reflect] attribute DOMString align; |
[Reflect] attribute DOMString color; |
[Reflect] attribute boolean noShade; |