|
9 | 9 | <h1>Web Authentication:<br>An API for accessing Public Key Credentials<br>Level 1</h1> |
10 | 10 | <pre class='metadata'> |
11 | 11 | Title: Web Authentication: An API for accessing Public Key Credentials - Level |
12 | | -Status: ED |
| 12 | +Status: WD |
13 | 13 | Prepare for TR: true |
14 | 14 | TR: https://www.w3.org/TR/webauthn/ |
15 | 15 | ED: https://w3c.github.io/webauthn/ |
@@ -920,7 +920,7 @@ When this method is invoked, the user agent MUST execute the following algorithm |
920 | 920 |
|
921 | 921 | Issue: @balfanz wishes to add to the "direct" case: |
922 | 922 | If the [=authenticator=] violates the privacy requirements of the [=attestation type=] it is using, |
923 | | - the client SHOULD terminate this algorithm with a "{{AttestationNotPrivateError}}". |
| 923 | + the client SHOULD terminate this algorithm with a "AttestationNotPrivateError". |
924 | 924 | </dl> |
925 | 925 |
|
926 | 926 | 1. Let |id| be <code>|attestationObject|.authData.[=attestedCredentialData=].[=credentialId=]</code>. |
@@ -981,8 +981,8 @@ Since this specification requires an [=authorization gesture=] to create any [=c |
981 | 981 | for="PublicKeyCredential" method>\[[CollectFromCredentialStore]](origin, options, sameOriginWithAncestors)</dfn></code> [=internal method=] inherits the default behavior of |
982 | 982 | {{Credential/[[CollectFromCredentialStore]]()|Credential.[[CollectFromCredentialStore]]()}}, of returning an empty set. |
983 | 983 |
|
| 984 | +<h5 id="discover-from-external-source" algorithm>PublicKeyCredential's <code><dfn for="PublicKeyCredential" method>\[[DiscoverFromExternalSource]](origin, options, sameOriginWithAncestors)</dfn></code> method</h5> |
984 | 985 |
|
985 | | -<h5 id="discover-from-external-source" algorithm>PublicKeyCredential's `[[DiscoverFromExternalSource]](origin, options, sameOriginWithAncestors)` method</h5> |
986 | 986 |
|
987 | 987 | <div link-for-hint="PublicKeyCredential/[[DiscoverFromExternalSource]](origin, options, sameOriginWithAncestors)"> |
988 | 988 |
|
|
0 commit comments