[webkit-dev] Implementing HTML5 context menus

2010-04-21 Thread Drew Wilson
Has anyone done any work/investigation towards implementing the context menu support in HTML5 (the contextmenu attribute and menu elements with type=contextMenu) as described here: http://www.w3.org/TR/html5/interactive-elements.html#context-menus ? I didn't see anything from a quick browse

Re: [webkit-dev] Implementing HTML5 context menus

2010-04-21 Thread Maciej Stachowiak
On Apr 21, 2010, at 5:06 PM, Drew Wilson wrote: Has anyone done any work/investigation towards implementing the context menu support in HTML5 (the contextmenu attribute and menu elements with type=contextMenu) as described here:

Re: [webkit-dev] Implementing HTML5 context menus

2010-04-21 Thread Drew Wilson
OK, we'll start looking into this and float out an implementation proposal/design doc once we understand what needs to be done. Thanks, -atw On Wed, Apr 21, 2010 at 5:46 PM, Maciej Stachowiak m...@apple.com wrote: On Apr 21, 2010, at 5:06 PM, Drew Wilson wrote: Has anyone done any