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

Roan Kattouw <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #3 from Roan Kattouw <[email protected]> ---
There are two issues here.

First off, we should change getComparableObject() for MWInternalLinkAnnotation
to normalize the title and possibly tweak other things to the point where links
to the same title are comparable, even if they have different capitalizations
or space-vs-underscore variants of that title. That will be both more
semantically correct and serve as a workaround for this bug.

Secondly, because we want to stop merging comparable but different annotations
in the converter, we need Parsoid to correctly process at least things like <a
href="Porcupine">p</a><a href="Porcupine">orcupine</a> (adjacent <a>s with the
same href) and possibly <a href="porcupine">p</a><a
href="Porcupine">orcupine</a> as well (adjacent <a>s with different hrefs that
normalize to the same title).

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