Re: [whatwg/fullscreen] Update fullscreen spec to be Shadow DOM compliant (#54)

@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