Skip to content

Commit 3d24a2b

Browse files
committed
Update to ReSpec v3.3.4.
1 parent 8cb3bcf commit 3d24a2b

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

index.html

+15-15
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<script src='https://www.w3.org/Tools/respec/respec-w3c' class='remove'></script>
1212
<script src="./common.js" class="remove"></script>
1313
<script class="remove"
14-
src="https://cdn.jsdelivr.net/gh/digitalbazaar/[email protected].3/dist/main.js"></script>
14+
src="https://cdn.jsdelivr.net/gh/digitalbazaar/[email protected].4/dist/main.js"></script>
1515

1616
<script class="remove">
1717
var respecConfig = {
@@ -376,7 +376,7 @@ <h3>What is a Verifiable Credential?</h3>
376376
</li>
377377
<li>
378378
Evidence demonstrating how the [=subject=] met the qualifications required
379-
for issuing the [=credential=] (for example, a measurement, proof of
379+
for issuing the [=credential=] (for example, a measurement, proof of
380380
citizenship, or test result)
381381
</li>
382382
<li>
@@ -419,7 +419,7 @@ <h3>What is a Verifiable Credential?</h3>
419419
</p>
420420

421421
<p>
422-
The word "verifiable" in the terms [=verifiable credential=] and
422+
The word "verifiable" in the terms [=verifiable credential=] and
423423
[=verifiable presentation=] refers to the characteristic of a [=credential=]
424424
or [=presentation=] as being able to be [=verified=] by a [=verifier=],
425425
as defined in this document. Verifiability of a credential does not imply
@@ -506,12 +506,12 @@ <h3>Ecosystem Overview</h3>
506506
</p>
507507

508508
<p>
509-
This ecosystem contrasts with the typical two-party or federated identity
509+
This ecosystem contrasts with the typical two-party or federated identity
510510
provider models. An identity provider, sometimes abbreviated as <em>IdP</em>,
511511
is a system for creating, maintaining, and managing identity information for
512512
[=holders=] while providing authentication services to [=relying party=]
513513
applications within a federation or distributed network. In a federated
514-
identity model, the [=holder=] is tightly bound to the identity provider.
514+
identity model, the [=holder=] is tightly bound to the identity provider.
515515
This specification avoids using "identity provider," "federated identity," or
516516
"relying party" terminology, except when comparing or mapping these concepts
517517
to other specifications. This specification decouples the identity provider
@@ -1016,7 +1016,7 @@ <h3>Presentations</h3>
10161016
itself through [=presentation=] metadata.
10171017
The [=verifiable presentation=] refers, via the `verifiableCredential` property,
10181018
to a [=verifiable credential=].
1019-
This [=credential=] is a self-contained [=verifiable credential graph=]
1019+
This [=credential=] is a self-contained [=verifiable credential graph=]
10201020
containing [=credential=] metadata and other [=claims=]. This [=credential=]
10211021
refers to a [=verifiable credential=] [=proof graph=] via a `proof` property,
10221022
expressing the proof (usually a digital signature) of the [=credential=].
@@ -1043,7 +1043,7 @@ <h3>Presentations</h3>
10431043
annotated to be a named graph instead of a default graph.
10441044
The verifiable presentation proof graph has an object with 'Signature 8910'
10451045
with 5 properties: 'type' with value 'DataIntegrityProof'; 'verificationMethod'
1046-
with value 'Example Presenter Public Key 11'; 'created' with value
1046+
with value 'Example Presenter Public Key 11'; 'created' with value
10471047
'2018-01-15T12:43:56Z'; 'nonce' with value 'd28348djsj3239'; and 'proofValue'
10481048
with value 'zp2KaZ...8Fj3K='. This graph is annotated with the parenthetical
10491049
remark '(a named graph)'">
@@ -1172,7 +1172,7 @@ <h3>Getting Started</h3>
11721172
<p>
11731173
After stabilizing all credential properties, developers are advised to generate
11741174
and publish vocabulary and context files at stable URLs to facilitate
1175-
interoperability with other developers. The
1175+
interoperability with other developers. The
11761176
`https://www.w3.org/ns/credentials/examples/v2` URL above
11771177
would then be replaced with the URL of a use-case-specific context. This
11781178
process is covered in Section [[[#extensibility]]]. Alternatively,
@@ -7222,13 +7222,13 @@ <h2>application/vc</h2>
72227222
</p>
72237223

72247224
<p>
7225-
The credential is expected to be a valid
7225+
The credential is expected to be a valid
72267226
<a data-cite="JSON-LD11#dfn-json-ld-document">JSON-LD document</a>.
7227-
Credentials served with the "`application/vc`" media type are expected
7228-
to have all [[JSON-LD11]] context information, including references to
7227+
Credentials served with the "`application/vc`" media type are expected
7228+
to have all [[JSON-LD11]] context information, including references to
72297229
external contexts, within the body of the document. Contexts linked via a
72307230
`http://www.w3.org/ns/json-ld#context` HTTP Link Header
7231-
(see <a data-cite="JSON-LD11#interpreting-json-as-json-ld">Section 6.1</a>
7231+
(see <a data-cite="JSON-LD11#interpreting-json-as-json-ld">Section 6.1</a>
72327232
of [[JSON-LD11]]) are ignored.
72337233
</p>
72347234
</section>
@@ -7287,11 +7287,11 @@ <h2>application/vp</h2>
72877287
<p>
72887288
The presentation is expected to be a valid
72897289
<a data-cite="JSON-LD11#dfn-json-ld-document">JSON-LD document</a>.
7290-
Presentations served with the "`application/vp`" media type are expected
7291-
to have all [[JSON-LD11]] context information, including references to
7290+
Presentations served with the "`application/vp`" media type are expected
7291+
to have all [[JSON-LD11]] context information, including references to
72927292
external contexts, within the body of the document. Contexts linked via a
72937293
`http://www.w3.org/ns/json-ld#context` HTTP Link Header
7294-
(see <a data-cite="JSON-LD11#interpreting-json-as-json-ld">Section 6.1</a>
7294+
(see <a data-cite="JSON-LD11#interpreting-json-as-json-ld">Section 6.1</a>
72957295
of [[JSON-LD11]]) are ignored.
72967296
</p>
72977297
</section>

0 commit comments

Comments
 (0)