Skip to content

Commit

Permalink
Remove extraneous trailing spaces.
Browse files Browse the repository at this point in the history
  • Loading branch information
msporny committed Oct 18, 2023
1 parent 5d8849b commit 87a4db3
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3509,7 +3509,7 @@ <h3>Zero-Knowledge Proofs</h3>
Examples of leveraging <a href="https://w3c.github.io/vc-di-bbs/">vc-di-bbs</a>,
will be added here in the future, or this section will be removed.
</p>

<ul>
<li>
Each derived <a>verifiable credential</a> within a <a>verifiable
Expand Down Expand Up @@ -4958,8 +4958,8 @@ <h3>Issuer Cooperation Impacts on Privacy</h3>
in fact they are interested in metadata <em>about</em> the credential, such as which
<a>issuer</a> issued the credential, and tangential information that might have been
leaked by the <a>issuer</a>, such as the subject's home address. To mitigate such
leakage, <a>issuers</a> might choose to use common identifiers to mask specific
location information or other sensitive metadata; for example, a shared issuer
leakage, <a>issuers</a> might choose to use common identifiers to mask specific
location information or other sensitive metadata; for example, a shared issuer
identifier at a state or nation level, instead of at the level of a county, city, town, or other smaller
municipality. Further, <a>holder</a> attestation mechanisms can be used by
<a>verifiers</a> to preserve privacy, by providing proofs that an <a>issuer</a>
Expand Down Expand Up @@ -6060,23 +6060,23 @@ <h3>Datatypes</h3>

<section>
<h4>The <code>sriString</code> Datatype</h4>

<p>
The string provides the integrity information for a resource using the method specified in the [[SRI]] specification.
</p>

<p>
The `sriString` datatype is defined as follows:
</p>

<dl>
<dt>The URL denoting this datatype</dt>
<dd>
`https://www.w3.org/2018/credentials#sriString`
</dd>
<dt>The lexical space</dt>
<dd>
See the <a href="https://www.w3.org/TR/SRI/#the-integrity-attribute">ABNF grammar</a>, defining the `integrity`
See the <a href="https://www.w3.org/TR/SRI/#the-integrity-attribute">ABNF grammar</a>, defining the `integrity`
attribute in the [[SRI]] specification, for the restrictions on the string format.
</dd>
<dt>The value space</dt>
Expand All @@ -6085,7 +6085,7 @@ <h4>The <code>sriString</code> Datatype</h4>
</dd>
<dt>The lexical-to-value mapping</dt>
<dd>
Any element of the lexical space is mapped to the value space by
Any element of the lexical space is mapped to the value space by
following the <a href="https://www.w3.org/TR/SRI/#parse-metadata">parse metadata algorithm</a> based
on the <a href="https://www.w3.org/TR/SRI/#the-integrity-attribute">ABNF grammar</a> in the [[SRI]] specification.
</dd>
Expand Down

0 comments on commit 87a4db3

Please sign in to comment.