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

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

Issue 786753003: Implement type=radio and radiogroup attribute for menuitem. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebaselined Created 6 years 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/HTMLMenuItemElement.cpp ('k') | Source/core/page/ContextMenuControllerTest.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 cf770ad1ec72522f7dbc613e386dcc1166d26b8b..ec2b2d6fba6fb98b0ab801caba8f58d80ac2084b 100644
--- a/Source/core/html/HTMLMenuItemElement.idl
+++ b/Source/core/html/HTMLMenuItemElement.idl
@@ -10,5 +10,6 @@
[Reflect] attribute boolean disabled;
[Reflect] attribute boolean checked;
[Reflect] attribute boolean default;
- // FIXME: icon, radiogroup and command need to be implemented.
+ [Reflect] attribute DOMString radiogroup;
+ // FIXME: icon and command need to be implemented.
};
« no previous file with comments | « Source/core/html/HTMLMenuItemElement.cpp ('k') | Source/core/page/ContextMenuControllerTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698