[w3c/screen-orientation] Clarify in which animation frame task events are fired (#97)

https://w3c.github.io/screen-orientation/#handling-screen-orientation-changes

Although animation frame tasks aren't actually defined properly yet, they will have to be a per-browsing context concept, similar to `window.requestAnimationFrame()`.

For screen orientation, it hopefully works to change the structure to "for each animation frame task enqueue an animation frame task to ...". In the absence of a spec, the discussion in https://github.com/whatwg/html/issues/707#issuecomment-265721620 might be helpful.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/screen-orientation/issues/97

Received on Tuesday, 24 January 2017 12:28:43 UTC