Skip to content

Commit e89eaed

Browse files
Editorial: Update link texts upon updates in the URLPattern specification (#1707)
* Update link texts upon updates in the URLPattern specification Updates in the URLPattern specification was requested during the #1701 review. The issues for the request has been resolved: - whatwg/urlpattern#217 - whatwg/urlpattern#218 However, during the specification updates, the algorithm names are also updated, and adjustment is needed. Co-authored-by: Domenic Denicola <[email protected]>
1 parent 613f5a2 commit e89eaed

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

docs/index.bs

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3357,13 +3357,10 @@ spec: storage; urlPrefix: https://storage.spec.whatwg.org/
33573357
:: |rawPattern|, a {{URLPatternCompatible}}
33583358
:: |serviceWorker|, a [=/service worker=]
33593359
: Output
3360-
:: {{URLPattern}}
3360+
:: A [=URL pattern=]
33613361

33623362
1. Let |baseURL| be |serviceWorker|'s [=service worker/script url=].
3363-
1. Return the result of [=building a URLPattern from a Web IDL value=] |rawPattern| given |baseURL| and |serviceWorker|'s [=service worker/global object=]'s [=relevant realm=].
3364-
3365-
Note: Since the [=building a URLPattern from a Web IDL value=] algorithm actually do not depend on the realm, it is fine to call the algorithm here even if the [=service worker/global object=] may not be ready.
3366-
3363+
1. Return the result of [=building a URL pattern from a Web IDL value=] |rawPattern| given |baseURL|.
33673364
</section>
33683365

33693366
<section algorithm>
@@ -3379,7 +3376,7 @@ spec: storage; urlPrefix: https://storage.spec.whatwg.org/
33793376
1. If |condition|["{{RouterCondition/urlPattern}}"] [=map/exists=], then:
33803377
1. Let |rawPattern| be |condition|["{{RouterCondition/urlPattern}}"].
33813378
1. Let |pattern| be the result of running the <a>Parse URL Pattern</a> algorithm passing |rawPattern| and |serviceWorker|. If this throws an exception, catch it and return false.
3382-
1. If |pattern| [=URLPattern/has regexp groups=], then return false.
3379+
1. If |pattern| [=URL pattern/has regexp groups=], then return false.
33833380

33843381
Note: Since running a user-defined regular expression has a security concern, it is prohibited.
33853382

0 commit comments

Comments
 (0)