Skip to content

Commit 2764553

Browse files
github-actions[bot]marcoscaceres
authored andcommitted
chore: tidy up index.html (#388)
Co-authored-by: marcoscaceres <870154+marcoscaceres@users.noreply.github.com>
1 parent ae90b94 commit 2764553

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

index.html

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -576,8 +576,9 @@ <h2>
576576
<p>
577577
The coordinator manages the lifecycle of the interaction's {{Promise}}
578578
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=].
581582
</p>
582583
<p>
583584
The [=credential request coordinator=]:
@@ -591,14 +592,17 @@ <h2>
591592
is determined by matching the request parameters, user consent, and
592593
platform policy.
593594
</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.
595598
</li>
596599
</ul>
597600
<aside class="note">
598601
<p>
599602
Although the coordinator handles input/output coordination, it is the
600603
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].
602606
</p>
603607
</aside>
604608
<h3>
@@ -607,7 +611,8 @@ <h3>
607611
<p>
608612
The [=credential request coordinator=] has a finite set of
609613
<dfn data-dfn-for="credential request coordinator">interaction
610-
states</dfn>, which are used to manage the lifecycle of a [=credential request=]:
614+
states</dfn>, which are used to manage the lifecycle of a [=credential
615+
request=]:
611616
</p>
612617
<dl>
613618
<dt>

0 commit comments

Comments
 (0)