From c1b4ecca3158585cd5b8c874c97a8de6d43a10f2 Mon Sep 17 00:00:00 2001 From: Jeremy Roman Date: Wed, 28 Feb 2024 15:55:45 -0500 Subject: [PATCH] Editorial: Various minor fixes * Fix linking to URL Pattern spec after whatwg/urlpattern#219. * Fix ambiguous "credentials" link by defaulting it to Fetch. * Fix RFC 2119 compliance in a note. --- prefetch.bs | 3 +++ prerendering.bs | 3 ++- speculation-rules.bs | 23 ++++++----------------- 3 files changed, 11 insertions(+), 18 deletions(-) diff --git a/prefetch.bs b/prefetch.bs index 98d94b7..faa560f 100644 --- a/prefetch.bs +++ b/prefetch.bs @@ -14,6 +14,9 @@ Complain About: accidental-2119 yes, missing-example-ids yes Indent: 2 Boilerplate: omit conformance +
 spec: html; urlPrefix: https://html.spec.whatwg.org/multipage/
   type: dfn
diff --git a/prerendering.bs b/prerendering.bs
index 93f463c..56f9919 100644
--- a/prerendering.bs
+++ b/prerendering.bs
@@ -16,7 +16,8 @@ Indent: 2
 Boilerplate: omit conformance
 
 spec: ecma262; urlPrefix: https://tc39.es/ecma262/
diff --git a/speculation-rules.bs b/speculation-rules.bs
index 47dbb06..ccb3c96 100644
--- a/speculation-rules.bs
+++ b/speculation-rules.bs
@@ -16,6 +16,7 @@ Boilerplate: omit conformance