Skip to content
Merged
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
13 changes: 10 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -995,7 +995,13 @@ <h3>
<p>
When invoked, the <dfn class="export" data-dfn-for=
"DigitalCredential">[[\DiscoverFromExternalSource]](origin, options,
sameOriginWithAncestors)</dfn> internal method MUST:
sameOriginWithAncestors)</dfn> internal method, if the user agent doesn't
support [=digital credential/presentation requests=] (e.g., the platform
cannot provide a [=credential chooser=]), call the default implementation
of {{Credential}}'s
{{Credential/[[DiscoverFromExternalSource]](origin, options,
sameOriginWithAncestors)}} internal method with the same arguments.
Otherwise:
</p>
<ol class="algorithm">
<li>Let |global| be [=this=]'s [=relevant global object=].
Expand Down Expand Up @@ -1057,8 +1063,9 @@ <h3>
When invoked, the <dfn class="export" data-dfn-for=
"DigitalCredential">[[\Create]](origin, options,
sameOriginWithAncestors)</dfn> internal method, if the user agent doesn't
support issuance, call the default implementation of {{Credential}}'s
{{Credential/[[Create]](origin,options, sameOriginWithAncestors)}}
support [=digital credential/issuance requests=], call the default
implementation of {{Credential}}'s
{{Credential/[[Create]](origin, options, sameOriginWithAncestors)}}
internal method with the same arguments. Otherwise:
</p>
<ol class="algorithm">
Expand Down