Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(460)

Unified Diff: Source/core/html/HTMLMenuItemElement.idl

Issue 1011593002: Sync the HTMLM*Element interfaces with the spec (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: oops inconsistent URLs Created 5 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/core/html/HTMLMenuElement.idl ('k') | Source/core/html/HTMLMetaElement.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
};
« no previous file with comments | « Source/core/html/HTMLMenuElement.idl ('k') | Source/core/html/HTMLMetaElement.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698