Skip to content

Commit 5e63e57

Browse files
author
Angelo Liao
authored
Resolve linking errors for WD-07 publication (#703)
* fix proper subset tweak * resolve linking error for AttestationNotPrivateError * resolve linking error: idl ref not found for [[DiscoverFromExternalSource]](origin, options, sameOriginWithAncestors) * remove unnecessary commits * accept jeff suggestion
1 parent 2f0b13e commit 5e63e57

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: index.bs

+3-3
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Notes:
99
<h1>Web Authentication:<br>An API for accessing Public Key Credentials<br>Level 1</h1>
1010
<pre class='metadata'>
1111
Title: Web Authentication: An API for accessing Public Key Credentials - Level
12-
Status: ED
12+
Status: WD
1313
Prepare for TR: true
1414
TR: https://www.w3.org/TR/webauthn/
1515
ED: https://w3c.github.io/webauthn/
@@ -920,7 +920,7 @@ When this method is invoked, the user agent MUST execute the following algorithm
920920

921921
Issue: @balfanz wishes to add to the "direct" case:
922922
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".
924924
</dl>
925925

926926
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
981981
for="PublicKeyCredential" method>\[[CollectFromCredentialStore]](origin, options, sameOriginWithAncestors)</dfn></code> [=internal method=] inherits the default behavior of
982982
{{Credential/[[CollectFromCredentialStore]]()|Credential.[[CollectFromCredentialStore]]()}}, of returning an empty set.
983983

984+
<h5 id="discover-from-external-source" algorithm>PublicKeyCredential's <code><dfn for="PublicKeyCredential" method>\[[DiscoverFromExternalSource]](origin, options, sameOriginWithAncestors)</dfn></code> method</h5>
984985

985-
<h5 id="discover-from-external-source" algorithm>PublicKeyCredential's `[[DiscoverFromExternalSource]](origin, options, sameOriginWithAncestors)` method</h5>
986986

987987
<div link-for-hint="PublicKeyCredential/[[DiscoverFromExternalSource]](origin, options, sameOriginWithAncestors)">
988988

0 commit comments

Comments
 (0)