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

Unified Diff: core/html/HTMLMenuItemElement.idl

Issue 1660113002: Updated to Chrome 45 (2454) moved from SVN to git. Base URL: https://github.com/dart-lang/webcore.git@roll_45
Patch Set: Created 4 years, 11 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 | « core/html/HTMLMenuElement.idl ('k') | core/html/HTMLMetaElement.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: core/html/HTMLMenuItemElement.idl
diff --git a/core/html/HTMLMenuItemElement.idl b/core/html/HTMLMenuItemElement.idl
index cf770ad1ec72522f7dbc613e386dcc1166d26b8b..99cd8800e44deaa4dfccd52dc477850f8add2fac 100644
--- a/core/html/HTMLMenuItemElement.idl
+++ b/core/html/HTMLMenuItemElement.idl
@@ -2,13 +2,17 @@
// 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/#the-menuitem-element
+
[
RuntimeEnabled=ContextMenu,
] interface HTMLMenuItemElement : HTMLElement {
[Reflect] attribute DOMString type;
[Reflect] attribute DOMString label;
+ [Reflect] attribute DOMString icon;
[Reflect] attribute boolean disabled;
[Reflect] attribute boolean checked;
+ [Reflect] attribute DOMString radiogroup;
[Reflect] attribute boolean default;
- // FIXME: icon, radiogroup and command need to be implemented.
+ // FIXME: readonly attribute HTMLElement? command;
};
« no previous file with comments | « core/html/HTMLMenuElement.idl ('k') | core/html/HTMLMetaElement.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698