You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: index.html
+10-5Lines changed: 10 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -576,8 +576,9 @@ <h2>
576
576
<p>
577
577
The coordinator manages the lifecycle of the interaction's {{Promise}}
578
578
and its associated {{AbortSignal}} (if any), including resolution with
579
-
the user's selected [=digital credential=], the [=holder=]'s response, or rejection due to errors or
580
-
the user or program aborting the [=credential request=].
579
+
the user's selected [=digital credential=], the [=holder=]'s response, or
580
+
rejection due to errors or the user or program aborting the [=credential
581
+
request=].
581
582
</p>
582
583
<p>
583
584
The [=credential request coordinator=]:
@@ -591,14 +592,17 @@ <h2>
591
592
is determined by matching the request parameters, user consent, and
592
593
platform policy.
593
594
</li>
594
-
<li>[=Resolves=] the interaction's {{Promise}} with the selected [=digital credential=] or [=holder=]'s response, or [=rejects=] it to indicate that the [=credential request=] was aborted.
595
+
<li>[=Resolves=] the interaction's {{Promise}} with the selected
596
+
[=digital credential=] or [=holder=]'s response, or [=rejects=] it to
597
+
indicate that the [=credential request=] was aborted.
595
598
</li>
596
599
</ul>
597
600
<asideclass="note">
598
601
<p>
599
602
Although the coordinator handles input/output coordination, it is the
600
603
responsibility of the platform together with available [=holders=], to
601
-
present the UI that allows the user to choose a [=digital credential=] and/or a [=holder].
604
+
present the UI that allows the user to choose a [=digital credential=]
605
+
and/or a [=holder].
602
606
</p>
603
607
</aside>
604
608
<h3>
@@ -607,7 +611,8 @@ <h3>
607
611
<p>
608
612
The [=credential request coordinator=] has a finite set of
0 commit comments