Skip to content

Commit c4a4a08

Browse files
committed
Fix broken links introduced by controller definition updates.
1 parent f71da80 commit c4a4a08

File tree

1 file changed

+29
-28
lines changed

1 file changed

+29
-28
lines changed

index.html

+29-28
Original file line numberDiff line numberDiff line change
@@ -320,30 +320,30 @@ <h2>Introduction</h2>
320320
by the controller of the identifier for specific purposes, such as
321321
authentication, attestation, key agreement (for encryption), and capability
322322
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
324324
to request additional information for verification.
325325
</p>
326326

327327
<p>
328328
In other words, the controller document contains the information necessary to
329329
communicate with, and/or prove that specific actions were taken by, the
330330
controller of an [=identifier=], including material for cryptographic proofs and
331-
[=service endpoints=] for additional communications.
331+
[=service=] endpoints for additional communications.
332332
</p>
333333
<p>
334334
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
338338
document, which MUST also be the [[=base identifier=]] of the document.
339339
</p>
340340
<p>
341341
It is expected that other specifications will profile
342342
the features that are defined in this specification, requiring and/or
343343
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
347347
canonical DID document for a DID.
348348
</p>
349349

@@ -567,8 +567,9 @@ <h3>Terminology</h3>
567567
<dt><dfn class="export" data-lt="controller(s)|Controllers">controller</dfn></dt>
568568
<dd>
569569
<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=].
572573
</p>
573574
</dd>
574575

@@ -585,10 +586,11 @@ <h3>Terminology</h3>
585586
<dd>
586587
<p>
587588
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.
592594
</p>
593595
<div class="note">
594596
<p>
@@ -608,8 +610,7 @@ <h3>Terminology</h3>
608610
for their child. There are also cases where an issuer simply makes a mistake
609611
or intentionally issues a false statement. All of these possibilities should
610612
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]]].
613614
</p>
614615
</div>
615616
</dd>
@@ -671,7 +672,7 @@ <h3>Data Model</h3>
671672

672673
<p>
673674
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
675676
endpoints. The [=controller document=] SHOULD
676677
contain [=verification relationships=] that explicitly permit the use of
677678
certain [=verification methods=] for specific purposes.
@@ -901,7 +902,7 @@ <h3>Controllers</h3>
901902
URL. That is, whoever can update the [=controller document=] is both
902903
the document [=controller=] and the [=identifier=] [=controller=]. Updating the
903904
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
905906
an [=identifier=] is the same as controlling the [=identifier=].
906907
</p>
907908
<dl>
@@ -917,7 +918,7 @@ <h3>Controllers</h3>
917918
of the [=controller document=]. For example, a document [=controller=] could
918919
set a public key under another party's control as an authentication
919920
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
921922
an authentication verification method) <em>without</em> enabling that party
922923
to update the [=controller document=]. However, since the document
923924
[=controller=] explicitly listed that key for authentication, the
@@ -1038,7 +1039,7 @@ <h2>Services</h2>
10381039

10391040
<p>
10401041
[=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
10421043
the controlled [=identifier=]. A [=service=] can be
10431044
any type of service the [=controller=] wants to advertise for further discovery,
10441045
authentication, authorization, or interaction.
@@ -1240,9 +1241,9 @@ <h2>Verification Methods</h2>
12401241
The `controller` property is used by [=controller documents=], as described in
12411242
Section [[[#controller-documents]]], and by [=verification methods=], as
12421243
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.
12461247
</p>
12471248
<p>
12481249
In the case of the [=controller=] of a [=controller document=], the
@@ -1780,8 +1781,8 @@ <h2>Authentication</h2>
17801781
<p>
17811782
Note that the [=verification method=] indicated by the
17821783
`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=].
17851786
</p>
17861787
</section>
17871788

@@ -3039,15 +3040,15 @@ <h2>Identifier Ambiguity</h2>
30393040
<p>
30403041
However, in a statement like —
30413042
```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+
```
30443045
— the difference becomes vital. The statement in English could be
30453046
"the person referred to by `did:example:abc` has been convicted of
30463047
California Penal Code 647b." But which person(s) did we mean? Did we
30473048
mean to say one, some, or all of the teachers of computer science at
30483049
the school have been convicted of violating `PenalCode647b`? Or is it
30493050
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?
30513052
</p>
30523053
<p>
30533054
The challenge is particularly difficult in situations where the

0 commit comments

Comments
 (0)