[webkit-dev] New feature: Implement command API in webkit

Rakesh Chaitanya kgdn63 at motorola.com
Tue Nov 22 23:09:11 PST 2011


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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-dev/attachments/20111123/1fb56443/attachment.html>


More information about the webkit-dev mailing list