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

--- Comment #8 from Ed Sanders <[email protected]> ---
All we need to do is turn off similar annotation comparisons in VE completely,
but Parsoid is not ready for that yet, for example adding new bold text next to
Parsoid-generated bold text would create:

<b data=parsoid="">Old bold text</b><b>New bold text from VE</b>

which Parsoid should obviously merge to:

'''Old bold textNew bold text from VE'''

but doesn't yet.

Once this is all handled correctly, we can turn off similar annotation
comparisons and the two bolds in <b>Foo</b><b>Bar</b> will no longer be merged
(as they have will have different data-parsoid's). Of course Parsoid will not
want to merge them either so that will factor into their logic.

-- 
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

Reply via email to