- From: Tab Atkins Jr. <notifications@github.com>
- Date: Wed, 19 Apr 2023 17:12:14 -0700
- To: whatwg/fullscreen <fullscreen@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 20 April 2023 00:12:20 UTC
@tabatkins commented on this pull request. > <p>All <a for=/>documents</a> have an associated <dfn>list of pending fullscreen events</dfn>, which is an <a>ordered set</a> of (<a>string</a>, <a>element</a>) <a>tuples</a>. It is initially empty. -<p>To <dfn>fullscreen an <var>element</var></dfn>, set <var>element</var>'s <a>fullscreen flag</a> -and <a for="top layer">add</a> it to its <a>node document</a>'s <a>top layer</a>. +<p>To <dfn>fullscreen an <var>element</var></dfn>, set <var>element</var>'s <a>fullscreen flag</a>. +If <var>element</var> is not currently [=in the top layer=] of its <a>node document</a>, It seems like the behavior we're going for, actually, is that an element can only be in the top layer for one reason at a time, so actually this might need to change a little more to properly reflect that. (And possibly allow it to be moved if it's currently in the top layer for fullscreen reasons, as per your comment.) -- Reply to this email directly or view it on GitHub: https://github.com/whatwg/fullscreen/pull/223#discussion_r1171959966 You are receiving this because you are subscribed to this thread. Message ID: <whatwg/fullscreen/pull/223/review/1393036052@github.com>
Received on Thursday, 20 April 2023 00:12:20 UTC