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
@@ -132,14 +126,14 @@ spec:html; U+0026 (&), U+0027 ('), U+002A (*), U+002B (+), U+002D (-), U+002E (.), U+005E (^), U+005F (_), U+0060 (`), U+007C (|), U+007E (~), or an ASCII alphanumeric. -This matches the value space of the token token production. [[HTTP-1.1]] +
This matches the value space of the token token production. [[HTTP-SEMANTICS]]
An HTTP quoted-string token code point is U+0009 TAB, a code point in the range U+0020 SPACE to U+007E (~), inclusive, or a code point in the range U+0080 through U+00FF (ΓΏ), inclusive. -
This matches the effective value space of the quoted-string token -production. By definition it is a superset of the HTTP token code points. [[HTTP-1.1]] +
This matches the effective value space of the quoted-string token +production. By definition it is a superset of the HTTP token code points. [[HTTP-SEMANTICS]]
A binary data byte is a byte in the range 0x00 to @@ -655,7 +649,7 @@ ends in "
+json
" or whose essence is - [[!HTTP-1.1]] + [[!HTTP-SEMANTICS]]