https://bugzilla.wikimedia.org/show_bug.cgi?id=50420

ssas...@wikimedia.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |gwi...@wikimedia.org,
                   |                            |mtrac...@member.fsf.org
          Component|General                     |JS/serializer
           Assignee|jforres...@wikimedia.org    |gwi...@wikimedia.org
            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 ssas...@wikimedia.org ---
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
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to