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

ssas...@wikimedia.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED

--- Comment #23 from ssas...@wikimedia.org ---
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>.

I am no longer convinced that we need a generic minimization solution rather
than a special-case solution just for b-i tags.  This will just let us strip
out a big part of our codebase.

So, I am going to tackle this bug in the next couple days and first attempt the
simplified solution and fall back to fixing the existing algorithm otherwise.

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