On Tue, Nov 4, 2014 at 3:55 PM, David Singer <sin...@apple.com> wrote: > I am pretty puzzled why the base URL <stuff://www.app.com/a/b/> composed with > the URL <banana> results not in > > stuff://www.app.com/a/b/banana > > but > > stuff:///banana > > Is this a bug or feature of the spec., or a bug in this implementation?
Either of those results would be a bug in the implementation. Per the specification and dominant URL implementations only a limited set of schemes support relative URLs. -- https://annevankesteren.nl/