Re: [whatwg/fullscreen] Hide popovers when making an element fullscreen (PR #204)

@foolip commented on this pull request.



> @@ -230,6 +238,8 @@ if all of the following are true, and false otherwise:
  <li><p><var>element</var>'s <a>node document</a> is <a>allowed to use</a> the "<code><a
  data-lt="fullscreen-feature">fullscreen</a></code>" feature.
  <!-- cross-process, recursive -->
+
+ <li><p><var>element</var> is not in the <a for="popover visibility state" lt="showing">popover showing state</a>.

```suggestion
 <li><p><var>element</var>'s <a>popover visibility state</a> is not <a for="popover visibility state">showing</a>.
```

-- 
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/fullscreen/pull/204#pullrequestreview-1374963569
You are receiving this because you are subscribed to this thread.

Message ID: <whatwg/fullscreen/pull/204/review/1374963569@github.com>

Received on Thursday, 6 April 2023 14:17:23 UTC