- From: Tab Atkins Jr. <notifications@github.com>
- Date: Wed, 04 Apr 2018 01:51:18 +0000 (UTC)
- To: whatwg/fullscreen <fullscreen@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 4 April 2018 01:52:16 UTC
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