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

Unified Diff: Source/core/animation/Animation.idl

Issue 1092203002: Document the Web Animation interfaces with spec links and TODOs (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 8 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/animation/AnimationEffect.idl » ('j') | Source/core/animation/AnimationPlayer.idl » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/animation/Animation.idl
diff --git a/Source/core/animation/Animation.idl b/Source/core/animation/Animation.idl
index 4323300933eb793e94ad3a88c2306a9740fd71bf..7dc7e46212ec0fd90a0d6a12e9524f7e852af573 100644
--- a/Source/core/animation/Animation.idl
+++ b/Source/core/animation/Animation.idl
@@ -28,7 +28,10 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-// http://dev.w3.org/fxtf/web-animations/#idl-def-Animation
+// http://www.w3.org/TR/web-animations/#the-animation-interface
+
+// TODO(dstockwell): This interface has changed completely in the latest spec:
+// https://w3c.github.io/web-animations/#the-animation-interface
dstockwell 2015/04/20 13:32:24 This is renamed KeyframeEffect in the latest spec.
[
// FIXME: the third argument should be "optional (unrestricted double or AnimationTimingProperties) timing".
« no previous file with comments | « no previous file | Source/core/animation/AnimationEffect.idl » ('j') | Source/core/animation/AnimationPlayer.idl » ('J')

Powered by Google App Engine
This is Rietveld 408576698