Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tidied up document using tidy-html5 #172

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,8 @@ <h2>
<dfn data-dfn-for="digital credential">Presentation request</dfn>
</dt>
<dd>
A presentation request is a request for a [=digital credential=] composed
of [=digital credential/request data=] and a [=digital
A presentation request is a request for a [=digital credential=]
composed of [=digital credential/request data=] and a [=digital
credential/exchange protocol=].
</dd>
<dt>
Expand Down Expand Up @@ -198,11 +198,11 @@ <h2>
The `DigitalCredentialsRequest` dictionary
</h2>
<p>
The {{DigitalCredentialsRequest}} dictionary represents a [=digital credential/presentation
request=]. It is used to specify an [=digital credential/exchange
protocol=] and a [=digital credential/request data=], which the user
agent MAY match against software used by a holder, such as a digital
wallet.
The {{DigitalCredentialsRequest}} dictionary represents a [=digital
credential/presentation request=]. It is used to specify an [=digital
credential/exchange protocol=] and a [=digital credential/request data=],
which the user agent MAY match against software used by a holder, such as
a digital wallet.
</p>
<pre class="idl">
dictionary DigitalCredentialsRequest {
Expand Down