From 970fd9ee6341914b2b51482df09387efeb43c525 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mikolai=20G=C3=BCtschow?= Date: Tue, 27 Feb 2024 09:23:41 +0100 Subject: [PATCH 1/2] fix data item column in IANA tag registrations straight reference tags contain the right-hand side - aka any; while inverted reference tags are allowed to contain function tags or anything that can go into concatenation as left hand side --- draft-ietf-cbor-packed.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/draft-ietf-cbor-packed.md b/draft-ietf-cbor-packed.md index b7f69fc..dc49ef6 100644 --- a/draft-ietf-cbor-packed.md +++ b/draft-ietf-cbor-packed.md @@ -862,19 +862,19 @@ In the registry "{{cbor-tags (CBOR Tags) Date: Tue, 27 Feb 2024 10:01:32 +0100 Subject: [PATCH 2/2] Sort table by tag number --- draft-ietf-cbor-packed.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/draft-ietf-cbor-packed.md b/draft-ietf-cbor-packed.md index dc49ef6..918748c 100644 --- a/draft-ietf-cbor-packed.md +++ b/draft-ietf-cbor-packed.md @@ -867,14 +867,14 @@ IANA is requested to allocate the tags defined in {{tab-tag-values}}. | 106 | array of concatenation item (text string, byte string, array, or map) | Packed CBOR: join function | draft-ietf-cbor-packed | | 113 | array (shared-and-argument-items, rump) | Packed CBOR: table setup | draft-ietf-cbor-packed | | 114 | array | Packed CBOR: record function | draft-ietf-cbor-packed | +| 216..223 | function tag or concatenation item (text string, byte string, array, or map) | Packed CBOR: inverted | draft-ietf-cbor-packed | | 224..255 | any | Packed CBOR: straight | draft-ietf-cbor-packed | | 1112 | undefined (0xf7) | Packed CBOR: reference error | draft-ietf-cbor-packed | | 1113 | array (shared-items, argument-items, rump) | Packed CBOR: table setup | draft-ietf-cbor-packed | -| 28704..32767 | any | Packed CBOR: straight | draft-ietf-cbor-packed | -| 1879052288..2147483647 | any | Packed CBOR: straight | draft-ietf-cbor-packed | -| 216..223 | function tag or concatenation item (text string, byte string, array, or map) | Packed CBOR: inverted | draft-ietf-cbor-packed | | 27647..28671 | function tag or concatenation item (text string, byte string, array, or map) | Packed CBOR: inverted | draft-ietf-cbor-packed | +| 28704..32767 | any | Packed CBOR: straight | draft-ietf-cbor-packed | | 1811940352..1879048191 | function tag or concatenation item (text string, byte string, array, or map) | Packed CBOR: inverted | draft-ietf-cbor-packed | +| 1879052288..2147483647 | any | Packed CBOR: straight | draft-ietf-cbor-packed | {: #tab-tag-values cols='r l l' title="Values for Tag Numbers"}