freshp86
freshp86
Any updates here? This would be very useful for certain codebases.
Realistically no (Yes I would be interested, if I had free cycles, but I do not).
@guest271314: True, that seems to work, but it still does not solve the issue of the 2nd minimal repro, which involves Shadow DOM.
[Here is a simple example](https://jsfiddle.net/062m2fhv/3/) that puts a `` inside a Shadow root, without using Polymer. Note that I am not 100% sure that this is entirely equivalent, since it...
@guest271314: Thanks for your effort to help find a workaround. Having said that, this bug is claiming that there is no proper (for example without using JS) way to style...
What about `dialog::backdrop`? Isn't it clear in this case that the element resides within a `dialog`?
Think of Web components (aka custom elements). An element that wraps a `dialog` is added to the DOM. The element along with its `::backdrop` are rendered when `showModal()` is called....
@guest271314: I've tried to explain the issue multiple times. See minimal repro 2 at the start of this bug. CSS variables applied to a shadow root host don't seem to...
AFAIK `` is not implemented in Firefox, so no.
Hi @js-choi. I was at BlinkOn conference few weeks ago, and as soon as I saw the presentation about Layered APIs, the first thing that came to mind is exactly...