https://bugzilla.wikimedia.org/show_bug.cgi?id=42498
--- Comment #4 from Krinkle <[email protected]> 2012-11-28 21:25:26 UTC --- (In reply to comment #1) > I just struck me that using @media queries within a css loaded through the > Resource Loader would mean serving nested media queries, which is still not > supported by all browsers, so this would not be very helpful after all. Better > then to work on media query support for RL then. Nested @media rules aren't relevant here. I know CSS3 supports nested @media blocks, but ResourceLoader is not using that. In ResourceLoader the media query is declared in the module definition. If you're writing @media rules within your module, you're doing it wrong. Don't do that. When ResourceLoader was written we didn't even consider CSS3's support for nested @media blocks. The fact that it works there is a pure coincidence. If you want to pursue this further though, please open a separate request for that. [1] http://stackoverflow.com/questions/11746581/nesting-media-rules-in-css -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
