"Santhosh.thottingal" posted a comment on MediaWiki.r104426. URL: http://www.mediawiki.org/wiki/Special:Code/MediaWiki/104426#c26929
Commit summary for MediaWiki.r104426: no need to hardcode font-weight:bold, <tr> is bold by default Santhosh.thottingal's comment: <tr> is not bold by default. table header <th> is bold and center aligned in most of the browsers. I read that this is not true for all browsers, but I am not aware of any browsers which does not apply the default bold style for th. See http://w3fools.com/#html_tables http://webdesign.about.com/od/tables/f/blfaqthvstd.htm recommends to use td instead of th if we are using th just for styling purpose and if the row is not really a header. _______________________________________________ MediaWiki-CodeReview mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-codereview
