Re: [whatwg/url] relative URLs (#136)

The key challenge with relative URLs is that the rules for handling them can vary significant based on what they are relative *to*. For instance `d:/foo/bar` means something very different when it is relative to `http://example.org/` than `file://d:/foo/baz`. Given the ambiguity, requiring at least some kind of base is preferred (in my opinion at least)

---
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/url/issues/136#issuecomment-237981302

Received on Friday, 5 August 2016 22:32:19 UTC