"Fomafix" posted a comment on MediaWiki.r107669.
URL: http://www.mediawiki.org/wiki/Special:Code/MediaWiki/107669#c29582

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

Fomafix's comment:

> Perhaps we can simply keep the old behavior (which we've used to date for 
> many many years) as fallback in IE6 ?

<syntaxhighlight lang="css">table.wikitable td { border: 1px #aaa solid; 
padding: 0.2em; }</syntaxhighlight>

just for IE6? Then we have still can't remove the <code>!important</code> rules.

The fallback value is not known. Is it possible to use <code>expression</code> 
''without'' a fallback value?


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

Reply via email to