[web-animations] AnimationTimeline comments

A few comments on the AnimationTimeline interface:

http://dev.w3.org/fxtf/web-animations/#widl-AnimationTimeline-getAnimationPlayers-sequence-AnimationPlayer

1. Why is this a method and not an attribute? E.g 'readonly  
sequence<AnimationPlayer> players'.

2. "The returned list is sorted in increasing order by player sequence  
number.", what happens if one is iterating over the sequence and some new  
players are added? Is the sequence<> static, or is it live?

Cheers
-- 
Erik Dahlstrom, Web Technology Developer, Opera Software
Co-Chair, W3C SVG Working Group

Received on Friday, 16 May 2014 15:40:13 UTC