Skip to content

Commit 9efbdd9

Browse files
committed
Fix reference to CID and controlled identifiers language.
1 parent bbebf31 commit 9efbdd9

File tree

1 file changed

+9
-25
lines changed

1 file changed

+9
-25
lines changed

‎index.html

+9-25
Original file line numberDiff line numberDiff line change
@@ -58,21 +58,6 @@
5858
status: "ETSI Standard TS 119 612 V2.1.1 (2015-07)",
5959
publisher: "ETSI"
6060
},
61-
"VC-CONTROLLER-DOCUMENT": {
62-
title: "Verifiable Credential Controller Document",
63-
href: "https://w3c..io/vc-controller-document/",
64-
authors: [
65-
"Manu Sporny",
66-
"Dave Longley",
67-
"Markus Sabadello",
68-
"Drummond Reed",
69-
"Orie Steele",
70-
"Christopher Allen",
71-
"Michael B. Jones"
72-
],
73-
status: "ED",
74-
publisher: "Verifiable Credentials Working Group"
75-
},
7661
'DEMOGRAPHICS': {
7762
title: 'Simple Demographics Often Identify People Uniquely',
7863
href: 'https://dataprivacylab.org/projects/identifiability/paper1.pdf',
@@ -184,7 +169,7 @@
184169
note: "v2.0", w3cid: 7382, orcid: "0000-0003-0782-2704"
185170
}
186171
],
187-
xref: ["URL", "I18N-GLOSSARY", "INFRA", "CONTROLLER-DOCUMENT"],
172+
xref: ["URL", "I18N-GLOSSARY", "INFRA", "CID"],
188173
lint: { "informative-dfn": false },
189174
maxTocLevel: 3,
190175
inlineCSS: true
@@ -1811,13 +1796,12 @@ <h3>Issuer</h3>
18111796
<dl>
18121797
<dt><var id="defn-issuer">issuer</var></dt>
18131798
<dd>
1814-
The value of the `issuer` [=property=] MUST be either a
1815-
[=URL=] or an object containing an `id` [=property=]
1816-
whose value is a [=URL=]; in either case, the issuer selects this
1817-
[=URL=] to identify itself in a globally unambiguous
1818-
way. It is RECOMMENDED that the [=URL=] be one which, if dereferenced, results
1819-
in a controller document, as defined in [[CONTROLLER-DOCUMENT]], about the
1820-
[=issuer=] that can be used to [=verify=] the information expressed in the
1799+
The value of the `issuer` [=property=] MUST be either a [=URL=] or an object
1800+
containing an `id` [=property=] whose value is a [=URL=]; in either case, the
1801+
issuer selects this [=URL=] to identify itself in a globally unambiguous way. It
1802+
is RECOMMENDED that the [=URL=] be one which, if dereferenced, results in a
1803+
controlled identifier document, as defined in the [[[CID]]] specification, about
1804+
the [=issuer=] that can be used to [=verify=] the information expressed in the
18211805
[=credential=].
18221806
</dd>
18231807
</dl>
@@ -4671,8 +4655,8 @@ <h3>Verification</h3>
46714655
([=string=] |controller|)
46724656
</li>
46734657
<li>
4674-
a controller document that is associated with the verification method used
4675-
to verify the securing mechanism ([=map=] |controllerDocument|)
4658+
a controlled identifier document that is associated with the verification method
4659+
used to verify the securing mechanism ([=map=] |controllerDocument|)
46764660
</li>
46774661
<li>
46784662
zero or more warnings ([=list=] of [=ProblemDetails=] |warnings|)

0 commit comments

Comments
 (0)