HTML5 command Tag

This tag only works in IE now

<menu>
<command type="command" label="Savedata" onclick="alert('saved')">Savedata</command>
</menu>