Index: core/html/HTMLMenuElement.idl |
diff --git a/core/html/HTMLMenuElement.idl b/core/html/HTMLMenuElement.idl |
index 42110b5911d020a834101eb75420edbe90dfd25e..9d54c09786fcfeee7c9be4214a1971d07d1f8200 100644 |
--- a/core/html/HTMLMenuElement.idl |
+++ b/core/html/HTMLMenuElement.idl |
@@ -17,9 +17,13 @@ |
* Boston, MA 02110-1301, USA. |
*/ |
+// https://html.spec.whatwg.org/#the-menu-element |
+ |
interface HTMLMenuElement : HTMLElement { |
[RuntimeEnabled=ContextMenu, Reflect] attribute DOMString type; |
[RuntimeEnabled=ContextMenu, Reflect] attribute DOMString label; |
+ |
+ // obsolete members |
+ // https://html.spec.whatwg.org/#HTMLMenuElement-partial |
[Reflect] attribute boolean compact; |
}; |
- |