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:
- [minutes] 20110706 Web Performance WG Teleconference #40 (from jmann@microsoft.com on 2011-07-06)
- [minutes] 20110629 Web Performance WG Teleconference #39 (from jmann@microsoft.com on 2011-06-30)
- 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)
- 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)
- 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)
- 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)
- [minutes] 20110525 Web Performance WG Teleconference #34 (from jmann@microsoft.com on 2011-05-25)
- 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:25Display change log