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

--- Comment #2 from Marc Ordinas i Llopis <[email protected]> ---
The problem seems to be that mw:PageProp/Language is not considered a SOL
transparent link. Making it be so reduces the visual differences, but then some
tests don't pass like:

INPUT:
Blah blah blah
[[zh:Chinese]]

RAW EXPECTED:<p>Blah blah blah
<link rel="mw:PageProp/Language"
href="http://zh.wikipedia.org/wiki/Chinese"/></p>
RAW RENDERED:<p data-parsoid='{"dsr":[0,14,0,0]}'>Blah blah blah</p>
<link rel="mw:PageProp/Language" href="http://zh.wikipedia.org/wiki/Chinese";
data-parsoid='{"stx":"simple","a":{"href":"http://zh.wikipedia.org/wiki/Chinese"},"sa":{"href":"zh:Chinese"},"dsr":[15,29,null,null]}'/>
NORMALIZED EXPECTED:
<p>Blah blah blah </p>

NORMALIZED RENDERED:
<p>Blah blah blah</p>

Will investigate further.

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