https://bugzilla.wikimedia.org/show_bug.cgi?id=50420
[email protected] changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected], | |[email protected] Component|General |JS/serializer Assignee|[email protected] |[email protected] Product|VisualEditor |Parsoid Summary|Extraneous pipes added in |Implicit <td> after a <tr> |edit |should not be serialized to | |an explicit <td> --- Comment #3 from [email protected] --- https://en.wikipedia.org/w/index.php?title=List_of_male_kickboxers&diff=562167553&oldid=562162447 shows an instance where converting an implicit <td> into an explicit <td> on serialization is a semantic error. Reduced test case: {| |- *a |} This cannot be fixed by selser since on editing the list item, the <td> will go through regular serialization. We should be able to safely use the autoInserted* flags from data-parsoid in this instance since VE does not have table-editing capability yet. -- 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
