Skip to content

Commit

Permalink
remove BCP14 language (#42)
Browse files Browse the repository at this point in the history
Fix #36

Signed-off-by: Thomas Fossati <[email protected]>
  • Loading branch information
thomas-fossati authored Oct 25, 2024
1 parent ef1861f commit 45c3434
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions draft-ietf-rats-eat-media-type.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,6 @@ integrating EAT-based messages in their flows, for example when using HTTP

This document uses the terms and concepts defined in {{RATS-Arch}}.

{::boilerplate bcp14-tagged}

# EAT Types

{{fig-eat-types}} illustrates the six EAT wire formats and how they relate to
Expand Down Expand Up @@ -146,7 +144,7 @@ derived from the base (e.g., `application/eat+cwt)` by populating the
When the parameterised version of the EAT media type is used in HTTP (for
example, with the "Content-Type" and "Accept" headers), and the value is an
absolute URI ({{Section 4.3 of URI}}), the `parameter-value` ({{Appendix A of
HTTP}}) MUST use the `quoted-string` encoding, e.g.:
HTTP}}) uses the `quoted-string` encoding, e.g.:

> `application/eat+jwt; eat_profile="tag:evidence.example,2022"`

Expand Down Expand Up @@ -273,7 +271,7 @@ Required parameters:
: n/a

Optional parameters:
: "eat_profile" (EAT profile in string format. OIDs MUST use the
: "eat_profile" (EAT profile in string format. OIDs must use the
dotted-decimal notation. The parameter value is case-insensitive.)

Encoding considerations:
Expand Down Expand Up @@ -324,7 +322,7 @@ Required parameters:
: n/a

Optional parameters:
: "eat_profile" (EAT profile in string format. OIDs MUST use the
: "eat_profile" (EAT profile in string format. OIDs must use the
dotted-decimal notation. The parameter value is case-insensitive.)

Encoding considerations:
Expand Down Expand Up @@ -375,7 +373,7 @@ Required parameters:
: n/a

Optional parameters:
: "eat_profile" (EAT profile in string format. OIDs MUST use the
: "eat_profile" (EAT profile in string format. OIDs must use the
dotted-decimal notation. The parameter value is case-insensitive.)

Encoding considerations:
Expand Down Expand Up @@ -426,7 +424,7 @@ Required parameters:
: n/a

Optional parameters:
: "eat_profile" (EAT profile in string format. OIDs MUST use the
: "eat_profile" (EAT profile in string format. OIDs must use the
dotted-decimal notation. The parameter value is case-insensitive.)

Encoding considerations:
Expand Down Expand Up @@ -477,7 +475,7 @@ Required parameters:
: n/a

Optional parameters:
: "eat_profile" (EAT profile in string format. OIDs MUST use the
: "eat_profile" (EAT profile in string format. OIDs must use the
dotted-decimal notation. The parameter value is case-insensitive.)

Encoding considerations:
Expand Down Expand Up @@ -528,7 +526,7 @@ Required parameters:
: n/a

Optional parameters:
: "eat_profile" (EAT profile in string format. OIDs MUST use the
: "eat_profile" (EAT profile in string format. OIDs must use the
dotted-decimal notation. The parameter value is case-insensitive.)

Encoding considerations:
Expand Down

0 comments on commit 45c3434

Please sign in to comment.