From c9d7f4ba32523025a3de5809c1afb9c10705bce8 Mon Sep 17 00:00:00 2001 From: Antonio Sartori Date: Mon, 30 Jun 2025 08:55:54 +0200 Subject: [PATCH] [Editorial] Fix path matching in match-url-to-source-expression --- index.bs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/index.bs b/index.bs index da1acab574..e449f03341 100644 --- a/index.bs +++ b/index.bs @@ -4077,8 +4077,7 @@ Content-Type: application/reports+json 6. If |expression| contains a non-empty `path-part`, and |redirect count| is 0, then: - 1. Let |path| be the resulting of joining |url|'s path - on the U+002F SOLIDUS character (`/`). + 1. Let |path| be the result of running the URL path serializer on |url|. 2. If |expression|'s `path-part` does not `path-part` match |path|, return "`Does Not Match`".