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

I agree with @upsuper’s comments. Pseudo-elements generally inherit from there originating element, and since they don't contain any text or other content, it seems unlikely that there's a Web-compat reason for `::backdrop` not to do so as well. (If there is, we can take @tabatkins approach of setting `::backdrop { all: initial; }` in the UA stylesheet.)

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

Received on Monday, 9 April 2018 10:05:58 UTC