User "Krinkle" changed the status of MediaWiki.r98053. Old Status: new New Status: fixme
User "Krinkle" also posted a comment on MediaWiki.r98053. Full URL: http://www.mediawiki.org/wiki/Special:Code/MediaWiki/98053#c23192 Commit summary: Followup r94465; Add parser tests and turn the feature on-by-default like I intended for it (I guess I forgot to return it to true when I was testing it as off) Comment: <pre> !! test Table rowspan !! input -{| align=right border=1 +{| border=1 | Cell 1, row 1 |rowspan=2| Cell 2, row 1 (and 2) | Cell 3, row 1 @@ -1355,7 +1355,7 @@ | Cell 3, row 2 |} !! result -<table align="right" border="1"> +<table border="1"> <tr> </pre> Why is the border attribute removed from the test input ? Shouldn't just the result be changed to set float:right or something ? Either way, commit message says nothing about this. Marking fixme. _______________________________________________ MediaWiki-CodeReview mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-codereview
