- From: Emilio Cobos Álvarez <notifications@github.com>
- Date: Thu, 28 Sep 2023 04:47:09 -0700
- To: whatwg/fullscreen <fullscreen@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 28 September 2023 11:47:15 UTC
One thing that came up while fixing tests were tests that were doing:
```
dialog { visibility: hidden }
```
And expecting the backdrop to render. I don't expect that to come up in practice, but if such thing became a backwards-compatibility issue, we'd need to do something like adding this to the HTML style sheet:
```
dialog::backdrop { visibility: visible }
```
Again, I don't think we should do this unless required by compat.
--
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/fullscreen/issues/124#issuecomment-1738989452
You are receiving this because you are subscribed to this thread.
Message ID: <whatwg/fullscreen/issues/124/1738989452@github.com>
Received on Thursday, 28 September 2023 11:47:15 UTC