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

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: update as per dstockwell's feedback 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') | no next file with comments »
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..2da00b3bac00cb93fe8f2ab90e9bb0660c6eb868 100644
--- a/Source/core/animation/Animation.idl
+++ b/Source/core/animation/Animation.idl
@@ -28,7 +28,11 @@
* 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 been renamed to KeyframeEffect in the
+// latest spec:
+// https://w3c.github.io/web-animations/#the-keyframeeffect-interfaces
[
// 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') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698