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

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

Issue 802233004: Implement icon attribute for menuitem (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: LayoutTest rebase Created 5 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 | « Source/core/html/HTMLAttributeNames.in ('k') | Source/core/page/CustomContextMenuProvider.cpp » ('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 ec2b2d6fba6fb98b0ab801caba8f58d80ac2084b..b1dfa4f1f994b384337372dbe46c2c0a85ff2e96 100644
--- a/Source/core/html/HTMLMenuItemElement.idl
+++ b/Source/core/html/HTMLMenuItemElement.idl
@@ -7,6 +7,7 @@
] 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 boolean default;
« no previous file with comments | « Source/core/html/HTMLAttributeNames.in ('k') | Source/core/page/CustomContextMenuProvider.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698