diff --git a/draft-lenders-dns-cbor.html b/draft-lenders-dns-cbor.html index c88d94d..58158f7 100644 --- a/draft-lenders-dns-cbor.html +++ b/draft-lenders-dns-cbor.html @@ -1564,7 +1564,7 @@
IN
as specified in [RFC1035] is assumed.
When a record class is required, the record type MUST also be provided.¶
If more than one question is supposed to be in the question section, the next question just follows. -In this case, for every question but the record type MUST be included and it is not optional. This +In this case, for every question but the last, the record type MUST be included and it is not optional. This way it is ensured that the parser can distinguish each question by looking up the name first (TBD note: this is especially relevant once the name is split up in components).¶
The remainder of the query is either empty or MUST consist of up to two arrays. diff --git a/draft-lenders-dns-cbor.txt b/draft-lenders-dns-cbor.txt index ffb38f8..94ee562 100644 --- a/draft-lenders-dns-cbor.txt +++ b/draft-lenders-dns-cbor.txt @@ -428,10 +428,10 @@ Internet-Draft dns+cbor November 2023 If more than one question is supposed to be in the question section, the next question just follows. In this case, for every question but - the record type MUST be included and it is not optional. This way it - is ensured that the parser can distinguish each question by looking - up the name first (TBD note: this is especially relevant once the - name is split up in components). + the last, the record type MUST be included and it is not optional. + This way it is ensured that the parser can distinguish each question + by looking up the name first (TBD note: this is especially relevant + once the name is split up in components). The remainder of the query is either empty or MUST consist of up to two arrays. The first array, if present, encodes the authority diff --git a/index.html b/index.html index 58da917..62bc9e8 100644 --- a/index.html +++ b/index.html @@ -45,7 +45,7 @@