Re: [whatwg/fullscreen] Document state change should be synced with dimensions change (#37)

The change is... well, yes, but the timing is unpredictable. e.g. something like
```text
request fullscreen                       window size change finishes
          v                                            v
  |--------------------|--------------------|--------------------|
  ^                    ^                    ^                    ^
vsync                vsync                vsync                vsync
```
When "window size change finishes", what should happen then? Should we delay everything including size of the viewport to the next vsync? I suppose that may unnecessarily add complexity given we would need to use something to hold the original size for an extra while.

---
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/fullscreen/issues/37#issuecomment-203901970

Received on Thursday, 31 March 2016 12:07:26 UTC