- From: <bugzilla@jessica.w3.org>
- Date: Wed, 03 Aug 2011 14:25:37 +0000
- To: public-html-bugzilla@w3.org
http://www.w3.org/Bugs/Public/show_bug.cgi?id=13608
Summary: Add <menuitem> element
Product: HTML WG
Version: unspecified
Platform: Other
OS/Version: other
Status: NEW
Severity: normal
Priority: P2
Component: HTML5 spec (editor: Ian Hickson)
AssignedTo: ian@hixie.ch
ReportedBy: jan.varga@gmail.com
QAContact: public-html-bugzilla@w3.org
CC: mike@w3.org, public-html-wg-issue-tracking@w3.org,
public-html@w3.org
The new syntax:
<menu type="context">
<menuitem type="" label="" ...>
...
</menu>
The behavior of <menuitem> is similar to <command>. However there is no need to
use <menuitem> in <head>
There are plans to upgrade the syntax in future to:
<head>
<command id="foo" type="" label="" ...>
</head>
<body>
<menu type="context">
<menuitem command="foo">
</menu>
</body>
So <menuitem command="foo"> will synchronize relevant attributes with <command
id="foo">
The new IDL interface MenuItemElement inherits from CommandElement.
--
Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
Received on Wednesday, 3 August 2011 14:25:38 UTC