From 87a4db3ac61e55c1bec93f5553fe79893b1d33c0 Mon Sep 17 00:00:00 2001
From: Manu Sporny
Date: Wed, 18 Oct 2023 09:45:05 -0400
Subject: [PATCH] Remove extraneous trailing spaces.
---
index.html | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)
diff --git a/index.html b/index.html
index 25980785a..c61928413 100644
--- a/index.html
+++ b/index.html
@@ -3509,7 +3509,7 @@ Zero-Knowledge Proofs
Examples of leveraging vc-di-bbs,
will be added here in the future, or this section will be removed.
-
+
-
Each derived verifiable credential within a verifiable
@@ -4958,8 +4958,8 @@
Issuer Cooperation Impacts on Privacy
in fact they are interested in metadata about the credential, such as which
issuer issued the credential, and tangential information that might have been
leaked by the issuer, such as the subject's home address. To mitigate such
-leakage, issuers might choose to use common identifiers to mask specific
-location information or other sensitive metadata; for example, a shared issuer
+leakage, issuers 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, holder attestation mechanisms can be used by
verifiers to preserve privacy, by providing proofs that an issuer
@@ -6060,15 +6060,15 @@ Datatypes
The sriString
Datatype
-
+
The string provides the integrity information for a resource using the method specified in the [[SRI]] specification.
-
+
The `sriString` datatype is defined as follows:
-
+
- The URL denoting this datatype
-
@@ -6076,7 +6076,7 @@
The sriString
Datatype
- The lexical space
-
- See the ABNF grammar, defining the `integrity`
+ See the ABNF grammar, defining the `integrity`
attribute in the [[SRI]] specification, for the restrictions on the string format.
- The value space
@@ -6085,7 +6085,7 @@ The sriString
Datatype
- The lexical-to-value mapping
-
- 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 parse metadata algorithm based
on the ABNF grammar in the [[SRI]] specification.