blob: cf770ad1ec72522f7dbc613e386dcc1166d26b8b [file] [log] [blame]
// Copyright 2014 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
[
RuntimeEnabled=ContextMenu,
] interface HTMLMenuItemElement : HTMLElement {
[Reflect] attribute DOMString type;
[Reflect] attribute DOMString label;
[Reflect] attribute boolean disabled;
[Reflect] attribute boolean checked;
[Reflect] attribute boolean default;
// FIXME: icon, radiogroup and command need to be implemented.
};