RFC Errata
Found 4 records.
Status: Verified (2)
RFC 8288, "Web Linking", October 2017
Source of RFC: IETF - NON WORKING GROUPArea Assignment: art
Errata ID: 5878
Status: Verified
Type: Technical
Publication Format(s) : TEXT
Reported By: Jinoh Kang
Date Reported: 2019-10-22
Verifier Name: Barry Leiba
Date Verified: 2019-10-24
Section B.2 says:
15. Let star_param_names be the set of param_names in the (param_name, param_value) tuples of link_parameters where the last character of param_name is an asterisk ("*"). 16. For each star_param_name in star_param_names: 1. Let base_param_name be star_param_name with the last character removed. 2. If the implementation does not choose to support an internationalised form of a parameter named base_param_name for any reason (including, but not limited to, it being prohibited by the parameter's specification), remove all tuples from link_parameters whose first member is star_param_name, and skip to the next star_param_name. 3. Remove all tuples from link_parameters whose first member is base_param_name. 4. Change the first member of all tuples in link_parameters whose first member is star_param_name to base_param_name.
It should say:
15. Let star_param_names be the set of param_names in the (param_name, param_value) tuples of target_attributes where the last character of param_name is an asterisk ("*"). 16. For each star_param_name in star_param_names: 1. Let base_param_name be star_param_name with the last character removed. 2. If the implementation does not choose to support an internationalised form of a parameter named base_param_name for any reason (including, but not limited to, it being prohibited by the parameter's specification), remove all tuples from target_attributes whose first member is star_param_name, and skip to the next star_param_name. 3. Remove all tuples from target_attributes whose first member is base_param_name. 4. Change the first member of all tuples in target_attributes whose first member is star_param_name to base_param_name.
Notes:
The modified link_parameters value is not used, but target_attributes is. Additionally, the normative part of the document states that the RFC 8187 decoding scheme MAY be used for target attributes (especially extension attributes), not the ones that belong to the general link model.
Errata ID: 5319
Status: Verified
Type: Editorial
Publication Format(s) : TEXT
Reported By: Jeffrey Yasskin
Date Reported: 2018-04-04
Verifier Name: Francesca Palombini
Date Verified: 2023-11-27
Section 1.1 says:
This document uses the Augmented Backus-Naur Form (ABNF) [RFC5234] notation of [RFC7230], including the #rule, and explicitly includes the following rules from it: quoted-string, token, SP (space), BWS (bad whitespace), OWS (optional whitespace), RWS (required whitespace), LOALPHA, DIGIT.
It should say:
This document uses the Augmented Backus-Naur Form (ABNF) [RFC5234] notation of [RFC7230], including the #rule, and explicitly includes the following rules from it: quoted-string, token, SP (space), BWS (bad whitespace), OWS (optional whitespace), RWS (required whitespace), DIGIT. It also uses the following additional rule: LOALPHA = %x61-7A
Notes:
I can't find a definition of LOALPHA in RFC5234 or RFC7230. I see a definition in RFC2616, which seems to have been dropped in the update.
Status: Reported (2)
RFC 8288, "Web Linking", October 2017
Source of RFC: IETF - NON WORKING GROUPArea Assignment: art
Errata ID: 5168
Status: Reported
Type: Editorial
Publication Format(s) : TEXT
Reported By: Sawood Alam
Date Reported: 2017-10-25
Section B.3 says:
input is modified to remove the parsed parameters.
It should say:
Input is modified to remove the parsed parameters.
Notes:
The first letter of the sentence is not capitalized.
Errata ID: 5169
Status: Reported
Type: Editorial
Publication Format(s) : TEXT
Reported By: Sawood Alam
Date Reported: 2017-10-25
Section B.4 says:
input is modified to remove the parsed string.
It should say:
Input is modified to remove the parsed string.
Notes:
The first letter of the sentence is not capitalized.