From 9b8be7bfa489037e29db5e3492c7dd465f4e3372 Mon Sep 17 00:00:00 2001 From: Domenic Denicola Date: Tue, 16 Sep 2025 15:13:00 +0900 Subject: [PATCH] Editorial: fix speculation rules reference Closes #278. --- spec.bs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec.bs b/spec.bs index 39e8e8d..4a41cb4 100644 --- a/spec.bs +++ b/spec.bs @@ -2065,7 +2065,7 @@ If a specification has an Infra value (e.g., after using [=parse a JSON string t -Specifications may wish to leave room in their formats to accept options for {{URLPatternOptions}}, override the base URL, or similar, since it is not possible to construct a {{URLPattern}} object directly in this case, unlike in a JavaScript API. For example, Speculation Rules accepts a "`relative_to`" key which can be used to switch to using the [=document base URL=] instead of the JSON resource's URL. [[SPECULATION-RULES obsolete]] +Specifications may wish to leave room in their formats to accept options for {{URLPatternOptions}}, override the base URL, or similar, since it is not possible to construct a {{URLPattern}} object directly in this case, unlike in a JavaScript API. For example, [[HTML#speculation-rules]] accepts a "`relative_to`" key which can be used to switch to using the [=document base URL=] instead of the JSON resource's URL. [[HTML]]

Integrating with HTTP header fields