Index: Source/core/html/HTMLLIElement.idl |
diff --git a/Source/core/html/HTMLLIElement.idl b/Source/core/html/HTMLLIElement.idl |
index 43b242f4ed0e765e80ec20460e59a6ba901dcaa0..cd2383420fac22558863e64c747d95ef66ccd530 100644 |
--- a/Source/core/html/HTMLLIElement.idl |
+++ b/Source/core/html/HTMLLIElement.idl |
@@ -17,7 +17,12 @@ |
* Boston, MA 02110-1301, USA. |
*/ |
+// https://html.spec.whatwg.org/#htmllielement |
+ |
interface HTMLLIElement : HTMLElement { |
- [Reflect] attribute DOMString type; |
[Reflect] attribute long value; |
+ |
+ // obsolete members |
+ // https://html.spec.whatwg.org/#HTMLLIElement-partial |
+ [Reflect] attribute DOMString type; |
}; |