On Tue, Oct 16, 2012 at 11:45 AM, "Martin J. Dürst" <due...@it.aoyama.ac.jp> wrote: > The advantage of having RFC 3986 and RFC 3987(bis) is that it's clear that > one does not have to say anything like "before adding an IRI to a space > separated list of IRIs, replace all spaces with %20". So lots of specs > currently don't say this.
That's not an actual advantage. In the context of the URL standard all you would have to talk about is a space-separated list of valid URLs. URLs containing spaces do not suddenly become valid and indeed cannot occur in a space-separated list because such a list is first split on spaces. (Most of this is not drafted yet. I wanted to figure out parsing first.) -- http://annevankesteren.nl/