[Bug 13608] Add <menuitem> element

http://www.w3.org/Bugs/Public/show_bug.cgi?id=13608

--- Comment #24 from Ian 'Hixie' Hickson <ian@hixie.ch> 2011-11-21 22:39:09 UTC ---
It's not "extended" syntax. That's the point. It's the existing features of
HTML, like <a>, <button>, <select>, etc, used for their existing semantics, in
a way that can have graceful degradation in legacy UAs, and defined in such a
way that they all expose a uniform front and can therefore be used to display a
consistent UI either in context menus or in toolbars.

Creating a new element for this is just unnecessary. (<command> itself is
unnecessary here, but is interesting because it later will allow us to create
commands that are defined once but exposed in multiple places via reference.)

-- 
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 Monday, 21 November 2011 22:39:20 UTC