ISSUE-6: (duplicate callbacks): Spec needs to clarify expected behavior for duplicate calls of the same callback [Request Animation Frame]

jamesr

(duplicate callbacks): Spec needs to clarify expected behavior for duplicate calls of the same callback [Request Animation Frame]

State:
CLOSED
Product:
Request Animation Frame
Raised by:
Jatinder Mann
Opened on:
2011-05-25
Description:
The spec isn’t clear what is the expected behavior when a duplicate callback is called.
E.g.,
requestAnimationFrame(callback1);
requestAnimationFrame(callback1);

Should two callback1 be issued or just one? We believe the expected behavior here should be that the duplicate callback is removed from the animation frame request callback list.
Related Actions Items:
No related actions
Related emails:
  1. [minutes] 20110706 Web Performance WG Teleconference #40 (from jmann@microsoft.com on 2011-07-06)
  2. [minutes] 20110629 Web Performance WG Teleconference #39 (from jmann@microsoft.com on 2011-06-30)
  3. RE: ISSUE-6: (duplicate callbacks): Spec needs to clarify expected behavior for duplicate calls of the same callback [Request Animation Frame] (from jamesr@google.com on 2011-06-01)
  4. Re: ISSUE-6: (duplicate callbacks): Spec needs to clarify expected behavior for duplicate calls of the same callback [Request Animation Frame] (from jonas@sicking.cc on 2011-06-01)
  5. RE: ISSUE-6: (duplicate callbacks): Spec needs to clarify expected behavior for duplicate calls of the same callback [Request Animation Frame] (from jmann@microsoft.com on 2011-06-01)
  6. Re: ISSUE-6: (duplicate callbacks): Spec needs to clarify expected behavior for duplicate calls of the same callback [Request Animation Frame] (from cam@mcc.id.au on 2011-06-01)
  7. [minutes] 20110525 Web Performance WG Teleconference #34 (from jmann@microsoft.com on 2011-05-25)
  8. ISSUE-6: (duplicate callbacks): Spec needs to clarify expected behavior for duplicate calls of the same callback [Request Animation Frame] (from sysbot+tracker@w3.org on 2011-05-25)

Related notes:

The normative text is clear on this point and we've added a note to clarify that every invocation of requestAnimationFrame() schedule a callback.

James Robinson, 6 Jul 2011, 21:39:25

Display change log ATOM feed


Yoav Weiss <yoavweiss@google.com>, Ilya Grigorik <igrigorik@google.com>, Chairs, Philippe Le Hégaret <plh@w3.org>, Xiaoqian Wu <xiaoqian@w3.org>, Staff Contacts
Tracker: documentation, (configuration for this group), originally developed by Dean Jackson, is developed and maintained by the Systems Team <w3t-sys@w3.org>.
$Id: 6.html,v 1.1 2019/11/12 07:37:29 carcone Exp $