https://bugzilla.wikimedia.org/show_bug.cgi?id=61008
Krinkle <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |INVALID --- Comment #15 from Krinkle <[email protected]> --- (In reply to Krinkle from comment #13) > I don't think it is within the scope of ResourceLoader (a framework to > package and deliver modules) to correct bad input. > > If you want to use LESS to abstract browser bugs, that's fine. But > ResourceLoader itself should play no part in changing the styles or scripts > to address browser bugs. > > If CSSMin is optimising things (e.g. #ffffff, #FFF, white -> #fff) and that > causing problems in IE, then it is within the scope of RL to not do that as > it shouldn't introduce bugs, but certainly shouldn't (intentionally) fix > them. If you wrote CSS that uses #fff in an IE-specific css property that requires #fffff, then don't write that CSS. If it's produced by a Less function, fix that. If it's written as #ffffff but optimised back to #fff by something (e.g. CSSMin) file a bug for that. -- 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
