- From: Alexis Menard <alexis.menard@intel.com>
- Date: Mon, 28 Jan 2013 09:32:09 -0300
- To: www-style list <www-style@w3.org>
Hi everyone, I'm implementing in WebKit [1] the pseudoElement attribute of the TransitionEvent as defined there [2]. It's useful to know the name of the pseudo-element on which the transition was triggered. In WebKit we support already transitions on :after and :before for a few weeks so it seemed natural to implement the extra attribute for the DOM event. Though while implementing it I discovered that AnimationEvent [3] does not have this attribute in its declaration. Should it be sync up? Thanks [1] https://bugs.webkit.org/show_bug.cgi?id=107986 [2] http://dev.w3.org/csswg/css3-transitions/#transition-events [3] http://dev.w3.org/csswg/css3-animations/#AnimationEvent-interface -- Alexis Menard Intel Semiconductores do Brasil Ltda. Ave Dr. Chucri Zaidan, 940, Brooklin, 10 Andar 04583-904 São Paulo, SP Brazil This e-mail and any attachments may contain confidential material for the sole use of the intended recipient(s). Any review or distribution by others is strictly prohibited. If you are not the intended recipient, please contact the sender and delete all copies.
Received on Monday, 28 January 2013 12:32:41 UTC