Hi WebKit, I am planning to implement the command API in WebKit. The specification for the same is here <http://dev.w3.org/html5/spec/Overview.html#commands>.
Command API defines DOM apis for the elements which are commands. Any element with a 'accesskey' attribute defines a command except few(like 'a', 'button') where the condition to define a command is different. A command is one of the component in menu<http://dev.w3.org/html5/spec/Overview.html#building-menus-and-toolbars> . Please let me know your suggestions and inputs on the same. The WebKit bug for this is https://bugs.webkit.org/show_bug.cgi?id=72955, I have put up a basic implementation here. -- Regards, Rakesh
_______________________________________________ webkit-dev mailing list [email protected] http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

