"Krinkle" changed the status of MediaWiki.r110988 to "fixme" and commented it. URL: http://www.mediawiki.org/wiki/Special:Code/MediaWiki/110988#c31406
Old Status: ok New Status: fixme Commit summary for MediaWiki.r110988: (bug 31676) Group dynamically inserted CSS into a single <style> tag, because IE limits the number of styles it'll apply to 32 (seriously?!?). 3rd party users were complaining about IE not applying some modules' CSS when many modules were loaded; this wasn't a problem on WMF wikis as far as I know Krinkle's comment: Marking fixme for needing to: * check media attribute in the <code>.is()</code> check. You'll need a style tag for each media type * account for bug 33305 (was fixed in mw.util.addCSS, should use that as base function perhaps) * <code>@import</code> doesn't work when not on top of a stylesheet _______________________________________________ MediaWiki-CodeReview mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-codereview
