[whatwg/fullscreen] root element background propagation issue (#40)

@annevk says, we should not be propagating the background to the viewport in full screen.  I ran into this problem in firefox when reveal.js full screened the body and lost my background image.  Changing reveal.js to full screen the documentElement instead of the body avoided the problem.

@annevk thinks this is a spec issue.

---
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/40

Received on Thursday, 16 June 2016 15:29:20 UTC