From df4477e1b4898415d57ee37ea7030ace64d1aa1b Mon Sep 17 00:00:00 2001 From: Anne van Kesteren Date: Mon, 22 Jan 2024 14:58:12 +0100 Subject: [PATCH] Editorial: add a URL path concept This will be useful for a future version of the Cookies RFC. Closes #792. --- url.bs | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/url.bs b/url.bs index b52060e..40664a6 100644 --- a/url.bs +++ b/url.bs @@ -1709,8 +1709,7 @@ null or a 16-bit unsigned integer that identifies a networking port. It is initi

A URL's path -is either a URL path segment or a list of zero or more URL path segments, -usually identifying a location. It is initially « ». +is a URL path, usually identifying a location. It is initially « ».

A special URL's path is always a list, i.e., it is never opaque. @@ -1782,6 +1781,9 @@ the blob URL store between parsing and fetching, while fetching will stil


+

A URL path is either a URL path segment or a list of +zero or more URL path segments. +

A URL path segment is an ASCII string. It commonly refers to a directory or a file, but has no predefined meaning.