- From: Anne van Kesteren <notifications@github.com>
- Date: Wed, 01 Jul 2026 23:20:17 -0700
- To: whatwg/url <url@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 2 July 2026 06:20:22 UTC
annevk left a comment (whatwg/url#923) Thanks for all the feedback! With the model section I wanted to focus on the representation differences. E.g., that a URL can have a path that is `/%` which is different from `/%25`. That is impossible to express in a URI. Many differences go away after parsing because `<` for instance is percent-encoded. So with respect to `<` I believe URL and URI are aligned in terms of model/representation. It can only be expressed as `%3C` (or lowercase). There are indeed also other differences such as how we deal with relative URLs, normalization, and comparison, but those feel less important. -- Reply to this email directly or view it on GitHub: https://github.com/whatwg/url/pull/923#issuecomment-4862777026 You are receiving this because you are subscribed to this thread. Message ID: <whatwg/url/pull/923/c4862777026@github.com>
Received on Thursday, 2 July 2026 06:20:22 UTC