Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 7 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -857,9 +857,10 @@ <h2>Terminology</h2>
<dt><dfn class="export" data-lt="DID documents">DID document</dfn></dt>

<dd>
A set of data describing the [=DID subject=], including mechanisms, such as
cryptographic public keys, that the [=DID subject=] or a [=DID delegate=] can
use to [=authentication|authenticate=] itself and prove its association with the
A set of data that enables cryptographically verifiable interactions with a
[=DID subject=]. This includes mechanisms, such as cryptographic public keys,
that a [=DID subject=] or a [=DID delegate=] can use to
[=authentication|authenticate=] itself and prove its association with a
[=DID=]. A DID document might have one or more different [=representations=] as
defined in <a href="#representations"></a> or in the W3C [[[DID-EXTENSIONS]]].
</dd>
Expand Down Expand Up @@ -994,7 +995,8 @@ <h2>Terminology</h2>
resource, in a format that can be readily communicated via the protocol. A
representation consists of a set of representation metadata and a potentially unbounded
stream of representation data." A [=DID document=] is a representation of
information describing a [=DID subject=]. See <a href="#representations"></a>.
information which enables cryptographically verifiable interactions with a
[=DID subject=]. See <a href="#representations"></a>.
</dd>

<dt><dfn data-lt="representation-specific entry|non-representation-specific
Expand Down Expand Up @@ -3991,7 +3993,7 @@ <h2>Referring to the DID document</h2>
the [=DID subject=] and does not have a [=URI=] separate from the
[=DID=]. Rather the [=DID document=] is an artifact of [=DID
resolution=] controlled by the [=DID controller=] for the purpose of
describing the [=DID subject=].
enabling cryptographically verifiable interactions with a [=DID subject=].
</p>
<p>
This distinction is illustrated by the graph model shown below.
Expand Down