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

       Web browser: ---
            Bug ID: 50444
           Summary: VisualEditor: References with duplicated content are
                    normalized away
           Product: VisualEditor
           Version: unspecified
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: Unprioritized
         Component: Data Model
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected], [email protected],
                    [email protected]
    Classification: Unclassified
   Mobile Platform: ---

If you have a page like:

<ref name="foo">Foo</ref> ...... <ref name="foo">Foo</ref>

VE will normalize this to:

<ref name="foo">Foo</ref> ...... <ref name="foo" />

The contents of the second <ref> tag are obviously ignored, but we should
round-trip their existence correctly.


http://tools.wmflabs.org/visualeditor/dirtydiffs/2013-06-30_00-52/Genetic_history_of_the_Iberian_Peninsula.png

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