html - What exactly is the HTML5 <command> tag and what is the browser support -


i've read html5 spec <command> , found information on element vague.

i've tried out , found not working in chrome (latest version) , is working on safari (even older ones), sorry no ff (don't shoot me please) - mac test.

i can't understand use of element or if i'm using correctly.

i thank in advance clarification it!

it works on firefox 3.6.13 windows way.

the command element meant encapsulate can do. can rendered within menu (since menu presents items can invoke).

the idea

it provides abstraction layer between ui , commands, can make multiple ui elements refer same command. gives flexibility of having 1 command element, rendered in menu, invoked via url in middle of page button @ bottom of page. disabling command disables access paths (url/button/menu) action behind command.

where @ - of 26 jan 2010

there scarce information how linking multiple elements work (since browsers have started implementing it!) 1 of intentions.

at present moment, documented usage provide semantically unique tag specify (without using <input> or <button> elements) command within <menu>, thereby allowing "real" menu rendering browser (when implemented).


Comments

Popular posts from this blog

java - SNMP4J General Variable Binding Error -

windows - Python Service Installation - "Could not find PythonClass entry" -

Determine if a XmlNode is empty or null in C#? -