Re: [whatwg/fullscreen] Impossible to customize the style of a dialog's ::backdrop residing inside a Shadow DOM. (#124)

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