We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a441899 commit 97e4a82Copy full SHA for 97e4a82
index.bs
@@ -4077,8 +4077,7 @@ Content-Type: application/reports+json
4077
6. If |expression| contains a non-empty <a grammar>`path-part`</a>, and
4078
|redirect count| is 0, then:
4079
4080
- 1. Let |path| be the resulting of joining |url|'s <a for="url">path</a>
4081
- on the U+002F SOLIDUS character (`/`).
+ 1. Let |path| be the result of running the <a>URL path serializer</a> on |url|.
4082
4083
2. If |expression|'s <a grammar>`path-part`</a> does not <a>`path-part` match</a> |path|,
4084
return "`Does Not Match`".
0 commit comments