You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 whatwg/html#707 (comment) might be helpful.
The text was updated successfully, but these errors were encountered:
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 whatwg/html#707 (comment) might be helpful.
The text was updated successfully, but these errors were encountered: