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

I’ve encountered this issue and found other pseudo elements have the same behaviour, for example `::selection`. It makes things slightly difficult because combining them into one selector with other globals (`:root, ::selection, ::backdrop`) will reject the entire style rule on browsers that don’t support one of those elements, which means the entire style rule needs to be duplicated for each selector.

-- 
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/fullscreen/issues/124#issuecomment-1738125683
You are receiving this because you are subscribed to this thread.

Message ID: <whatwg/fullscreen/issues/124/1738125683@github.com>

Received on Wednesday, 27 September 2023 21:50:52 UTC