- From: Takayoshi Kochi <notifications@github.com>
- Date: Thu, 15 Sep 2016 01:16:01 -0700
- To: whatwg/fullscreen <fullscreen@noreply.github.com>
Received on Thursday, 15 September 2016 08:16:32 UTC
@annevk @foolip Could you take a look? @hayatoito FYI The changes are mainly 3 points: - Replace "document" with "document tree" where necessary, to allow elements in shadow can become fullscreen - To match `:fullscreen` against a shadow host which contain a fullscreen element in its shadow, I added sentences to set/unset "fullscreen flag" on it. - Move `Document.fullscreenElement` to `DocumentOrShadowRoot.fullscreenElement` -- 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/pull/54#issuecomment-247265589
Received on Thursday, 15 September 2016 08:16:32 UTC