Skip to content

Commit

Permalink
Reduce boilerplate wording
Browse files Browse the repository at this point in the history
Co-authored-by: Domenic Denicola <d@domenic.me>
  • Loading branch information
jeremyroman and domenic authored Aug 28, 2024
1 parent 67f0dcd commit d75e99a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec.bs
Original file line number Diff line number Diff line change
Expand Up @@ -2063,7 +2063,7 @@ HTTP headers which include URL patterns should accept a string in the constructo
Specifications for HTTP headers should operate on [=URL patterns=] (e.g., using the [=URL pattern/match=] algorithm) rather than {{URLPattern}} objects (which imply the existence of a JavaScript [=ECMAScript/realm=]).

<div algorithm>
To <dfn export>build a [=URL pattern=] from an HTTP structured field value</dfn> |rawPattern| given [=/URL=] |baseURL|, perform the following steps.
To <dfn export>build a [=URL pattern=] from an HTTP structured field value</dfn> |rawPattern| given [=/URL=] |baseURL|:

1. Let |serializedBaseURL| be the [=URL serializer|serialization=] of |baseURL|.
1. [=Assert=]: |rawPattern| is a [=structured header/string=].
Expand Down

0 comments on commit d75e99a

Please sign in to comment.