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

Unified Diff: Source/core/animation/AnimationNode.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
Index: Source/core/animation/AnimationNode.idl
diff --git a/Source/core/animation/AnimationNode.idl b/Source/core/animation/AnimationNode.idl
index 3e52f46647d60e351138b7ae197d5eb3153f3a1e..17763e953633d14654a5c470f29ad685369f84c5 100644
--- a/Source/core/animation/AnimationNode.idl
+++ b/Source/core/animation/AnimationNode.idl
@@ -28,6 +28,13 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
+// http://www.w3.org/TR/web-animations/#the-animationnode-interface
+
+// TODO(dstockwell): This interface has been renamed to AnimationEffectReadonly
+// in the latest spec:
+// https://w3c.github.io/web-animations/#the-animationnode-interface
+// Spec issue for URL: https://github.com/w3c/web-animations/issues/88
+
[
RuntimeEnabled=WebAnimationsAPI,
WillBeGarbageCollected,

Powered by Google App Engine
This is Rietveld 408576698