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

Unified Diff: Source/core/events/TransitionEventInit.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/TransitionEvent.idl ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/events/TransitionEventInit.idl
diff --git a/Source/core/events/TransitionEventInit.idl b/Source/core/events/TransitionEventInit.idl
index fbcb40e5d44a351ee1cc5995fcd617ba7d73bf2d..8a0f8eae4f3ac1a1879f68ada89b5ff4883ac129 100644
--- a/Source/core/events/TransitionEventInit.idl
+++ b/Source/core/events/TransitionEventInit.idl
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-// http://dev.w3.org/csswg/css-transitions/#Events-TransitionEvent
+// http://dev.w3.org/csswg/css-transitions/#transition-events
dictionary TransitionEventInit : EventInit {
DOMString propertyName = "";
« no previous file with comments | « Source/core/events/TransitionEvent.idl ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698