Re: [fullscreen] ::backdrop of root (#24)

I think all impls currently agree with the behavior that, when root goes fullscreen, it still has white background, while when body goes fullscreen, it just turns to the black background like other normal elements.

I suspect the current behavior is because we previously wrote the background in the `:not(:root):fullscreen` declaration? And thus I guess this behavior was unintentionally changed when we introduced `::backdrop`.

I suggest we just bring the current behavior all impls agree with back to the spec again.

---
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/fullscreen/issues/24#issuecomment-144014577

Received on Tuesday, 29 September 2015 10:12:32 UTC