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

We should just say that ::backdrop inherits custom properties from its originating element, even if we explicitly block all other inheritance.

(This *should* be doable in pure CSS by saying that `::backdrop { all: initial; --: inherit; }` applies at the UA stylesheet level; this blocks all inheritance of normal properties, but lets custom properties thru. Unfortunately I haven't defined the `--` property yet. :(

-- 
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-378454231

Received on Wednesday, 4 April 2018 01:52:16 UTC