Skip to content

Commit 2ce622b

Browse files
davidlehnmsporny
authored andcommitted
Switch tab indents to spaces.
1 parent e8f9489 commit 2ce622b

File tree

1 file changed

+33
-33
lines changed

1 file changed

+33
-33
lines changed

index.html

Lines changed: 33 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ <h3>What is a Verifiable Credential?</h3>
278278
provided throughout this document.
279279
</p>
280280

281-
<p>
281+
<p>
282282
The word "verifiable" in the terms
283283
<a>verifiable credential</a> and <a>verifiable presentation</a>
284284
refers to the characteristic of a <a>credential</a> or <a>presentation</a>
@@ -288,7 +288,7 @@ <h3>What is a Verifiable Credential?</h3>
288288
the issuer can include values in the <a>evidence</a> property to help the verifier
289289
apply their business logic to determine whether the claims have sufficient
290290
veracity for their needs.
291-
</p>
291+
</p>
292292
</section>
293293

294294
<section class="informative">
@@ -352,11 +352,11 @@ <h3>Ecosystem Overview</h3>
352352

353353
<figure id="roles">
354354
<img style="margin: auto; display: block; width: 75%;"
355-
src="diagrams/ecosystem.svg" alt="diagram showing how
356-
credentials flow from issuer to holder and
357-
presentations flow from holder to verifier where all
358-
three parties can use information from a logical
359-
verifiable data registry">
355+
src="diagrams/ecosystem.svg" alt="diagram showing how
356+
credentials flow from issuer to holder and
357+
presentations flow from holder to verifier where all
358+
three parties can use information from a logical
359+
verifiable data registry">
360360
<figcaption style="text-align: center;">
361361
The roles and information flows forming the basis for this specification.
362362
</figcaption>
@@ -704,9 +704,9 @@ <h3>Credentials</h3>
704704

705705
<figure id="basic-vc">
706706
<img style="margin: auto; display: block; width: 50%;"
707-
src="diagrams/credential.svg" alt="a Verifible
708-
Credential contains Credential Metadata, Claim(s), and
709-
Proof(s)">
707+
src="diagrams/credential.svg" alt="a Verifible
708+
Credential contains Credential Metadata, Claim(s), and
709+
Proof(s)">
710710
<figcaption style="text-align: center;">
711711
Basic components of a verifiable credential.
712712
</figcaption>
@@ -739,18 +739,18 @@ <h3>Credentials</h3>
739739

740740
<figure id="info-graph-vc">
741741
<img style="margin: auto; display: block; width: 100%;"
742-
src="diagrams/credential-graph.svg" alt="diagram with a
743-
Credential Graph on top connected via a proof to a
744-
Proof Graph on the bottom. The Credental Graph has
745-
Credential 123 with 4 properties: 'type' of value
746-
AlumniCredential, 'issuer' of Example University,
747-
'issuanceDate' of 2010-01-01T19:23:24Z, and
748-
credentialSubject of Pat, who has an alumniOf property
749-
with value of Example University. The Proof Graph has
750-
Signature 456 with 5 properties: 'type' of
751-
RsaSignature2018, 'verificationMethod' of Example University
752-
Public Key 7, 'created' of 2017-06-18T21:19:10Z, and 'jws'
753-
of 'BavEll0...3JT24='">
742+
src="diagrams/credential-graph.svg" alt="diagram with a
743+
Credential Graph on top connected via a proof to a
744+
Proof Graph on the bottom. The Credental Graph has
745+
Credential 123 with 4 properties: 'type' of value
746+
AlumniCredential, 'issuer' of Example University,
747+
'issuanceDate' of 2010-01-01T19:23:24Z, and
748+
credentialSubject of Pat, who has an alumniOf property
749+
with value of Example University. The Proof Graph has
750+
Signature 456 with 5 properties: 'type' of
751+
RsaSignature2018, 'verificationMethod' of Example University
752+
Public Key 7, 'created' of 2017-06-18T21:19:10Z, and 'jws'
753+
of 'BavEll0...3JT24='">
754754
<figcaption style="text-align: center;">
755755
Information graphs associated with a basic verifiable credential.
756756
</figcaption>
@@ -834,17 +834,17 @@ <h3>Presentations</h3>
834834
<figure id="info-graph-vp">
835835
<img style="margin: auto; display: block; width: 75%;"
836836
src="diagrams/presentation-graph.svg" alt="diagram with
837-
a Presentation Graph on top connected via a proof to a
838-
Presentation Proof Graph on the bottom. The
839-
Presentation Graph has Presentation ABC with 3
840-
properties: 'type' of value VerifiablePresentation,
841-
'termsOfUse' of value Do Not Archive, and
842-
'verifiableCredential' whose value is Figure 6. The
843-
Presentation Proof Graph has Signature 8910 with 5
844-
properties: 'type' of RsaSignature2018, 'verificationMethod'
845-
of Example Presenter Public Key 11, 'created' of
846-
2018-01-15T12:43:56Z, 'challenge' of d28348djsj3239, and
847-
'jws' of 'p2KaZ...8Fj3K='">
837+
a Presentation Graph on top connected via a proof to a
838+
Presentation Proof Graph on the bottom. The
839+
Presentation Graph has Presentation ABC with 3
840+
properties: 'type' of value VerifiablePresentation,
841+
'termsOfUse' of value Do Not Archive, and
842+
'verifiableCredential' whose value is Figure 6. The
843+
Presentation Proof Graph has Signature 8910 with 5
844+
properties: 'type' of RsaSignature2018, 'verificationMethod'
845+
of Example Presenter Public Key 11, 'created' of
846+
2018-01-15T12:43:56Z, 'challenge' of d28348djsj3239, and
847+
'jws' of 'p2KaZ...8Fj3K='">
848848
<figcaption style="text-align: center;">
849849
Information graphs associated with a basic verifiable presentation.
850850
</figcaption>

0 commit comments

Comments
 (0)