Skip to content

Commit

Permalink
Fix grammar and flow related to Controller Documents.
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 Jul 7, 2024
1 parent c0151a3 commit 7a84611
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1144,9 +1144,9 @@ <h2>Resource Integrity</h2>
has not changed since the document was secured, an implementer MAY include a
property named <dfn class="lint-ignore">`digestMultibase`</dfn> in any object
that includes an `id` property. If present, the `digestMultibase` value MUST be
a single string value, or an array of string values that are
a single string value, or an array of string values, each of which is a
<a data-cite="CONTROLLER-DOCUMENT#multibase">Multibase</a>-encoded
<a data-cite="CONTROLLER-DOCUMENT#multihash">Multihash</a> values.
<a data-cite="CONTROLLER-DOCUMENT#multihash">Multihash</a> value.
</p>
<p>
JSON-LD context authors are expected to add `digestMultibase` to contexts that will
Expand Down Expand Up @@ -1277,20 +1277,20 @@ <h2>Relationship to Verifiable Credentials</h2>

<p>
Finally, implementers are also urged to understand that there is a difference
between the <a data-cite="CONTROLLER-DOCUMENT#dfn-revoked">revocation time</a>
and <a data-cite="CONTROLLER-DOCUMENT#defn-vm-expires">expiration time</a> for a
[=verification method=], and the revocation information associated with a
[=verifiable credential=]. The
<a data-cite="CONTROLLER-DOCUMENT#dfn-revoked">revocation time</a> and
<a data-cite="CONTROLLER-DOCUMENT#defn-vm-expires">expiration time</a> for a
between the revocation information associated with a [=verifiable credential=],
and the <a data-cite="CONTROLLER-DOCUMENT#dfn-revoked">revocation</a>
and <a data-cite="CONTROLLER-DOCUMENT#defn-vm-expires">expiration</a> times
for a [=verification method=]. The
<a data-cite="CONTROLLER-DOCUMENT#dfn-revoked">revocation</a> and
<a data-cite="CONTROLLER-DOCUMENT#defn-vm-expires">expiration</a> times for a
[=verification method=] are expressed using the `revocation` and `expires`
properties, respectively, and are related to events such as a private key being
compromised or expiring and can provide timing information which might reveal
properties, respectively; are related to events such as a private key being
compromised or expiring; and can provide timing information which might reveal
details about a controller such as their security practices or when they might
have been compromised. The revocation information for a [=verifiable
credential=] is expressed using the `credentialStatus` property and is related
credential=] is expressed using the `credentialStatus` property; is related
to events such as an individual losing the privilege that is granted by the
[=verifiable credential=] and does not provide timing information, which
[=verifiable credential=]; and does not provide timing information, which
enhances privacy.
</p>
</section>
Expand Down Expand Up @@ -1428,10 +1428,10 @@ <h2>Contexts and Vocabularies</h2>
<p>
Implementations MAY load application-specific JSON-LD context files from the
network during development, but SHOULD permanently cache JSON-LD context files
used in [=conforming secured documents=] in production settings to increase
their security and privacy characteristics. Caching goals MAY be achieved
through approaches such as those described above or functionally equivalent
mechanisms.
used by [=conforming secured documents=] in production settings, to increase
their security and privacy characteristics. Goals of processing speed MAY be
achieved through caching approaches such as those described above or
functionally equivalent mechanisms.
</p>
<p>
Some applications, such as digital wallets, that are capable of holding arbitrary
Expand Down Expand Up @@ -2699,7 +2699,7 @@ <h3>Verification Relationship Validation</h3>
is known as "verification relationship validation".
</p>
<p>
The process for verification relationship validation is outlined in
The process of validating a verification relationship is outlined in
Section
<a data-cite="CONTROLLER-DOCUMENT#retrieve-verification-method">
3.3 Retrieve Verification Method</a> of the [[[CONTROLLER-DOCUMENT]]]
Expand Down

0 comments on commit 7a84611

Please sign in to comment.