File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1868,7 +1868,7 @@ To <dfn>convert a modifier to a string</dfn> given a [=part/modifier=] |modifier
18681868 1. If the following are all true:
18691869 <ul>
18701870 <li> |baseURL| is not null;</li>
1871- <li> |baseURL| does not have an [=url/opaque path=] ; and</li>
1871+ <li> |baseURL| has an [=url/opaque path=] ; and</li>
18721872 <li> the result of running [=is an absolute pathname=] given |result|["{{URLPatternInit/pathname}}"] and |type| is false,
18731873 </ul>
18741874 <p> then:
Original file line number Diff line number Diff line change @@ -1883,7 +1883,7 @@ To <dfn>convert a modifier to a string</dfn> given a [=part/modifier=] |modifier
18831883 1. If the following are all true:
18841884 <ul>
18851885 <li> |baseURL| is not null;</li>
1886- <li> |baseURL| has an [=url/opaque path=] ; and</li>
1886+ <li> |baseURL| does not have an [=url/opaque path=] ; and</li>
18871887 <li> the result of running [=is an absolute pathname=] given |result|["{{URLPatternInit/pathname}}"] and |type| is false,
18881888 </ul>
18891889 <p> then:
You can’t perform that action at this time.
0 commit comments