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

--- Comment #4 from James Forrester <[email protected]> ---
This (or a closely-related bug) are really badly breaking normal editing in VE,
which we thought we had fixed with bug 52228 - namely, making multiple
sequential references.

Minimum spanning test:

Input HTML+RDFa:

<p>Foo<span typeof="mw:Extension/ref"
data-mw="{&quot;name&quot;:&quot;ref&quot;,&quot;body&quot;:{&quot;html&quot;:&quot;Bar&quot;},&quot;attrs&quot;:{}}"><a
href="#cite_note-1">[1]</a></span><span typeof="mw:Extension/ref"
data-mw="{&quot;name&quot;:&quot;ref&quot;,&quot;body&quot;:{&quot;html&quot;:&quot;Baz&quot;},&quot;attrs&quot;:{}}"><a
href="#cite_note-1">[1]</a></span></p>

Expected WT:

Foo<ref>Bar</ref><ref>Baz</ref>

Actual WT:

Foo<ref>Bar</ref>

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