Skip to content
Draft
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
11 changes: 7 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -956,6 +956,9 @@ <h3>
sameOriginWithAncestors)</dfn> internal method MUST:
</p>
<ol class="algorithm">
<li>If the user agent doesn't support [=digital credential/presentation
requests=], throw {{"NotSupportedError"}} {{DOMException}}.
</li>
<li>Let |global| be [=this=]'s [=relevant global object=].
</li>
<li>Let |document| be |global|'s [=associated `Document`=].
Expand Down Expand Up @@ -1011,12 +1014,12 @@ <h3>
<p>
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)}}
internal method with the same arguments. Otherwise:
sameOriginWithAncestors)</dfn> internal method:
</p>
<ol class="algorithm">
<li>If the user agent doesn't support [=digital credential/issuance
requests=], throw {{"NotSupportedError"}} {{DOMException}}.
</li>
<li>Let |global| be [=this=]'s [=relevant global object=].
</li>
<li>Let |document| be |global|'s [=associated `Document`=].
Expand Down