[webkit-dev] Adding reverse flag to Widget::SetFocus?

2012-09-10 Thread Fady Samuel
Hi all, I'm working on a plugin that needs to deal with focus. I'd like this plugin to look an feel just like any other DOM element including the way it deals with focus. The problem that I have is Widgets know about focus but not focus direction (forward/reverse). My plugin has several logical

Re: [webkit-dev] Adding reverse flag to Widget::SetFocus?

2012-09-10 Thread Yoshifumi Inoue
Hi Fady, I have same experience about focus in internal element within container element. I tried to do same thing for multiple fields time input UI for input type=time. In the implementation, fields are implemented in shadow DOM hosted by input element. We call fields are DateTimeFieldElement

[webkit-dev] New Feature: CSS Element

2012-09-10 Thread Anish Bhayani
Hi WebKit, I am an intern on the Adobe Web Platform Authoring team. For the summer, I was working on implementing CSS Element [1] in WebKit. The specification itself is still being finalized, but Mozilla [2] has had this feature working since FireFox 4.0. CSS Element allows an element to use

Re: [webkit-dev] New Feature: CSS Element

2012-09-10 Thread Benjamin Poulain
On Mon, Sep 10, 2012 at 6:41 PM, Anish Bhayani bhay...@adobe.com wrote: I am an intern on the Adobe Web Platform Authoring team. For the summer, I was working on implementing CSS Element [1] in WebKit. The specification itself is still being finalized, but Mozilla [2] has had this feature