Skip to content

Commit bd989f6

Browse files
chore: tidy up index.html (#264)
1 parent 01b5a93 commit bd989f6

File tree

1 file changed

+17
-15
lines changed

1 file changed

+17
-15
lines changed

index.html

Lines changed: 17 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1021,17 +1021,19 @@ <h3>
10211021
<p class="issue" title="Work in progress"></p>
10221022
<p>
10231023
The Digital Credentials API enables the sharing of highly personal,
1024-
sensitive, and at-risk user information with websites via credentials,
1025-
potentially granting the ability to track users online and offline,
1026-
through permanent, unique, irrevocable, cross-context identifiers. It
1027-
also reveals parts of the user's browsing activity as well as their
1028-
intent to identify to specific websites and/or wallets. One crucial
1029-
responsibility of the user agent in a credential request is to gather
1030-
permission from the user to proceed with the exchange of information.
1024+
sensitive, and at-risk user information with websites via
1025+
credentials, potentially granting the ability to track users online
1026+
and offline, through permanent, unique, irrevocable, cross-context
1027+
identifiers. It also reveals parts of the user's browsing activity as
1028+
well as their intent to identify to specific websites and/or wallets.
1029+
One crucial responsibility of the user agent in a credential request
1030+
is to gather permission from the user to proceed with the exchange of
1031+
information.
10311032
</p>
10321033
<p>
1033-
Important context details that are needed for a user to make an informed
1034-
decision about proceeding with a credential exchange include the following:
1034+
Important context details that are needed for a user to make an
1035+
informed decision about proceeding with a credential exchange include
1036+
the following:
10351037
</p>
10361038
<ul>
10371039
<li>The origin of the verifier that requests the credential.
@@ -1066,13 +1068,13 @@ <h4>
10661068
Depending on the technical architecture of a user's system, it is
10671069
likely that the definition of a "user agent" will include multiple
10681070
cooperating layers of the software stack, such as a browser and the
1069-
operating system. The greatest priority for these layers has to be
1070-
a safe and well-informed user permission experience. As such,
1071+
operating system. The greatest priority for these layers has to be a
1072+
safe and well-informed user permission experience. As such,
10711073
integration can be vital for user safety. Some layers may hold
10721074
information that is inaccessible by other layers, such as the
10731075
availability of a user's credentials. Overprompting or prompting
1074-
without sufficient context could lead to (exploitable) confusion
1075-
and prompt blindness.
1076+
without sufficient context could lead to (exploitable) confusion and
1077+
prompt blindness.
10761078
</p>
10771079
<p>
10781080
For this reason, user agents prompting for permission are encouraged
@@ -1102,8 +1104,8 @@ <h4>
11021104
wallet before sharing information with the verifier, or by the
11031105
verifier itself before initiating the request. With frameworks and
11041106
regulations for obtaining consent still being developed, this API
1105-
aims to enable the exchange of the necessary information, which
1106-
could include the following:
1107+
aims to enable the exchange of the necessary information, which could
1108+
include the following:
11071109
</p>
11081110
<ul>
11091111
<li>The privacy policy of the verifier receiving the credential.

0 commit comments

Comments
 (0)