Re: Animation frame task
Anne van Kesteren <[email protected]>
| Newsgroups | gmane.comp.web.dom.general,gmane.org.w3c.webperf,gmane.comp.web.css.general |
|---|---|
| Message-ID | <CADnb78jkGiwRD44GOPDyq1ypyPuBYWFMS5=iTSYDbUXAoQ+JYw@mail.gmail.com> |
On Tue, Aug 26, 2014 at 2:52 AM, James Robinson <[email protected]> wrote: > How do they coordinate today? They must at least post to the same task > queue to preserve order. I think what this gets as is the granularity of > task considered by this algorithm. Whatever is making sure that the > fullscreen and screen orientation events are coherent today (i.e. running > out of one task, running in the same task queue, whatever) should continue > to work in this scheme as well. I guess you're correct. Looking at the screen orientation specification it seems to directly hook into the fullscreen element stack changing. If we make that hook explicit there's no need for a more complicated model than FIFO. -- http://annevankesteren.nl/