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: 7188
Status: Reported
Type: Editorial
Publication Format(s) : TEXT
Reported By: Steve Lhomme
Date Reported: 2022-10-30
Section 15.2. says:
EBML Elements MAY be marked as deprecated in a new EBMLDocTypeVersion using the "maxver" attribute of the EBML Schema. If such an Element is found in an EBML Document with a newer version of the EBMLDocTypeVersion, it SHOULD be discarded.
It should say:
EBML Elements MAY be marked as deprecated in a new DocTypeVersion using the "maxver" attribute of the EBML Schema. If such an Element is found in an EBML Document with a newer version of the DocTypeVersion, it SHOULD be discarded.
Notes:
Use DocTypeVersion in the text rather than EBMLDocTypeVersion for more consistency.
See https://github.com/ietf-wg-cellar/ebml-specification/pull/405