Skip to content

Commit

Permalink
Correct condition for opaque paths in base URL
Browse files Browse the repository at this point in the history
This PR fixes pathname processing for inputs that have opaque pathnames.
  • Loading branch information
anonrig authored Jan 7, 2025
1 parent b45203d commit 6e35062
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion review-drafts/2024-03.bs
Original file line number Diff line number Diff line change
Expand Up @@ -1868,7 +1868,7 @@ To <dfn>convert a modifier to a string</dfn> given a [=part/modifier=] |modifier
1. If the following are all true:
<ul>
<li>|baseURL| is not null;</li>
<li>|baseURL| has an [=url/opaque path=]; and</li>
<li>|baseURL| does not have an [=url/opaque path=]; and</li>
<li>the result of running [=is an absolute pathname=] given |result|["{{URLPatternInit/pathname}}"] and |type| is false,
</ul>
<p>then:
Expand Down

0 comments on commit 6e35062

Please sign in to comment.