https://bugzilla.wikimedia.org/show_bug.cgi?id=45341
--- Comment #5 from [email protected] --- This can be narrowed down to the difference between these two table cells. Look at PHP parser output for these two tds in the table: <table> <tr> <td> a</td> <td> b </td> </tr> </table> "a" is not wrapped in a pre-tag, but "b" is. http://www.mediawiki.org/wiki/User:Ssastry/Tests:Odd_pre_in_td_behavior Parsoid wraps both in a pre-tag which is the reason why Parsoid output is different from PHP output. This seems a PHP parser bug to me, not a Parsoid bug. I imagine we want to be bug-to-bug compatible, but I am not sure what the correct behavior for this is. -- You are receiving this mail because: You are on the CC list for the bug. You are watching all bug changes. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
