Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix: #81. Complete secdir review. #89

Merged
merged 1 commit into from
May 8, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
10 changes: 5 additions & 5 deletions draft-ietf-httpapi-yaml-mediatypes.md
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ See {{MEDIATYPE}} for definitions of each of the registration form headings.
: [YAML]

Encoding considerations:
: see {{application-yaml}}
: Same as "application/yaml"

Fragment identifier considerations:
: Differently from `application/yaml`,
Expand All @@ -297,14 +297,14 @@ See {{MEDIATYPE}} for definitions of each of the registration form headings.

A specific `xxx/yyy+yaml` media type
needs to define the syntax and semantics for fragment identifiers
because the ones in {{application-yaml}}
because the ones defined for "application/yaml"
do not apply unless explicitly expressed.

Interoperability considerations:
: See {{application-yaml}}
: Same as "application/yaml"

Security considerations:
: See {{application-yaml}}
: Same as "application/yaml"

Contact:
: httpapi@ietf.org or art@ietf.org
Expand Down Expand Up @@ -508,7 +508,7 @@ in a format that does not support reference cycles (see {{int-yaml-and-json}}).

Incremental parsing and processing of a YAML stream can produce partial results
and later indicate failure to parse the remainder of the stream;
to prevent partial processing, implementers might prefer validating all the documents in a stream beforehand.
to prevent partial processing, implementers might prefer validating and processing all the documents in a stream at the same time.

Repeated parsing and re-encoding of a YAML stream can result
in the addition or removal of document delimiters (e.g., `---` or `...`)
Expand Down