RFC Errata
RFC 7991, "The "xml2rfc" Version 3 Vocabulary", December 2016
Source of RFC: IABSee Also: RFC 7991 w/ inline errata
Errata ID: 5914
Status: Verified
Type: Editorial
Publication Format(s) : TEXT
Reported By: Jeffrey Yasskin
Date Reported: 2019-11-19
Section A.3 says:
The consensus attribute can be used to supply this information. The acceptable values are "true" (the default) and "false"; "yes" and "no" from v2 are deprecated.
It should say:
The consensus attribute can be used to supply this information. The acceptable values are "true" and "false" (the default); "yes" and "no" from v2 are deprecated.
Notes:
Section 2.45.2. "consensus" Attribute says,
>>>>>>
Affects the generated boilerplate. Note that the values of "no" and
"yes" are deprecated and are replaced by "false" (the default) and
"true".
See [RFC7841] for more information.
Allowed values:
o "no"
o "yes"
o "false" (default)
o "true"
<<<<<<
Which is the opposite default from what A.3 currently claims. These should be consistent.