https://bugzilla.wikimedia.org/show_bug.cgi?id=53233
James Forrester <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- URL| |http://parsoid.wmflabs.org/ | |_rt/es/Bilbao CC| |[email protected] Component|ContentEditable |General Assignee|[email protected] |[email protected] Product|VisualEditor |Parsoid Summary|="text-align:left" |Malformed attribute in |align=center corruption |table (="text-align:left" | |align=center) causes | |corruption --- Comment #1 from James Forrester <[email protected]> --- The wikitext here is malformed: {|class="wikitable" ="text-align:left" align=center … is becoming: ="text-align:left" align=center{|class="wikitable" ="text-align:left" align=center on round-trip through Parsoid. Of course, the wikitext should instead be the following: {| class="wikitable" style="text-align:left" align=center … but VE/Parsoid should ideally not corrupt this. :-) -- 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
