https://bugzilla.wikimedia.org/show_bug.cgi?id=43942
--- Comment #2 from Krinkle <[email protected]> --- (In reply to comment #0) > On a printable request, the screen stylesheets should not be rendered. > However, if the screen type is a media query, it will be. > Can you elaborate on this? Are you saying browsers will apply a stylesheet wrapped in: > @media screen and (min-width: 982px) { .. } .. when printing? (In reply to comment #0) > OutputPage::transformCssMedia( 'screen and (min-width: 982px)' ) > > should return null, but the input is returned intact. How does this play with resources that are loaded from cache, generated by ResourceLoader from a neutral request context (namely load.php). There is no "printable" context in that, it can only be determined client side and/or by the browser. -- You are receiving this mail because: You are on the CC list for the bug. You are watching all bug changes. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
