Index: Source/core/html/HTMLMenuElement.idl |
diff --git a/Source/core/html/HTMLMenuElement.idl b/Source/core/html/HTMLMenuElement.idl |
index 42110b5911d020a834101eb75420edbe90dfd25e..52f6c2509094beb2c905e7e17f3a43c40633676b 100644 |
--- a/Source/core/html/HTMLMenuElement.idl |
+++ b/Source/core/html/HTMLMenuElement.idl |
@@ -17,9 +17,13 @@ |
* Boston, MA 02110-1301, USA. |
*/ |
+// https://html.spec.whatwg.org/#htmlmenuelement |
+ |
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; |
}; |
- |