Closed
Description
Version
2.5.2
Reproduction link
https://codepen.io/MimyyMs/pen/Jrmgde
Steps to reproduce
Only on Chrome browser :
- Click the link or inspect the link HREF
What is expected?
No unicode in the HTML source.
On the other browsers (FireFox, IE, Edge, Safari) the link is not updated.
I have the same issue with <img src="">
and that broke my image.
What is actually happening?
The link in the HTML source is :
<a href="https://www.google.com/	">My link 2</a>
VUEJS update my link and add a unicode in the HREF/SRC attributes and then broke the link.
I can resolve the issue with a correct link (without tab or line break) but without VUEJS I don't have this problem, link containing tab or line break is working as expected.
Either the tab and line break should be replaced in every browser or Chrome should not do it.
Metadata
Metadata
Assignees
Labels
No labels