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

--- Comment #25 from Gabriel Wicke <[email protected]> ---
(In reply to comment #23)
> I think for that example: ''<ins>'''bold-italic'''</ins>'''''bold''' is an
> acceptable serialization which parses back to the same HTML.
> 
> But, the minimized HTML <b><i><ins>bold-italic</ins></i>bold</b> can be
> serialized to '''''<ins>bold-italic></ins>''bold'''.  While shorter, this
> does
> not parse back to the original HTML, but to
> <i><b><ins>bold-italic</ins></b></i><b>bold</b>.

Which then serializes to 

'''''<ins>bold-italic</ins>''bold'''

This is semantically identical, and round-tripping is no issue for new or
modified content. Do you see any issue in simply doing this apart from the need
to fix up the recursion issue?

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