https://bugzilla.wikimedia.org/show_bug.cgi?id=27025
--- Comment #12 from Krinkle <[email protected]> 2011-09-07 20:42:26 UTC --- I don't know what Michael currently things about this, for me. I don't really care whether we do or do not load CSS in debug mode though load.php or from disk directly. What I do care about, is these two points: 1) Not minified, so that advanced developer tools such as those that come with Google Chrome (not the default web inspector, but the more elaborate tools such as in-file editing of referenced resoruces) 2) Should eventually end up in a place other than the main document's DOM. Reason being that many developer tool mark those styles as "in-document" style overrides (which, in a away, then are). Note that these two points don't require loading them from disk. Using only=styles in a separate request in <link> works too. I don't have a preference for which one. -- 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
