Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(938)

Unified Diff: Source/core/events/TransitionEvent.idl

Issue 1158233004: Sync the AnimationEvent and TransitionEvent interfaces with the specs (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: TransitionEvent too Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/core/events/AnimationEventInit.idl ('k') | Source/core/events/TransitionEventInit.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/events/TransitionEvent.idl
diff --git a/Source/core/events/TransitionEvent.idl b/Source/core/events/TransitionEvent.idl
index 0f150f00c02e2710ff176a4941571d1ea32f866f..2cf948001c2560a37dac6803dd567c236ccccce1 100644
--- a/Source/core/events/TransitionEvent.idl
+++ b/Source/core/events/TransitionEvent.idl
@@ -24,13 +24,13 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-// http://dev.w3.org/csswg/css-transitions/#Events-TransitionEvent
+// http://dev.w3.org/csswg/css-transitions/#transition-events
[
Constructor(DOMString type, optional TransitionEventInit eventInitDict),
] interface TransitionEvent : Event {
readonly attribute DOMString propertyName;
+ // TODO(philipj): elapsedTime should be float.
readonly attribute double elapsedTime;
readonly attribute DOMString pseudoElement;
};
-
« no previous file with comments | « Source/core/events/AnimationEventInit.idl ('k') | Source/core/events/TransitionEventInit.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698