Re: [webkit-dev] Unprefixed and prefixed DOM events.

2013-01-14 Thread Alexis Menard
On Sat, Jan 12, 2013 at 10:07 PM, Ryosuke Niwa rn...@webkit.org wrote: What happens to corresponding event constructors (e.g. WebKitTransitionEvent) and content attributes (e.g. onwebkittransitionend)? As I said in the mail we'll need to add them (could be done in a separate patch). There is

Re: [webkit-dev] Unprefixed and prefixed DOM events.

2013-01-14 Thread Alexis Menard
On Sat, Jan 12, 2013 at 8:42 PM, Rick Byers rby...@chromium.org wrote: I've been wondering about the implications of prefixed events. Do we have other examples of events that had prefixed names and were later unprefixed? We've never had such a case in the past. It's the first time we have to

Re: [webkit-dev] Unprefixed and prefixed DOM events.

2013-01-14 Thread Rick Byers
On Mon, Jan 14, 2013 at 6:19 AM, Alexis Menard ale...@webkit.org wrote: On Sat, Jan 12, 2013 at 8:42 PM, Rick Byers rby...@chromium.org wrote: I've been wondering about the implications of prefixed events. Do we have other examples of events that had prefixed names and were later

Re: [webkit-dev] Unprefixed and prefixed DOM events.

2013-01-14 Thread Rick Byers
On Mon, Jan 14, 2013 at 9:56 AM, Alexis Menard ale...@webkit.org wrote: On Mon, Jan 14, 2013 at 11:30 AM, Rick Byers rby...@chromium.org wrote: On Mon, Jan 14, 2013 at 6:19 AM, Alexis Menard ale...@webkit.org wrote: On Sat, Jan 12, 2013 at 8:42 PM, Rick Byers rby...@chromium.org wrote:

Re: [webkit-dev] Unprefixed and prefixed DOM events.

2013-01-14 Thread Alexis Menard
On Mon, Jan 14, 2013 at 11:30 AM, Rick Byers rby...@chromium.org wrote: On Mon, Jan 14, 2013 at 6:19 AM, Alexis Menard ale...@webkit.org wrote: On Sat, Jan 12, 2013 at 8:42 PM, Rick Byers rby...@chromium.org wrote: I've been wondering about the implications of prefixed events. Do we have

Re: [webkit-dev] Unprefixed and prefixed DOM events.

2013-01-12 Thread Rick Byers
I've been wondering about the implications of prefixed events. Do we have other examples of events that had prefixed names and were later unprefixed? In particular, what are the composition implications of your solution? When you say depending if someone is listening to it or not you mean

Re: [webkit-dev] Unprefixed and prefixed DOM events.

2013-01-12 Thread Ryosuke Niwa
What happens to corresponding event constructors (e.g. WebKitTransitionEvent) and content attributes (e.g. onwebkittransitionend)? On Fri, Jan 11, 2013 at 11:30 AM, Alexis Menard ale...@webkit.org wrote: Hi all, As you know I'm working on unprefixing CSS transitions and I need a few advice

Re: [webkit-dev] Unprefixed and prefixed DOM events.

2013-01-11 Thread Adam Barth
That does sound like a tricky problem. Your approach sounds reasonable to me. If you like, we can use the FeatureObserver [1] to estimate how often these various cases occur. Adam [1] http://lists.webkit.org/pipermail/webkit-dev/2012-September/022239.html On Fri, Jan 11, 2013 at 11:30 AM,