Skip to content

Commit e86a5dd

Browse files
committed
codec: add a text to mention the code
1 parent df23b97 commit e86a5dd

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

cellar-tags/rfc_backmatter_tags.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,10 @@ description is clear and fits the purpose of this registry.
77

88
Moreover, criteria for `binary` tags include ensuring the data in the `TagBinary` element
99
are defined in a specification.
10-
When possible, i.e., the binary format is not already in use elsewhere, the
11-
data should not start with the size of the data to follow, as this size is already
10+
When possible, i.e., the binary format is not already in use elsewhere, it is **RECOMMENDED** that the
11+
data not start with the size of the data to follow, as this size is already
1212
part of the `TagBinary` element.
13+
The content of the binary data **MUST NOT** be a single UTF-8 string, in which case the tag should be `TagString`.
1314

1415
Criteria for `nested` tags include ensuring that the tag consists of one or more
1516
child `SimpleTag` elements to describe the metadata corresponding to that tag.

cellar-tags/tags_iana.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,6 @@ Matroska Tag Names for UTF-8 data are to be allocated according to the "First Co
2424
* `binary`: the value of the Tag is stored in `TagBinary`,
2525

2626
Matroska Tag Names for binary data are to be allocated according to the "Specification Required" policy [@!RFC8126].
27-
The content of the binary data **MUST NOT** be a single UTF-8 string, in which case the type should be `UTF-8`.
28-
It is **RECOMMENDED** to not include the size of the binary data at the start of the data as the size is already handled by the element itself.
2927

3028
* `nested`: the tag doesn't contain a value, i.e., neither a `TagBinary` nor a `TagString` child element, only `SimpleTag` child elements inside.
3129

0 commit comments

Comments
 (0)