Re: [whatwg/fullscreen] Allow fullscreen on initial load of a page (#36)

There are fullscreen related rules in UA stylesheets, e.g. in Chrome 54:
```
:-webkit-full-screen {
    background-color: white;
    z-index: 2147483647;
}
```
In most cases this will not be a problem, but there are still chances.

-- 
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/36#issuecomment-267526171

Received on Friday, 16 December 2016 06:24:04 UTC