Steps to replicate the issue:
- Create the following wikitext on betawiki:
Text.<ref name="Test" details="Page 1.">Content</ref> More Text. == References == <references />
- Save the page and edit the content in VisualEditor
What happens?:
- VE automatically changes the <references /> syntax.
Text.<ref details="Page 1." name="Test">Content</ref> More Text. Random test edit. == References == <references> </references>
What should have happened instead?:
- No changes to the (sub-)reference syntax.
