User "Svippong" posted a comment on MediaWiki.r85922.

Full URL: http://www.mediawiki.org/wiki/Special:Code/MediaWiki/85922#c15923

Comment:

After these changes, tables are behaving incorrectly.

For instance, if you have a header in a table cell, it won't render correctly 
if it is at the beginning of the cell.

e.g.

<pre>| 

=== Foo ===</pre>

Will not render correctly, but

<pre>|

----

=== Foo ===</pre>

will.

In addition, tables which appear further down on pages seems to have a 
margin-top: 50% behaviour.  This is probably overwriteable with CSS, but it 
seems to be an odd default behaviour.

Some examples:

* http://theinfosphere.org/Broadcast_season_8#Season_8
* http://theinfosphere.org/Main_Page (notice the lack of header rendering for 
some of the headers in the table)

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

Reply via email to