"Krinkle" posted a comment on MediaWiki.r107669. URL: http://www.mediawiki.org/wiki/Special:Code/MediaWiki/107669#c28713
Commit summary for MediaWiki.r107669: * more specific selectors for wikitable - don't inherit properties to nested tables which causes various rendering issues ** (bug 30485) Hieroglyphs look scary if embedded in tables with class="wikitable" ** (bug 33434) math extension: integral expressions display with boxes/frames/borders Krinkle's comment: So we've got a situation here in which we will break: * In IE6, which we still officially support and tend to provide complete functionality * Existing styles on wikis that use <code>.wikitable tr</code> etc. (can be fixed, but this is done a lot, we need early announcement) * Existing pages on wikis that assume childtables will automatically get the same styling And it fixes: * No longer apply wikitable styles to nested tables that do not have a <code>wikitable</code> class. _______________________________________________ MediaWiki-CodeReview mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-codereview
