https://bugzilla.wikimedia.org/show_bug.cgi?id=70857
--- Comment #3 from [email protected] --- For whoever is debugging on the Parsoid end. Here is what I found out so far. Looks like the serializer is unable to distinguish between the 2 separator scenarios in the two <th> tags and serializes them identically whereas the first one shouldn't get the <nowiki>, but the second one should. makeSeparator in wts.separators.js is the code in question. <table><tbody> <tr><th> <!--a--><p>h1</p></th></tr> <tr><td>a</td></tr> <tr><th><p> <!--b-->h2</p></th></tr> <tr><td>b</td></tr> </tbody></table> -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
