diff --git a/index.bs b/index.bs index 42c09ce0e..774a11095 100644 --- a/index.bs +++ b/index.bs @@ -1732,19 +1732,19 @@ See [[dom#abortcontroller-api-integration]] section for detailed instructions. Note: [[dom#abortcontroller-api-integration]] section specifies that web platform APIs integrating with the {{AbortController}} must reject the promise immediately once the [=AbortSignal/aborted flag=] is set. - Given the complex inheritance and parallelization structure of the {{PublicKeyCredential/[[Create]]origin, options, sameOriginWithAncestors)}} - and {{PublicKeyCredential/[[DiscoverFromExternalSource]]origin, options, sameOriginWithAncestors)}} methods, the algorithms for the two APIs fulfills this + Given the complex inheritance and parallelization structure of the {{PublicKeyCredential/[[Create]](origin, options, sameOriginWithAncestors)}} + and {{PublicKeyCredential/[[DiscoverFromExternalSource]](origin, options, sameOriginWithAncestors)}} methods, the algorithms for the two APIs fulfills this requirement by checking the [=AbortSignal/aborted flag=] in three places. In the case of - {{PublicKeyCredential/[[Create]]origin, options, sameOriginWithAncestors)}}, the aborted flag is checked first in - [[credential-management-1#algorithm-create]] immediately before calling {{Credential/[[Create]]origin, options, sameOriginWithAncestors)}}, + {{PublicKeyCredential/[[Create]](origin, options, sameOriginWithAncestors)}}, the aborted flag is checked first in + [[credential-management-1#algorithm-create]] immediately before calling {{Credential/[[Create]](origin, options, sameOriginWithAncestors)}}, then in [[#createCredential]] right before [=authenticator sessions=] start, and finally during [=authenticator sessions=]. The same goes for - {{PublicKeyCredential/[[DiscoverFromExternalSource]]origin, options, sameOriginWithAncestors)}}. + {{PublicKeyCredential/[[DiscoverFromExternalSource]](origin, options, sameOriginWithAncestors)}}. The [=visibility states|visibility=] and [=focus=] state of the [=Window=] object determines whether the -{{PublicKeyCredential/[[Create]]origin, options, sameOriginWithAncestors)}} and {{PublicKeyCredential/[[DiscoverFromExternalSource]]origin, options, sameOriginWithAncestors)}} operations +{{PublicKeyCredential/[[Create]](origin, options, sameOriginWithAncestors)}} and {{PublicKeyCredential/[[DiscoverFromExternalSource]](origin, options, sameOriginWithAncestors)}} operations should continue. When the [=Window=] object associated with the [[=Document=] loses focus, -{{PublicKeyCredential/[[Create]]origin, options, sameOriginWithAncestors)}} and {{PublicKeyCredential/[[DiscoverFromExternalSource]]origin, options, sameOriginWithAncestors)}} operations +{{PublicKeyCredential/[[Create]](origin, options, sameOriginWithAncestors)}} and {{PublicKeyCredential/[[DiscoverFromExternalSource]](origin, options, sameOriginWithAncestors)}} operations SHOULD be aborted. Issue: The WHATWG HTML WG is discussing whether to provide a hook when a browsing context gains or