Index: Source/core/html/HTMLMenuItemElement.idl |
diff --git a/Source/core/html/HTMLMenuItemElement.idl b/Source/core/html/HTMLMenuItemElement.idl |
index b1dfa4f1f994b384337372dbe46c2c0a85ff2e96..78e00ec16257977246a4097415a2ee1aafe183d2 100644 |
--- a/Source/core/html/HTMLMenuItemElement.idl |
+++ b/Source/core/html/HTMLMenuItemElement.idl |
@@ -2,6 +2,8 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
+// https://html.spec.whatwg.org/#htmlmenuitemelement |
+ |
[ |
RuntimeEnabled=ContextMenu, |
] interface HTMLMenuItemElement : HTMLElement { |
@@ -10,7 +12,7 @@ |
[Reflect] attribute DOMString icon; |
[Reflect] attribute boolean disabled; |
[Reflect] attribute boolean checked; |
- [Reflect] attribute boolean default; |
[Reflect] attribute DOMString radiogroup; |
- // FIXME: icon and command need to be implemented. |
+ [Reflect] attribute boolean default; |
+ // FIXME: readonly attribute HTMLElement? command; |
}; |