- From: Takayoshi Kochi <notifications@github.com>
- Date: Fri, 16 Sep 2016 03:08:06 -0700
- To: whatwg/fullscreen <fullscreen@noreply.github.com>
- Message-ID: <whatwg/fullscreen/pull/54/review/325924@github.com>
TakayoshiKochi commented on this pull request. > <p>The <dfn attribute for=Document><code>fullscreen</code></dfn> attribute's getter must return false if <a>context object</a>'s <a>fullscreen element</a> is null, and true otherwise. <p class=note>Use -<a attribute for=Document lt=fullscreenElement><code>document.fullscreenElement</code></a> instead. +<a attribute for=DocumentOrShadowRoot lt=fullscreenElement><code>document.fullscreenElement</code></a> +instead. + +<p>The <dfn attribute for=DocumentOrShadowRoot><code>fullscreenElement</code></dfn> attribute's +getter must return the result of <a>retargeting</a> <a>context object</a>'s I followed [activeElement](https://w3c.github.io/webcomponents/spec/shadow/#active-element) and [pointerLockElement](https://w3c.github.io/pointerlock/#widl-DocumentOrShadowRoot-pointerLockElement). I prefer the current way, the "fullscreen element" is the real full screen element, and this API returns adjusted element for the context object. -- 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
Received on Friday, 16 September 2016 10:08:42 UTC