Skip to content

Commit 64cf5b1

Browse files
committed
Remove unnecessary whitespace.
1 parent e05dd53 commit 64cf5b1

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

index.html

+8-7
Original file line numberDiff line numberDiff line change
@@ -474,6 +474,7 @@ <h3>Ecosystem Overview</h3>
474474
Implementers are cautioned to remove this content if they desire to use the
475475
information as a valid document.
476476
</p>
477+
477478
</section>
478479

479480
</section>
@@ -2752,7 +2753,7 @@ <h3>Lifecycle Details</h3>
27522753
src="diagrams/ecosystemdetail.svg" alt="diagram showing how
27532754
credentials flow from issuer to holder, and optionally
27542755
from one holder to another; and how
2755-
presentations flow from holder to verifier,
2756+
presentations flow from holder to verifier,
27562757
optionally from one verifier to another through verification and validation.
27572758
All parties can use information from a logical
27582759
verifiable data registry. Holder may also delete credential.">
@@ -3722,7 +3723,7 @@ <h3>Evidence</h3>
37223723
"description": "This is a talk-aloud video of Alice demonstrating preparation of a double espresso drink.",
37233724
<span class='comment'>// digest hash of the mp4 video file</span>
37243725
"digestSRI": "sha384-zNNbQTWCSUSi0bbz7dbua...OHdzwELMYO9Mz68M26"
3725-
}
3726+
}
37263727
]
37273728
}
37283729
</pre>
@@ -3909,10 +3910,10 @@ <h3>Reserved Extension Points</h3>
39093910
<p>
39103911
This specification reserves a number of [=properties=] to serve as possible
39113912
extension points. While some implementers signaled interest in these properties,
3912-
their inclusion in this specification was considered to be premature. Some of
3913+
their inclusion in this specification was considered to be premature. Some of
39133914
these extension points were originally defined in previous versions of this
39143915
specification, while others were not. It is important to note that none of these
3915-
properties are defined by this specification. Consequently, implementers are
3916+
properties are defined by this specification. Consequently, implementers are
39163917
cautioned that use of these properties is considered experimental.
39173918
</p>
39183919
<p>
@@ -4175,7 +4176,7 @@ <h3>Securing Mechanism Specifications</h3>
41754176
other information that might be helpful (for example, during validation or for
41764177
debugging purposes), such as securing mechanism data. A securing mechanism's
41774178
verification algorithm MUST provide an interface that receives inputs of a media
4178-
type ([=string=] |inputMediaType|) paired with either a sequence of bytes
4179+
type ([=string=] |inputMediaType|) paired with either a sequence of bytes
41794180
([=byte sequence=] |inputBytes|) or a document ([=map=] |inputDocument|), and
41804181
returns a verification result with at least the following [=struct/items=]:
41814182
</p>
@@ -4770,8 +4771,8 @@ <h3>Verification</h3>
47704771
This section contains an algorithm that [=conforming verifier
47714772
implementations=] MUST run when verifying a [=verifiable credential=] or a
47724773
[=verifiable presentation=]. This algorithm takes inputs of a media
4773-
type ([=string=] |inputMediaType|) paired with either a sequence of bytes
4774-
([=byte sequence=] |inputBytes|) or a document ([=map=] |inputDocument|),
4774+
type ([=string=] |inputMediaType|) paired with either a sequence of bytes
4775+
([=byte sequence=] |inputBytes|) or a document ([=map=] |inputDocument|),
47754776
and returns a [=map=] that contains the following:
47764777
</p>
47774778

0 commit comments

Comments
 (0)