Skip to content

Commit

Permalink
use correct base url opaque path condition
Browse files Browse the repository at this point in the history
  • Loading branch information
anonrig committed Jan 6, 2025
1 parent b45203d commit 92f5ca2
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 92f5ca2

Please sign in to comment.