Skip to content

Commit 87a4db3

Browse files
committed
Remove extraneous trailing spaces.
1 parent 5d8849b commit 87a4db3

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

index.html

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3509,7 +3509,7 @@ <h3>Zero-Knowledge Proofs</h3>
35093509
Examples of leveraging <a href="https://w3c.github.io/vc-di-bbs/">vc-di-bbs</a>,
35103510
will be added here in the future, or this section will be removed.
35113511
</p>
3512-
3512+
35133513
<ul>
35143514
<li>
35153515
Each derived <a>verifiable credential</a> within a <a>verifiable
@@ -4958,8 +4958,8 @@ <h3>Issuer Cooperation Impacts on Privacy</h3>
49584958
in fact they are interested in metadata <em>about</em> the credential, such as which
49594959
<a>issuer</a> issued the credential, and tangential information that might have been
49604960
leaked by the <a>issuer</a>, such as the subject's home address. To mitigate such
4961-
leakage, <a>issuers</a> might choose to use common identifiers to mask specific
4962-
location information or other sensitive metadata; for example, a shared issuer
4961+
leakage, <a>issuers</a> might choose to use common identifiers to mask specific
4962+
location information or other sensitive metadata; for example, a shared issuer
49634963
identifier at a state or nation level, instead of at the level of a county, city, town, or other smaller
49644964
municipality. Further, <a>holder</a> attestation mechanisms can be used by
49654965
<a>verifiers</a> to preserve privacy, by providing proofs that an <a>issuer</a>
@@ -6060,23 +6060,23 @@ <h3>Datatypes</h3>
60606060

60616061
<section>
60626062
<h4>The <code>sriString</code> Datatype</h4>
6063-
6063+
60646064
<p>
60656065
The string provides the integrity information for a resource using the method specified in the [[SRI]] specification.
60666066
</p>
6067-
6067+
60686068
<p>
60696069
The `sriString` datatype is defined as follows:
60706070
</p>
6071-
6071+
60726072
<dl>
60736073
<dt>The URL denoting this datatype</dt>
60746074
<dd>
60756075
`https://www.w3.org/2018/credentials#sriString`
60766076
</dd>
60776077
<dt>The lexical space</dt>
60786078
<dd>
6079-
See the <a href="https://www.w3.org/TR/SRI/#the-integrity-attribute">ABNF grammar</a>, defining the `integrity`
6079+
See the <a href="https://www.w3.org/TR/SRI/#the-integrity-attribute">ABNF grammar</a>, defining the `integrity`
60806080
attribute in the [[SRI]] specification, for the restrictions on the string format.
60816081
</dd>
60826082
<dt>The value space</dt>
@@ -6085,7 +6085,7 @@ <h4>The <code>sriString</code> Datatype</h4>
60856085
</dd>
60866086
<dt>The lexical-to-value mapping</dt>
60876087
<dd>
6088-
Any element of the lexical space is mapped to the value space by
6088+
Any element of the lexical space is mapped to the value space by
60896089
following the <a href="https://www.w3.org/TR/SRI/#parse-metadata">parse metadata algorithm</a> based
60906090
on the <a href="https://www.w3.org/TR/SRI/#the-integrity-attribute">ABNF grammar</a> in the [[SRI]] specification.
60916091
</dd>

0 commit comments

Comments
 (0)