From baf4501ab72d873e795d016cee20a2bd00c68ba5 Mon Sep 17 00:00:00 2001 From: Anne van Kesteren Date: Thu, 21 Oct 2021 13:43:49 +0200 Subject: [PATCH 1/2] Editorial: clarify URL validity Closes #595. --- url.bs | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/url.bs b/url.bs index 8ad40e2d..bb15d44a 100644 --- a/url.bs +++ b/url.bs @@ -1201,7 +1201,7 @@ unified model would be, please file an issue.
@@ -1311,6 +1313,11 @@ unified model would be, please file an issue. ✅ https://example.org// + + https://example.com/[]?[]#[] + + ❌ + https://example.com/[]?[]#[]

The base and output URL are represented in From c3ade5073d419894244b2d7ad6222cc3dd31b6b1 Mon Sep 17 00:00:00 2001 From: Anne van Kesteren Date: Fri, 9 Dec 2022 11:26:24 +0100 Subject: [PATCH 2/2] address nit (don't add an issue pointer for now as there's no clear proposal or consensus) --- url.bs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/url.bs b/url.bs index bb15d44a..c246c736 100644 --- a/url.bs +++ b/url.bs @@ -1212,8 +1212,7 @@ unified model would be, please file an issue.

  • The URL serializer takes a URL and returns an ASCII string. (If that string is then parsed, the result will equal the URL that was serialized.) The output of the - URL serializer is not always a valid URL string. I.e., not all URLs are - valid. + URL serializer is not always a valid URL string.