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

2011-11-22 Thread Ryosuke Niwa
As I'm not sure if we should implement the spec as is. The last time I checked, no other UA implemented command API, and I don't necessarily agree with all the design decisions they've made. For example, I'm not sure if command's state should be directly tied with the element that defines a comman

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

2011-11-22 Thread Rakesh Chaitanya
Hi WebKit, I am planning to implement the command API in WebKit. The specification for the same is here . Command API defines DOM apis for the elements which are commands. Any element with a 'accesskey' attribute defines a command except few(li

[webkit-dev] Web Intents update

2011-11-22 Thread James Hawkins
Hey folks, Web Intents [1] is moving along steadily in the W3C arena. We recently created a Joint Task Force between the Webapps WG and DAP WG that will serve as the home for the Web Intents API. The current draft of the API is at [2], but we're working to convert the draft to the W3C spec forma

[webkit-dev] Regarding Problem in Launching in MiniBrowser for Webkit2

2011-11-22 Thread ajith kumar
Hi All, I am facing some issues while launching the MiniBrowser.exe from Visual Studio during checking of the Webkit2 process flows. Errors are likes this; "*This application has failed to start because CFNetwork.dll was not found. Re-installing the application may fix this problem.*" Not

Re: [webkit-dev] getComputedStyle returns percentage values for left / right / top / bottom

2011-11-22 Thread Jarred Nicholls
2011/11/22 Jarred Nicholls > Indeed it is correct. The CSS W3 draft also states that those properties > return the "specified value", which if a percentage should return a > percentage by definition. By that I meant the *older* CSS drafts - the point being that it's always been defined in that

Re: [webkit-dev] getComputedStyle returns percentage values for left / right / top / bottom

2011-11-22 Thread Jarred Nicholls
Indeed it is correct. The CSS W3 draft also states that those properties return the "specified value", which if a percentage should return a percentage by definition. On Mon, Nov 21, 2011 at 10:49 PM, Xianzhu Wang (ηŽ‹ζ˜Ύθ‘—) < wangxian...@chromium.org> wrote: > Sorry my previous post might be mislead