https://bugzilla.wikimedia.org/show_bug.cgi?id=30746
--- Comment #20 from DaSch <[email protected]> 2011-09-14 09:20:47 UTC --- I extended the test a bit, to show the different behaviour between 1.17 and later versions with tidy enabled and disabled {| class="wikitable sortable" ! Header text |- | Example |- | Example |- | Example |- class="hintergrundfarbe2" |- class="hintergrundfarbe2" |- class="hintergrundfarbe2" |- |- |} ---- <table class="wikitable"> <tr><td>Example</td></tr> <tr></tr> </table> ---- <table class="wikitable"> <tr><td>Example</td></tr> <tr><td></td></tr> </table> 1.17 - http://www.mediawiki.org/wiki/User:DaSch/30746 1.18 (no tidy) - http://mw-1-18.wecowi.de/phase3/index.php/30746 1.19 (tidy) - http://www.wecowi.de/wiki/WeCoWi:Bug/30746 The nice thing is, that the rows with class generate broken HTML that is fixed by tidy. I think that the parser should create valid HTML -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
