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

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

Issue 1162173002: Add TODOs to remove AnimationPlayerEvent and AnimationPlayerEventInit (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 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 | « no previous file | Source/core/events/AnimationPlayerEventInit.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/events/AnimationPlayerEvent.idl
diff --git a/Source/core/events/AnimationPlayerEvent.idl b/Source/core/events/AnimationPlayerEvent.idl
index fc05b3e93c0b7073d5716ca06977d9a4fbe34047..bfd724a736b3a3b4366a694dbda18f4c73dabfe7 100644
--- a/Source/core/events/AnimationPlayerEvent.idl
+++ b/Source/core/events/AnimationPlayerEvent.idl
@@ -3,8 +3,9 @@
// found in the LICENSE file.
// http://www.w3.org/TR/web-animations/#the-animationplayerevent-interface
-// Note: The latest draft removed this event.
-// http://w3c.github.io/web-animations/
+
+// TODO(dstockwell): This interface has been removed in the latest spec:
+// https://w3c.github.io/web-animations/
[
Constructor(DOMString type, optional AnimationPlayerEventInit eventInitDict),
@@ -13,4 +14,3 @@
readonly attribute double currentTime;
readonly attribute double timelineTime;
};
-
« no previous file with comments | « no previous file | Source/core/events/AnimationPlayerEventInit.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698