"Krinkle" posted a comment on MediaWiki.r110988.
URL: http://www.mediawiki.org/wiki/Special:Code/MediaWiki/110988#c31453

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:

r112370 fixes accountiong for bug 33305. It also improves IE performance by 
using appending there as well. appending to cssText works in IE. The try-catch 
and fallback to re-creation of the style tag for each module is now removed and 
no longer needed gladly.

* media attribute: Still an issue, although it appears (see comment above) that 
we can factor this out entirely. Will do soon.

* @import: Still an issue

_______________________________________________
MediaWiki-CodeReview mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-codereview

Reply via email to