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

Unified Diff: core/html/HTMLMenuElement.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/HTMLMediaElement.idl ('k') | core/html/HTMLMenuItemElement.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: core/html/HTMLMenuElement.idl
diff --git a/core/html/HTMLMenuElement.idl b/core/html/HTMLMenuElement.idl
index 42110b5911d020a834101eb75420edbe90dfd25e..9d54c09786fcfeee7c9be4214a1971d07d1f8200 100644
--- a/core/html/HTMLMenuElement.idl
+++ b/core/html/HTMLMenuElement.idl
@@ -17,9 +17,13 @@
* Boston, MA 02110-1301, USA.
*/
+// https://html.spec.whatwg.org/#the-menu-element
+
interface HTMLMenuElement : HTMLElement {
[RuntimeEnabled=ContextMenu, Reflect] attribute DOMString type;
[RuntimeEnabled=ContextMenu, Reflect] attribute DOMString label;
+
+ // obsolete members
+ // https://html.spec.whatwg.org/#HTMLMenuElement-partial
[Reflect] attribute boolean compact;
};
-
« no previous file with comments | « core/html/HTMLMediaElement.idl ('k') | core/html/HTMLMenuItemElement.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698