Skip to content

Commit

Permalink
Do not encourage nor forbid media type parameters.
Browse files Browse the repository at this point in the history
  • Loading branch information
msporny committed Dec 17, 2023
1 parent 698bdf7 commit 09fce9b
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4577,15 +4577,6 @@ <h3>Verification</h3>
</ol>
</li>
<li>
Ensure that the <var>result</var>.<var>mediaType</var> value is either
`application/vc+ld+json` or `application/vp+ld+json` and does not contain any
media type parameters, as defined in [[RFC6838]]. If the checks fail, set
<var>result</var>.<var>status</var> to `false`, and add at least one <a
href="#MEDIA_TYPE_ERROR">MEDIA_TYPE_ERROR</a> to
<var>result</var>.<var>errors</var>. Other warnings and errors MAY be included
to aid any debugging process. Return <var>result</var>.
</li>
<li>
Ensure that the <var>result</var>.<var>document</var> is a
<a>conforming document</a>. If it is not, set
<var>result</var>.<var>status</var> to `false`, remove the
Expand Down

0 comments on commit 09fce9b

Please sign in to comment.