A URI contains impermissible characters or quotes around the URI are not closed.
![]() | <a href="http://www.mozilla.org/one space.html">space</a> |
![]() | <a href="http://www.mozilla.org/one%20space.html">space</a> |
![]() | <a href="http://www.mozilla.org/one+space.html">space</a> |
![]() | <a href="http://www.w3.org/>W3C</a> |
![]() | <a href="http://www.w3.org/">W3C</a> |
![]() | <a href="mailto:name@domain.com?subject=one space">Email me!</a> |
![]() | <a href="mailto:name@domain.com?subject=one%20space">Email me!</a> |
A space should not be contained in a URI (even if it works in all browsers…). This is detailed in RFC1738; look for the word “unsafe”.
%20
.