diff --git a/index.html b/index.html index 4b271d9f..2eaf5a7b 100644 --- a/index.html +++ b/index.html @@ -956,6 +956,9 @@

sameOriginWithAncestors) internal method MUST:

    +
  1. If the user agent doesn't support [=digital credential/presentation + requests=], throw {{"NotSupportedError"}} {{DOMException}}. +
  2. Let |global| be [=this=]'s [=relevant global object=].
  3. Let |document| be |global|'s [=associated `Document`=]. @@ -1011,12 +1014,12 @@

    When invoked, the [[\Create]](origin, options, - sameOriginWithAncestors) 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) internal method:

      +
    1. If the user agent doesn't support [=digital credential/issuance + requests=], throw {{"NotSupportedError"}} {{DOMException}}. +
    2. Let |global| be [=this=]'s [=relevant global object=].
    3. Let |document| be |global|'s [=associated `Document`=].