In HTML and URL specs, the URL should not contain any space: https://url.spec.whatwg.org/#url-scheme-string
However this does not seem to be true in CSS: the specs warn that spaces are not accepted in the URLs when not using quotation marks (which would mean that they are allowed as long as we're using quotation marks).
But in the end https://www.ietf.org/rfc/rfc1738.txt marks the space as `unsafe` in an URL, which means that they should always be encoded...
The specs seem to be a bit confused here (CSS being looser than others) and this must be why it's a bug with YUI...
This message was sent by Atlassian Jira (v9.3.0#930000-sha1:287aeb6)
If image attachments aren't displayed, see this article.