RFC Errata
RFC 8794, "Extensible Binary Meta Language", July 2020
Note: This RFC has been updated by RFC 9559
Source of RFC: cellar (art)
Errata ID: 7186
Status: Reported
Type: Editorial
Publication Format(s) : TEXT
Reported By: Steve Lhomme
Date Reported: 2022-10-30
Section 10.2. says:
The version of the EBML Body is found in EBMLDocTypeVersion. A parser for the particular DocType format can read the EBML Document if it can read either the EBMLDocTypeVersion version of that format or a version equal or higher than the one found in EBMLDocTypeReadVersion.
It should say:
The version of the EBML Body is found in DocTypeVersion. A parser for the particular DocType format can read the EBML Document if it can read either the DocTypeVersion version of that format or a version equal or higher than the one found in DocTypeReadVersion.
Notes:
Use DocTypeVersion in the text rather than EBMLDocTypeVersion for more consistency.
See https://github.com/ietf-wg-cellar/ebml-specification/pull/405