@@ -320,30 +320,30 @@ <h2>Introduction</h2>
320
320
by the controller of the identifier for specific purposes, such as
321
321
authentication, attestation, key agreement (for encryption), and capability
322
322
invocation and delegation. [=Controller documents=] also list
323
- [=service endpoints=] related to the [=identifier=]; for example, from which
323
+ [=service=] endpoints related to the [=identifier=]; for example, from which
324
324
to request additional information for verification.
325
325
</ p >
326
326
327
327
< p >
328
328
In other words, the controller document contains the information necessary to
329
329
communicate with, and/or prove that specific actions were taken by, the
330
330
controller of an [=identifier=], including material for cryptographic proofs and
331
- [=service endpoints=] for additional communications.
331
+ [=service=] endpoints for additional communications.
332
332
</ p >
333
333
< p >
334
334
A [=controller document=] specifies
335
- [=verification relationships=] and [=service endpoints =] for a single
336
- identifier, for which the current controller document is taken as authoritative.
337
- Every controller document is stored and retrieved according to the [[=canonical url=]] of the
335
+ [=verification relationships=] and [=service=] endpoints for a single
336
+ identifier, for which the current controller document is taken as authoritative.
337
+ Every controller document is stored and retrieved according to the [[=canonical url=]] of the
338
338
document, which MUST also be the [[=base identifier=]] of the document.
339
339
</ p >
340
340
< p >
341
341
It is expected that other specifications will profile
342
342
the features that are defined in this specification, requiring and/or
343
343
recommending the use of some and prohibiting and/or deprecating the use of
344
- others. For example, [[[?DID-CORE]]] is expected to define DID documents as a
345
- profile of controller documents, where the DID is the identifier, DID documents
346
- are controller documents, and resolution is the process of retrieving the
344
+ others. For example, [[[?DID-CORE]]] is expected to define DID documents as a
345
+ profile of controller documents, where the DID is the identifier, DID documents
346
+ are controller documents, and resolution is the process of retrieving the
347
347
canonical DID document for a DID.
348
348
</ p >
349
349
@@ -567,8 +567,9 @@ <h3>Terminology</h3>
567
567
< dt > < dfn class ="export " data-lt ="controller(s)|Controllers "> controller</ dfn > </ dt >
568
568
< dd >
569
569
< p >
570
- An entity that is capable of performing an action with a specific resource,
571
- such as updating a [=controller document=] or generating a [=proof=] using a [=verification method=].
570
+ An entity that is capable of performing an action with a specific resource, such
571
+ as updating a [=controller document=] or generating a proof using a
572
+ [=verification method=].
572
573
</ p >
573
574
</ dd >
574
575
@@ -585,10 +586,11 @@ <h3>Terminology</h3>
585
586
< dd >
586
587
< p >
587
588
An entity that is referred to by the value of the `id` property in a
588
- [=controller document=]. This value, also referred to as an [=identifier=],
589
- is also used as a subject in other contexts, such as [=authentication=] or
590
- attestations like Verifiable Credentials. Anything can be a subject: person,
591
- group, organization, physical thing, digital thing, logical thing, etc.
589
+ [=controller document=]. The value of the `id` property, also referred to as an
590
+ < dfn > identifier</ dfn > , is also used as a subject in other contexts, such as
591
+ [=authentication=] or attestations like [=verifiable credentials=]. Anything can
592
+ be a subject: person, group, organization, physical thing, digital thing,
593
+ logical thing, etc.
592
594
</ p >
593
595
< div class ="note ">
594
596
< p >
@@ -608,8 +610,7 @@ <h3>Terminology</h3>
608
610
for their child. There are also cases where an issuer simply makes a mistake
609
611
or intentionally issues a false statement. All of these possibilities should
610
612
be considered when evaluating the security impacts of reliance on a given
611
- [=identifier=] for any given purpose. See the section on [=Identifier Ambiguity=]
612
- in Security Considerations.
613
+ [=identifier=] for any given purpose. See Section [[[#identifier-ambiguity]]].
613
614
</ p >
614
615
</ div >
615
616
</ dd >
@@ -671,7 +672,7 @@ <h3>Data Model</h3>
671
672
672
673
< p >
673
674
A [=controller document=] specifies one or more relationships between
674
- an [=identifier=] and a set of [=verification methods=] and/or service
675
+ an [=identifier=] and a set of [=verification methods=] and/or service
675
676
endpoints. The [=controller document=] SHOULD
676
677
contain [=verification relationships=] that explicitly permit the use of
677
678
certain [=verification methods=] for specific purposes.
@@ -901,7 +902,7 @@ <h3>Controllers</h3>
901
902
URL. That is, whoever can update the [=controller document=] is both
902
903
the document [=controller=] and the [=identifier=] [=controller=]. Updating the
903
904
document is how you control the [=identifier=]. These terms can be used
904
- interchangeably. Controlling the canonical [=controller document=] for
905
+ interchangeably. Controlling the canonical [=controller document=] for
905
906
an [=identifier=] is the same as controlling the [=identifier=].
906
907
</ p >
907
908
< dl >
@@ -917,7 +918,7 @@ <h3>Controllers</h3>
917
918
of the [=controller document=]. For example, a document [=controller=] could
918
919
set a public key under another party's control as an authentication
919
920
verification method. This would enable the other party to authenticate
920
- on behalf of this [=identifier=] (because their public key is listed in
921
+ on behalf of this [=identifier=] (because their public key is listed in
921
922
an authentication verification method) < em > without</ em > enabling that party
922
923
to update the [=controller document=]. However, since the document
923
924
[=controller=] explicitly listed that key for authentication, the
@@ -1038,7 +1039,7 @@ <h2>Services</h2>
1038
1039
1039
1040
< p >
1040
1041
[=Services=] are used in [=controller documents=] to express ways of
1041
- communicating with the [=controller=], or associated entities, in relation to
1042
+ communicating with the [=controller=], or associated entities, in relation to
1042
1043
the controlled [=identifier=]. A [=service=] can be
1043
1044
any type of service the [=controller=] wants to advertise for further discovery,
1044
1045
authentication, authorization, or interaction.
@@ -1240,9 +1241,9 @@ <h2>Verification Methods</h2>
1240
1241
The `controller` property is used by [=controller documents=], as described in
1241
1242
Section [[[#controller-documents]]], and by [=verification methods=], as
1242
1243
described in Section [[[#verification-methods]]]. When it is used in either
1243
- place, its purpose is essentially the same; that is, it expresses one or more
1244
- entities that are authorized to perform certain actions associated with the
1245
- resource with which it is associated.
1244
+ place, its purpose is essentially the same; that is, it expresses one or more
1245
+ entities that are authorized to perform certain actions associated with the
1246
+ resource with which it is associated.
1246
1247
</ p >
1247
1248
< p >
1248
1249
In the case of the [=controller=] of a [=controller document=], the
@@ -1780,8 +1781,8 @@ <h2>Authentication</h2>
1780
1781
< p >
1781
1782
Note that the [=verification method=] indicated by the
1782
1783
`authentication` property of a [=controller document=] can
1783
- only be used to [=authenticate=] on behalf
1784
- of the [=controller document=]'s [=base identifier=].
1784
+ only be used to [=authenticate=] on behalf
1785
+ of the [=controller document=]'s [=base identifier=].
1785
1786
</ p >
1786
1787
</ section >
1787
1788
@@ -3039,15 +3040,15 @@ <h2>Identifier Ambiguity</h2>
3039
3040
< p >
3040
3041
However, in a statement like —
3041
3042
```turtle
3042
- did:example:abc http://law.example/convicted http://calaw.example/PenalCode647b .
3043
- ```
3043
+ did:example:abc http://law.example/convicted http://calaw.example/PenalCode647b .
3044
+ ```
3044
3045
— the difference becomes vital. The statement in English could be
3045
3046
"the person referred to by `did:example:abc` has been convicted of
3046
3047
California Penal Code 647b." But which person(s) did we mean? Did we
3047
3048
mean to say one, some, or all of the teachers of computer science at
3048
3049
the school have been convicted of violating `PenalCode647b`? Or is it
3049
3050
meant to say that a particular individual teacher, perhaps the one
3050
- named "Bob Smith", has been convicted of said crime?
3051
+ named "Bob Smith", has been convicted of said crime?
3051
3052
</ p >
3052
3053
< p >
3053
3054
The challenge is particularly difficult in situations where the
0 commit comments