Skip to content

Commit

Permalink
Fix grammar in protocol statements.
Browse files Browse the repository at this point in the history
Co-authored-by: Ted Thibodeau Jr <[email protected]>
  • Loading branch information
msporny and TallTed committed Jan 13, 2024
1 parent f21bba4 commit d7d4a47
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -878,22 +878,22 @@ <h3>Bitstring Expansion Algorithm</h3>
<h2>Media Types</h2>

<p>
When publishing status list information, issuers SHOULD publish the status list
using an HTTPS URL and in a way that makes it not possible to correlate usage
patterns related to the list. When retrieving status list information, verifiers
SHOULD retrieve the status list over protocols that guard against access
<a>Issuers</a> SHOULD publish status list information
using HTTPS URLs and in ways that minimize possible correlation of usage
patterns related to the list. <a>Verifiers</a>
SHOULD retrieve status list information using protocols that guard against access
pattern correlation, such as Oblivious HTTP [[?OHTTP]].
</p>

<p>
When dereferencing `statusListCredential`, the content type of the
When dereferencing `statusListCredential`, the content of the returned
`statusListCredential` might be any media type registered for the purpose of
expressing a verifiable credential with one or more proofs.
</p>
<p>
For example, a verifiable credential secured with Data Integrity Proofs might
have content type `application/vc+ld+json`, whereas a verifiable credential
secured with SD-JWT might have content-type `application/sd-jwt`.
have media type `application/vc+ld+json`, while a verifiable credential
secured with SD-JWT might have media type `application/sd-jwt`.
</p>
<p>
Some implementations might choose to support less specific media types such as
Expand Down

0 comments on commit d7d4a47

Please sign in to comment.