RFC Errata
RFC 9112, "HTTP/1.1", June 2022
Source of RFC: httpbis (wit)
Errata ID: 7214
Status: Rejected
Type: Technical
Publication Format(s) : TEXT, PDF, HTML
Reported By: Niklas Wolber
Date Reported: 2022-10-31
Rejected by: Francesca Palombini
Date Rejected: 2022-11-09
Section 1.2 says:
The following core rules are included by reference, as defined in [RFC5234], Appendix B.1: ALPHA (letters), CR (carriage return), CRLF (CR LF), CTL (controls), DIGIT (decimal 0-9), DQUOTE (double quote), HEXDIG (hexadecimal 0-9/A-F/a-f), HTAB (horizontal tab), LF (line feed), OCTET (any 8-bit sequence of data), SP (space), and VCHAR (any visible [USASCII] character).
It should say:
The following core rules are included by reference, as defined in [RFC5234], Appendix B.1: ALPHA (letters), CR (carriage return), CRLF (CR LF), CTL (controls), DIGIT (decimal 0-9), DQUOTE (double quote), HEXDIG (hexadecimal 0-9/A-F), HTAB (horizontal tab), LF (line feed), OCTET (any 8-bit sequence of data), SP (space), and VCHAR (any visible [USASCII] character).
Notes:
Rule HEXDIG from RFC5234 is
HEXDIG = DIGIT / "A" / "B" / "C" / "D" / "E" / "F"
excluding lower-case letters.
--VERIFIER NOTES--
RFC 5234 section 2.3 says: ABNF strings are case insensitive and the character set for these strings is US-ASCII.