[webkit-dev] Where to handle the stick event?

2007-06-06 Thread Jin, Yihua
Hi all: What is the event handler in S60 webkit that handle the stick event which use to drive the mouse? Thanks. Best Regards, Yihua ___ webkit-dev mailing list webkit-dev@lists.webkit.org http://lists.webkit.org/mailman/listinfo/webkit-dev

RE: [webkit-dev] Where to handle the stick event?

2007-06-06 Thread Zalan.Bujtas
In http://trac.webkit.org/projects/webkit/browser/S60/trunk/WebKit/BrowserV iew/src/KeyEventHandler.cpp , CKeyEventHandler::HandleOfferKeyEventL() function manages the key (including the joystick) events. The joystick events get translated to mouse events in CKeyEventHandler::HandleArrowKeysL() -

[webkit-dev] WebForms 2.0 and Webkit

2007-06-06 Thread Andre-John Mas
Hi, I have heard that the W3C was working on a specification known as 'Web Forms 2.0'. Does anyone know what the status of this is and whether there are any moves to incorporate this into WebKit or any other mainline rendering engine? Andre ___ webkit-

Re: [webkit-dev] WebForms 2.0 and Webkit

2007-06-06 Thread David D. Kilzer
Hi Andre, Is Web Forms 2.0 the same thing as XForms? If so (I think it is), you may be interested in these bugs: http://bugs.webkit.org/show_bug.cgi?id=10048 http://bugs.webkit.org/show_bug.cgi?id=13815 Dave Andre-John Mas <[EMAIL PROTECTED]> wrote: > Hi, > > I have heard that the W3C was w

Re: [webkit-dev] WebForms 2.0 and Webkit

2007-06-06 Thread Andre-John Mas
Hi Dave, Not really sure. I saw it mentioned here amongst other places: http://dev.opera.com/articles/view/making-wii-friendly-pages/ and here: http://www.whatwg.org/specs/web-forms/current-work/ Amongst the additions there seems to be a 'date' input field. Andre On 6-Jun-07, at 16:42 , Da

Re: [webkit-dev] WebForms 2.0 and Webkit

2007-06-06 Thread Maciej Stachowiak
On Jun 6, 2007, at 11:09 AM, Andre-John Mas wrote: Hi, I have heard that the W3C was working on a specification known as 'Web Forms 2.0'. Does anyone know what the status of this is and whether there are any moves to incorporate this into WebKit or any other mainline rendering engine? The We

Re: [webkit-dev] WebForms 2.0 and Webkit

2007-06-06 Thread David Hyatt
Web Forms 2 is a subset of HTML5. It is not XForms. Speaking for Apple, we do plan to work on Web Forms 2 support eventually. We have no plans to work on XForms, but contributions/patches are always welcome. dave On Jun 6, 2007, at 1:42 PM, David D. Kilzer wrote: Hi Andre, Is Web For

Re: [webkit-dev] Your opinion on a CSS proposal

2007-06-06 Thread Windy Road
On 06/06/07, David D. Kilzer <[EMAIL PROTECTED]> wrote: You may be interested in these blogs as well: http://webkit.org/blog/55/high-dpi-web-sites/ http://webkit.org/blog/56/high-dpi-part-2/ Thanks for the heads up. I did find them interesting. Anyone got any thoughts on how to deliver high

Re: [webkit-dev] Your opinion on a CSS proposal

2007-06-06 Thread Rob Burns
Its not easy to do these days. In my opinion, this is one of the key features needed for an HTTP 1.2 (along with event/change notifications and a few other things). Apache can probably be configured to do this, but I'm not sure that there's a way to easily get the HTTP clients to request a

Re: [webkit-dev] Your opinion on a CSS proposal

2007-06-06 Thread Mark Rowe
On 07/06/2007, at 3:35 PM, Windy Road wrote: On 06/06/07, David D. Kilzer <[EMAIL PROTECTED]> wrote: You may be interested in these blogs as well: http://webkit.org/blog/55/high-dpi-web-sites/ http://webkit.org/blog/56/high-dpi-part-2/ Thanks for the heads up. I did find them interesting.

Re: [webkit-dev] Your opinion on a CSS proposal

2007-06-06 Thread David D. Kilzer
Wasn't one of Hyatt's suggestions that the author of the web page provide references to both a low-res and a high-res image so that the client (which knows most about which one to use) may chose the correct one? Dave Rob Burns <[EMAIL PROTECTED]> wrote: > Its not easy to do these days. In my op