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

Unified Diff: Source/core/html/HTMLMenuElement.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/HTMLMediaElement.idl ('k') | Source/core/html/HTMLMenuItemElement.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/html/HTMLMenuElement.idl
diff --git a/Source/core/html/HTMLMenuElement.idl b/Source/core/html/HTMLMenuElement.idl
index 42110b5911d020a834101eb75420edbe90dfd25e..52f6c2509094beb2c905e7e17f3a43c40633676b 100644
--- a/Source/core/html/HTMLMenuElement.idl
+++ b/Source/core/html/HTMLMenuElement.idl
@@ -17,9 +17,13 @@
* Boston, MA 02110-1301, USA.
*/
+// https://html.spec.whatwg.org/#htmlmenuelement
+
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 | « Source/core/html/HTMLMediaElement.idl ('k') | Source/core/html/HTMLMenuItemElement.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698