From b44e3522a68ebb98fe68a36a758e42ddae773118 Mon Sep 17 00:00:00 2001 From: Jeffrey Yasskin Date: Tue, 19 Mar 2024 06:20:11 -0700 Subject: [PATCH] Editorial: update the references to the HTTP RFCs All the ABNF moved over to HTTP Semantics, and the one remaining reference to HTTP-1.1 didn't seem specific to that version, so I removed the HTTP-1.1 reference. --- mimesniff.bs | 24 +++++++++--------------- 1 file changed, 9 insertions(+), 15 deletions(-) diff --git a/mimesniff.bs b/mimesniff.bs index 4974974..0756956 100644 --- a/mimesniff.bs +++ b/mimesniff.bs @@ -14,11 +14,8 @@ Markup Shorthands: css off "FTP": { "aliasOf": "rfc0959" }, - "HTTP-1.1": { - "aliasOf": "rfc7230" - }, "HTTP-SEMANTICS": { - "aliasOf": "rfc7231" + "aliasOf": "rfc9110" }, "KEYWORDS": { "aliasOf": "rfc2119" @@ -36,14 +33,11 @@ Markup Shorthands: css off
-spec: HTTP-1.1; urlPrefix: https://tools.ietf.org/html/rfc7230
-    type: dfn
-        text: token; url: #section-3.2.6
-        text: quoted-string; url: #section-3.2.6
-
-spec: HTTP-SEMANTICS; urlPrefix: https://tools.ietf.org/html/rfc7231
+spec: HTTP-SEMANTICS; urlPrefix: https://www.rfc-editor.org/rfc/rfc9110
     type: dfn
-        text: media-type; url: #section-3.1.1.1
+        text: media-type; url: #name-media-type
+        text: quoted-string; url: #name-quoted-strings
+        text: token; url: #name-tokens