Skip to content
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
19 changes: 18 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -566,7 +566,24 @@ <h2 id="protocols">
Use of the following [=digital credential/presentation protocols=] is
defined by this specification.
</p>
<aside class="issue" data-number="439"></aside>
<p>
A [=user agent=] MUST implement at least one of the [=digital
credential/presentation protocols=] &mdash; and it is RECOMMENDED
that they implement <em>all</em> [=digital credential/presentation
and issuance protocols=] &mdash; listed in the [=table of
supported presentation and issuance protocols=].
</p>
<aside class="note" title="Checking which protocols a user agent allows">
<p>
Developers can learn which
[=digital credential/presentation protocols=] or
[=digital credential/issuance protocols=] a user agent
allows by calling the
`DigitalCredential.`{{DigitalCredential.userAgentAllowsProtocol()}}
static method. See [[[#checking-if-protocol-is-allowed]]] for a usage
example.
</p>
</aside>
<table class="data">
<caption>
<dfn class="export">Table of supported [=digital
Expand Down
Loading