[Bug 25567] [imports]: Specify how media queries and html imports work together
| Newsgroups | gmane.comp.web.dom.general |
|---|---|
| Message-ID | <[email protected]/Bugs/Public/> |
https://www.w3.org/Bugs/Public/show_bug.cgi?id=25567 Morrita Hajime <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED --- Comment #8 from Morrita Hajime <[email protected]> --- Explicitly ignores @media. https://github.com/w3c/webcomponents/commit/fdeacaa94bdf89d2564dd62ca0906248654169f4 I agree that it can be useful if it works as expected, but as Dimitri and Anne mentioned, we cannot "unapply" script execution. That means one of the important aspect of @media query, dynamic application based on the environement change, doesn't work. This is confusing. Theoretically we can evaluate it statically (only once), but I'd just skip it now. We can reconsider this later if we see strong demand. -- You are receiving this mail because: You are on the CC list for the bug.