- From: Tab Atkins Jr. <notifications@github.com>
- Date: Mon, 22 May 2023 14:33:28 -0700
- To: whatwg/fullscreen <fullscreen@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Monday, 22 May 2023 21:33:33 UTC
@tabatkins commented on this pull request. > + <li><p><a>Request removal from the top layer</a> given <var>element</var>. + + <li><a>Add to the top layer</a> given <var>element</var>. I'm not sure what you mean by "allow for slightly novel behavior in new APIs". All APIs would cycle thru the algorithms in this same way, unless they wanted to get into the guts and directly manipulate the top layer list (which they shouldn't). The only two behaviors that specs should end up landing on for "put something in the top layer when it's already there" are this (cycle it to the end of the list) and "fail", probably throwing an error when they do so. -- Reply to this email directly or view it on GitHub: https://github.com/whatwg/fullscreen/pull/223#discussion_r1201154002 You are receiving this because you are subscribed to this thread. Message ID: <whatwg/fullscreen/pull/223/review/1437661095@github.com>
Received on Monday, 22 May 2023 21:33:33 UTC