From 2133c100a5d766f6f5bd76fed2d08054a16f2554 Mon Sep 17 00:00:00 2001
From: reffy-bot <>
Date: Tue, 28 Jan 2025 01:34:45 +0000
Subject: [PATCH] Update of TR report from new reffy run
Using reffy commit 18.3.0.
---
tr/algorithms/webauthn-3.json | 1339 ++---
tr/algorithms/webcodecs.json | 68 +-
tr/algorithms/webnn.json | 16 +-
tr/dfns/webauthn-3.json | 6249 ++++++++++++---------
tr/headings/vc-data-model-2.0.json | 144 +-
tr/headings/webauthn-3.json | 459 +-
tr/idl/webauthn.idl | 102 +-
tr/ids/vc-data-model-2.0.json | 258 +-
tr/ids/webauthn-3.json | 8356 +++++++++++-----------------
tr/ids/webcodecs.json | 20 +-
tr/ids/webnn.json | 5 +-
tr/index.json | 28 +-
tr/links/vc-data-model-2.0.json | 5 -
tr/links/webauthn-3.json | 169 +-
tr/refs/webauthn-3.json | 52 +-
15 files changed, 8210 insertions(+), 9060 deletions(-)
diff --git a/tr/algorithms/webauthn-3.json b/tr/algorithms/webauthn-3.json
index 8b73f17b000b..41dd7788b984 100644
--- a/tr/algorithms/webauthn-3.json
+++ b/tr/algorithms/webauthn-3.json
@@ -5,14 +5,14 @@
},
"algorithms": [
{
- "html": "This is the first-time flow, in which a new credential is created and registered with the server.\nIn this flow, the WebAuthn Relying Party does not have a preference for platform authenticator or roaming authenticators .",
+ "html": "This is the first-time flow, in which a new credential is created and registered with the server.\nIn this flow, the WebAuthn Relying Party does not have a preference for platform authenticator or roaming authenticators .",
"rationale": "if",
"steps": [
{
- "html": "
The user visits example.com, which serves up a script. At this point, the user may already be logged in using a legacy\nusername and password, or additional authenticator, or other means acceptable to the Relying Party .\nOr the user may be in the process of creating a new account.
"
+ "html": "The user visits example.com, which serves up a script. At this point, the user may already be logged in using a legacy\nusername and password, or additional authenticator, or other means acceptable to the Relying Party .\nOr the user may be in the process of creating a new account.
"
},
{
- "html": "The Relying Party script runs the code snippet below.
"
+ "html": "The Relying Party script runs the code snippet below.
"
},
{
"html": "The client platform searches for and locates the authenticator.
"
@@ -21,13 +21,13 @@
"html": "The client connects to the authenticator, performing any pairing actions if necessary.
"
},
{
- "html": "The authenticator shows appropriate UI for the user to provide a biometric or other authorization gesture .
"
+ "html": "The authenticator shows appropriate UI for the user to provide a biometric or other authorization gesture .
"
},
{
- "html": "The authenticator returns a response to the client , which in turn returns a response to the Relying Party script. If\nthe user declined to select an authenticator or provide authorization, an appropriate error is returned.
"
+ "html": "The authenticator returns a response to the client , which in turn returns a response to the Relying Party script. If\nthe user declined to select an authenticator or provide authorization, an appropriate error is returned.
"
},
{
- "html": "If a new credential was created,
\n \n \n The Relying Party script sends the newly generated credential public key to the server, along with additional information\nsuch as attestation regarding the provenance and characteristics of the authenticator.
\n \n The server stores the credential public key in its database and associates it with the user as well as with the\ncharacteristics of authentication indicated by attestation, also storing a friendly name for later use.
\n \n The script may store data such as the credential ID in local storage, to improve future UX by narrowing the choice of\ncredential for the user.
\n "
+ "html": "If a new credential was created,
\n \n \n The Relying Party script sends the newly generated credential public key to the server, along with additional information\nsuch as attestation regarding the provenance and characteristics of the authenticator.
\n \n The server stores the credential public key in its database and associates it with the user as well as with the\ncharacteristics of authentication indicated by attestation, also storing a friendly name for later use.
\n \n The script may store data such as the credential ID in local storage, to improve future UX by narrowing the choice of\ncredential for the user.
\n "
}
]
},
@@ -42,7 +42,7 @@
"html": "The script asks the client for an Authentication Assertion, providing as much information as possible to narrow\nthe choice of acceptable credentials for the user. This can be obtained from the data that was stored locally after\nregistration, or by other means such as prompting the user for a username.
"
},
{
- "html": "The Relying Party script runs one of the code snippets below.
"
+ "html": "The Relying Party script runs one of the code snippets below.
"
},
{
"html": "The client platform searches for and locates the authenticator.
"
@@ -54,13 +54,13 @@
"html": "The authenticator presents the user with a notification that their attention is needed. On opening the\nnotification, the user is shown a friendly selection menu of acceptable credentials using the account information provided\nwhen creating the credentials, along with some information on the origin that is requesting these keys.
"
},
{
- "html": "The authenticator obtains a biometric or other authorization gesture from the user.
"
+ "html": "The authenticator obtains a biometric or other authorization gesture from the user.
"
},
{
- "html": "The authenticator returns a response to the client , which in turn returns a response to the Relying Party script.\nIf the user declined to select a credential or provide an authorization, an appropriate error is returned.
"
+ "html": "The authenticator returns a response to the client , which in turn returns a response to the Relying Party script.\nIf the user declined to select a credential or provide an authorization, an appropriate error is returned.
"
},
{
- "html": "If an assertion was successfully generated and returned,
\n \n \n The script sends the assertion to the server.
\n \n The server examines the assertion, extracts the credential ID , looks up the registered\ncredential public key in its database, and verifies the assertion signature .\nIf valid, it looks up the identity associated with the assertion’s credential ID ; that\nidentity is now authenticated. If the credential ID is not recognized by the server (e.g.,\nit has been deregistered due to inactivity) then the authentication has failed; each Relying Party will handle this in its own way.
\n \n The server now does whatever it would otherwise do upon successful authentication -- return a success page, set\nauthentication cookies, etc.
\n "
+ "html": "If an assertion was successfully generated and returned,
\n \n \n The script sends the assertion to the server.
\n \n The server examines the assertion, extracts the credential ID , looks up the registered\ncredential public key in its database, and verifies the assertion signature .\nIf valid, it looks up the identity associated with the assertion’s credential ID ; that\nidentity is now authenticated. If the credential ID is not recognized by the server (e.g.,\nit has been deregistered due to inactivity) then the authentication has failed; each Relying Party will handle this in its own way.
\n \n The server now does whatever it would otherwise do upon successful authentication -- return a success page, set\nauthentication cookies, etc.
\n "
}
]
},
@@ -76,16 +76,28 @@
"rationale": "if",
"steps": [
{
- "html": "If the relevant global object , as determined by the calling create()
implementation, does not have transient activation :",
+ "html": "If options .mediation
is present with the value conditional
:",
"rationale": "throw",
"steps": [
{
- "html": "Throw a \"NotAllowedError
\" DOMException
.
"
+ "html": "Throw a \"NotAllowedError
\" DOMException
"
+ }
+ ]
+ },
+ {
+ "html": "If the relevant global object , as determined by the calling create()
implementation, does not have transient activation :",
+ "rationale": "throw",
+ "steps": [
+ {
+ "html": "Throw a \"NotAllowedError
\" DOMException
.
"
}
]
},
{
"html": "Consume user activation of the relevant global object .
"
+ },
+ {
+ "html": "If the origin that is creating a credential is different from the top-level origin of the relevant global object (i.e., is a different origin than the user can see in the address bar),\nthe client SHOULD make this fact clear to the user.
"
}
]
},
@@ -93,16 +105,16 @@
"html": "Let pkOptions be the value of options .publicKey
.
"
},
{
- "html": "If pkOptions .timeout
is present, check if its value lies within a\nreasonable range as defined by the client and if not, correct it to the closest value lying within that range. Set a timer lifetimeTimer to this adjusted value. If pkOptions .timeout
is not\npresent, then set lifetimeTimer to a client -specific default.
\n Recommended ranges and defaults for pkOptions .timeout
are as follows.
\n "
+ "html": "If pkOptions .timeout
is present, check if its value lies within a\nreasonable range as defined by the client and if not, correct it to the closest value lying within that range. Set a timer lifetimeTimer to this adjusted value. If pkOptions .timeout
is not\npresent, then set lifetimeTimer to a client -specific default.
\n See the recommended range and default for a WebAuthn ceremony timeout for guidance on deciding a reasonable range and default for pkOptions .timeout
.
\n The client SHOULD take cognitive guidelines into considerations regarding timeout for users with special needs.
"
},
{
"html": "If the length of pkOptions .user
.id
is not between 1 and 64 bytes (inclusive) then throw a TypeError
.
"
},
{
- "html": "Let callerOrigin be origin
. If callerOrigin is an opaque origin , throw a \"NotAllowedError
\" DOMException
.
"
+ "html": "Let callerOrigin be origin
. If callerOrigin is an opaque origin , throw a \"NotAllowedError
\" DOMException
.
"
},
{
- "html": "Let effectiveDomain be the callerOrigin ’s effective domain .\nIf effective domain is not a valid domain , then throw a\n\"SecurityError
\" DOMException
.
"
+ "html": "Let effectiveDomain be the callerOrigin ’s effective domain .\nIf effective domain is not a valid domain , then throw a\n\"SecurityError
\" DOMException
.
"
},
{
"html": "If pkOptions .rp
.id
",
@@ -113,18 +125,43 @@
"steps": [
{
"case": "is present",
- "html": "If pkOptions .rp
.id
is not a\nregistrable domain suffix of and is not equal to effectiveDomain , throw a \"SecurityError
\" DOMException
.
"
+ "html": "If pkOptions .rp
.id
is not a registrable domain suffix of and is not equal to effectiveDomain , and if the client",
+ "rationale": ".switch",
+ "steps": [
+ {
+ "operation": "switch",
+ "steps": [
+ {
+ "case": "supports related origin requests",
+ "html": "",
+ "rationale": "let",
+ "steps": [
+ {
+ "html": "Let rpIdRequested be the value of pkOptions .rp
.id
.
"
+ },
+ {
+ "html": "Run the related origins validation procedure with arguments callerOrigin and rpIdRequested .\nIf the result is false
, throw a \"SecurityError
\" DOMException
.
"
+ }
+ ]
+ },
+ {
+ "case": "does not support related origin requests",
+ "html": "throw a \"SecurityError
\" DOMException
.
"
+ }
+ ]
+ }
+ ]
},
{
- "case": "Is not present",
- "html": "Set pkOptions .rp
.id
to effectiveDomain .
"
+ "case": "is not present",
+ "html": "Set pkOptions .rp
.id
to effectiveDomain .
"
}
]
}
]
},
{
- "html": "Let credTypesAndPubKeyAlgs be a new list whose items are pairs of PublicKeyCredentialType
and\na COSEAlgorithmIdentifier
.
"
+ "html": "Let credTypesAndPubKeyAlgs be a new list whose items are pairs of PublicKeyCredentialType
and\na COSEAlgorithmIdentifier
.
"
},
{
"html": "If pkOptions .pubKeyCredParams
’s size ",
@@ -135,7 +172,7 @@
"steps": [
{
"case": "is zero",
- "html": "Append the following pairs of PublicKeyCredentialType
and COSEAlgorithmIdentifier
values to credTypesAndPubKeyAlgs :
\n "
+ "html": "Append the following pairs of PublicKeyCredentialType
and COSEAlgorithmIdentifier
values to credTypesAndPubKeyAlgs :
\n "
},
{
"case": "is non-zero",
@@ -182,7 +219,7 @@
]
},
{
- "html": "Let collectedClientData be a new CollectedClientData
instance whose fields are:
\n \n type
\n \n The string \"webauthn.create\".
\n challenge
\n \n The base64url encoding of pkOptions .challenge
.
\n origin
\n \n The serialization of callerOrigin .
\n topOrigin
\n \n The serialization of callerOrigin ’s top-level origin if\nthe sameOriginWithAncestors
argument passed to this internal method is false
, else undefined
.
\n crossOrigin
\n \n The inverse of the value of the sameOriginWithAncestors
argument passed to this internal method .
\n "
+ "html": "Let collectedClientData be a new CollectedClientData
instance whose fields are:
\n \n type
\n \n The string \"webauthn.create\".
\n challenge
\n \n The base64url encoding of pkOptions .challenge
.
\n origin
\n \n The serialization of callerOrigin .
\n crossOrigin
\n \n The inverse of the value of the sameOriginWithAncestors
argument passed to this internal method .
\n topOrigin
\n \n The serialization of callerOrigin ’s top-level origin if\nthe sameOriginWithAncestors
argument passed to this internal method is false
, else undefined
.
\n "
},
{
"html": "Let clientDataJSON be the JSON-compatible serialization of client data constructed from collectedClientData .
"
@@ -197,7 +234,16 @@
"html": "Let issuedRequests be a new ordered set .
"
},
{
- "html": "Let authenticators represent a value which at any given instant is a set of client platform -specific handles, where each item identifies an authenticator presently available on this client platform at that instant.
"
+ "html": "Let authenticators represent a value which at any given instant is a set of client platform -specific handles, where each item identifies an authenticator presently available on this client platform at that instant.
"
+ },
+ {
+ "html": "If options .mediation
is present with the value conditional
:",
+ "rationale": "if",
+ "steps": [
+ {
+ "html": "If the user agent has not recently mediated an authentication, the origin of said authentication is not callerOrigin , or the user\ndoes not consent to this type of credential creation, throw a \"NotAllowedError
\" DOMException
.
\n It is up to the user agent to decide when it believes an authentication ceremony has\nbeen completed. That authentication ceremony MAY be performed via other means than the Web Authentication API .
"
+ }
+ ]
},
{
"html": "Consider the value of hints
and craft the user interface accordingly, as the user-agent sees fit.
"
@@ -218,7 +264,7 @@
},
{
"case": "If the user exercises a user agent user-interface option to cancel the process,",
- "html": "For each authenticator in issuedRequests invoke the authenticatorCancel operation on authenticator and remove authenticator from issuedRequests . Throw a \"NotAllowedError
\" DOMException
.
"
+ "html": "For each authenticator in issuedRequests invoke the authenticatorCancel operation on authenticator and remove authenticator from issuedRequests . Throw a \"NotAllowedError
\" DOMException
.
"
},
{
"case": "If options.signal is present and aborted,",
@@ -230,7 +276,7 @@
"rationale": "if",
"steps": [
{
- "html": "This authenticator is now the candidate authenticator .
"
+ "html": "This authenticator is now the candidate authenticator .
"
},
{
"html": "If pkOptions .authenticatorSelection
is present:",
@@ -248,7 +294,7 @@
"steps": [
{
"case": "is present and set to required",
- "html": "If the authenticator is not capable of storing a client-side discoverable public key credential\n source , continue .
"
+ "html": "If the authenticator is not capable of storing a client-side discoverable public key credential source , continue .
"
},
{
"case": "is present and set to preferred or discouraged",
@@ -256,19 +302,19 @@
},
{
"case": "is not present",
- "html": "if pkOptions .authenticatorSelection
.requireResidentKey
is set to true
and the authenticator is not capable of storing a client-side discoverable public\n key credential source , continue .
"
+ "html": "if pkOptions .authenticatorSelection
.requireResidentKey
is set to true
and the authenticator is not capable of storing a client-side discoverable public key credential source , continue .
"
}
]
}
]
},
{
- "html": "If pkOptions .authenticatorSelection
.userVerification
is\nset to required
and the authenticator is not capable of performing user\nverification , continue .
"
+ "html": "If pkOptions .authenticatorSelection
.userVerification
is\nset to required
and the authenticator is not capable of performing user verification , continue .
"
}
]
},
{
- "html": "Let requireResidentKey be the effective resident key requirement for credential creation , a Boolean value, as follows:",
+ "html": "Let requireResidentKey be the effective resident key requirement for credential creation , a Boolean value, as follows:",
"rationale": ".switch",
"steps": [
{
@@ -280,7 +326,7 @@
},
{
"case": "is present and set to preferred",
- "html": "Let requireResidentKey be the effective resident key requirement for credential creation , a Boolean value, as follows:",
+ "html": "Let requireResidentKey be the effective resident key requirement for credential creation , a Boolean value, as follows:",
"rationale": ".switch",
"steps": [
{
@@ -311,7 +357,7 @@
]
},
{
- "html": "Let userVerification be the effective user verification requirement for credential creation , a Boolean value,\nas follows. If pkOptions .authenticatorSelection
.userVerification
",
+ "html": "Let userVerification be the effective user verification requirement for credential creation , a Boolean value,\nas follows. If pkOptions .authenticatorSelection
.userVerification
",
"rationale": ".switch",
"steps": [
{
@@ -319,11 +365,20 @@
"steps": [
{
"case": "is set to required",
- "html": "Let userVerification be true
.
"
+ "html": "Let userVerification be the effective user verification requirement for credential creation , a Boolean value,\nas follows. If pkOptions .authenticatorSelection
.userVerification
",
+ "rationale": "if",
+ "steps": [
+ {
+ "html": "If options .mediation
is set to conditional
and user verification cannot be collected during the ceremony,\nthrow a ConstraintError
DOMException
.
"
+ },
+ {
+ "html": "Let userVerification be true
.
"
+ }
+ ]
},
{
"case": "is set to preferred",
- "html": "Let userVerification be the effective user verification requirement for credential creation , a Boolean value,\nas follows. If pkOptions .authenticatorSelection
.userVerification
",
+ "html": "Let userVerification be the effective user verification requirement for credential creation , a Boolean value,\nas follows. If pkOptions .authenticatorSelection
.userVerification
",
"rationale": ".switch",
"steps": [
{
@@ -358,7 +413,7 @@
"steps": [
{
"case": "is set to enterprise",
- "html": "Let enterpriseAttestationPossible be true
if the user agent wishes to support enterprise attestation for pkOptions .rp
.id
(see Step 8 , above). Otherwise false
.
"
+ "html": "Let enterpriseAttestationPossible be true
if the user agent wishes to support enterprise attestation for pkOptions .rp
.id
(see step 8 , above). Otherwise false
.
"
},
{
"case": "otherwise",
@@ -398,12 +453,12 @@
},
{
"html": "Otherwise, Append C to excludeCredentialDescriptorList .
"
- },
- {
- "html": " \n Invoke the authenticatorMakeCredential operation on authenticator with clientDataHash , pkOptions .rp
, pkOptions .user
, requireResidentKey , userVerification , credTypesAndPubKeyAlgs , excludeCredentialDescriptorList , enterpriseAttestationPossible , attestationFormats ,\n and authenticatorExtensions as parameters.
"
}
]
},
+ {
+ "html": " Invoke the authenticatorMakeCredential operation on authenticator with clientDataHash , pkOptions .rp
, pkOptions .user
, requireResidentKey , userVerification , credTypesAndPubKeyAlgs , excludeCredentialDescriptorList , enterpriseAttestationPossible , attestationFormats ,\n and authenticatorExtensions as parameters."
+ },
{
"html": "Append authenticator to issuedRequests .
"
}
@@ -415,7 +470,7 @@
},
{
"case": "If any authenticator returns a status indicating that the user cancelled the operation,",
- "html": "This authenticator is now the candidate authenticator .",
+ "html": "This authenticator is now the candidate authenticator .",
"rationale": "remove",
"steps": [
{
@@ -428,7 +483,7 @@
},
{
"case": "If any authenticator returns an error status equivalent to \"InvalidStateError\",",
- "html": "This authenticator is now the candidate authenticator .",
+ "html": "This authenticator is now the candidate authenticator .",
"rationale": "remove",
"steps": [
{
@@ -438,7 +493,7 @@
"html": "For each remaining authenticator in issuedRequests invoke the authenticatorCancel operation on authenticator and remove it from issuedRequests .
"
},
{
- "html": "Throw an \"InvalidStateError
\" DOMException
.
"
+ "html": "Throw an \"InvalidStateError
\" DOMException
.
"
}
]
},
@@ -448,14 +503,14 @@
},
{
"case": "If any authenticator indicates success,",
- "html": "This authenticator is now the candidate authenticator .",
+ "html": "This authenticator is now the candidate authenticator .",
"rationale": "remove",
"steps": [
{
- "html": "Remove authenticator from issuedRequests . This authenticator is now the selected authenticator .
"
+ "html": "Remove authenticator from issuedRequests . This authenticator is now the selected authenticator .
"
},
{
- "html": "Let credentialCreationData be a struct whose items are:
\n \n attestationObjectResult
\n \n whose value is the bytes returned from the successful authenticatorMakeCredential operation.
\n \n clientDataJSONResult
\n \n whose value is the bytes of clientDataJSON .
\n attestationConveyancePreferenceOption
\n \n whose value is the value of pkOptions .attestation
.
\n clientExtensionResults
\n \n whose value is an AuthenticationExtensionsClientOutputs
object containing extension identifier → client extension output entries. The entries are created by running each extension’s client extension processing algorithm to create the client extension outputs , for each client extension in pkOptions .extensions
.
\n "
+ "html": "Let credentialCreationData be a struct whose items are:
\n \n attestationObjectResult
\n \n whose value is the bytes returned from the successful authenticatorMakeCredential operation.
\n \n clientDataJSONResult
\n \n whose value is the bytes of clientDataJSON .
\n attestationConveyancePreferenceOption
\n \n whose value is the value of pkOptions .attestation
.
\n clientExtensionResults
\n \n whose value is an AuthenticationExtensionsClientOutputs
object containing extension identifier → client extension output entries. The entries are created by running each extension’s client extension processing algorithm to create the client extension outputs , for each client extension in pkOptions .extensions
.
\n "
},
{
"html": "Let constructCredentialAlg be an algorithm that takes a global object global , and whose steps are:",
@@ -474,17 +529,14 @@
"rationale": "if",
"steps": [
{
- "html": "If the AAGUID in the attested credential data is 16 zero bytes, credentialCreationData .attestationObjectResult .fmt
is \"packed\", and \"x5c\" is absent from credentialCreationData .attestationObjectResult
, then self attestation is being used and no further action is needed.
"
+ "html": "If the aaguid in the attested credential data is 16 zero bytes, credentialCreationData .attestationObjectResult .fmt
is \"packed\", and \"x5c\" is absent from credentialCreationData .attestationObjectResult
, then self attestation is being used and no further action is needed.
"
},
{
- "html": "Otherwise",
- "rationale": "replace",
+ "html": "Otherwise:",
+ "rationale": "set",
"steps": [
{
- "html": "Replace the AAGUID in the attested credential data with 16 zero bytes.
"
- },
- {
- "html": "Set the value of credentialCreationData .attestationObjectResult .fmt
to \"none\", and set the value of credentialCreationData .attestationObjectResult .attStmt
to be an empty CBOR map. (See § 8.7 None Attestation Statement Format and § 6.5.5 Generating an Attestation Object ).
"
+ "html": "Set the value of credentialCreationData .attestationObjectResult .fmt
to \"none\", and set the value of credentialCreationData .attestationObjectResult .attStmt
to be an empty CBOR map. (See § 8.7 None Attestation Statement Format and § 6.5.4 Generating an Attestation Object ).
"
}
]
}
@@ -492,11 +544,11 @@
},
{
"case": "indirect",
- "html": "The client MAY replace the AAGUID and attestation statement with a more privacy-friendly\nand/or more easily verifiable version of the same data (for example, by employing an Anonymization CA ).
"
+ "html": "The client MAY replace the aaguid and attestation statement with a more privacy-friendly\nand/or more easily verifiable version of the same data (for example, by employing an Anonymization CA ).
"
},
{
"case": "direct or enterprise",
- "html": "Convey the authenticator 's AAGUID and attestation statement , unaltered, to the Relying Party .
"
+ "html": "Convey the authenticator ’s AAGUID and attestation statement , unaltered, to the Relying Party .
"
}
]
}
@@ -509,7 +561,7 @@
"html": "Let id be attestationObject .authData.attestedCredentialData .credentialId
.
"
},
{
- "html": "Let pubKeyCred be a new PublicKeyCredential
object associated with global whose fields are:
\n \n [[identifier]]
\n \n id
\n authenticatorAttachment
\n \n The AuthenticatorAttachment
value matching the current authenticator attachment modality of authenticator .
\n response
\n \n A new AuthenticatorAttestationResponse
object associated with global whose fields are:
\n \n clientDataJSON
\n \n A new ArrayBuffer
, created using global ’s %ArrayBuffer% , containing the bytes of credentialCreationData .clientDataJSONResult
.
\n attestationObject
\n \n attestationObject
\n [[transports]]
\n \n A sequence of zero or more unique DOMString
s, in lexicographical order, that the authenticator is believed to support. The values SHOULD be members of AuthenticatorTransport
, but client platforms MUST ignore unknown values.
\n If a user agent does not wish to divulge this information it MAY substitute an arbitrary sequence designed to preserve privacy. This sequence MUST still be valid, i.e. lexicographically sorted and free of duplicates. For example, it may use the empty sequence. Either way, in this case the user agent takes the risk that Relying Party behavior may be suboptimal.
\n If the user agent does not have any transport information, it SHOULD set this field to the empty sequence.
\n \n \n [[clientExtensionsResults]]
\n \n A new ArrayBuffer
, created using global ’s %ArrayBuffer% , containing the bytes of credentialCreationData .clientExtensionResults
.
\n "
+ "html": "Let pubKeyCred be a new PublicKeyCredential
object associated with global whose fields are:
\n \n [[identifier]]
\n \n id
\n authenticatorAttachment
\n \n The AuthenticatorAttachment
value matching the current authenticator attachment modality of authenticator .
\n response
\n \n A new AuthenticatorAttestationResponse
object associated with global whose fields are:
\n \n clientDataJSON
\n \n A new ArrayBuffer
, created using global ’s %ArrayBuffer% , containing the bytes of credentialCreationData .clientDataJSONResult
.
\n attestationObject
\n \n attestationObject
\n [[transports]]
\n \n A sequence of zero or more unique DOMString
s, in lexicographical order, that the authenticator is believed to support. The values SHOULD be members of AuthenticatorTransport
, but client platforms MUST ignore unknown values.
\n If a user agent does not wish to divulge this information it MAY substitute an arbitrary sequence designed to preserve privacy. This sequence MUST still be valid, i.e. lexicographically sorted and free of duplicates. For example, it may use the empty sequence. Either way, in this case the user agent takes the risk that Relying Party behavior may be suboptimal.
\n If the user agent does not have any transport information, it SHOULD set this field to the empty sequence.
\n \n \n [[clientExtensionsResults]]
\n \n A new ArrayBuffer
, created using global ’s %ArrayBuffer% , containing the bytes of credentialCreationData .clientExtensionResults
.
\n "
},
{
"html": "Return pubKeyCred .
"
@@ -529,7 +581,7 @@
]
},
{
- "html": "Throw a \"NotAllowedError
\" DOMException
. In order to prevent information leak that could identify the\nuser without consent , this step MUST NOT be executed before lifetimeTimer has expired. See § 14.5.1 Registration Ceremony Privacy for details.
"
+ "html": "Throw a \"NotAllowedError
\" DOMException
.
"
}
]
},
@@ -544,7 +596,7 @@
"html": "Let pkOptions be the value of options .publicKey
.
"
},
{
- "html": "If options .mediation
is present with the value conditional
:",
+ "html": "If options .mediation
is present with the value conditional
:",
"rationale": "let",
"steps": [
{
@@ -566,25 +618,57 @@
"html": "Let credentialIdFilter be an empty list .
"
},
{
- "html": "If pkOptions .timeout
is present, check if its value lies\nwithin a reasonable range as defined by the client and if not, correct it to the closest value lying within that range.\nSet a timer lifetimeTimer to this adjusted value. If pkOptions .timeout
is not present, then set lifetimeTimer to a client -specific default.
\n Recommended ranges and defaults for pkOptions .timeout
are as follows.
\n "
+ "html": "If pkOptions .timeout
is present, check if its value lies\nwithin a reasonable range as defined by the client and if not, correct it to the closest value lying within that range.\nSet a timer lifetimeTimer to this adjusted value. If pkOptions .timeout
is not present, then set lifetimeTimer to a client -specific default.
\n See the recommended range and default for a WebAuthn ceremony timeout for guidance on deciding a reasonable range and default for pkOptions .timeout
.
\n The user agent SHOULD take cognitive guidelines into considerations regarding timeout for users with special needs.
"
}
]
},
{
- "html": "Let callerOrigin be origin
. If callerOrigin is\nan opaque origin , throw a \"NotAllowedError
\" DOMException
.
"
+ "html": "Let callerOrigin be origin
. If callerOrigin is\nan opaque origin , throw a \"NotAllowedError
\" DOMException
.
"
},
{
- "html": "Let effectiveDomain be the callerOrigin ’s effective domain .\nIf effective domain is not a valid domain , then throw a\n\"SecurityError
\" DOMException
.
"
+ "html": "Let effectiveDomain be the callerOrigin ’s effective domain .\nIf effective domain is not a valid domain , then throw a\n\"SecurityError
\" DOMException
.
"
},
{
- "html": "Otherwise:",
- "rationale": "if",
+ "html": " If pkOptions .rpId
",
+ "rationale": ".switch",
"steps": [
{
- "html": "If pkOptions .rpId
is not a registrable domain suffix of and is not\nequal to effectiveDomain , throw a \"SecurityError
\" DOMException
.
"
- },
- {
- "html": "Set rpId to pkOptions .rpId
.
"
+ "operation": "switch",
+ "steps": [
+ {
+ "case": "is present",
+ "html": "If pkOptions .rpId
is not a registrable domain suffix of and is not equal to effectiveDomain , and if the client",
+ "rationale": ".switch",
+ "steps": [
+ {
+ "operation": "switch",
+ "steps": [
+ {
+ "case": "supports related origin requests",
+ "html": "",
+ "rationale": "let",
+ "steps": [
+ {
+ "html": "Let rpIdRequested be the value of pkOptions .rpId
"
+ },
+ {
+ "html": "Run the related origins validation procedure with arguments callerOrigin and rpIdRequested .\nIf the result is false
, throw a \"SecurityError
\" DOMException
.
"
+ }
+ ]
+ },
+ {
+ "case": "does not support related origin requests",
+ "html": "throw a \"SecurityError
\" DOMException
.
"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "case": "is not present",
+ "html": "Set pkOptions .rpId
to effectiveDomain .
"
+ }
+ ]
}
]
},
@@ -613,7 +697,7 @@
]
},
{
- "html": "Let collectedClientData be a new CollectedClientData
instance whose fields are:
\n \n type
\n \n The string \"webauthn.get\".
\n challenge
\n \n The base64url encoding of pkOptions .challenge
\n origin
\n \n The serialization of callerOrigin .
\n topOrigin
\n \n The serialization of callerOrigin ’s top-level origin if\nthe sameOriginWithAncestors
argument passed to this internal method is false
, else undefined
.
\n crossOrigin
\n \n The inverse of the value of the sameOriginWithAncestors
argument passed to this internal method .
\n "
+ "html": "Let collectedClientData be a new CollectedClientData
instance whose fields are:
\n \n type
\n \n The string \"webauthn.get\".
\n challenge
\n \n The base64url encoding of pkOptions .challenge
\n origin
\n \n The serialization of callerOrigin .
\n crossOrigin
\n \n The inverse of the value of the sameOriginWithAncestors
argument passed to this internal method .
\n topOrigin
\n \n The serialization of callerOrigin ’s top-level origin if\nthe sameOriginWithAncestors
argument passed to this internal method is false
, else undefined
.
\n "
},
{
"html": "Let clientDataJSON be the JSON-compatible serialization of client data constructed from collectedClientData .
"
@@ -631,10 +715,10 @@
"html": "Let savedCredentialIds be a new map .
"
},
{
- "html": "Let authenticators represent a value which at any given instant is a set of client platform -specific handles, where each item identifies an authenticator presently available on this client platform at that instant.
"
+ "html": "Let authenticators represent a value which at any given instant is a set of client platform -specific handles, where each item identifies an authenticator presently available on this client platform at that instant.
"
},
{
- "html": "Let silentlyDiscoveredCredentials be a new map whose entries are of the form: DiscoverableCredentialMetadata → authenticator .
"
+ "html": "Let silentlyDiscoveredCredentials be a new map whose entries are of the form: DiscoverableCredentialMetadata → authenticator .
"
},
{
"html": "Consider the value of hints
and craft the user interface accordingly, as the user-agent sees fit.
"
@@ -655,15 +739,15 @@
},
{
"case": "If the user exercises a user agent user-interface option to cancel the process,",
- "html": "For each authenticator in issuedRequests invoke the authenticatorCancel operation on authenticator and remove authenticator from issuedRequests . Throw a \"NotAllowedError
\" DOMException
.
"
+ "html": "For each authenticator in issuedRequests invoke the authenticatorCancel operation on authenticator and remove authenticator from issuedRequests . Throw a \"NotAllowedError
\" DOMException
.
"
},
{
"case": "If options.signal is present and aborted,",
"html": "For each authenticator in issuedRequests invoke the authenticatorCancel operation on authenticator and remove authenticator from issuedRequests . Then\nthrow the options .signal
’s abort reason .
"
},
{
- "case": "If options.mediation is conditional and the user interacts with an input or textarea form control with an autocomplete attribute whose value contains a \"webauthn\" autofill detail token,",
- "html": " Let assertionCreationData be a struct whose items are:
\n \n credentialIdResult
\n \n If savedCredentialIds [authenticator ]
exists, set the value of credentialIdResult to be\nthe bytes of savedCredentialIds [authenticator ]
. Otherwise, set the value of credentialIdResult to be the bytes of the credential ID returned from the successful authenticatorGetAssertion operation, as defined in § 6.3.3 The authenticatorGetAssertion Operation .
\n clientDataJSONResult
\n \n whose value is the bytes of clientDataJSON .
\n authenticatorDataResult
\n \n whose value is the bytes of the authenticator data returned by the authenticator .
\n signatureResult
\n \n whose value is the bytes of the signature value returned by the authenticator .
\n userHandleResult
\n \n If the authenticator returned a user handle , set the value of userHandleResult to be the bytes of\nthe returned user handle . Otherwise, set the value of userHandleResult to null.
\n assertionAttestation
\n \n If the authenticator returned an attestation , set the value of assertionAttestation to be the bytes of\nthe attestation statement . Otherwise set it to null.
\n clientExtensionResults
\n \n whose value is an AuthenticationExtensionsClientOutputs
object containing extension identifier → client extension output entries. The entries are created by running each extension’s client extension processing algorithm to create the client extension outputs , for each client extension in pkOptions .extensions
.
\n ",
+ "case": "If options.mediation is conditional and the user interacts with an input or textarea form control with an autocomplete attribute whose non-autofill credential type is \"webauthn\",",
+ "html": " Let assertionCreationData be a struct whose items are:
\n \n credentialIdResult
\n \n If savedCredentialIds [authenticator ]
exists, set the value of credentialIdResult to be\nthe bytes of savedCredentialIds [authenticator ]
. Otherwise, set the value of credentialIdResult to be the bytes of the credential ID returned from the successful authenticatorGetAssertion operation, as defined in § 6.3.3 The authenticatorGetAssertion Operation .
\n clientDataJSONResult
\n \n whose value is the bytes of clientDataJSON .
\n authenticatorDataResult
\n \n whose value is the bytes of the authenticator data returned by the authenticator .
\n signatureResult
\n \n whose value is the bytes of the signature value returned by the authenticator .
\n userHandleResult
\n \n If the authenticator returned a user handle , set the value of userHandleResult to be the bytes of\nthe returned user handle . Otherwise, set the value of userHandleResult to null.
\n clientExtensionResults
\n \n whose value is an AuthenticationExtensionsClientOutputs
object containing extension identifier → client extension output entries. The entries are created by running each extension’s client extension processing algorithm to create the client extension outputs , for each client extension in pkOptions .extensions
.
\n ",
"rationale": "if",
"steps": [
{
@@ -671,7 +755,7 @@
"rationale": "prompt",
"steps": [
{
- "html": "Prompt the user to optionally select a DiscoverableCredentialMetadata (credentialMetadata ) from silentlyDiscoveredCredentials .
"
+ "html": "Prompt the user to optionally select a DiscoverableCredentialMetadata from silentlyDiscoveredCredentials .\nThe prompt SHOULD display values from the otherUI of each DiscoverableCredentialMetadata ,\nsuch as name
and displayName
.
\n Let credentialMetadata be the DiscoverableCredentialMetadata chosen by the user, if any.
"
},
{
"html": "If the user selects a credentialMetadata ,",
@@ -684,7 +768,7 @@
"html": "Let authenticator be the value of silentlyDiscoveredCredentials [credentialMetadata ].
"
},
{
- "html": "Set publicKeyOptions .allowCredentials
to be a list containing a\nsingle PublicKeyCredentialDescriptor
item whose id
's value is set to credentialMetadata ’s id 's value and whoseid
value is set to credentialMetadata ’s type .
"
+ "html": "Set publicKeyOptions .allowCredentials
to be a list containing a\nsingle PublicKeyCredentialDescriptor
item whose id
’s value is set to credentialMetadata ’s id ’s value and whoseid
value is set to credentialMetadata ’s type .
"
},
{
"html": "Execute the issuing a credential request to an authenticator algorithm with authenticator , savedCredentialIds , publicKeyOptions , rpId , clientDataHash , and authenticatorExtensions .
\n If this returns false
, continue .
"
@@ -700,15 +784,15 @@
},
{
"case": "If options.mediation is not conditional, issuedRequests is empty, pkOptions.allowCredentials is not empty, and no authenticator will become available for any public key credentials therein,",
- "html": "Indicate to the user that no eligible credential could be found. When the user acknowledges the dialog, throw a \"NotAllowedError
\" DOMException
.
"
+ "html": "Indicate to the user that no eligible credential could be found. When the user acknowledges the dialog, throw a \"NotAllowedError
\" DOMException
.
"
},
{
"case": "If an authenticator becomes available on this client device,",
- "html": " Let assertionCreationData be a struct whose items are:
\n \n credentialIdResult
\n \n If savedCredentialIds [authenticator ]
exists, set the value of credentialIdResult to be\nthe bytes of savedCredentialIds [authenticator ]
. Otherwise, set the value of credentialIdResult to be the bytes of the credential ID returned from the successful authenticatorGetAssertion operation, as defined in § 6.3.3 The authenticatorGetAssertion Operation .
\n clientDataJSONResult
\n \n whose value is the bytes of clientDataJSON .
\n authenticatorDataResult
\n \n whose value is the bytes of the authenticator data returned by the authenticator .
\n signatureResult
\n \n whose value is the bytes of the signature value returned by the authenticator .
\n userHandleResult
\n \n If the authenticator returned a user handle , set the value of userHandleResult to be the bytes of\nthe returned user handle . Otherwise, set the value of userHandleResult to null.
\n assertionAttestation
\n \n If the authenticator returned an attestation , set the value of assertionAttestation to be the bytes of\nthe attestation statement . Otherwise set it to null.
\n clientExtensionResults
\n \n whose value is an AuthenticationExtensionsClientOutputs
object containing extension identifier → client extension output entries. The entries are created by running each extension’s client extension processing algorithm to create the client extension outputs , for each client extension in pkOptions .extensions
.
\n ",
+ "html": " Let assertionCreationData be a struct whose items are:
\n \n credentialIdResult
\n \n If savedCredentialIds [authenticator ]
exists, set the value of credentialIdResult to be\nthe bytes of savedCredentialIds [authenticator ]
. Otherwise, set the value of credentialIdResult to be the bytes of the credential ID returned from the successful authenticatorGetAssertion operation, as defined in § 6.3.3 The authenticatorGetAssertion Operation .
\n clientDataJSONResult
\n \n whose value is the bytes of clientDataJSON .
\n authenticatorDataResult
\n \n whose value is the bytes of the authenticator data returned by the authenticator .
\n signatureResult
\n \n whose value is the bytes of the signature value returned by the authenticator .
\n userHandleResult
\n \n If the authenticator returned a user handle , set the value of userHandleResult to be the bytes of\nthe returned user handle . Otherwise, set the value of userHandleResult to null.
\n clientExtensionResults
\n \n whose value is an AuthenticationExtensionsClientOutputs
object containing extension identifier → client extension output entries. The entries are created by running each extension’s client extension processing algorithm to create the client extension outputs , for each client extension in pkOptions .extensions
.
\n ",
"rationale": "if",
"steps": [
{
- "html": "If options .mediation
is conditional
and the authenticator supports the silentCredentialDiscovery operation:",
+ "html": "If options .mediation
is conditional
and the authenticator supports the silentCredentialDiscovery operation:",
"rationale": "let",
"steps": [
{
@@ -719,7 +803,7 @@
"rationale": "if",
"steps": [
{
- "html": "If credentialIdFilter is empty or credentialIdFilter contains an item whose id
's value is set to credentialMetadata ’s id , set silentlyDiscoveredCredentials [credentialMetadata ] to authenticator .
"
+ "html": "If credentialIdFilter is empty or credentialIdFilter contains an item whose id
’s value is set to credentialMetadata ’s id , set silentlyDiscoveredCredentials [credentialMetadata ] to authenticator .
"
}
]
}
@@ -745,7 +829,7 @@
},
{
"case": "If any authenticator returns a status indicating that the user cancelled the operation,",
- "html": " Let assertionCreationData be a struct whose items are:
\n \n credentialIdResult
\n \n If savedCredentialIds [authenticator ]
exists, set the value of credentialIdResult to be\nthe bytes of savedCredentialIds [authenticator ]
. Otherwise, set the value of credentialIdResult to be the bytes of the credential ID returned from the successful authenticatorGetAssertion operation, as defined in § 6.3.3 The authenticatorGetAssertion Operation .
\n clientDataJSONResult
\n \n whose value is the bytes of clientDataJSON .
\n authenticatorDataResult
\n \n whose value is the bytes of the authenticator data returned by the authenticator .
\n signatureResult
\n \n whose value is the bytes of the signature value returned by the authenticator .
\n userHandleResult
\n \n If the authenticator returned a user handle , set the value of userHandleResult to be the bytes of\nthe returned user handle . Otherwise, set the value of userHandleResult to null.
\n assertionAttestation
\n \n If the authenticator returned an attestation , set the value of assertionAttestation to be the bytes of\nthe attestation statement . Otherwise set it to null.
\n clientExtensionResults
\n \n whose value is an AuthenticationExtensionsClientOutputs
object containing extension identifier → client extension output entries. The entries are created by running each extension’s client extension processing algorithm to create the client extension outputs , for each client extension in pkOptions .extensions
.
\n ",
+ "html": " Let assertionCreationData be a struct whose items are:
\n \n credentialIdResult
\n \n If savedCredentialIds [authenticator ]
exists, set the value of credentialIdResult to be\nthe bytes of savedCredentialIds [authenticator ]
. Otherwise, set the value of credentialIdResult to be the bytes of the credential ID returned from the successful authenticatorGetAssertion operation, as defined in § 6.3.3 The authenticatorGetAssertion Operation .
\n clientDataJSONResult
\n \n whose value is the bytes of clientDataJSON .
\n authenticatorDataResult
\n \n whose value is the bytes of the authenticator data returned by the authenticator .
\n signatureResult
\n \n whose value is the bytes of the signature value returned by the authenticator .
\n userHandleResult
\n \n If the authenticator returned a user handle , set the value of userHandleResult to be the bytes of\nthe returned user handle . Otherwise, set the value of userHandleResult to null.
\n clientExtensionResults
\n \n whose value is an AuthenticationExtensionsClientOutputs
object containing extension identifier → client extension output entries. The entries are created by running each extension’s client extension processing algorithm to create the client extension outputs , for each client extension in pkOptions .extensions
.
\n ",
"rationale": "remove",
"steps": [
{
@@ -769,31 +853,25 @@
"html": "Remove authenticator from issuedRequests .
"
},
{
- "html": " Let assertionCreationData be a struct whose items are:
\n \n credentialIdResult
\n \n If savedCredentialIds [authenticator ]
exists, set the value of credentialIdResult to be\nthe bytes of savedCredentialIds [authenticator ]
. Otherwise, set the value of credentialIdResult to be the bytes of the credential ID returned from the successful authenticatorGetAssertion operation, as defined in § 6.3.3 The authenticatorGetAssertion Operation .
\n clientDataJSONResult
\n \n whose value is the bytes of clientDataJSON .
\n authenticatorDataResult
\n \n whose value is the bytes of the authenticator data returned by the authenticator .
\n signatureResult
\n \n whose value is the bytes of the signature value returned by the authenticator .
\n userHandleResult
\n \n If the authenticator returned a user handle , set the value of userHandleResult to be the bytes of\nthe returned user handle . Otherwise, set the value of userHandleResult to null.
\n assertionAttestation
\n \n If the authenticator returned an attestation , set the value of assertionAttestation to be the bytes of\nthe attestation statement . Otherwise set it to null.
\n clientExtensionResults
\n \n whose value is an AuthenticationExtensionsClientOutputs
object containing extension identifier → client extension output entries. The entries are created by running each extension’s client extension processing algorithm to create the client extension outputs , for each client extension in pkOptions .extensions
.
\n "
+ "html": " Let assertionCreationData be a struct whose items are:
\n \n credentialIdResult
\n \n If savedCredentialIds [authenticator ]
exists, set the value of credentialIdResult to be\nthe bytes of savedCredentialIds [authenticator ]
. Otherwise, set the value of credentialIdResult to be the bytes of the credential ID returned from the successful authenticatorGetAssertion operation, as defined in § 6.3.3 The authenticatorGetAssertion Operation .
\n clientDataJSONResult
\n \n whose value is the bytes of clientDataJSON .
\n authenticatorDataResult
\n \n whose value is the bytes of the authenticator data returned by the authenticator .
\n signatureResult
\n \n whose value is the bytes of the signature value returned by the authenticator .
\n userHandleResult
\n \n If the authenticator returned a user handle , set the value of userHandleResult to be the bytes of\nthe returned user handle . Otherwise, set the value of userHandleResult to null.
\n clientExtensionResults
\n \n whose value is an AuthenticationExtensionsClientOutputs
object containing extension identifier → client extension output entries. The entries are created by running each extension’s client extension processing algorithm to create the client extension outputs , for each client extension in pkOptions .extensions
.
\n "
},
{
- "html": "If credentialIdFilter is not empty and credentialIdFilter does not contain an item whose id
's value is set to the value of credentialIdResult , continue .
"
+ "html": "If credentialIdFilter is not empty and credentialIdFilter does not contain an item whose id
’s value is set to the value of credentialIdResult , continue .
"
},
{
"html": "If credentialIdFilter is empty and userHandleResult is null, continue .
"
},
{
- "html": "Let constructAssertionAlg be an algorithm that takes a global object global , and whose steps are:",
- "rationale": "let",
- "steps": [
- {
- "html": "Let pubKeyCred be a new PublicKeyCredential
object associated with global whose fields are:
\n \n [[identifier]]
\n \n A new ArrayBuffer
, created using global ’s %ArrayBuffer% , containing the bytes of assertionCreationData .credentialIdResult
.
\n authenticatorAttachment
\n \n The AuthenticatorAttachment
value matching the current authenticator attachment modality of authenticator .
\n response
\n \n A new AuthenticatorAssertionResponse
object associated with global whose fields are:
\n \n clientDataJSON
\n \n A new ArrayBuffer
, created using global ’s %ArrayBuffer% , containing the bytes of assertionCreationData .clientDataJSONResult
.
\n authenticatorData
\n \n A new ArrayBuffer
, created using global ’s %ArrayBuffer% , containing the bytes of assertionCreationData .authenticatorDataResult
.
\n signature
\n \n A new ArrayBuffer
, created using global ’s %ArrayBuffer% , containing the bytes of assertionCreationData .signatureResult
.
\n userHandle
\n \n If assertionCreationData .userHandleResult
is null, set this\nfield to null. Otherwise, set this field to a new ArrayBuffer
, created using global ’s %ArrayBuffer% , containing the bytes of assertionCreationData .userHandleResult
.
\n attestationObject
\n \n If assertionCreationData .assertionAttestation
is null, set this\nfield to null. Otherwise, set this field to a new ArrayBuffer
, created using global ’s %ArrayBuffer% , containing the bytes of assertionCreationData .assertionAttestation
.
\n \n [[clientExtensionsResults]]
\n \n A new ArrayBuffer
, created using global ’s %ArrayBuffer% , containing the bytes of assertionCreationData .clientExtensionResults
.
\n "
- },
- {
- "html": "Return pubKeyCred .
"
- }
- ]
+ "html": "Let settings be the current settings object . Let global be settings ’ global object .
"
+ },
+ {
+ "html": "Let pubKeyCred be a new PublicKeyCredential
object associated with global whose fields are:
\n \n [[identifier]]
\n \n A new ArrayBuffer
, created using global ’s %ArrayBuffer% , containing the bytes of assertionCreationData .credentialIdResult
.
\n authenticatorAttachment
\n \n The AuthenticatorAttachment
value matching the current authenticator attachment modality of authenticator .
\n response
\n \n A new AuthenticatorAssertionResponse
object associated with global whose fields are:
\n \n clientDataJSON
\n \n A new ArrayBuffer
, created using global ’s %ArrayBuffer% , containing the bytes of assertionCreationData .clientDataJSONResult
.
\n authenticatorData
\n \n A new ArrayBuffer
, created using global ’s %ArrayBuffer% , containing the bytes of assertionCreationData .authenticatorDataResult
.
\n signature
\n \n A new ArrayBuffer
, created using global ’s %ArrayBuffer% , containing the bytes of assertionCreationData .signatureResult
.
\n userHandle
\n \n If assertionCreationData .userHandleResult
is null, set this\nfield to null. Otherwise, set this field to a new ArrayBuffer
, created using global ’s %ArrayBuffer% , containing the bytes of assertionCreationData .userHandleResult
.
\n \n [[clientExtensionsResults]]
\n \n A new ArrayBuffer
, created using global ’s %ArrayBuffer% , containing the bytes of assertionCreationData .clientExtensionResults
.
\n "
},
{
"html": "For each remaining authenticator in issuedRequests invoke the authenticatorCancel operation\non authenticator and remove it from issuedRequests .
"
},
{
- "html": "Return constructAssertionAlg and terminate this algorithm.
"
+ "html": "Return pubKeyCred and terminate this algorithm.
"
}
]
}
@@ -802,7 +880,7 @@
]
},
{
- "html": "Throw a \"NotAllowedError
\" DOMException
. In order to prevent information leak that could identify the\nuser without consent , this step MUST NOT be executed before lifetimeTimer has expired. See § 14.5.2 Authentication Ceremony Privacy for details.
"
+ "html": "Throw a \"NotAllowedError
\" DOMException
.
"
}
]
},
@@ -811,10 +889,10 @@
"rationale": "if",
"steps": [
{
- "html": "If pkOptions .userVerification
is set to required
and the authenticator is not capable of performing user verification ,\nreturn false
.
"
+ "html": "If pkOptions .userVerification
is set to required
and the authenticator is not capable of performing user verification ,\nreturn false
.
"
},
{
- "html": "Let userVerification be the effective user verification requirement for assertion , a Boolean value, as\nfollows. If pkOptions .userVerification
",
+ "html": "Let userVerification be the effective user verification requirement for assertion , a Boolean value, as\nfollows. If pkOptions .userVerification
",
"rationale": ".switch",
"steps": [
{
@@ -826,7 +904,7 @@
},
{
"case": "is set to preferred",
- "html": "Let userVerification be the effective user verification requirement for assertion , a Boolean value, as\nfollows. If pkOptions .userVerification
",
+ "html": "Let userVerification be the effective user verification requirement for assertion , a Boolean value, as\nfollows. If pkOptions .userVerification
",
"rationale": ".switch",
"steps": [
{
@@ -852,43 +930,6 @@
}
]
},
- {
- "html": "Let enterpriseAttestationPossible be a Boolean value, as follows. If pkOptions .attestation
",
- "rationale": ".switch",
- "steps": [
- {
- "operation": "switch",
- "steps": [
- {
- "case": "is set to enterprise",
- "html": "Let enterpriseAttestationPossible be true
if the user agent wishes to support enterprise attestation for rpId (see Step 7 of § 5.1.4.1 PublicKeyCredential’s [[DiscoverFromExternalSource]](origin, options, sameOriginWithAncestors) Method ). Otherwise false
.
"
- },
- {
- "case": "otherwise",
- "html": "Let enterpriseAttestationPossible be false
.
"
- }
- ]
- }
- ]
- },
- {
- "html": "Let attestationFormats be a list of strings, initialized to the value of pkOptions .attestationFormats
.
"
- },
- {
- "html": "If pkOptions .attestation
",
- "rationale": ".switch",
- "steps": [
- {
- "operation": "switch",
- "steps": [
- {
- "case": "is set to none",
- "html": "Set attestationFormats be the single-element list containing the string “none”
"
- }
- ]
- }
- ]
- },
{
"html": " If pkOptions .allowCredentials
",
"rationale": ".switch",
@@ -905,7 +946,7 @@
"html": "Let allowCredentialDescriptorList be a new list .
"
},
{
- "html": "Execute a client platform -specific procedure to determine which, if any, public key credentials described by pkOptions .allowCredentials
are bound to this authenticator , by matching with rpId , pkOptions .allowCredentials
.id
,\nand pkOptions .allowCredentials
.type
.\nSet allowCredentialDescriptorList to this filtered list.
"
+ "html": "Execute a client platform -specific procedure to determine which, if any, public key credentials described by pkOptions .allowCredentials
are bound to this authenticator , by matching with rpId , pkOptions .allowCredentials
.id
,\nand pkOptions .allowCredentials
.type
.\nSet allowCredentialDescriptorList to this filtered list.
"
},
{
"html": "If allowCredentialDescriptorList is empty , return false
.
"
@@ -928,11 +969,11 @@
"steps": [
{
"case": "is not empty",
- "html": "The client selects one transport value from distinctTransports , possibly incorporating local\nconfiguration knowledge of the appropriate transport to use with authenticator in making its\nselection.
\n Then, using transport , invoke the authenticatorGetAssertion operation on authenticator , with rpId , clientDataHash , allowCredentialDescriptorList , userVerification , enterpriseAttestationPossible , attestationFormats ,\nand authenticatorExtensions as parameters.
"
+ "html": "The client selects one transport value from distinctTransports , possibly incorporating local\nconfiguration knowledge of the appropriate transport to use with authenticator in making its\nselection.
\n Then, using transport , invoke the authenticatorGetAssertion operation on authenticator , with rpId , clientDataHash , allowCredentialDescriptorList , userVerification ,\nand authenticatorExtensions as parameters.
"
},
{
"case": "is empty",
- "html": "Using local configuration knowledge of the appropriate transport to use with authenticator ,\ninvoke the authenticatorGetAssertion operation on authenticator with rpId , clientDataHash , allowCredentialDescriptorList , userVerification , enterpriseAttestationPossible , attestationFormats , and authenticatorExtensions as parameters.
"
+ "html": "Using local configuration knowledge of the appropriate transport to use with authenticator ,\ninvoke the authenticatorGetAssertion operation on authenticator with rpId , clientDataHash , allowCredentialDescriptorList , userVerification ,\nand authenticatorExtensions as parameters.
"
}
]
}
@@ -942,7 +983,7 @@
},
{
"case": "is empty",
- "html": "Using local configuration knowledge of the appropriate transport to use with authenticator , invoke the authenticatorGetAssertion operation on authenticator with rpId , clientDataHash , userVerification , enterpriseAttestationPossible , attestationFormats ,\nand authenticatorExtensions as parameters.
"
+ "html": "Using local configuration knowledge of the appropriate transport to use with authenticator , invoke the authenticatorGetAssertion operation on authenticator with rpId , clientDataHash , userVerification ,\nand authenticatorExtensions as parameters.
"
}
]
}
@@ -958,7 +999,187 @@
"rationale": "throw",
"steps": [
{
- "html": "Throw a \"NotSupportedError
\" DOMException
.
"
+ "html": "Throw a \"NotSupportedError
\" DOMException
.
"
+ }
+ ]
+ },
+ {
+ "html": "The Asynchronous RP ID validation algorithm lets signal methods validate RP IDs in parallel . The algorithm takes a DOMString
rpId as input\nand returns a promise that rejects if the validation fails. The steps are:",
+ "rationale": "let",
+ "steps": [
+ {
+ "html": "Let effectiveDomain be the relevant settings object ’s origin ’s effective domain . If effectiveDomain is\nnot a valid domain , then return a promise rejected with \"SecurityError
\" DOMException
.
"
+ },
+ {
+ "html": "If rpId is a registrable domain suffix of or is equal to effectiveDomain , return a promise resolved with undefined.
"
+ },
+ {
+ "html": "If the client does not support related origin\nrequests , return a promise rejected with a \"SecurityError
\" DOMException
.
"
+ },
+ {
+ "html": "Let p be a new promise .
"
+ },
+ {
+ "html": "Execute the following steps in parallel :",
+ "rationale": "if",
+ "steps": [
+ {
+ "html": "If the result of running the related origins validation procedure with arguments callerOrigin and rpId is true
, then resolve p .
"
+ },
+ {
+ "html": "Otherwise, reject p with a \"SecurityError
\" DOMException
.
"
+ }
+ ]
+ },
+ {
+ "html": "Return p .
"
+ }
+ ]
+ },
+ {
+ "html": "Upon invocation of signalUnknownCredential(options)
,\nthe client executes these steps:",
+ "rationale": "if",
+ "steps": [
+ {
+ "html": "If the result of base64url decoding options .credentialId
is an\nerror, then return a promise rejected with a TypeError
.
"
+ },
+ {
+ "html": "Let p be the result of executing the Asynchronous RP ID validation algorithm with options .rpId
.
"
+ },
+ {
+ "html": "Upon fulfillment of p , run the following steps in parallel :",
+ "rationale": "for",
+ "steps": [
+ {
+ "html": "For every authenticator presently available on this client platform , invoke the unknownCredentialId authenticator action with options as\ninput.
"
+ }
+ ]
+ },
+ {
+ "html": "Return p .
"
+ }
+ ]
+ },
+ {
+ "name": "signal method/authenticator action/unknownCredentialId",
+ "href": "https://www.w3.org/TR/webauthn-3/#signal-method-authenticator-action-unknowncredentialid",
+ "html": "The unknownCredentialId authenticator action takes an UnknownCredentialOptions
options and is as follows:",
+ "rationale": "for",
+ "steps": [
+ {
+ "html": "For each public key credential source credential in the authenticator ’s credential map :",
+ "rationale": "if",
+ "steps": [
+ {
+ "html": "If the credential ’s rpId equals options .rpId
and the credential ’s id equals the result of base64url decoding options .credentialId
, remove credential from the credentials map or employ an authenticator -specific procedure to hide it from future authentication ceremonies .
"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "html": "Upon invocation of signalAllAcceptedCredentials(options)
, the client executes these steps:",
+ "rationale": "if",
+ "steps": [
+ {
+ "html": "If the result of base64url decoding options .userId
is an\nerror, then return a promise rejected with a TypeError
.
"
+ },
+ {
+ "html": "For each credentialId in options .allAcceptedCredentialIds
:",
+ "rationale": "if",
+ "steps": [
+ {
+ "html": "If the result of base64url decoding credentialId is an error, then return a promise rejected with a TypeError
.
"
+ }
+ ]
+ },
+ {
+ "html": "Let p be the result of executing the Asynchronous RP ID validation algorithm with options .rpId
.
"
+ },
+ {
+ "html": "Upon fulfillment of p , run the following steps in parallel :",
+ "rationale": "for",
+ "steps": [
+ {
+ "html": "For every authenticator presently available on this client platform , invoke the allAcceptedCredentialIds authenticator action with options as input.
"
+ }
+ ]
+ },
+ {
+ "html": "Return p .
"
+ }
+ ]
+ },
+ {
+ "name": "signal method/authenticator actions/allAcceptedCredentialIds",
+ "href": "https://www.w3.org/TR/webauthn-3/#signal-method-authenticator-actions-allacceptedcredentialids",
+ "html": "The allAcceptedCredentialIds authenticator actions take an AllAcceptedCredentialsOptions
options and are as\nfollows:",
+ "rationale": "let",
+ "steps": [
+ {
+ "html": "Let userId be result of base64url decoding options .userId
.
"
+ },
+ {
+ "html": "Assertion: userId is not an error.
"
+ },
+ {
+ "html": "Let credential be credentials map [options .rpId
, userId ]
.
"
+ },
+ {
+ "html": "If credential does not exist, abort these steps.
"
+ },
+ {
+ "html": "If options .allAcceptedCredentialIds
does NOT contain the result of base64url encoding the credential ’s id , then remove credential from the credentials map or employ an authenticator -specific procedure to hide it from future authentication ceremonies .
"
+ },
+ {
+ "html": "Else, if credential has been hidden by an authenticator -specific\nprocecure, reverse the action so that credential is present in future authentication ceremonies .
"
+ }
+ ]
+ },
+ {
+ "html": "Upon invocation of signalCurrentUserDetails(options)
, the client executes these steps:",
+ "rationale": "if",
+ "steps": [
+ {
+ "html": "If the result of base64url decoding options .userId
is an error,\nthen return a promise rejected with a TypeError
.
"
+ },
+ {
+ "html": "Let p be the result of executing the Asynchronous RP ID validation algorithm with options .rpId
.
"
+ },
+ {
+ "html": "Upon fulfillment of p , run the following steps in parallel :",
+ "rationale": "for",
+ "steps": [
+ {
+ "html": "For every authenticator presently available on this client platform , invoke the currentUserDetails authenticator action with options as input.
"
+ }
+ ]
+ },
+ {
+ "html": "Return p .
"
+ }
+ ]
+ },
+ {
+ "name": "signal method/authenticator actions/currentUserDetails",
+ "href": "https://www.w3.org/TR/webauthn-3/#signal-method-authenticator-actions-currentuserdetails",
+ "html": "The currentUserDetails authenticator action takes a CurrentUserDetailsOptions
options and is as follows:",
+ "rationale": "let",
+ "steps": [
+ {
+ "html": "Let userId be result of base64url decoding options .userId
.
"
+ },
+ {
+ "html": "Assertion: userId is not an error.
"
+ },
+ {
+ "html": "Let credential be credentials map [options .rpId
, userId ]
.
"
+ },
+ {
+ "html": "If credential does not exist, abort these steps.
"
+ },
+ {
+ "html": "Update the credential ’s otherUI to match options .name
and options .displayName
.
"
}
]
},
@@ -1058,7 +1279,7 @@
{
"name": "CCDToString",
"href": "https://www.w3.org/TR/webauthn-3/#ccdtostring",
- "html": "The function CCDToString is used in the above algorithm and is defined as:",
+ "html": "The function CCDToString is used in the above algorithm and is defined as:",
"rationale": "let",
"steps": [
{
@@ -1112,7 +1333,7 @@
{
"html": "The inputs to the algorithm are:
",
"ignored": [
- "A bytestring, clientDataJSON, that contains clientDataJSON — the serialized CollectedClientData that is to be verified. A string, type, that contains the expected type. A byte string, challenge, that contains the challenge byte string that was given in the PublicKeyCredentialRequestOptions or PublicKeyCredentialCreationOptions. A string, origin, that contains the expected origin that issued the request to the user agent. A boolean, crossOrigin, that is true if, and only if, the request should have been performed within a cross-origin iframe."
+ "A bytestring, clientDataJSON, that contains clientDataJSON — the serialized CollectedClientData that is to be verified. A string, type, that contains the expected type. A byte string, challenge, that contains the challenge byte string that was given in the PublicKeyCredentialRequestOptions or PublicKeyCredentialCreationOptions. A string, origin, that contains the expected origin that issued the request to the user agent. An optional string, topOrigin, that contains the expected topOrigin that issued the request to the user agent, if available. A boolean, requireTopOrigin, that is true if, and only if, the verification should fail if topOrigin is defined and the topOrigin attribute is not present in clientDataJSON. This means that the verification algorithm is backwards compatible with the JSON-compatible serialization algorithm in Web Authentication Level 2 [webauthn-2-20210408] if, and only if, requireTopOrigin is false."
]
},
{
@@ -1128,7 +1349,7 @@
"html": "Append 0x2c226368616c6c656e6765223a (,\"challenge\":
) to expected .
"
},
{
- "html": "Perform base64url encoding on challenge to produce a string, challengeBase64 .
"
+ "html": "Perform base64url encoding on challenge to produce a string, challengeBase64 .
"
},
{
"html": "Append CCDToString (challengeBase64 ) to expected .
"
@@ -1143,16 +1364,28 @@
"html": "Append 0x2c2263726f73734f726967696e223a (,\"crossOrigin\":
) to expected .
"
},
{
- "html": "If crossOrigin is true:",
+ "html": "If topOrigin is defined:",
"rationale": "append",
"steps": [
{
"html": "Append 0x74727565 (true
) to expected .
"
+ },
+ {
+ "html": "If requireTopOrigin is true\nor if 0x2c22746f704f726967696e223a (,\"topOrigin\":
) is a prefix\nof the substring of clientDataJSON beginning at the offset equal to the length of expected :",
+ "rationale": "append",
+ "steps": [
+ {
+ "html": "Append 0x2c22746f704f726967696e223a (,\"topOrigin\":
) to expected .
"
+ },
+ {
+ "html": "Append CCDToString (topOrigin ) to expected .
"
+ }
+ ]
}
]
},
{
- "html": "Otherwise, i.e. crossOrigin is false:",
+ "html": "Otherwise, i.e. topOrigin is not defined:",
"rationale": "append",
"steps": [
{
@@ -1192,17 +1425,76 @@
]
},
{
- "name": "credential id/looking up",
- "href": "https://www.w3.org/TR/webauthn-3/#credential-id-looking-up",
- "html": "The result of looking up a credential id credentialId in an authenticator authenticator is the result of the following algorithm:",
- "rationale": "if",
+ "name": "related origins validation procedure",
+ "href": "https://www.w3.org/TR/webauthn-3/#abstract-opdef-related-origins-validation-procedure",
+ "html": "The related origins validation procedure , given arguments callerOrigin and rpIdRequested , is as follows:",
+ "rationale": "let",
"steps": [
{
- "html": "If authenticator can decrypt credentialId into a public key credential source credSource :",
+ "html": "Let maxLabels be the maximum number of registrable origin labels allowed by client policy.
"
+ },
+ {
+ "html": "Fetch the webauthn
well-known URL [RFC8615] for the RP ID rpIdRequested (i.e., https://rpIdRequested /.well-known/webauthn
) without credentials , without a referrer and using the https:
scheme .",
+ "rationale": "if",
+ "steps": [
+ {
+ "html": "If the fetch fails, the response does not have a content type of application/json
, or does not have a status code (after following redirects) of 200, then throw a \"SecurityError
\" DOMException
.
"
+ },
+ {
+ "html": "If the body of the resource is not a valid JSON object, then throw a \"SecurityError
\" DOMException
.
"
+ },
+ {
+ "html": "If the value of the origins property of the JSON object is missing, or is not an array of strings, then throw a \"SecurityError
\" DOMException
.
"
+ }
+ ]
+ },
+ {
+ "html": "Let labelsSeen be a new empty set .
"
+ },
+ {
+ "html": "For each originItem of origins :",
+ "rationale": "let",
+ "steps": [
+ {
+ "html": "Let url be the result of running the URL parser with originItem as the input. If that fails, continue .
"
+ },
+ {
+ "html": "Let domain be the effective domain of url . If that is null, continue .
"
+ },
+ {
+ "html": "Let label be registrable origin label of domain .
"
+ },
+ {
+ "html": "If label is empty or null, continue .
"
+ },
+ {
+ "html": "If the size of labelsSeen is greater than or equal to maxLabels and labelsSeen does not contain label , continue .
"
+ },
+ {
+ "html": "If callerOrigin and url are same origin , return true
.
"
+ },
+ {
+ "html": "If the size of labelsSeen is less than maxLabels , append label to labelsSeen .
"
+ }
+ ]
+ },
+ {
+ "html": "Return false
.
"
+ }
+ ]
+ },
+ {
+ "name": "credential id/looking up",
+ "href": "https://www.w3.org/TR/webauthn-3/#credential-id-looking-up",
+ "html": "The result of looking up a credential id credentialId in an authenticator authenticator is the result of the following algorithm:",
+ "rationale": "if",
+ "steps": [
+ {
+ "html": "If authenticator can decrypt credentialId into a public key credential source credSource :",
"rationale": "set",
"steps": [
{
- "html": "Set credSource .id to credentialId .
"
+ "html": "Set credSource .id to credentialId .
"
},
{
"html": "Return credSource .
"
@@ -1210,11 +1502,11 @@
]
},
{
- "html": "For each public key credential source credSource of authenticator ’s credentials map :",
+ "html": "For each public key credential source credSource of authenticator ’s credentials map :",
"rationale": "if",
"steps": [
{
- "html": "If credSource .id is credentialId , return credSource .
"
+ "html": "If credSource .id is credentialId , return credSource .
"
}
]
},
@@ -1224,21 +1516,21 @@
]
},
{
- "html": "When this operation is invoked, the authenticator MUST perform the following procedure:",
+ "html": "When this operation is invoked, the authenticator MUST perform the following procedure:",
"rationale": "check",
"steps": [
{
"html": "Check if all the supplied parameters are syntactically well-formed and of the correct length. If not, return an error code\nequivalent to \"UnknownError
\" and terminate the operation.
"
},
{
- "html": "Check if at least one of the specified combinations of PublicKeyCredentialType
and cryptographic parameters in credTypesAndPubKeyAlgs is supported.\nIf not, return an error code equivalent to \"NotSupportedError
\" and terminate the operation.
"
+ "html": "Check if at least one of the specified combinations of PublicKeyCredentialType
and cryptographic parameters in credTypesAndPubKeyAlgs is supported.\nIf not, return an error code equivalent to \"NotSupportedError
\" and terminate the operation.
"
},
{
- "html": "For each descriptor of excludeCredentialDescriptorList :",
+ "html": "For each descriptor of excludeCredentialDescriptorList :",
"rationale": "if",
"steps": [
{
- "html": "If looking up descriptor .id
in this authenticator\nreturns non-null, and the returned item 's RP ID and type match rpEntity .id
and excludeCredentialDescriptorList .type
respectively,\nthen collect an authorization gesture confirming user\nconsent for creating a new credential. The authorization gesture MUST include a test\nof user presence . If the user",
+ "html": "If looking up descriptor .id
in this authenticator\nreturns non-null, and the returned item ’s RP ID and type match rpEntity .id
and excludeCredentialDescriptorList .type
respectively,\nthen collect an authorization gesture confirming user consent for creating a new credential. The authorization gesture MUST include a test of user presence . If the user",
"rationale": ".switch",
"steps": [
{
@@ -1246,11 +1538,11 @@
"steps": [
{
"case": "confirms consent to create a new credential",
- "html": "return an error code equivalent to \"InvalidStateError
\" and terminate the operation.
"
+ "html": "return an error code equivalent to \"InvalidStateError
\" and terminate the operation.
"
},
{
"case": "does not consent to create a new credential",
- "html": "return an error code equivalent to \"NotAllowedError
\" and terminate the operation.
"
+ "html": "return an error code equivalent to \"NotAllowedError
\" and terminate the operation.
"
}
]
}
@@ -1259,42 +1551,42 @@
]
},
{
- "html": "If requireResidentKey is true
and the authenticator cannot store a client-side discoverable public key credential source ,\nreturn an error code equivalent to \"ConstraintError
\" and terminate the operation.
"
+ "html": "If requireResidentKey is true
and the authenticator cannot store a client-side discoverable public key credential source ,\nreturn an error code equivalent to \"ConstraintError
\" and terminate the operation.
"
},
{
- "html": "If requireUserVerification is true
and the authenticator cannot perform user verification , return an error code\nequivalent to \"ConstraintError
\" and terminate the operation.
"
+ "html": "If requireUserVerification is true
and the authenticator cannot perform user verification , return an error code\nequivalent to \"ConstraintError
\" and terminate the operation.
"
},
{
- "html": " Collect an authorization gesture confirming user consent for creating a new credential.\n The prompt for the authorization gesture is shown by the\n authenticator if it has its own output capability, or by the user agent otherwise. The prompt SHOULD display rpEntity .id
, rpEntity .name
, userEntity .name
and userEntity .displayName
, if possible. \n If requireUserVerification is true
, the authorization gesture MUST include user verification .
\n If requireUserPresence is true
, the authorization gesture MUST include a test of user presence .
\n If the user does not consent or if user verification fails, return an error code equivalent to\n \"NotAllowedError
\" and terminate the operation.
"
+ "html": " Collect an authorization gesture confirming user consent for creating a new credential.\n The prompt for the authorization gesture is shown by the\n authenticator if it has its own output capability, or by the user agent otherwise. The prompt SHOULD display rpEntity .id
, rpEntity .name
, userEntity .name
and userEntity .displayName
, if possible. \n If requireUserVerification is true
, the authorization gesture MUST include user verification .
\n If requireUserPresence is true
, the authorization gesture MUST include a test of user presence .
\n If the user does not consent or if user verification fails, return an error code equivalent to\n \"NotAllowedError
\" and terminate the operation.
"
},
{
- "html": "Once the authorization gesture has been completed and user consent has been obtained, generate a new credential object:",
+ "html": "Once the authorization gesture has been completed and user consent has been obtained, generate a new credential object:",
"rationale": "let",
"steps": [
{
"html": "Let (publicKey , privateKey ) be a new pair of cryptographic keys using the combination of PublicKeyCredentialType
and cryptographic parameters represented by the first item in credTypesAndPubKeyAlgs that is supported by\nthis authenticator.
"
},
{
- "html": "Let userHandle be userEntity .id
.
"
+ "html": "Let userHandle be userEntity .id
.
"
},
{
- "html": "Let credentialSource be a new public key credential source with the fields:
\n \n type \n \n public-key
.
\n privateKey \n \n privateKey
\n rpId \n \n rpEntity .id
\n userHandle \n \n userHandle
\n otherUI \n \n Any other information the authenticator chooses to include.
\n "
+ "html": "Let credentialSource be a new public key credential source with the fields:
\n \n type \n \n public-key
.
\n privateKey \n \n privateKey
\n rpId \n \n rpEntity .id
\n userHandle \n \n userHandle
\n otherUI \n \n Any other information the authenticator chooses to include.
\n "
},
{
"html": "If requireResidentKey is true
or the authenticator chooses to create a client-side discoverable public key credential source :",
"rationale": "let",
"steps": [
{
- "html": "Let credentialId be a new credential id .
"
+ "html": "Let credentialId be a new credential id .
"
},
{
- "html": "Set credentialSource .id to credentialId .
"
+ "html": "Set credentialSource .id to credentialId .
"
},
{
- "html": "Let credentials be this authenticator’s credentials map .
"
+ "html": "Let credentials be this authenticator’s credentials map .
"
},
{
- "html": "Set credentials [(rpEntity .id
, userHandle )] to credentialSource .
"
+ "html": "Set credentials [(rpEntity .id
, userHandle )] to credentialSource .
"
}
]
},
@@ -1313,10 +1605,10 @@
"html": "If any error occurred while creating the new credential object, return an error code equivalent to \"UnknownError
\" and\nterminate the operation.
"
},
{
- "html": "Let processedExtensions be the result of authenticator extension processing for each supported extension\nidentifier → authenticator extension input in extensions .
"
+ "html": "Let processedExtensions be the result of authenticator extension processing for each supported extension identifier → authenticator extension input in extensions .
"
},
{
- "html": "If the authenticator :",
+ "html": "If the authenticator :",
"rationale": ".switch",
"steps": [
{
@@ -1328,7 +1620,7 @@
},
{
"case": "supports a global signature counter",
- "html": "Use the global signature counter 's actual value when generating authenticator data .
"
+ "html": "Use the global signature counter ’s actual value when generating authenticator data .
"
},
{
"case": "supports a per credential signature counter",
@@ -1343,7 +1635,7 @@
]
},
{
- "html": "Let attestedCredentialData be the attested credential data byte array including the credentialId and publicKey .
"
+ "html": "Let attestedCredentialData be the attested credential data byte array including the credentialId and publicKey .
"
},
{
"html": "Let attestationFormat be the first supported attestation statement format identifier from attestationFormats , taking into account enterpriseAttestationPossible .\nIf attestationFormats contains no supported value, then let attestationFormat be the attestation statement format identifier most preferred by this authenticator.
"
@@ -1352,105 +1644,83 @@
"html": "Let authenticatorData be the byte array specified in § 6.1 Authenticator Data , including attestedCredentialData as the attestedCredentialData
and processedExtensions , if any, as the extensions
.
"
},
{
- "html": "Create an attestation object for the new credential using the procedure specified in § 6.5.5 Generating an Attestation Object , the attestation statement format attestationFormat , and the values authenticatorData and hash , as well as taking into account
the value of enterpriseAttestationPossible . For more details on attestation, see § 6.5 Attestation .
"
+ "html": "Create an attestation object for the new credential using the procedure specified in § 6.5.4 Generating an Attestation Object , the attestation statement format attestationFormat , and the values authenticatorData and hash , as well as taking into account
the value of enterpriseAttestationPossible . For more details on attestation, see § 6.5 Attestation .
"
}
]
},
{
- "html": "When this method is invoked, the authenticator MUST perform the following procedure:",
+ "html": "When this method is invoked, the authenticator MUST perform the following procedure:",
"rationale": "check",
"steps": [
{
"html": "Check if all the supplied parameters are syntactically well-formed and of the correct length. If not, return an error code\nequivalent to \"UnknownError
\" and terminate the operation.
"
},
{
- "html": "Let credentialOptions be a new empty set of public key credential sources .
"
+ "html": "Let credentialOptions be a new empty set of public key credential sources .
"
},
{
- "html": "If allowCredentialDescriptorList was supplied, then for each descriptor of allowCredentialDescriptorList :",
+ "html": "If allowCredentialDescriptorList was supplied, then for each descriptor of allowCredentialDescriptorList :",
"rationale": "let",
"steps": [
{
"html": "Let credSource be the result of looking up descriptor .id
in this\nauthenticator.
"
},
{
- "html": "If credSource is not null
, append it to credentialOptions .
"
+ "html": "If credSource is not null
, append it to credentialOptions .
"
}
]
},
{
- "html": "Otherwise (allowCredentialDescriptorList was not supplied), for each key → credSource of this\nauthenticator’s credentials map , append credSource to credentialOptions .
"
+ "html": "Otherwise (allowCredentialDescriptorList was not supplied), for each key → credSource of this\nauthenticator’s credentials map , append credSource to credentialOptions .
"
},
{
- "html": "Remove any items from credentialOptions whose rpId is not equal to rpId .
"
+ "html": "Remove any items from credentialOptions whose rpId is not equal to rpId .
"
},
{
- "html": "If credentialOptions is now empty, return an error code equivalent to \"NotAllowedError
\" and terminate the operation.
"
+ "html": "If credentialOptions is now empty, return an error code equivalent to \"NotAllowedError
\" and terminate the operation.
"
},
{
- "html": " Prompt the user to select a public key credential source selectedCredential from credentialOptions .\n Collect an authorization gesture confirming user consent for using selectedCredential .\n The prompt for the authorization gesture may be shown\n by the authenticator if it has its own output capability, or by the user agent otherwise. \n If requireUserVerification is true
, the authorization gesture MUST include user verification .
\n If requireUserPresence is true
, the authorization gesture MUST include a test of user presence .
\n If the user does not consent , return an error code equivalent to\n \"NotAllowedError
\" and terminate the operation.
"
+ "html": " Prompt the user to select a public key credential source selectedCredential from credentialOptions .\n Collect an authorization gesture confirming user consent for using selectedCredential .\n The prompt for the authorization gesture may be shown\n by the authenticator if it has its own output capability, or by the user agent otherwise. \n If requireUserVerification is true
, the authorization gesture MUST include user verification .
\n If requireUserPresence is true
, the authorization gesture MUST include a test of user presence .
\n If the user does not consent , return an error code equivalent to\n \"NotAllowedError
\" and terminate the operation.
"
},
{
- "html": "Let processedExtensions be the result of authenticator extension processing for each supported extension\nidentifier → authenticator extension input in extensions .
"
+ "html": "Let processedExtensions be the result of authenticator extension processing for each supported extension identifier → authenticator extension input in extensions .
"
},
{
- "html": "Increment the credential associated signature counter or the global signature counter value, depending on\nwhich approach is implemented by the authenticator , by some positive value.\nIf the authenticator does not implement a signature counter , let the signature counter value remain constant at\nzero.
"
+ "html": "Increment the credential associated signature counter or the global signature counter value, depending on\nwhich approach is implemented by the authenticator , by some positive value.\nIf the authenticator does not implement a signature counter , let the signature counter value remain constant at\nzero.
"
},
{
- "html": "If attestationFormats :",
- "rationale": ".switch",
- "steps": [
- {
- "operation": "switch",
- "steps": [
- {
- "case": "is not empty",
- "html": "let attestationFormat be the first supported attestation statement format from attestationFormats , taking into account enterpriseAttestationPossible . If none are supported, fallthrough to:
"
- },
- {
- "case": "is empty",
- "html": "let attestationFormat be the attestation statement format most preferred by this authenticator. If it does not support attestation during assertion then let this be none
.
"
- }
- ]
- }
- ]
+ "html": "Let authenticatorData be the byte array specified in § 6.1 Authenticator Data including processedExtensions , if any, as\nthe extensions
and excluding attestedCredentialData
.
"
},
{
- "html": "Let authenticatorData be the byte array specified in § 6.1 Authenticator Data including processedExtensions , if any, as\nthe extensions
and excluding attestedCredentialData
. This authenticatorData MUST include attested credential data if, and only if, attestationFormat is not none
.
"
+ "html": "Let signature be the assertion signature of the concatenation authenticatorData || hash
using the privateKey of selectedCredential as shown in Figure , below. A simple,\nundelimited\nconcatenation is safe to use here because the authenticator data describes its own length. The hash of the serialized client data (which potentially has a variable length) is always the last element.
\n \n \n Generating an assertion signature . \n "
},
{
- "html": "Let signature be the assertion signature of the concatenation authenticatorData || hash
using the privateKey of selectedCredential as shown in Figure , below. A simple,\nundelimited\nconcatenation is safe to use here because the authenticator data describes its own length. The hash of the serialized\nclient data (which potentially has a variable length) is always the last element.
\n \n \n Generating an assertion signature . \n "
+ "html": "If any error occurred while generating the assertion signature , return an error code equivalent to \"UnknownError
\" and\nterminate the operation.
"
},
{
- "html": "The attestationFormat is not none
then create an attestation object for the new credential using the procedure specified in § 6.5.5 Generating an Attestation Object , the attestation statement format attestationFormat , and the values authenticatorData and hash , as well as taking into account
the value of enterpriseAttestationPossible . For more details on attestation, see § 6.5 Attestation .
"
- },
- {
- "html": "If any error occurred then return an error code equivalent to \"UnknownError
\" and terminate the operation.
"
- },
- {
- "html": " Return to the user agent: \n \n \n selectedCredential .id , if either a list of credentials\n(i.e., allowCredentialDescriptorList ) of length 2 or greater was\nsupplied by the client, or no such list was supplied.
\n \n \n authenticatorData
\n \n signature
\n \n The attestation object, if an attestation object was created for this assertion.
\n \n selectedCredential .userHandle
\n \n "
+ "html": " Return to the user agent: \n \n \n selectedCredential .id , if either a list of credentials\n(i.e., allowCredentialDescriptorList ) of length 2 or greater was\nsupplied by the client, or no such list was supplied.
\n \n \n authenticatorData
\n \n signature
\n \n selectedCredential .userHandle
\n \n "
}
]
},
{
- "html": "When this operation is invoked, the authenticator MUST perform the following procedure:",
+ "html": "When this operation is invoked, the authenticator MUST perform the following procedure:",
"rationale": "let",
"steps": [
{
- "html": "Let collectedDiscoverableCredentialMetadata be a new list whose items are DiscoverableCredentialMetadata structs with the following items :
\n \n type \n \n A PublicKeyCredentialType
.
\n id \n \n A Credential ID .
\n rpId\n \n A Relying Party Identifier .
\n userHandle\n \n A user handle .
\n otherUI \n \n Other information used by the authenticator to inform its UI.
\n "
+ "html": "Let collectedDiscoverableCredentialMetadata be a new list whose items are DiscoverableCredentialMetadata structs with the following items :
\n \n type \n \n A PublicKeyCredentialType
.
\n id \n \n A Credential ID .
\n rpId\n \n A Relying Party Identifier .
\n userHandle\n \n A user handle .
\n otherUI \n \n Other information used by the authenticator to inform its UI.
\n "
},
{
- "html": "For each public key credential source credSource of authenticator ’s credentials map :",
+ "html": "For each public key credential source credSource of authenticator ’s credentials map :",
"rationale": "if",
"steps": [
{
- "html": "If credSource is not a client-side discoverable credential , continue .
"
+ "html": "If credSource is not a client-side discoverable credential , continue .
"
},
{
- "html": "If credSource .rpId is not rpId , continue .
"
+ "html": "If credSource .rpId is not rpId , continue .
"
},
{
- "html": "Let discoveredCredentialMetadata be a new DiscoverableCredentialMetadata struct whose items are copies of credSource ’s type , id , rpId , userHandle and otherUI .
"
+ "html": "Let discoveredCredentialMetadata be a new DiscoverableCredentialMetadata struct whose items are copies of credSource ’s type , id , rpId , userHandle and otherUI .
"
},
{
"html": "Append discoveredCredentialMetadata to collectedDiscoverableCredentialMetadata .
"
@@ -1463,7 +1733,7 @@
]
},
{
- "html": "In addition to that, truncating on byte boundaries alone causes a known issue that user agents should be aware of: if the authenticator is using [FIDO-CTAP] then future messages from the authenticator may contain invalid CBOR since the value is typed as a CBOR string and thus is required to be valid UTF-8. User agents are tasked with handling this to avoid burdening authenticators with understanding character encodings and Unicode character properties. Thus, when dealing with authenticators , user agents SHOULD:",
+ "html": "In addition to the above, truncating on byte boundaries alone causes a known issue that user agents should be aware of: if the authenticator is using [FIDO-CTAP] then future messages from the authenticator may contain invalid CBOR since the value is typed as a CBOR string and thus is required to be valid UTF-8. Thus, when dealing with authenticators , user agents SHOULD:",
"rationale": "ensure",
"steps": [
{
@@ -1475,19 +1745,7 @@
]
},
{
- "html": "Attestations in assertions could be helpful in at least the following situations:",
- "rationale": "for",
- "steps": [
- {
- "html": "For multi-device credentials , the generating authenticator may have returned a meaningfully different attestation than the authenticator currently exercising the credential. Thus returning an attestation for each use of the credential allows the Relying Party to observe these changes.
"
- },
- {
- "html": "If the attestation statement format involves a 3rd-party attesting to the state of the authenticator, then returning an attestation with each use of the credential allows for the continued good health of the authenticator to be attested.
"
- }
- ]
- },
- {
- "html": "the authenticator MUST:",
+ "html": "the authenticator MUST:",
"rationale": "let",
"steps": [
{
@@ -1497,22 +1755,22 @@
"html": "Let fmt be attestationFormat ’s attestation statement format identifier
"
},
{
- "html": "Return the attestation object as a CBOR map with the following syntax, filled in with variables initialized by this\nalgorithm:
\nattObj = {\n authData: bytes,\n $$attStmtType\n }\n\nattStmtTemplate = (\n fmt: text,\n attStmt: { * tstr => any } ; Map is filled in by each concrete attStmtType\n )\n\n; Every attestation statement format must have the above fields\nattStmtTemplate .within $$attStmtType\n "
+ "html": "Return the attestation object as a CBOR map with the following syntax, filled in with variables initialized by this\nalgorithm:
\nattObj = {\n authData: bytes,\n\n ; Each choice in $$attStmtType defines the fmt value and attStmt structure\n $$attStmtType\n} .within attStmtTemplate\n\nattStmtTemplate = {\n authData: bytes,\n fmt: text,\n attStmt: (\n { * tstr => any } ; Map is filled in by each concrete attStmtType\n //\n [ * any ] ; attStmt may also be an array\n )\n}\n "
}
]
},
{
- "html": "In order to perform a registration ceremony , the Relying Party MUST proceed as follows:",
+ "html": "In order to perform a registration ceremony , the Relying Party MUST proceed as follows:",
"rationale": "let",
"steps": [
{
- "html": "Let options be a new PublicKeyCredentialCreationOptions
structure configured to the Relying Party 's needs for the ceremony.
"
+ "html": "Let options be a new CredentialCreationOptions
structure configured to the Relying Party ’s needs for the ceremony.\nLet pkOptions be options .publicKey
.
"
},
{
- "html": "Call navigator.credentials.create()
and pass options as the publicKey
option.\nLet credential be the result of the successfully resolved promise.\nIf the promise is rejected, abort the ceremony with a user-visible error, or otherwise guide the user experience as\nmight be determinable from the context available in the rejected promise. For example if the promise is rejected with\nan error code equivalent to \"InvalidStateError
\", the user might be instructed to use a different authenticator .\nFor information on different error contexts and the circumstances leading to them, see § 6.3.2 The authenticatorMakeCredential Operation .
"
+ "html": "Call navigator.credentials.create()
and pass options as the argument.\nLet credential be the result of the successfully resolved promise.\nIf the promise is rejected, abort the ceremony with a user-visible error, or otherwise guide the user experience as\nmight be determinable from the context available in the rejected promise. For example if the promise is rejected with\nan error code equivalent to \"InvalidStateError
\", the user might be instructed to use a different authenticator .\nFor information on different error contexts and the circumstances leading to them, see § 6.3.2 The authenticatorMakeCredential Operation .
"
},
{
- "html": "Let response be credential .response
.\nIf response is not an instance of AuthenticatorAttestationResponse
, abort the ceremony with a user-visible error.
"
+ "html": "Let response be credential .response
.\nIf response is not an instance of AuthenticatorAttestationResponse
, abort the ceremony with a user-visible error.
"
},
{
"html": "Let clientExtensionResults be the result of calling credential .getClientExtensionResults()
.
"
@@ -1527,20 +1785,23 @@
"html": "Verify that the value of C .type
is webauthn.create
.
"
},
{
- "html": "Verify that the value of C .challenge
equals\nthe base64url encoding of options .challenge
.
"
+ "html": "Verify that the value of C .challenge
equals\nthe base64url encoding of pkOptions .challenge
.
"
+ },
+ {
+ "html": " Verify that the value of C .origin
is an origin expected by the Relying Party .\n See § 13.4.9 Validating the origin of a credential for guidance."
},
{
- "html": " Verify that the value of C .origin
is an origin expected by the Relying Party .\n See § 13.4.9 Validating the origin of a credential for guidance."
+ "html": "If C .crossOrigin
is present and set to true
,\nverify that the Relying Party expects that this credential would have been created within an iframe\nthat is not same-origin with its ancestors .
"
},
{
- "html": "If C .topOrigin
is present:",
+ "html": "If C .topOrigin
is present:",
"rationale": "verify",
"steps": [
{
- "html": "Verify that the Relying Party expects that this credential would have been created within an iframe that is\nnot same-origin with its ancestors .
"
+ "html": "Verify that the Relying Party expects that this credential would have been created within an iframe that is\nnot same-origin with its ancestors .
"
},
{
- "html": "Verify that the value of C .topOrigin
matches the origin of a page\nthat the Relying Party expects to be sub-framed within.\nSee § 13.4.9 Validating the origin of a credential for guidance.
"
+ "html": "Verify that the value of C .topOrigin
matches the origin of a page\nthat the Relying Party expects to be sub-framed within.\nSee § 13.4.9 Validating the origin of a credential for guidance.
"
}
]
},
@@ -1548,79 +1809,79 @@
"html": "Let hash be the result of computing a hash over response .clientDataJSON
using SHA-256.
"
},
{
- "html": "Perform CBOR decoding on the attestationObject
field of the AuthenticatorAttestationResponse
structure to obtain the attestation statement format fmt , the authenticator data authData , and the attestation statement attStmt .
"
+ "html": "Perform CBOR decoding on the attestationObject
field of the AuthenticatorAttestationResponse
structure to obtain the attestation statement format fmt , the authenticator data authData , and the attestation statement attStmt .
"
},
{
- "html": "Verify that the rpIdHash
in authData is the SHA-256 hash of the RP ID expected by the Relying Party .
"
+ "html": "Verify that the rpIdHash
in authData is the SHA-256 hash of the RP ID expected by the Relying Party .
"
},
{
- "html": "Verify that the UP bit of the flags
in authData is set.
"
+ "html": "If options .mediation
is not set to conditional
,\nverify that the UP bit of the flags
in authData is set.
"
},
{
- "html": "If the Relying Party requires user verification for this registration,\nverify that the UV bit of the flags
in authData is set.
"
+ "html": "If the Relying Party requires user verification for this registration,\nverify that the UV bit of the flags
in authData is set.
"
},
{
- "html": "If the BE bit of the flags
in authData is not set, verify that the BS bit is not set.
"
+ "html": "If the BE bit of the flags
in authData is not set, verify that the BS bit is not set.
"
},
{
- "html": "If the Relying Party uses the credential’s backup eligibility to inform its user experience flows and/or policies, evaluate the BE bit of the flags
in authData .
"
+ "html": "If the Relying Party uses the credential’s backup eligibility to inform its user experience flows and/or policies, evaluate the BE bit of the flags
in authData .
"
},
{
- "html": "If the Relying Party uses the credential’s backup state to inform its user experience flows and/or policies, evaluate the BS bit of the flags
in authData .
"
+ "html": "If the Relying Party uses the credential’s backup state to inform its user experience flows and/or policies, evaluate the BS bit of the flags
in authData .
"
},
{
- "html": "Verify that the \"alg\" parameter in the credential public key in authData matches the alg
attribute of one of the items in options .pubKeyCredParams
.
"
+ "html": "Verify that the \"alg\" parameter in the credential public key in authData matches the alg
attribute of one of the items in pkOptions .pubKeyCredParams
.
"
},
{
- "html": " Verify that the values of the client extension outputs in clientExtensionResults and the authenticator extension\n outputs in the extensions
in authData are as expected, considering the client\n extension input values that were given in options .extensions
and any specific policy of the Relying Party regarding unsolicited extensions, i.e., those that were not specified as part of options .extensions
.\n In the general case, the meaning of \"are as expected\" is specific to the Relying Party and which extensions are in use."
+ "html": "Determine the attestation statement format by performing a USASCII case-sensitive match on fmt against the set of\nsupported WebAuthn Attestation Statement Format Identifier values.\nAn up-to-date list of registered WebAuthn Attestation Statement Format Identifier values\nis maintained in the\nIANA \"WebAuthn Attestation Statement Format Identifiers\" registry [IANA-WebAuthn-Registries] established by [RFC8809] .
"
},
{
- "html": "Determine the attestation statement format by performing a USASCII case-sensitive match on fmt against the set of\nsupported WebAuthn Attestation Statement Format Identifier values.\nAn up-to-date list of registered WebAuthn Attestation Statement Format Identifier values\nis maintained in the\nIANA \"WebAuthn Attestation Statement Format Identifiers\" registry [IANA-WebAuthn-Registries] established by [RFC8809] .
"
+ "html": " Verify that attStmt is a correct attestation statement , conveying a valid attestation signature , by using the attestation statement format fmt ’s verification procedure given attStmt , authData and hash ."
},
{
- "html": " Verify that attStmt is a correct attestation statement , conveying a valid attestation signature , by using the attestation statement format fmt ’s verification procedure given attStmt , authData and hash ."
+ "html": " If validation is successful, obtain a list of acceptable trust anchors (i.e. attestation root certificates)\n for that attestation type and attestation statement format fmt , from a trusted source or from policy. For\n example, the FIDO Metadata Service [FIDOMetadataService] provides one way to obtain such information, using the aaguid
in the attestedCredentialData
in authData ."
},
{
- "html": " If validation is successful, obtain a list of acceptable trust anchors (i.e. attestation root certificates)\n for that attestation type and attestation statement format fmt , from a trusted source or from policy. For\n example, the FIDO Metadata Service [FIDOMetadataService] provides one way to obtain such information, using the aaguid
in the attestedCredentialData
in authData ."
+ "html": " Assess the attestation trustworthiness using the outputs of the verification procedure in step 21 , as follows: \n \n If the attestation statement is not deemed trustworthy, the Relying Party SHOULD fail the registration ceremony .
"
},
{
- "html": " Assess the attestation trustworthiness using the outputs of the verification procedure in step 21 , as follows: \n "
+ "html": "Verify that the credentialId
is ≤ 1023 bytes. Credential IDs larger than this many bytes SHOULD cause the RP to fail this registration ceremony .
"
},
{
- "html": "Verify that the credentialId
is ≤ 1023 bytes. Credential IDs larger than this many bytes SHOULD cause the RP to fail this registration ceremony .
"
+ "html": "Verify that the credentialId
is not yet registered for any user. If the credentialId
is already known then the Relying Party SHOULD fail this registration ceremony .
"
},
{
- "html": "Verify that the credentialId
is not yet registered for any user. If the credentialId
is already known then the Relying Party SHOULD fail this registration ceremony .
"
+ "html": " Let credentialRecord be a new credential record with the following contents: \n \n type \n \n credential .type
.
\n id \n \n credential .id
or credential .rawId
,\nwhichever format is preferred by the Relying Party .
\n publicKey \n \n The credential public key in authData .
\n signCount \n \n authData .signCount
.
\n uvInitialized \n \n The value of the UV flag in authData .
\n transports \n \n The value returned from response .getTransports()
.
\n backupEligible \n \n The value of the BE flag in authData .
\n backupState \n \n The value of the BS flag in authData .
\n \n The new credential record MAY also include the following OPTIONAL contents:
\n \n attestationObject \n \n response .attestationObject
.
\n attestationClientDataJSON \n \n response .clientDataJSON
.
\n \n The Relying Party MAY also include any additional items as necessary.\n As a non-normative example, the Relying Party might allow the user to set a \"nickname\" for the credential\n to help the user remember which credential is bound to which authenticator when interacting with account settings.
"
},
{
- "html": " If the attestation statement attStmt verified successfully and is found to be trustworthy,\n then create and store a new credential record in the user account that was denoted in options .user
,\n with the following contents: \n \n type \n \n credential .type
.
\n id \n \n credential .id
or credential .rawId
,\nwhichever format is preferred by the Relying Party .
\n publicKey \n \n The credential public key in authData .
\n signCount \n \n authData .signCount
.
\n uvInitialized \n \n The value of the UV flag in authData .
\n transports \n \n The value returned from response .getTransports()
.
\n backupEligible \n \n The value of the BE flag in authData .
\n backupState \n \n The value of the BS flag in authData .
\n \n The new credential record MAY also include the following OPTIONAL contents:
\n \n attestationObject \n \n response .attestationObject
.
\n attestationClientDataJSON \n \n response .clientDataJSON
.
\n "
+ "html": " Process the client extension outputs in clientExtensionResults and the authenticator extension outputs in the extensions
in authData as required by the Relying Party .\n Depending on each extension ,\n processing steps may be concretely specified or it may be up to the Relying Party what to do with extension outputs.\n The Relying Party MAY ignore any or all extension outputs. \n Clients MAY set additional authenticator extensions or client extensions and thus cause values to appear in the authenticator extension outputs or client extension outputs that were not\n requested by the Relying Party in pkOptions .extensions
.\n The Relying Party MUST be prepared to handle such situations,\n whether by ignoring the unsolicited extensions or by rejecting the attestation. The Relying Party can make this\n decision based on local policy and the extensions in use.
\n Since all extensions are OPTIONAL for both the client and the authenticator , the Relying Party MUST also be\n prepared to handle cases where none or not all of the requested extensions were acted upon.
"
},
{
- "html": "If the attestation statement attStmt successfully verified but is not trustworthy per step 23 above,\nthe Relying Party SHOULD fail the registration ceremony .
"
+ "html": "If all the above steps are successful,\nstore credentialRecord in the user account that was denoted in pkOptions .user
and continue the registration ceremony as appropriate.\nOtherwise, fail the registration ceremony .
\n If the Relying Party does not fail the registration ceremony in this case,\nthen the Relying Party is accepting that there is no cryptographic proof\nthat the public key credential has been generated by any particular authenticator model.\nThe Relying Party MAY consider the credential as equivalent to one with no attestation (see § 6.5.3 Attestation Types ).\nSee [FIDOSecRef] and [UAFProtocol] for a more detailed discussion.
\n Verification of attestation objects requires that the Relying Party has a trusted method of determining acceptable trust anchors\nin step 22 above.\nAlso, if certificates are being used, the Relying Party MUST have access to certificate status information for the\nintermediate CA certificates. The Relying Party MUST also be able to build the attestation certificate chain if the client did not\nprovide this chain in the attestation information.
"
}
]
},
{
- "html": "In order to perform an authentication ceremony , the Relying Party MUST proceed as follows:",
+ "html": "In order to perform an authentication ceremony , the Relying Party MUST proceed as follows:",
"rationale": "let",
"steps": [
{
- "html": "Let options be a new PublicKeyCredentialRequestOptions
structure configured to the Relying Party 's needs for the ceremony.
"
+ "html": "Let options be a new CredentialRequestOptions
structure configured to the Relying Party ’s needs for the ceremony.\nLet pkOptions be options .publicKey
.
"
},
{
- "html": "Call navigator.credentials.get()
and pass options as the publicKey
option.\nLet credential be the result of the successfully resolved promise.\nIf the promise is rejected, abort the ceremony with a user-visible error, or otherwise guide the user experience as might\nbe determinable from the context available in the rejected promise. For information on different error contexts and the\ncircumstances leading to them, see § 6.3.3 The authenticatorGetAssertion Operation .
"
+ "html": "Call navigator.credentials.get()
and pass options as the argument.\nLet credential be the result of the successfully resolved promise.\nIf the promise is rejected, abort the ceremony with a user-visible error, or otherwise guide the user experience as might\nbe determinable from the context available in the rejected promise. For information on different error contexts and the\ncircumstances leading to them, see § 6.3.3 The authenticatorGetAssertion Operation .
"
},
{
- "html": "Let response be credential .response
.\nIf response is not an instance of AuthenticatorAssertionResponse
, abort the ceremony with a user-visible error.
"
+ "html": "Let response be credential .response
.\nIf response is not an instance of AuthenticatorAssertionResponse
, abort the ceremony with a user-visible error.
"
},
{
"html": "Let clientExtensionResults be the result of calling credential .getClientExtensionResults()
.
"
},
{
- "html": "If options .allowCredentials
is not empty ,\nverify that credential .id
identifies one of the public key credentials listed in options .allowCredentials
.
"
+ "html": "If pkOptions .allowCredentials
is not empty ,\nverify that credential .id
identifies one of the public key credentials listed in pkOptions .allowCredentials
.
"
},
{
- "html": "Identify the user being authenticated and let credentialRecord be the credential record for the credential :",
+ "html": "Identify the user being authenticated and let credentialRecord be the credential record for the credential :",
"rationale": ".switch",
"steps": [
{
@@ -1628,18 +1889,18 @@
"steps": [
{
"case": "If the user was identified before the authentication ceremony was initiated, e.g., via a username or cookie,",
- "html": "verify that the identified user account contains a credential record whose id equals credential .rawId
.\nLet credentialRecord be that credential record .\nIf response .userHandle
is present,\nverify that it equals the user handle of the user account .
"
+ "html": "verify that the identified user account contains a credential record whose id equals credential .rawId
.\nLet credentialRecord be that credential record .\nIf response .userHandle
is present,\nverify that it equals the user handle of the user account .
"
},
{
"case": "If the user was not identified before the authentication ceremony was initiated,",
- "html": "verify that response .userHandle
is present.\nVerify that the user account identified by response .userHandle
contains a credential record whose id equals credential .rawId
.\nLet credentialRecord be that credential record .
"
+ "html": "verify that response .userHandle
is present.\nVerify that the user account identified by response .userHandle
contains a credential record whose id equals credential .rawId
.\nLet credentialRecord be that credential record .
"
}
]
}
]
},
{
- "html": "Let cData , authData and sig denote the value of response ’s clientDataJSON
, authenticatorData
, and signature
respectively.
"
+ "html": "Let cData , authData and sig denote the value of response ’s clientDataJSON
, authenticatorData
, and signature
respectively.
"
},
{
"html": "Let JSONtext be the result of running UTF-8 decode on the value of cData .
"
@@ -1651,37 +1912,40 @@
"html": "Verify that the value of C .type
is the string webauthn.get
.
"
},
{
- "html": "Verify that the value of C .challenge
equals\nthe base64url encoding of options .challenge
.
"
+ "html": "Verify that the value of C .challenge
equals\nthe base64url encoding of pkOptions .challenge
.
"
},
{
- "html": " Verify that the value of C .origin
is an origin expected by the Relying Party .\n See § 13.4.9 Validating the origin of a credential for guidance."
+ "html": " Verify that the value of C .origin
is an origin expected by the Relying Party .\n See § 13.4.9 Validating the origin of a credential for guidance."
},
{
- "html": "If C .topOrigin
is present:",
+ "html": "If C .crossOrigin
is present and set to true
,\nverify that the Relying Party expects this credential to be used within an iframe that is not same-origin with its ancestors .
"
+ },
+ {
+ "html": "If C .topOrigin
is present:",
"rationale": "verify",
"steps": [
{
- "html": "Verify that the Relying Party expects this credential to be used within an iframe that is not same-origin with its ancestors .
"
+ "html": "Verify that the Relying Party expects this credential to be used within an iframe that is not same-origin with its ancestors .
"
},
{
- "html": "Verify that the value of C .topOrigin
matches the origin of a page\nthat the Relying Party expects to be sub-framed within.\nSee § 13.4.9 Validating the origin of a credential for guidance.
"
+ "html": "Verify that the value of C .topOrigin
matches the origin of a page\nthat the Relying Party expects to be sub-framed within.\nSee § 13.4.9 Validating the origin of a credential for guidance.
"
}
]
},
{
- "html": " Verify that the rpIdHash
in authData is the SHA-256 hash of the RP ID expected by the Relying Party ."
+ "html": " Verify that the rpIdHash
in authData is the SHA-256 hash of the RP ID expected by the Relying Party ."
},
{
- "html": "Verify that the UP bit of the flags
in authData is set.
"
+ "html": "Verify that the UP bit of the flags
in authData is set.
"
},
{
- "html": "Determine whether user verification is required for this assertion. User verification SHOULD be required if, and only if, options .userVerification
is set to required
.
\n If user verification was determined to be required,\nverify that the UV bit of the flags
in authData is set.\nOtherwise, ignore the value of the UV flag .
"
+ "html": "Determine whether user verification is required for this assertion. User verification SHOULD be required if, and only if, pkOptions .userVerification
is set to required
.
\n If user verification was determined to be required,\nverify that the UV bit of the flags
in authData is set.\nOtherwise, ignore the value of the UV flag .
"
},
{
- "html": "If the BE bit of the flags
in authData is not set, verify that the BS bit is not set.
"
+ "html": "If the BE bit of the flags
in authData is not set, verify that the BS bit is not set.
"
},
{
- "html": "If the credential backup state is used as part of Relying Party business logic or policy,\nlet currentBe and currentBs be the values of the BE and BS bits, respectively,\nof the flags
in authData .\nCompare currentBe and currentBs with credentialRecord .backupEligible
and credentialRecord .backupState
:",
+ "html": "If the credential backup state is used as part of Relying Party business logic or policy,\nlet currentBe and currentBs be the values of the BE and BS bits, respectively,\nof the flags
in authData .\nCompare currentBe and currentBs with credentialRecord .backupEligible
and credentialRecord .backupState
:",
"rationale": "if",
"steps": [
{
@@ -1691,13 +1955,10 @@
"html": "If credentialRecord .backupEligible
is not set, verify that currentBe is not set.
"
},
{
- "html": "Apply Relying Party policy, if any.
"
+ "html": "Apply Relying Party policy, if any.
"
}
]
},
- {
- "html": " Verify that the values of the client extension outputs in clientExtensionResults and the authenticator extension\n outputs in the extensions
in authData are as expected, considering the client\n extension input values that were given in options .extensions
and any specific policy of the Relying Party regarding unsolicited extensions, i.e., those that were not specified as part of options .extensions
.\n In the general case, the meaning of \"are as expected\" is specific to the Relying Party and which extensions are in use."
- },
{
"html": "Let hash be the result of computing a hash over the cData using SHA-256.
"
},
@@ -1717,32 +1978,14 @@
},
{
"case": "less than or equal to credentialRecord.signCount:",
- "html": "This is a signal that\n the authenticator may be cloned, i.e. at least\n two copies of the credential private key may exist and are\n being used in parallel. Relying Parties should incorporate this information\n into their risk scoring.\n Whether the Relying Party updates credentialRecord .signCount
below in this case, or not, or fails the authentication ceremony or not, is Relying Party -specific."
+ "html": "This is a signal, but not proof, that the authenticator may be cloned. For example it might mean that: \n \n \n Two or more copies of the credential private key may exist and are being used in parallel.
\n \n An authenticator is malfunctioning.
\n \n A race condition exists where the Relying Party is processing assertion responses in an order other than the order they were generated at the authenticator.
\n \n Relying Parties should evaluate their own operational characteristics and incorporate this information into their risk scoring.\n Whether the Relying Party updates credentialRecord .signCount
below in this case, or not, or fails the authentication ceremony or not, is Relying Party -specific.
\n For more information on signature counter considerations, see § 6.1.1 Signature Counter Considerations .
"
}
]
}
]
},
{
- "html": "If response .attestationObject
is present and the Relying Party wishes to verify the attestation then perform CBOR decoding on attestationObject
to obtain the attestation statement format fmt , and the attestation statement attStmt .",
- "rationale": "verify",
- "steps": [
- {
- "html": "Verify that the AT
bit in the flags field of authData is set, indicating that attested credential data is included.
"
- },
- {
- "html": "Verify that the credentialPublicKey and credentialId fields of the attested credential data in authData match credentialRecord .publicKey
and credentialRecord .id
, respectively.
"
- },
- {
- "html": "Determine the attestation statement format by performing a USASCII case-sensitive match on fmt against the set of supported WebAuthn Attestation Statement Format Identifier values. An up-to-date list of registered WebAuthn Attestation Statement Format Identifier values is maintained in the IANA \"WebAuthn Attestation Statement Format Identifiers\" registry [IANA-WebAuthn-Registries] established by [RFC8809] .
"
- },
- {
- "html": "Verify that attStmt is a correct attestation statement , conveying a valid attestation signature , by using the attestation statement format fmt ’s verification procedure given attStmt , authData and hash .
"
- },
- {
- "html": "If validation is successful, obtain a list of acceptable trust anchors (i.e. attestation root certificates) for that attestation type and attestation statement format fmt , from a trusted source or from policy. The aaguid in the attested credential data can be used to guide this lookup.
"
- }
- ]
+ "html": " Process the client extension outputs in clientExtensionResults and the authenticator extension outputs in the extensions
in authData as required by the Relying Party .\n Depending on each extension ,\n processing steps may be concretely specified or it may be up to the Relying Party what to do with extension outputs.\n The Relying Party MAY ignore any or all extension outputs. \n Clients MAY set additional authenticator extensions or client extensions and thus cause values to appear in the authenticator extension outputs or client extension outputs that were not\n requested by the Relying Party in pkOptions .extensions
.\n The Relying Party MUST be prepared to handle such situations,\n whether by ignoring the unsolicited extensions or by rejecting the assertion. The Relying Party can make this\n decision based on local policy and the extensions in use.
\n Since all extensions are OPTIONAL for both the client and the authenticator , the Relying Party MUST also be\n prepared to handle cases where none or not all of the requested extensions were acted upon.
"
},
{
"html": " Update credentialRecord with new state values:",
@@ -1755,15 +1998,12 @@
"html": "Update credentialRecord .backupState
to the value of currentBs .
"
},
{
- "html": "If credentialRecord .uvInitialized
is false
,\nupdate it to the value of the UV bit in the flags in authData .\nThis change SHOULD require authorization by an additional authentication factor equivalent to WebAuthn user verification ;\nif not authorized, skip this step.
"
- },
- {
- "html": "OPTIONALLY, if response .attestationObject
is present,\nupdate credentialRecord .attestationObject
to the value of response .attestationObject
and update credentialRecord .attestationClientDataJSON
to the value of response .clientDataJSON
.
"
+ "html": "If credentialRecord .uvInitialized
is false
,\nupdate it to the value of the UV bit in the flags in authData .\nThis change SHOULD require authorization by an additional authentication factor equivalent to WebAuthn user verification ;\nif not authorized, skip this step.
"
}
]
},
{
- "html": "If all the above steps are successful, continue with the authentication ceremony as appropriate. Otherwise, fail the authentication ceremony .
"
+ "html": "If all the above steps are successful, continue the authentication ceremony as appropriate. Otherwise, fail the authentication ceremony .
"
}
]
},
@@ -1775,7 +2015,7 @@
"html": "Let authenticatorData denote the authenticator data for the attestation ,\nand let clientDataHash denote the hash of the serialized client data .
"
},
{
- "html": "If Basic or AttCA attestation is in use, the authenticator produces the sig by concatenating authenticatorData and clientDataHash , and signing the result using an attestation private key selected through an authenticator-specific\nmechanism. It sets x5c to attestnCert followed by the related certificate chain (if any). It sets alg to the algorithm of the\nattestation private key.
"
+ "html": "If Basic or AttCA attestation is in use, the authenticator produces the sig by concatenating authenticatorData and clientDataHash , and signing the result using an attestation private key selected through an authenticator-specific\nmechanism. It sets x5c to attestnCert followed by the related certificate chain (if any). It sets alg to the algorithm of the\nattestation private key.
"
},
{
"html": "If self attestation is in use, the authenticator produces sig by concatenating authenticatorData and clientDataHash ,\nand signing the result using the credential private key. It sets alg to the algorithm of the credential private key and\nomits the other fields.
"
@@ -1783,22 +2023,22 @@
]
},
{
- "html": "Given the verification procedure inputs attStmt , authenticatorData and clientDataHash , the verification procedure is\nas follows:",
+ "html": "Given the verification procedure inputs attStmt , authenticatorData and clientDataHash , the verification procedure is\nas follows:",
"rationale": "verify",
"steps": [
{
"html": "Verify that attStmt is valid CBOR conforming to the syntax defined above and perform CBOR decoding on it to extract\nthe contained fields.
"
},
{
- "html": "If x5c is present:
\n \n \n Verify that sig is a valid signature over the concatenation of authenticatorData and clientDataHash using the\nattestation public key in attestnCert with the algorithm specified in alg .
\n \n Verify that attestnCert meets the requirements in § 8.2.1 Packed Attestation Statement Certificate Requirements .
\n \n If attestnCert contains an extension with OID 1.3.6.1.4.1.45724.1.1.4
(id-fido-gen-ce-aaguid
) verify that the\nvalue of this extension matches the aaguid
in authenticatorData .
\n \n Optionally, inspect x5c and consult externally provided knowledge to determine whether attStmt conveys a Basic or AttCA attestation.
\n \n If successful, return implementation-specific values representing attestation type Basic , AttCA or\nuncertainty, and attestation trust path x5c .
\n "
+ "html": "If x5c is present:
\n \n \n Verify that sig is a valid signature over the concatenation of authenticatorData and clientDataHash using the\nattestation public key in attestnCert with the algorithm specified in alg .
\n \n Verify that attestnCert meets the requirements in § 8.2.1 Certificate Requirements for Packed Attestation Statements .
\n \n If attestnCert contains an extension with OID 1.3.6.1.4.1.45724.1.1.4
(id-fido-gen-ce-aaguid
) verify that the\nvalue of this extension matches the aaguid
in authenticatorData .
\n \n Optionally, inspect x5c and consult externally provided knowledge to determine whether attStmt conveys a Basic or AttCA attestation.
\n \n If successful, return implementation-specific values representing attestation type Basic , AttCA or\nuncertainty, and attestation trust path x5c .
\n "
},
{
- "html": "If x5c is not present, self attestation is in use.
\n \n \n Validate that alg matches the algorithm of the credentialPublicKey
in authenticatorData .
\n \n Verify that sig is a valid signature over the concatenation of authenticatorData and clientDataHash using the\ncredential public key with alg .
\n \n If successful, return implementation-specific values representing attestation type Self and an empty attestation trust path .
\n "
+ "html": "If x5c is not present, self attestation is in use.
\n \n \n Validate that alg matches the algorithm of the credentialPublicKey
in authenticatorData .
\n \n Verify that sig is a valid signature over the concatenation of authenticatorData and clientDataHash using the\ncredential public key with alg .
\n \n If successful, return implementation-specific values representing attestation type Self and an empty attestation trust path .
\n "
}
]
},
{
- "html": "Given the verification procedure inputs attStmt , authenticatorData and clientDataHash , the verification procedure is\nas follows:",
+ "html": "Given the verification procedure inputs attStmt , authenticatorData and clientDataHash , the verification procedure is\nas follows:",
"rationale": "verify",
"steps": [
{
@@ -1873,14 +2113,26 @@
]
},
{
- "html": "In addition to setting the appid
extension input,\nusing this extension requires some additional processing by the Relying Party in order to allow users to authenticate using their registered U2F credentials:",
+ "html": "Given the verification procedure inputs attStmt , authenticatorData and clientDataHash , the verification procedure is\nas follows:",
+ "rationale": "for",
+ "steps": [
+ {
+ "html": "For each subStmt of attStmt , evaluate the verification procedure corresponding to the attestation statement format identifier subStmt .fmt
with verification procedure inputs subStmt , authenticatorData and clientDataHash .
\n If validation fails for one or more subStmt , decide the appropriate result based on Relying Party policy.
"
+ },
+ {
+ "html": "If sufficiently many (as determined by Relying Party policy) items of attStmt verify successfully,\nreturn implementation-specific values representing any combination of outputs from successful verification procedures .
"
+ }
+ ]
+ },
+ {
+ "html": "In addition to setting the appid
extension input,\nusing this extension requires some additional processing by the Relying Party in order to allow users to authenticate using their registered U2F credentials:",
"rationale": "set",
"steps": [
{
- "html": "List the desired U2F credentials in the allowCredentials
option\n of the get()
method:
\n \n \n Set the type
members to public-key
.
\n \n Set the id
members to the respective U2F key handles of the desired credentials. Note that U2F key handles commonly use base64url encoding but must be decoded to their binary form when used in id
.
\n \n allowCredentials
MAY contain a mixture\n of both WebAuthn credential IDs and U2F key handles;\n stating the appid
via this extension\n does not prevent the user from using a WebAuthn-registered credential\n scoped to the RP ID stated in rpId
.
"
+ "html": "List the desired U2F credentials in the allowCredentials
option\n of the get()
method:
\n \n \n Set the type
members to public-key
.
\n \n Set the id
members to the respective U2F key handles of the desired credentials. Note that U2F key handles commonly use base64url encoding but must be decoded to their binary form when used in id
.
\n \n allowCredentials
MAY contain a mixture\n of both WebAuthn credential IDs and U2F key handles;\n stating the appid
via this extension\n does not prevent the user from using a WebAuthn-registered credential\n scoped to the RP ID stated in rpId
.
"
},
{
- "html": "When verifying the assertion , expect that the rpIdHash
MAY be the hash of the AppID instead of the RP ID .
"
+ "html": "When verifying the assertion , expect that the rpIdHash
MAY be the hash of the AppID instead of the RP ID .
"
}
]
},
@@ -1895,7 +2147,7 @@
"html": "Let appId be the extension input.
"
},
{
- "html": "Pass facetId and appId to the FIDO algorithm for determining if a\ncaller’s FacetID is authorized for an AppID . If that algorithm rejects appId then return a \"SecurityError
\" DOMException
.
"
+ "html": "Pass facetId and appId to the FIDO algorithm for determining if a caller’s FacetID is authorized for an AppID . If that algorithm rejects appId then return a \"SecurityError
\" DOMException
.
"
},
{
"html": "When building allowCredentialDescriptorList ,\nif a U2F authenticator indicates that a credential is inapplicable (i.e. by\nreturning SW_WRONG_DATA
) then the client MUST retry with the U2F application\nparameter set to the SHA-256 hash of appId . If this results in an applicable\ncredential, the client MUST include the credential in allowCredentialDescriptorList . The value of appId then replaces the rpId
parameter of authenticatorGetAssertion .
"
@@ -1904,7 +2156,7 @@
"html": "Let output be the Boolean value false
.
"
},
{
- "html": "When creating assertionCreationData ,\nif the assertion was created by a U2F authenticator with the U2F application parameter set to the SHA-256 hash of appId instead of the SHA-256 hash of the RP ID , set output to true
.
"
+ "html": "When creating assertionCreationData ,\nif the assertion was created by a U2F authenticator with the U2F application parameter set to the SHA-256 hash of appId instead of the SHA-256 hash of the RP ID , set output to true
.
"
}
]
},
@@ -1923,7 +2175,7 @@
"html": "Let appId be the value of the extension input appidExclude
.
"
},
{
- "html": "Pass facetId and appId to the FIDO algorithm for determining if a caller’s\nFacetID is authorized for an AppID . If the latter algorithm rejects appId then\nreturn a \"SecurityError
\" DOMException
and terminate the creating a new credential algorithm as well as these steps.
"
+ "html": "Pass facetId and appId to the FIDO algorithm for determining if a caller’s FacetID is authorized for an AppID . If the latter algorithm rejects appId then\nreturn a \"SecurityError
\" DOMException
and terminate the creating a new credential algorithm as well as these steps.
"
},
{
"html": "Otherwise, continue with normal processing.
"
@@ -1935,14 +2187,14 @@
"rationale": "if",
"steps": [
{
- "html": "If authenticator supports the U2F protocol [FIDO-U2F-Message-Formats] , then for each credential descriptor C in excludeCredentialDescriptorList :",
+ "html": "If authenticator supports the U2F protocol [FIDO-U2F-Message-Formats] , then for each credential descriptor C in excludeCredentialDescriptorList :",
"rationale": "check",
"steps": [
{
- "html": "Check whether C was created using U2F on authenticator by sending a U2F_AUTHENTICATE
message to authenticator whose \"five parts\" are set to the following values:
\n \n control byte \n \n 0x07
(\"check-only\")
\n challenge parameter \n \n 32 random bytes
\n application parameter \n \n SHA-256 hash of appId
\n key handle length \n \n The length of C .id
(in bytes)
\n key handle \n \n The value of C .id
, i.e., the credential id .
\n "
+ "html": "Check whether C was created using U2F on authenticator by sending a U2F_AUTHENTICATE
message to authenticator whose \"five parts\" are set to the following values:
\n \n control byte \n \n 0x07
(\"check-only\")
\n challenge parameter \n \n 32 random bytes
\n application parameter \n \n SHA-256 hash of appId
\n key handle length \n \n The length of C .id
(in bytes)
\n key handle \n \n The value of C .id
, i.e., the credential id .
\n "
},
{
- "html": "If authenticator responds with message:error:test-of-user-presence-required
(i.e., success):\ncease normal processing of this authenticator and indicate in a platform-specific manner\nthat the authenticator is inapplicable. For example, this could be in the form of UI, or\ncould involve requesting user consent from authenticator and, upon receipt, treating\nit as if the authenticator had returned InvalidStateError
. Requesting user consent can be accomplished by sending another U2F_AUTHENTICATE
message to authenticator as\nabove except for setting control byte to 0x03
(\"enforce-user-presence-and-sign\"),\nand ignoring the response.
"
+ "html": "If authenticator responds with message:error:test-of-user-presence-required
(i.e., success):\ncease normal processing of this authenticator and indicate in a platform-specific manner\nthat the authenticator is inapplicable. For example, this could be in the form of UI, or\ncould involve requesting user consent from authenticator and, upon receipt, treating\nit as if the authenticator had returned InvalidStateError
. Requesting user consent can be accomplished by sending another U2F_AUTHENTICATE
message to authenticator as\nabove except for setting control byte to 0x03
(\"enforce-user-presence-and-sign\"),\nand ignoring the response.
"
}
]
},
@@ -1958,7 +2210,7 @@
"rationale": "if",
"steps": [
{
- "html": "If evalByCredential
is present, return a DOMException
whose name is “NotSupportedError
”.
"
+ "html": "If evalByCredential
is present, return a DOMException
whose name is “NotSupportedError
”.
"
},
{
"html": "Set hmac-secret
to true
in the authenticator extensions input.
"
@@ -1979,10 +2231,10 @@
"rationale": "if",
"steps": [
{
- "html": "If evalByCredential
is not empty but allowCredentials
is empty, return a DOMException
whose name is “NotSupportedError
”.
"
+ "html": "If evalByCredential
is not empty but allowCredentials
is empty, return a DOMException
whose name is “NotSupportedError
”.
"
},
{
- "html": "If any key in evalByCredential
is the empty string, or is not a valid base64url encoding , or does not equal the id
of some element of allowCredentials
after performing base64url decoding , then return a DOMException
whose name is “SyntaxError
”.
"
+ "html": "If any key in evalByCredential
is the empty string, or is not a valid base64url encoding , or does not equal the id
of some element of allowCredentials
after performing base64url decoding , then return a DOMException
whose name is “SyntaxError
”.
"
},
{
"html": "Initialize the prf
extension output to an empty dictionary.
"
@@ -1992,7 +2244,7 @@
"rationale": "if",
"steps": [
{
- "html": "If evalByCredential
is present and contains an entry whose key is the base64url encoding of the credential ID that will be returned, let ev be the value of that entry.
"
+ "html": "If evalByCredential
is present and contains an entry whose key is the base64url encoding of the credential ID that will be returned, let ev be the value of that entry.
"
},
{
"html": "If ev is null and eval
is present, then let ev be the value of eval
.
"
@@ -2010,7 +2262,7 @@
"html": "If ev .second
is present, let salt2
be the value of SHA-256(UTF8Encode(\"WebAuthn PRF\") || 0x00 || ev .second
)
.
"
},
{
- "html": "Send an hmac-secret
extension to the authenticator using the values of salt1
and, if set, salt2
as the parameters of the same name in that process.
"
+ "html": "Send an hmac-secret
extension to the authenticator using the values of salt1
and, if set, salt2
as the parameters of the same name in that process.
"
},
{
"html": "Decrypt the extension result and set results
to the PRF result(s), if any.
"
@@ -2028,7 +2280,7 @@
"rationale": "return",
"steps": [
{
- "html": "Return a DOMException
whose name is “NotSupportedError
”.
"
+ "html": "Return a DOMException
whose name is “NotSupportedError
”.
"
}
]
},
@@ -2040,7 +2292,7 @@
"html": "Set supported
to true
.
"
},
{
- "html": "If a candidate authenticator becomes available (Step 20 of [[Create]]()
) then,\n before evaluating any options
, continue (i.e. ignore the candidate authenticator )\n if the candidate authenticator is not capable of storing large blobs.
"
+ "html": "If a candidate authenticator becomes available (step 22 of [[Create]](origin, options, sameOriginWithAncestors)
) then,\n before evaluating any options
, continue (i.e. ignore the candidate authenticator )\n if the candidate authenticator is not capable of storing large blobs.
"
}
]
},
@@ -2064,7 +2316,7 @@
"rationale": "return",
"steps": [
{
- "html": "Return a DOMException
whose name is “NotSupportedError
”.
"
+ "html": "Return a DOMException
whose name is “NotSupportedError
”.
"
}
]
},
@@ -2073,7 +2325,7 @@
"rationale": "return",
"steps": [
{
- "html": "Return a DOMException
whose name is “NotSupportedError
”.
"
+ "html": "Return a DOMException
whose name is “NotSupportedError
”.
"
}
]
},
@@ -2085,7 +2337,7 @@
"html": "Initialize the client extension output , largeBlob
.
"
},
{
- "html": "If any authenticator indicates success (in [[DiscoverFromExternalSource]]()
), attempt to read any largeBlob data associated with the asserted credential.
"
+ "html": "If any authenticator indicates success (in [[DiscoverFromExternalSource]](origin, options, sameOriginWithAncestors)
), attempt to read any largeBlob data associated with the asserted credential.
"
},
{
"html": "If successful, set blob
to the result.
"
@@ -2097,16 +2349,16 @@
"rationale": "if",
"steps": [
{
- "html": "If allowCredentials
does not contain exactly one element:",
+ "html": "If allowCredentials
does not contain exactly one element:",
"rationale": "return",
"steps": [
{
- "html": "Return a DOMException
whose name is “NotSupportedError
”.
"
+ "html": "Return a DOMException
whose name is “NotSupportedError
”.
"
}
]
},
{
- "html": "If the assertion operation is successful, attempt to store the contents of write
on the authenticator , associated with the indicated credential.
"
+ "html": "If the assertion operation is successful, attempt to store the contents of write
on the authenticator , associated with the indicated credential.
"
},
{
"html": "Set written
to true
if successful and false
otherwise.
"
@@ -2115,268 +2367,12 @@
}
]
},
- {
- "html": "For both authenticatorMakeCredential and authenticatorGetAssertion operations:",
- "rationale": "create",
- "steps": [
- {
- "html": "Create or select the public key credential source as usual (see § 6.3.2 The authenticatorMakeCredential Operation , or § 6.3.3 The authenticatorGetAssertion Operation as appropriate).
"
- },
- {
- "html": "If the public key credential source is not backup eligible then terminate these processing steps: this extension only applies to multi-device credentials .
"
- },
- {
- "html": "If a hardware-bound device key pair does not already exist for this {Credential ID , RP ID , userHandle } tuple on the authenticator , create it using the same public key algorithm as that used by the user credential 's credential key pair , otherwise locate the existing device-bound key .
"
- },
- {
- "html": "Let attFormat be the chosen attestation statement format , and attAaguid be a 16-byte value, based on the value of attestation
in the extension input:",
- "rationale": ".switch",
- "steps": [
- {
- "operation": "switch",
- "steps": [
- {
- "case": "none",
- "html": "attFormat is \"none\" or \"self\", at the authenticator’s discretion, and attAaguid is 16 zero bytes. (Note that, since the device-bound key is already exercised during navigator.credentials.get()
calls, the proof-of-possession property provided by \"self\" attestation is superfluous in that context.)
"
- },
- {
- "case": "indirect, direct",
- "html": "attFormat is an attestation statement format appropriate for this authenticator based on attestationFormats
, and attAaguid is the authenticator’s AAGUID . (Since the hardware-bound device key pair is specific to a particular authenticator, its attestation can be tied to hardware roots of trust, although they do not have to be. This is in contrast to the associated user credential 's attestation, if it is a multi-device credential .)
"
- },
- {
- "case": "enterprise",
- "html": "The Relying Party wants to receive an attestation statement that may include uniquely identifying information. This is intended for controlled deployments within an enterprise where the organization wishes to tie registrations to specific authenticators. Authenticators MUST NOT provide such an attestation unless the user agent or authenticator configuration expressly permits it for the requested RP ID . If not permitted, then attFormat is \"none\" and attAaguid is 16 zero bytes. Otherwise attFormat is an attestation statement format appropriate for this authenticator based on attestationFormats
, and attAaguid is the authenticator’s AAGUID . (Again, since the hardware-bound device key pair is specific to a particular authenticator, the attestation may be tied to hardware roots of trust.)
"
- }
- ]
- }
- ]
- },
- {
- "html": "Let dpk be the newly created or existing device public key , in COSE_Key format in the same fashion as for the user credential’s credentialPublicKey when the latter is conveyed in attested credential data .
"
- },
- {
- "html": "Let devicePrivateKey be the newly created or existing device private key .
"
- },
- {
- "html": "Let randomNonce be a fresh randomly-generated byte string of 32 bytes maximum length, or a zero length byte string if the authenticator chooses to not generate a nonce.
"
- },
- {
- "html": "Let the devicePubKey
authenticator extension output value be a CBOR map as defined by attObjForDevicePublicKey
above, with keys and values as follows:",
- "rationale": "let",
- "steps": [
- {
- "html": "Let the aaguid
key’s value be attAaguid .
"
- },
- {
- "html": "Let the dpk
key’s value be dpk .
"
- },
- {
- "html": "Let the nonce
key’s value be randomNonce .
"
- },
- {
- "html": "Let the scope
key have the value zero (0x00) if this is an \"entire device\" device public key . Otherwise, let scope
have the value one (0x01), indicating a more narrow per-app scope.
"
- },
- {
- "html": "Let the values of the $$attStmtType
group socket be the result of generating an attestation statement with the attestation statement format , attFormat . See § 10.2.2.2.2 Attestation calculations .
"
- },
- {
- "html": "If the $$attStmtType
group socket contains uniquely identifying information then let epAtt
be true
. Otherwise omit the epAtt
field. (This field can only be true
when the attestation
field of the extension input is \"enterprise\" and either the user-agent or the authenticator permits uniquely identifying attestation for the requested RP ID.)
"
- }
- ]
- },
- {
- "html": "Let dpkSig be the result of signing the assertion signature input with devicePrivateKey .
"
- },
- {
- "html": "Output dpkSig as the extension’s unsigned extension output .
"
- }
- ]
- },
- {
- "html": "If the Relying Party requested the devicePubKey
extension in a navigator.credentials.create()
call,\nthen the below verification steps are performed in the context of step 19 of § 7.1 Registering a New Credential using these variables established therein: credential , clientExtensionResults , authData , and hash . Relying Party policy may specify whether a response without a devicePubKey
extension output is acceptable.",
- "rationale": "verify",
- "steps": [
- {
- "html": "Verify that devicePubKey
member of clientExtensionResults exists, and contains the signature
field.
"
- },
- {
- "html": "Let attObjForDevicePublicKey be the value of the devicePubKey
member of the authenticator extension output from authData .
"
- },
- {
- "html": "Extract the contained fields from attObjForDevicePublicKey : aaguid , dpk , scope , nonce , fmt , attStmt .
"
- },
- {
- "html": "Verify that signature
is a valid signature over the assertion signature input (i.e. authData
and hash
) by the device public key dpk . (The signature algorithm is the same as for the user credential .)
"
- },
- {
- "html": "Optionally, if attestation was requested and the Relying Party wishes to verify it, verify that attStmt is a correct attestation statement , conveying a valid attestation signature , by using the attestation statement format fmt ’s verification procedure given attStmt . See § 10.2.2.2.2 Attestation calculations . Relying Party policy may specifiy which attestations are acceptable.
"
- },
- {
- "html": "Create a new device-bound key record with the contents:
\n \n aaguid \n \n The value of aaguid .
\n dpk \n \n The value of dpk .
\n scope \n \n The value of scope .
\n fmt \n \n The value of fmt .
\n attStmt \n \n The value of attStmt .
\n \n In step 26 of § 7.1 Registering a New Credential ,\nadd this device-bound key record to the devicePubKeys member of the new credential record .
"
- }
- ]
- },
- {
- "html": "If the Relying Party requested the devicePubKey
extension in a navigator.credentials.get()
call,\nthen the below verification steps are performed in the context of step 17 of § 7.2 Verifying an Authentication Assertion using these variables established therein: credential , clientExtensionResults , authData , hash , and credentialRecord . Relying Party policy may specify whether a response without a devicePubKey
extension output is acceptable.",
- "rationale": "verify",
- "steps": [
- {
- "html": "Verify that devicePubKey
member of clientExtensionResults exists, and contains the signature
field.
"
- },
- {
- "html": "Let attObjForDevicePublicKey be the value of the devicePubKey
member of the authenticator extension output from authData .
"
- },
- {
- "html": "Extract the contained fields from attObjForDevicePublicKey : aaguid , dpk , scope , nonce , fmt , attStmt .
"
- },
- {
- "html": "Verify that signature
is a valid signature over the assertion signature input (i.e. authData
and hash
) by the device public key dpk . (The signature algorithm is the same as for the user credential .)
"
- },
- {
- "html": "Let matchedDpkRecords be a new empty set . For each dpkRecord in credentialRecord .devicePubKeys :",
- "rationale": "if",
- "steps": [
- {
- "html": "If dpkRecord .aaguid equals aaguid , dpkRecord .dpk equals dpk ,\n and dpkRecord .scope equals scope :",
- "rationale": "append",
- "steps": [
- {
- "html": "Append dpkRecord to matchedDpkRecords .
"
- }
- ]
- }
- ]
- },
- {
- "html": "If matchedDpkRecords ",
- "rationale": ".switch",
- "steps": [
- {
- "operation": "switch",
- "steps": [
- {
- "case": "has size greater than one:",
- "html": "Some form of error has occurred. It is indeterminate whether this is a known device. Terminate these verification steps.
"
- },
- {
- "case": "has size equal to one:",
- "html": "Otherwise, let dpkRecord be matchedDpkRecords [0]. If the attStmt in attObjForDevicePublicKey :",
- "rationale": ".switch",
- "steps": [
- {
- "operation": "switch",
- "steps": [
- {
- "case": "equals dpkRecord.attStmt by binary equality:",
- "html": "This is a known device public key with a valid signature and valid attestation and thus a known device. Terminate these verification steps.
"
- },
- {
- "case": "does not equal dpkRecord.attStmt by binary equality:",
- "html": "If the result is:",
- "rationale": ".switch",
- "steps": [
- {
- "operation": "switch",
- "steps": [
- {
- "case": "successful",
- "html": "This is a known device public key with a valid signature and valid attestation and thus a known device. Terminate these verification steps.
"
- },
- {
- "case": "unsuccessful",
- "html": "Some form of error has occurred. It is indeterminate whether this is a known device. Terminate these verification steps.
"
- }
- ]
- }
- ]
- }
- ]
- }
- ]
- },
- {
- "case": "is empty:",
- "html": "This is possibly a new device public key signifying a new device.",
- "rationale": "let",
- "steps": [
- {
- "html": "Let matchedDpkKeys be a new empty set . For each dpkRecord in credentialRecord .devicePubKeys :",
- "rationale": "if",
- "steps": [
- {
- "html": "If dpkRecord .dpk equals dpk :",
- "rationale": "append",
- "steps": [
- {
- "html": "Append dpkRecord to matchedDpkKeys .
"
- }
- ]
- }
- ]
- },
- {
- "html": "If matchedDpkKeys is empty :",
- "rationale": ".switch",
- "steps": [
- {
- "operation": "switch",
- "steps": [
- {
- "case": "If fmt’s value is \"none\":",
- "html": "There is no attestation signature to verify and this is a new device. Unless Relying Party policy specifies that this attestation is unacceptable, Create a new device-bound key record and then terminate these verification steps.
"
- },
- {
- "case": "Otherwise:",
- "html": "If the result is:",
- "rationale": ".switch",
- "steps": [
- {
- "operation": "switch",
- "steps": [
- {
- "case": "successful",
- "html": "This is a new device public key signifying a new device. Create a new device-bound key record , then terminate these verification steps.
"
- },
- {
- "case": "unsuccessful",
- "html": "Some form of error has occurred. It is indeterminate whether this is a valid new device. Terminate these verification steps.
"
- }
- ]
- }
- ]
- }
- ]
- }
- ]
- },
- {
- "html": "Otherwise there is some form of error: we recieved a known dpk value, but one or more of the accompanying aaguid or scope values did not match what the Relying Party has stored along with that dpk value. Terminate these verification steps.
"
- }
- ]
- }
- ]
- }
- ]
- }
- ]
- },
- {
- "name": "Create a new device-bound key record",
- "href": "https://www.w3.org/TR/webauthn-3/#abstract-opdef-create-a-new-device-bound-key-record",
- "html": "To Create a new device-bound key record , perform the following steps:",
- "rationale": "create",
- "steps": [
- {
- "html": "Create a new device-bound key record with the contents:
\n \n aaguid \n \n The value of aaguid .
\n dpk \n \n The value of dpk .
\n scope \n \n The value of scope .
\n fmt \n \n The value of fmt .
\n attStmt \n \n The value of attStmt .
\n \n In step 22 of § 7.2 Verifying an Authentication Assertion , append this device-bound key record to credentialRecord .devicePubKeys .
"
- }
- ]
- },
{
"html": "When validating capabilities , the extension-specific substeps to validate \"webauthn:virtualAuthenticators\"
with value
are the following:",
"rationale": "if",
"steps": [
{
- "html": "If value
is not a boolean return a WebDriver Error with WebDriver error code invalid argument .
"
+ "html": "If value
is not a boolean return a WebDriver Error with WebDriver error code invalid argument .
"
},
{
"html": "Otherwise, let deserialized
be set to value
.
"
@@ -2400,7 +2396,7 @@
"rationale": "if",
"steps": [
{
- "html": "If value
is not a boolean return a WebDriver Error with WebDriver error code invalid argument .
"
+ "html": "If value
is not a boolean return a WebDriver Error with WebDriver error code invalid argument .
"
},
{
"html": "Otherwise, let deserialized
be set to value
.
"
@@ -2412,7 +2408,7 @@
"rationale": "if",
"steps": [
{
- "html": "If value
is true
and the endpoint node WebAuthn WebDriver implementation does not support the authenticator extension identified by the key
,\nthe match is unsuccessful.
"
+ "html": "If value
is true
and the endpoint node WebAuthn WebDriver implementation does not support the authenticator extension identified by the key
,\nthe match is unsuccessful.
"
},
{
"html": "Otherwise, the match is successful.
"
@@ -2420,14 +2416,14 @@
]
},
{
- "html": "The remote end steps are:",
+ "html": "The remote end steps are:",
"rationale": "if",
"steps": [
{
- "html": "If parameters is not a JSON Object , return a WebDriver error with WebDriver error code invalid argument .
"
+ "html": "If parameters is not a JSON Object , return a WebDriver error with WebDriver error code invalid argument .
"
},
{
- "html": "Let authenticator be a new Virtual Authenticator .
"
+ "html": "Let authenticator be a new Virtual Authenticator .
"
},
{
"html": "For each enumerable own property in parameters :",
@@ -2440,10 +2436,10 @@
"html": "Let value be the result of getting a property named key from parameters .
"
},
{
- "html": "If there is no matching key
for key in parameters , return a WebDriver error with WebDriver error code invalid argument .
"
+ "html": "If there is no matching key
for key in Authenticator Configuration , return a WebDriver error with WebDriver error code invalid argument .
"
},
{
- "html": "If value is not one of the valid values
for that key , return a WebDriver error with WebDriver error code invalid argument .
"
+ "html": "If value is not one of the valid values
for that key , return a WebDriver error with WebDriver error code invalid argument .
"
},
{
"html": "Set a property key to value on authenticator .
"
@@ -2451,7 +2447,7 @@
]
},
{
- "html": "For each property in Authenticator Configuration with a default defined:",
+ "html": "For each property in Authenticator Configuration with a default defined:",
"rationale": "if",
"steps": [
{
@@ -2460,11 +2456,11 @@
]
},
{
- "html": "For each property in Authenticator Configuration :",
+ "html": "For each property in Authenticator Configuration :",
"rationale": "if",
"steps": [
{
- "html": "If key
is not a defined property of authenticator , return a WebDriver error with WebDriver error code invalid argument .
"
+ "html": "If key
is not a defined property of authenticator , return a WebDriver error with WebDriver error code invalid argument .
"
}
]
},
@@ -2473,7 +2469,7 @@
"rationale": "if",
"steps": [
{
- "html": "If extension is not an extension identifier supported by the endpoint node WebAuthn WebDriver implementation,\nreturn a WebDriver error with WebDriver error code unsupported operation .
"
+ "html": "If extension is not an extension identifier supported by the endpoint node WebAuthn WebDriver implementation,\nreturn a WebDriver error with WebDriver error code unsupported operation .
"
}
]
},
@@ -2487,68 +2483,68 @@
"html": "Store authenticator in the Virtual Authenticator Database .
"
},
{
- "html": "Return success with data authenticatorId .
"
+ "html": "Return success with data authenticatorId .
"
}
]
},
{
- "html": "The remote end steps are:",
+ "html": "The remote end steps are:",
"rationale": "if",
"steps": [
{
- "html": "If authenticatorId does not match any Virtual Authenticator stored in the Virtual Authenticator\n Database , return a WebDriver error with WebDriver error code invalid argument .
"
+ "html": "If authenticatorId does not match any Virtual Authenticator stored in the Virtual Authenticator Database , return a WebDriver error with WebDriver error code invalid argument .
"
},
{
- "html": "Remove the Virtual Authenticator identified by authenticatorId from the Virtual Authenticator Database
"
+ "html": "Remove the Virtual Authenticator identified by authenticatorId from the Virtual Authenticator Database
"
},
{
- "html": "Return success .
"
+ "html": "Return success .
"
}
]
},
{
- "html": "The remote end steps are:",
+ "html": "The remote end steps are:",
"rationale": "if",
"steps": [
{
- "html": "If parameters is not a JSON Object , return a WebDriver error with WebDriver error code invalid argument .
"
+ "html": "If parameters is not a JSON Object , return a WebDriver error with WebDriver error code invalid argument .
"
},
{
- "html": "Let credentialId be the result of decoding Base64url Encoding on the parameters ’ credentialId property.
"
+ "html": "Let credentialId be the result of decoding Base64url Encoding on the parameters ’ credentialId property.
"
},
{
- "html": "If credentialId is failure, return a WebDriver error with WebDriver error code invalid argument .
"
+ "html": "If credentialId is failure, return a WebDriver error with WebDriver error code invalid argument .
"
},
{
"html": "Let isResidentCredential be the parameters ’ isResidentCredential property.
"
},
{
- "html": "If isResidentCredential is not defined, return a WebDriver error with WebDriver error code invalid argument .
"
+ "html": "If isResidentCredential is not defined, return a WebDriver error with WebDriver error code invalid argument .
"
},
{
"html": "Let rpId be the parameters ’ rpId property.
"
},
{
- "html": "If rpId is not a valid RP ID , return a WebDriver error with WebDriver error code invalid argument .
"
+ "html": "If rpId is not a valid RP ID , return a WebDriver error with WebDriver error code invalid argument .
"
},
{
- "html": "Let privateKey be the result of decoding Base64url Encoding on the parameters ’ privateKey property.
"
+ "html": "Let privateKey be the result of decoding Base64url Encoding on the parameters ’ privateKey property.
"
},
{
- "html": "If privateKey is failure, return a WebDriver error with WebDriver error code invalid argument .
"
+ "html": "If privateKey is failure, return a WebDriver error with WebDriver error code invalid argument .
"
},
{
- "html": "If privateKey is not a validly-encoded asymmetric key package containing a single ECDSA private key on the P-256\n curve per [RFC5958] , return a WebDriver error with WebDriver error code invalid argument .
"
+ "html": "If privateKey is not a validly-encoded asymmetric key package containing a single ECDSA private key on the P-256\n curve per [RFC5958] , return a WebDriver error with WebDriver error code invalid argument .
"
},
{
"html": "If the parameters ’ userHandle property is defined:",
"rationale": "let",
"steps": [
{
- "html": "Let userHandle be the result of decoding Base64url Encoding on the parameters ’ userHandle property.
"
+ "html": "Let userHandle be the result of decoding Base64url Encoding on the parameters ’ userHandle property.
"
},
{
- "html": "If userHandle is failure, return a WebDriver error with WebDriver error code invalid argument .
"
+ "html": "If userHandle is failure, return a WebDriver error with WebDriver error code invalid argument .
"
}
]
},
@@ -2557,7 +2553,7 @@
"rationale": "if",
"steps": [
{
- "html": "If isResidentCredential is true
, return a WebDriver error with WebDriver error code invalid argument .
"
+ "html": "If isResidentCredential is true
, return a WebDriver error with WebDriver error code invalid argument .
"
},
{
"html": "Let userHandle be null
.
"
@@ -2565,23 +2561,23 @@
]
},
{
- "html": "If authenticatorId does not match any Virtual Authenticator stored in the Virtual Authenticator\n Database , return a WebDriver error with WebDriver error code invalid argument .
"
+ "html": "If authenticatorId does not match any Virtual Authenticator stored in the Virtual Authenticator Database , return a WebDriver error with WebDriver error code invalid argument .
"
},
{
- "html": "Let authenticator be the Virtual Authenticator matched by authenticatorId .
"
+ "html": "Let authenticator be the Virtual Authenticator matched by authenticatorId .
"
},
{
- "html": "If isResidentCredential is true
and the authenticator ’s hasResidentKey property is false
, return a WebDriver error with WebDriver error code invalid argument .
"
+ "html": "If isResidentCredential is true
and the authenticator ’s hasResidentKey property is false
, return a WebDriver error with WebDriver error code invalid argument .
"
},
{
"html": "If the authenticator supports the largeBlob extension and the parameters ’ largeBlob feature is defined:",
"rationale": "let",
"steps": [
{
- "html": "Let largeBlob be the result of decoding Base64url Encoding on the parameters ’ largeBlob property.
"
+ "html": "Let largeBlob be the result of decoding Base64url Encoding on the parameters ’ largeBlob property.
"
},
{
- "html": "If largeBlob is failure, return a WebDriver error with WebDriver error code invalid argument .
"
+ "html": "If largeBlob is failure, return a WebDriver error with WebDriver error code invalid argument .
"
}
]
},
@@ -2595,97 +2591,160 @@
]
},
{
- "html": "Let credential be a new Client-side discoverable Public Key Credential Source if isResidentCredential is true
or a Server-side Public Key Credential Source otherwise whose items are:
\n \n type \n \n public-key
\n id \n \n credentialId
\n privateKey \n \n privateKey
\n rpId \n \n rpId
\n userHandle \n \n userHandle
\n "
+ "html": "Let backupEligibility be the parameters ’ backupEligibility property.
"
+ },
+ {
+ "html": "If backupEligibility is not defined, set backupEligibility to the value of the authenticator ’s defaultBackupEligibility .
"
+ },
+ {
+ "html": "Let backupState be the parameters ’ backupState property.
"
+ },
+ {
+ "html": "If backupState is not defined, set backupState to the value of the authenticator ’s defaultBackupState .
"
+ },
+ {
+ "html": "Let userName be the parameters ’ userName property.
"
+ },
+ {
+ "html": "If userName is not defined, set userName to the empty string.
"
+ },
+ {
+ "html": "Let userDisplayName be the parameters ’ userDisplayName property.
"
+ },
+ {
+ "html": "If userDisplayName is not defined, set userDisplayName to the empty string.
"
+ },
+ {
+ "html": "Let credential be a new Client-side discoverable Public Key Credential Source if isResidentCredential is true
or a Server-side Public Key Credential Source otherwise whose items are:
\n \n type \n \n public-key
\n id \n \n credentialId
\n privateKey \n \n privateKey
\n rpId \n \n rpId
\n userHandle \n \n userHandle
\n otherUI \n \n Construct from userName and userDisplayName .
\n "
+ },
+ {
+ "html": "Set the credential ’s backup eligibility credential property to backupEligibility .
"
+ },
+ {
+ "html": "Set the credential ’s backup state credential property to backupState .
"
},
{
"html": "Associate a signature counter counter to the credential with a starting value equal to the parameters ’ signCount or 0
if signCount is null
.
"
},
{
- "html": "If largeBlob is not null
, set the large, per-credential blob associated to the credential to largeBlob .
"
+ "html": "If largeBlob is not null
, set the large, per-credential blob associated to the credential to largeBlob .
"
},
{
"html": "Store the credential and counter in the database of the authenticator .
"
},
{
- "html": "Return success .
"
+ "html": "Return success .
"
}
]
},
{
- "html": "The remote end steps are:",
+ "html": "The remote end steps are:",
"rationale": "if",
"steps": [
{
- "html": "If authenticatorId does not match any Virtual Authenticator stored in the Virtual Authenticator\n Database , return a WebDriver error with WebDriver error code invalid argument .
"
+ "html": "If authenticatorId does not match any Virtual Authenticator stored in the Virtual Authenticator Database , return a WebDriver error with WebDriver error code invalid argument .
"
},
{
"html": "Let credentialsArray be an empty array.
"
},
{
- "html": "For each Public Key Credential Source credential , managed by the authenticator identified by authenticatorId ,\nconstruct a corresponding Credential Parameters Object and add it to credentialsArray .
"
+ "html": "For each Public Key Credential Source credential , managed by the authenticator identified by authenticatorId ,\nconstruct a corresponding Credential Parameters Object and add it to credentialsArray .
"
},
{
- "html": "Return success with data containing credentialsArray .
"
+ "html": "Return success with data containing credentialsArray .
"
}
]
},
{
- "html": "The remote end steps are:",
+ "html": "The remote end steps are:",
"rationale": "if",
"steps": [
{
- "html": "If authenticatorId does not match any Virtual Authenticator stored in the Virtual Authenticator\n Database , return a WebDriver error with WebDriver error code invalid argument .
"
+ "html": "If authenticatorId does not match any Virtual Authenticator stored in the Virtual Authenticator Database , return a WebDriver error with WebDriver error code invalid argument .
"
},
{
- "html": "Let authenticator be the Virtual Authenticator identified by authenticatorId .
"
+ "html": "Let authenticator be the Virtual Authenticator identified by authenticatorId .
"
},
{
- "html": "If credentialId does not match any Public Key Credential Source managed by authenticator , return a WebDriver error with WebDriver error code invalid argument .
"
+ "html": "If credentialId does not match any Public Key Credential Source managed by authenticator , return a WebDriver error with WebDriver error code invalid argument .
"
},
{
- "html": "Remove the Public Key Credential Source identified by credentialId managed by authenticator .
"
+ "html": "Remove the Public Key Credential Source identified by credentialId managed by authenticator .
"
},
{
- "html": "Return success .
"
+ "html": "Return success .
"
}
]
},
{
- "html": "The remote end steps are:",
+ "html": "The remote end steps are:",
"rationale": "if",
"steps": [
{
- "html": "If authenticatorId does not match any Virtual Authenticator stored in the Virtual Authenticator\n Database , return a WebDriver error with WebDriver error code invalid argument .
"
+ "html": "If authenticatorId does not match any Virtual Authenticator stored in the Virtual Authenticator Database , return a WebDriver error with WebDriver error code invalid argument .
"
},
{
- "html": "Remove all Public Key Credential Sources managed by the Virtual Authenticator identified by authenticatorId .
"
+ "html": "Remove all Public Key Credential Sources managed by the Virtual Authenticator identified by authenticatorId .
"
},
{
- "html": "Return success .
"
+ "html": "Return success .
"
}
]
},
{
- "html": "The remote end steps are:",
+ "html": "The remote end steps are:",
"rationale": "if",
"steps": [
{
- "html": "If parameters is not a JSON Object , return a WebDriver error with WebDriver error code invalid argument .
"
+ "html": "If parameters is not a JSON Object , return a WebDriver error with WebDriver error code invalid argument .
"
},
{
- "html": "If authenticatorId does not match any Virtual Authenticator stored in the Virtual Authenticator\n Database , return a WebDriver error with WebDriver error code invalid argument .
"
+ "html": "If authenticatorId does not match any Virtual Authenticator stored in the Virtual Authenticator Database , return a WebDriver error with WebDriver error code invalid argument .
"
},
{
- "html": "If isUserVerified is not a defined property of parameters , return a WebDriver error with WebDriver error code invalid argument .
"
+ "html": "If isUserVerified is not a defined property of parameters , return a WebDriver error with WebDriver error code invalid argument .
"
},
{
- "html": "Let authenticator be the Virtual Authenticator identified by authenticatorId .
"
+ "html": "Let authenticator be the Virtual Authenticator identified by authenticatorId .
"
},
{
"html": "Set the authenticator ’s isUserVerified property to the parameters ’ isUserVerified property.
"
},
{
- "html": "Return success .
"
+ "html": "Return success .
"
+ }
+ ]
+ },
+ {
+ "html": "The remote end steps are:",
+ "rationale": "if",
+ "steps": [
+ {
+ "html": "If parameters is not a JSON Object , return a WebDriver error with WebDriver error code invalid argument .
"
+ },
+ {
+ "html": "If authenticatorId does not match any Virtual Authenticator stored in the Virtual Authenticator Database , return a WebDriver error with WebDriver error code invalid argument .
"
+ },
+ {
+ "html": "Let credential be the public key credential source managed by authenticator matched by credentialId .
"
+ },
+ {
+ "html": "If credential is empty, return a WebDriver error with WebDriver error code invalid argument .
"
+ },
+ {
+ "html": "Let backupEligibility be the parameters ’ backupEligibility property.
"
+ },
+ {
+ "html": "If backupEligibility is defined, set the backup eligibility credential property of credential to the value of backupEligibility .
"
+ },
+ {
+ "html": "Let backupState be the parameters ’ backupState property.
"
+ },
+ {
+ "html": "If backupState is defined, set the backup state credential property of credential to the value of backupState .
"
+ },
+ {
+ "html": "Return success .
"
}
]
}
diff --git a/tr/algorithms/webcodecs.json b/tr/algorithms/webcodecs.json
index 40c3fad2bd91..e5bb591a5354 100644
--- a/tr/algorithms/webcodecs.json
+++ b/tr/algorithms/webcodecs.json
@@ -2648,7 +2648,7 @@
"html": "Let newReference be a new reference to resource .
"
},
{
- "html": "Assign newReference to serialized .[[resource reference]].
"
+ "html": "Assign newReference to |serialized.resource reference|.
"
},
{
"html": "For all remaining AudioData
internal slots (excluding [[resource reference]]
) in value , assign the value of\neach internal slot to a field in serialized with the same name as the\ninternal slot.
"
@@ -2714,7 +2714,7 @@
"html": "If image ’s networkState
attribute is NETWORK_EMPTY
, then throw an InvalidStateError
DOMException
.
"
},
{
- "html": "Let currentPlaybackFrame be the VideoFrame
at the current\nplayback position .
"
+ "html": "Let currentPlaybackFrame be the VideoFrame
at the current playback position .
"
},
{
"html": "If metadata
does not exist in init ,\nassign currentPlaybackFrame .[[metadata]]
to it.
"
@@ -2777,7 +2777,7 @@
"html": "If init .visibleRect
exists , assign its\nvalue to overrideRect .
"
},
{
- "html": "Let parsedRect be the result of running the Parse Visible\n Rect algorithm with defaultRect , overrideRect , init .codedWidth
, init .codedHeight
, and init .format
.
"
+ "html": "Let parsedRect be the result of running the Parse Visible Rect algorithm with defaultRect , overrideRect , init .codedWidth
, init .codedHeight
, and init .format
.
"
},
{
"html": "If parsedRect is an exception, return parsedRect .
"
@@ -2789,7 +2789,7 @@
"html": "If init .layout
exists , assign its value\nto optLayout .
"
},
{
- "html": "Let combinedLayout be the result of running the Compute\nLayout and Allocation Size algorithm with parsedRect , init .format
, and optLayout .
"
+ "html": "Let combinedLayout be the result of running the Compute Layout and Allocation Size algorithm with parsedRect , init .format
, and optLayout .
"
},
{
"html": "If combinedLayout is an exception, throw combinedLayout .
"
@@ -3011,7 +3011,7 @@
"html": "If [[format]]
is null
, throw a NotSupportedError
DOMException
.
"
},
{
- "html": "Let combinedLayout be the result of running the Parse\nVideoFrameCopyToOptions algorithm with options .
"
+ "html": "Let combinedLayout be the result of running the Parse VideoFrameCopyToOptions algorithm with options .
"
},
{
"html": "If combinedLayout is an exception, throw combinedLayout .
"
@@ -3034,7 +3034,7 @@
"html": "If [[format]]
is null
, return a promise rejected with a NotSupportedError
DOMException
.
"
},
{
- "html": "Let combinedLayout be the result of running the Parse\nVideoFrameCopyToOptions algorithm with options .
"
+ "html": "Let combinedLayout be the result of running the Parse VideoFrameCopyToOptions algorithm with options .
"
},
{
"html": "If combinedLayout is an exception, return a promise rejected with combinedLayout .
"
@@ -3074,7 +3074,7 @@
"rationale": "let",
"steps": [
{
- "html": "Let resource be the media resource referenced by\n[[resource reference]].
"
+ "html": "Let resource be the media resource referenced by [[resource reference]]
.
"
},
{
"html": "Let numPlanes be the number of planes as defined by [[format]]
.
"
@@ -3194,7 +3194,7 @@
"html": "Let resourceReference be a reference to resource .
"
},
{
- "html": "Assign resourceReference to [[resource reference]]
.
"
+ "html": "Assign resourceReference to [[resource reference]]
.
"
},
{
"html": "If output uses a recognized VideoPixelFormat
, assign that format to [[format]]
. Otherwise, assign null
to [[format]]
.
"
@@ -3327,7 +3327,7 @@
"html": "Let format be otherFrame .format
.
"
},
{
- "html": "If init .alpha
is discard
,\nassign otherFrame .format
's equivalent opaque format format .
"
+ "html": "If init .alpha
is discard
,\nassign otherFrame .format
’s equivalent opaque format format .
"
},
{
"html": "Let validInit be the result of running the Validate VideoFrameInit algorithm with format and otherFrame ’s [[coded width]]
and [[coded height]]
.
"
@@ -3336,10 +3336,10 @@
"html": "If validInit is false
, throw a TypeError
.
"
},
{
- "html": "Let resource be the media resource referenced by otherFrame ’s [[resource reference]]
.
"
+ "html": "Let resource be the media resource referenced by otherFrame ’s [[resource reference]]
.
"
},
{
- "html": "Assign a new reference for resource to frame ’s [[resource reference]]
.
"
+ "html": "Assign a new reference for resource to frame ’s [[resource reference]]
.
"
},
{
"html": "Assign the following attributes from otherFrame to frame : codedWidth
, codedHeight
, colorSpace
.
"
@@ -3389,7 +3389,7 @@
"html": "If validInit is false
, throw a TypeError
.
"
},
{
- "html": "Assign a new reference for resource to frame ’s [[resource reference]]
.
"
+ "html": "Assign a new reference for resource to frame ’s [[resource reference]]
.
"
},
{
"html": "If init .alpha
is discard
, assign format ’s equivalent opaque format to format .
"
@@ -3520,16 +3520,16 @@
"rationale": "let",
"steps": [
{
- "html": "Let resource be the media resource referenced by frame ’s\n[[resource reference]].
"
+ "html": "Let resource be the media resource referenced by frame ’s [[resource reference]]
.
"
},
{
"html": "Let newReference be a new reference to resource .
"
},
{
- "html": "Assign newReference to clone ’s [[resource reference]]
.
"
+ "html": "Assign newReference to clone ’s [[resource reference]]
.
"
},
{
- "html": "Assign all remaining internal slots of frame (excluding [[resource reference]]
) to those of the same name\nin clone .
"
+ "html": "Assign all remaining internal slots of frame (excluding [[resource reference]]
) to those of the same name\nin clone .
"
}
]
},
@@ -3545,7 +3545,7 @@
"rationale": "assign",
"steps": [
{
- "html": "Assign null
to frame ’s [[resource reference]]
.
"
+ "html": "Assign null
to frame ’s [[resource reference]]
.
"
},
{
"html": "Assign true
to frame ’s [[Detached]]
.
"
@@ -3614,7 +3614,7 @@
"html": "If options .rect
exists , assign the\nvalue of options .rect
to overrideRect .
"
},
{
- "html": "Let parsedRect be the result of running the Parse Visible\nRect algorithm with defaultRect , overrideRect , [[coded width]]
, [[coded height]]
, and [[format]]
.
"
+ "html": "Let parsedRect be the result of running the Parse Visible Rect algorithm with defaultRect , overrideRect , [[coded width]]
, [[coded height]]
, and [[format]]
.
"
},
{
"html": "If parsedRect is an exception, return parsedRect .
"
@@ -3635,7 +3635,7 @@
"html": "Otherwise, if options .format
is equal to\none of RGBA
, RGBX
, BGRA
, BGRX
, then assign options .format
to format ,\notherwise return NotSupportedError
.
"
},
{
- "html": "Let combinedLayout be the result of running the Compute\nLayout and Allocation Size algorithm with parsedRect , format ,\nand optLayout .
"
+ "html": "Let combinedLayout be the result of running the Compute Layout and Allocation Size algorithm with parsedRect , format ,\nand optLayout .
"
},
{
"html": "Return combinedLayout .
"
@@ -3922,10 +3922,10 @@
"html": "Assign the result of running the Convert\nPredefinedColorSpace to VideoColorSpace algorithm with colorSpace to [[color space]]
.
"
},
{
- "html": "Let resource be a new media resource containing the result of\nconversion of media resource referenced by frame ’s [[resource reference]]
into a color space and pixel\nformat specified by [[color space]]
and [[format]]
respectively.
"
+ "html": "Let resource be a new media resource containing the result of\nconversion of media resource referenced by frame ’s [[resource reference]]
into a color space and pixel\nformat specified by [[color space]]
and [[format]]
respectively.
"
},
{
- "html": "Assign the reference to resource to [[resource reference]]
"
+ "html": "Assign the reference to resource to [[resource reference]]
"
}
]
},
@@ -3986,16 +3986,16 @@
"html": "If forStorage is true
, throw a DataCloneError
.
"
},
{
- "html": "Let resource be the media resource referenced by value ’s [[resource reference]]
.
"
+ "html": "Let resource be the media resource referenced by value ’s [[resource reference]]
.
"
},
{
"html": "Let newReference be a new reference to resource .
"
},
{
- "html": "Assign newReference to serialized .[[resource reference]].
"
+ "html": "Assign newReference to |serialized.resource reference|.
"
},
{
- "html": "For all remaining VideoFrame
internal slots (excluding [[resource reference]]
) in value , assign the value of\neach internal slot to a field in serialized with the same name as the\ninternal slot.
"
+ "html": "For all remaining VideoFrame
internal slots (excluding [[resource reference]]
) in value , assign the value of\neach internal slot to a field in serialized with the same name as the\ninternal slot.
"
}
]
},
@@ -4102,7 +4102,7 @@
"html": "Assign false
to [[closed]]
.
"
},
{
- "html": "Assign a new map to [[progressive frame\ngenerations]]
.
"
+ "html": "Assign a new map to [[progressive frame generations]]
.
"
},
{
"html": "If init ’s data
member is of type ReadableStream
:",
@@ -4191,7 +4191,7 @@
"rationale": "let",
"steps": [
{
- "html": "Let supported be the result of running the Check Type\nSupport algorithm with init.type
.
"
+ "html": "Let supported be the result of running the Check Type Support algorithm with init.type
.
"
},
{
"html": "If supported is false
, run the Close ImageDecoder algorithm with a NotSupportedError
DOMException
and return \"processed\"
.
"
@@ -4249,7 +4249,7 @@
"html": "If [[closed]]
is true
, return a Promise
rejected with an InvalidStateError
DOMException
.
"
},
{
- "html": "If [[ImageTrackList]]
's [[selected index]]
is '-1', return a Promise
rejected with an InvalidStateError
DOMException
.
"
+ "html": "If [[ImageTrackList]]
’s [[selected index]]
is '-1', return a Promise
rejected with an InvalidStateError
DOMException
.
"
},
{
"html": "If options is undefined
, assign a new ImageDecodeOptions
to options .
"
@@ -4445,7 +4445,7 @@
"html": "Assign true
to selectedTrack ’s [[selected]]
internal\nslot.
"
},
{
- "html": "Assign selectedTrackIndex to [[internal selected track\nindex]]
.
"
+ "html": "Assign selectedTrackIndex to [[internal selected track index]]
.
"
},
{
"html": "Assign true
to [[tracks established]]
.
"
@@ -4474,7 +4474,7 @@
"rationale": "if",
"steps": [
{
- "html": "If [[encoded data]]
identifies a Primary Image\nTrack :",
+ "html": "If [[encoded data]]
identifies a Primary Image Track :",
"rationale": "let",
"steps": [
{
@@ -4679,7 +4679,7 @@
"rationale": "complete",
"steps": [
{
- "html": "[[encoded data]]
contains enough bytes to decode encodedFrame to produce an output whose Progressive Image\nFrame Generation exceeds lastFrameGeneration .
"
+ "html": "[[encoded data]]
contains enough bytes to decode encodedFrame to produce an output whose Progressive Image Frame Generation exceeds lastFrameGeneration .
"
},
{
"html": "[[encoded data]]
is found to be malformed.
"
@@ -4733,7 +4733,7 @@
"html": "Let frameGeneration be the Progressive Image Frame Generation for output .
"
},
{
- "html": "Add a new entry to [[progressive frame\ngenerations]]
with key frameIndex and value frameGeneration .
"
+ "html": "Add a new entry to [[progressive frame generations]]
with key frameIndex and value frameGeneration .
"
}
]
},
@@ -4907,7 +4907,7 @@
"html": "Remove all entries from [[ImageTrackList]]
.
"
},
{
- "html": "Assign -1
to [[ImageTrackList]]
's [[selected index]]
.
"
+ "html": "Assign -1
to [[ImageTrackList]]
’s [[selected index]]
.
"
}
]
},
@@ -4972,7 +4972,7 @@
"rationale": "if",
"steps": [
{
- "html": "If [[ImageDecoder]]
's [[closed]]
slot is true
, abort these steps.
"
+ "html": "If [[ImageDecoder]]
’s [[closed]]
slot is true
, abort these steps.
"
},
{
"html": "Let newValue be the given value .
"
@@ -5011,7 +5011,7 @@
"html": "Run the Reset ImageDecoder algorithm on [[ImageDecoder]]
.
"
},
{
- "html": "Queue a control message to [[ImageDecoder]]
's control message queue to update the internal selected track\nindex with selectedIndex .
"
+ "html": "Queue a control message to [[ImageDecoder]]
’s control message queue to update the internal selected track\nindex with selectedIndex .
"
},
{
"html": "Process the control message queue belonging to [[ImageDecoder]]
.
"
@@ -5025,7 +5025,7 @@
"rationale": "enqueue",
"steps": [
{
- "html": "Enqueue the following steps to [[ImageDecoder]]
's [[codec work queue]]
:",
+ "html": "Enqueue the following steps to [[ImageDecoder]]
’s [[codec work queue]]
:",
"rationale": "assign",
"steps": [
{
diff --git a/tr/algorithms/webnn.json b/tr/algorithms/webnn.json
index 1742c58601df..29e7bafdb8e2 100644
--- a/tr/algorithms/webnn.json
+++ b/tr/algorithms/webnn.json
@@ -38,10 +38,16 @@
"html": "Set context .[[lost]]
to a new promise .
"
},
{
- "html": "If options [\"deviceType
\"] exists , then set context .[[deviceType]]
to options [\"deviceType
\"]. Otherwise, set context .[[deviceType]]
to \"cpu\"
.
"
+ "html": "If options [\"deviceType
\"] exists , then set context .[[deviceType]]
to options [\"deviceType
\"].
"
},
{
- "html": "If options [\"powerPreference
\"] exists , then set context .[[powerPreference]]
to options [\"powerPreference
\"]. Otherwise, set context .[[powerPreference]]
to \"default\"
.
"
+ "html": "Otherwise, set context .[[deviceType]]
to \"cpu\"
.
"
+ },
+ {
+ "html": "If options [\"powerPreference
\"] exists , then set context .[[powerPreference]]
to options [\"powerPreference
\"].
"
+ },
+ {
+ "html": "Otherwise, set context .[[powerPreference]]
to \"default\"
.
"
}
]
},
@@ -4073,10 +4079,10 @@
"html": "If input ’s rank is not 4, then throw a TypeError
.
"
},
{
- "html": "If options .windowDimensions
exists and its size is not 2, then throw a TypeError
.
"
+ "html": "If options .windowDimensions
does not exist , set options .windowDimensions
to the height and width dimensions of the shape of input .
"
},
{
- "html": "Otherwise, set options .windowDimensions
to the height and width dimensions of the shape of input .
"
+ "html": "If options .windowDimensions
’s size is not 2, then throw a TypeError
.
"
},
{
"html": "If options .outputSizes
exists , or if options .padding
does not exist , set options .padding
to the list « 0, 0, 0, 0 ».
"
@@ -4118,7 +4124,7 @@
"html": "Let desc be a copy of input .[[descriptor]]
.
"
},
{
- "html": "Let outputShape be the result of calculating pool2d output sizes given options .layout
, input ’s shape , options .roundingType
, options .windowDimensions
, options .padding
, options .strides
, options .dilations
, and options .outputSizes
(if it exists ).
"
+ "html": "Let outputShape be the result of calculating pool2d output sizes given options .layout
, input ’s shape , options .roundingType
, options .windowDimensions
, options .padding
, options .strides
, options .dilations
, and options .outputSizes
(if it exists ).
"
},
{
"html": "If any item in outputShape is not a valid dimension , then throw a TypeError
.
"
diff --git a/tr/dfns/webauthn-3.json b/tr/dfns/webauthn-3.json
index 6739c896677b..22b6cf597b8c 100644
--- a/tr/dfns/webauthn-3.json
+++ b/tr/dfns/webauthn-3.json
@@ -54,8 +54,10 @@
"access": "private",
"informative": false,
"heading": {
- "href": "https://www.w3.org/TR/webauthn-3/#cbor",
- "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 3"
+ "id": "sctn-dependencies",
+ "href": "https://www.w3.org/TR/webauthn-3/#sctn-dependencies",
+ "title": "Dependencies",
+ "number": "3"
},
"definedIn": "prose"
},
@@ -71,8 +73,10 @@
"access": "private",
"informative": false,
"heading": {
- "href": "https://www.w3.org/TR/webauthn-3/#cddl",
- "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 3"
+ "id": "sctn-dependencies",
+ "href": "https://www.w3.org/TR/webauthn-3/#sctn-dependencies",
+ "title": "Dependencies",
+ "number": "3"
},
"definedIn": "prose"
},
@@ -107,8 +111,10 @@
"access": "private",
"informative": false,
"heading": {
- "href": "https://www.w3.org/TR/webauthn-3/#attestation-certificate",
- "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 3"
+ "id": "sctn-terminology",
+ "href": "https://www.w3.org/TR/webauthn-3/#sctn-terminology",
+ "title": "Terminology",
+ "number": "4"
},
"definedIn": "dt"
},
@@ -124,8 +130,10 @@
"access": "private",
"informative": false,
"heading": {
- "href": "https://www.w3.org/TR/webauthn-3/#attestation-key-pair",
- "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 3"
+ "id": "sctn-terminology",
+ "href": "https://www.w3.org/TR/webauthn-3/#sctn-terminology",
+ "title": "Terminology",
+ "number": "4"
},
"definedIn": "prose"
},
@@ -141,8 +149,10 @@
"access": "private",
"informative": false,
"heading": {
- "href": "https://www.w3.org/TR/webauthn-3/#attestation-private-key",
- "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 3"
+ "id": "sctn-terminology",
+ "href": "https://www.w3.org/TR/webauthn-3/#sctn-terminology",
+ "title": "Terminology",
+ "number": "4"
},
"definedIn": "prose"
},
@@ -158,8 +168,10 @@
"access": "private",
"informative": false,
"heading": {
- "href": "https://www.w3.org/TR/webauthn-3/#attestation-public-key",
- "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 3"
+ "id": "sctn-terminology",
+ "href": "https://www.w3.org/TR/webauthn-3/#sctn-terminology",
+ "title": "Terminology",
+ "number": "4"
},
"definedIn": "prose"
},
@@ -175,8 +187,10 @@
"access": "private",
"informative": false,
"heading": {
- "href": "https://www.w3.org/TR/webauthn-3/#authentication",
- "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 3"
+ "id": "sctn-terminology",
+ "href": "https://www.w3.org/TR/webauthn-3/#sctn-terminology",
+ "title": "Terminology",
+ "number": "4"
},
"definedIn": "dt"
},
@@ -192,8 +206,10 @@
"access": "private",
"informative": false,
"heading": {
- "href": "https://www.w3.org/TR/webauthn-3/#authentication-ceremony",
- "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 3"
+ "id": "sctn-terminology",
+ "href": "https://www.w3.org/TR/webauthn-3/#sctn-terminology",
+ "title": "Terminology",
+ "number": "4"
},
"definedIn": "dt"
},
@@ -209,8 +225,10 @@
"access": "private",
"informative": false,
"heading": {
- "href": "https://www.w3.org/TR/webauthn-3/#authentication-assertion",
- "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 3"
+ "id": "sctn-terminology",
+ "href": "https://www.w3.org/TR/webauthn-3/#sctn-terminology",
+ "title": "Terminology",
+ "number": "4"
},
"definedIn": "dt"
},
@@ -226,8 +244,10 @@
"access": "private",
"informative": false,
"heading": {
- "href": "https://www.w3.org/TR/webauthn-3/#assertion",
- "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 3"
+ "id": "sctn-terminology",
+ "href": "https://www.w3.org/TR/webauthn-3/#sctn-terminology",
+ "title": "Terminology",
+ "number": "4"
},
"definedIn": "dt"
},
@@ -243,8 +263,10 @@
"access": "private",
"informative": false,
"heading": {
- "href": "https://www.w3.org/TR/webauthn-3/#authenticator",
- "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 3"
+ "id": "sctn-terminology",
+ "href": "https://www.w3.org/TR/webauthn-3/#sctn-terminology",
+ "title": "Terminology",
+ "number": "4"
},
"definedIn": "dt"
},
@@ -260,8 +282,10 @@
"access": "private",
"informative": false,
"heading": {
- "href": "https://www.w3.org/TR/webauthn-3/#webauthn-authenticator",
- "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 3"
+ "id": "sctn-terminology",
+ "href": "https://www.w3.org/TR/webauthn-3/#sctn-terminology",
+ "title": "Terminology",
+ "number": "4"
},
"definedIn": "dt"
},
@@ -277,8 +301,10 @@
"access": "private",
"informative": false,
"heading": {
- "href": "https://www.w3.org/TR/webauthn-3/#authorization-gesture",
- "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 3"
+ "id": "sctn-terminology",
+ "href": "https://www.w3.org/TR/webauthn-3/#sctn-terminology",
+ "title": "Terminology",
+ "number": "4"
},
"definedIn": "dt"
},
@@ -294,8 +320,10 @@
"access": "private",
"informative": false,
"heading": {
- "href": "https://www.w3.org/TR/webauthn-3/#backed-up",
- "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 3"
+ "id": "sctn-terminology",
+ "href": "https://www.w3.org/TR/webauthn-3/#sctn-terminology",
+ "title": "Terminology",
+ "number": "4"
},
"definedIn": "dt"
},
@@ -311,8 +339,10 @@
"access": "private",
"informative": false,
"heading": {
- "href": "https://www.w3.org/TR/webauthn-3/#backup-eligibility",
- "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 3"
+ "id": "sctn-terminology",
+ "href": "https://www.w3.org/TR/webauthn-3/#sctn-terminology",
+ "title": "Terminology",
+ "number": "4"
},
"definedIn": "dt"
},
@@ -328,8 +358,10 @@
"access": "private",
"informative": false,
"heading": {
- "href": "https://www.w3.org/TR/webauthn-3/#backup-eligible",
- "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 3"
+ "id": "sctn-terminology",
+ "href": "https://www.w3.org/TR/webauthn-3/#sctn-terminology",
+ "title": "Terminology",
+ "number": "4"
},
"definedIn": "dt"
},
@@ -345,8 +377,10 @@
"access": "private",
"informative": false,
"heading": {
- "href": "https://www.w3.org/TR/webauthn-3/#multi-device-credential",
- "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 3"
+ "id": "sctn-terminology",
+ "href": "https://www.w3.org/TR/webauthn-3/#sctn-terminology",
+ "title": "Terminology",
+ "number": "4"
},
"definedIn": "prose"
},
@@ -362,8 +396,10 @@
"access": "private",
"informative": false,
"heading": {
- "href": "https://www.w3.org/TR/webauthn-3/#single-device-credential",
- "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 3"
+ "id": "sctn-terminology",
+ "href": "https://www.w3.org/TR/webauthn-3/#sctn-terminology",
+ "title": "Terminology",
+ "number": "4"
},
"definedIn": "prose"
},
@@ -379,8 +415,10 @@
"access": "private",
"informative": false,
"heading": {
- "href": "https://www.w3.org/TR/webauthn-3/#backup-state",
- "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 3"
+ "id": "sctn-terminology",
+ "href": "https://www.w3.org/TR/webauthn-3/#sctn-terminology",
+ "title": "Terminology",
+ "number": "4"
},
"definedIn": "dt"
},
@@ -396,8 +434,10 @@
"access": "private",
"informative": false,
"heading": {
- "href": "https://www.w3.org/TR/webauthn-3/#biometric-authenticator",
- "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 3"
+ "id": "sctn-terminology",
+ "href": "https://www.w3.org/TR/webauthn-3/#sctn-terminology",
+ "title": "Terminology",
+ "number": "4"
},
"definedIn": "dt"
},
@@ -413,8 +453,10 @@
"access": "private",
"informative": false,
"heading": {
- "href": "https://www.w3.org/TR/webauthn-3/#biometric-recognition",
- "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 3"
+ "id": "sctn-terminology",
+ "href": "https://www.w3.org/TR/webauthn-3/#sctn-terminology",
+ "title": "Terminology",
+ "number": "4"
},
"definedIn": "dt"
},
@@ -430,8 +472,10 @@
"access": "private",
"informative": false,
"heading": {
- "href": "https://www.w3.org/TR/webauthn-3/#bound-credential",
- "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 3"
+ "id": "sctn-terminology",
+ "href": "https://www.w3.org/TR/webauthn-3/#sctn-terminology",
+ "title": "Terminology",
+ "number": "4"
},
"definedIn": "dt"
},
@@ -447,8 +491,10 @@
"access": "private",
"informative": false,
"heading": {
- "href": "https://www.w3.org/TR/webauthn-3/#contains",
- "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 3"
+ "id": "sctn-terminology",
+ "href": "https://www.w3.org/TR/webauthn-3/#sctn-terminology",
+ "title": "Terminology",
+ "number": "4"
},
"definedIn": "prose"
},
@@ -464,8 +510,10 @@
"access": "private",
"informative": false,
"heading": {
- "href": "https://www.w3.org/TR/webauthn-3/#created-on",
- "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 3"
+ "id": "sctn-terminology",
+ "href": "https://www.w3.org/TR/webauthn-3/#sctn-terminology",
+ "title": "Terminology",
+ "number": "4"
},
"definedIn": "prose"
},
@@ -481,8 +529,10 @@
"access": "private",
"informative": false,
"heading": {
- "href": "https://www.w3.org/TR/webauthn-3/#ceremony",
- "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 3"
+ "id": "sctn-terminology",
+ "href": "https://www.w3.org/TR/webauthn-3/#sctn-terminology",
+ "title": "Terminology",
+ "number": "4"
},
"definedIn": "dt"
},
@@ -498,8 +548,10 @@
"access": "private",
"informative": false,
"heading": {
- "href": "https://www.w3.org/TR/webauthn-3/#client",
- "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 3"
+ "id": "sctn-terminology",
+ "href": "https://www.w3.org/TR/webauthn-3/#sctn-terminology",
+ "title": "Terminology",
+ "number": "4"
},
"definedIn": "dt"
},
@@ -515,8 +567,10 @@
"access": "private",
"informative": false,
"heading": {
- "href": "https://www.w3.org/TR/webauthn-3/#webauthn-client",
- "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 3"
+ "id": "sctn-terminology",
+ "href": "https://www.w3.org/TR/webauthn-3/#sctn-terminology",
+ "title": "Terminology",
+ "number": "4"
},
"definedIn": "dt"
},
@@ -532,8 +586,10 @@
"access": "private",
"informative": false,
"heading": {
- "href": "https://www.w3.org/TR/webauthn-3/#client-device",
- "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 3"
+ "id": "sctn-terminology",
+ "href": "https://www.w3.org/TR/webauthn-3/#sctn-terminology",
+ "title": "Terminology",
+ "number": "4"
},
"definedIn": "dt"
},
@@ -549,8 +605,10 @@
"access": "private",
"informative": false,
"heading": {
- "href": "https://www.w3.org/TR/webauthn-3/#webauthn-client-device",
- "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 3"
+ "id": "sctn-terminology",
+ "href": "https://www.w3.org/TR/webauthn-3/#sctn-terminology",
+ "title": "Terminology",
+ "number": "4"
},
"definedIn": "dt"
},
@@ -566,8 +624,10 @@
"access": "private",
"informative": false,
"heading": {
- "href": "https://www.w3.org/TR/webauthn-3/#client-platform",
- "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 3"
+ "id": "sctn-terminology",
+ "href": "https://www.w3.org/TR/webauthn-3/#sctn-terminology",
+ "title": "Terminology",
+ "number": "4"
},
"definedIn": "dt"
},
@@ -583,8 +643,10 @@
"access": "private",
"informative": false,
"heading": {
- "href": "https://www.w3.org/TR/webauthn-3/#client-side",
- "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 3"
+ "id": "sctn-terminology",
+ "href": "https://www.w3.org/TR/webauthn-3/#sctn-terminology",
+ "title": "Terminology",
+ "number": "4"
},
"definedIn": "dt"
},
@@ -600,8 +662,10 @@
"access": "private",
"informative": false,
"heading": {
- "href": "https://www.w3.org/TR/webauthn-3/#client-side-discoverable-public-key-credential-source",
- "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 3"
+ "id": "sctn-terminology",
+ "href": "https://www.w3.org/TR/webauthn-3/#sctn-terminology",
+ "title": "Terminology",
+ "number": "4"
},
"definedIn": "dt"
},
@@ -617,8 +681,10 @@
"access": "private",
"informative": false,
"heading": {
- "href": "https://www.w3.org/TR/webauthn-3/#client-side-discoverable-credential",
- "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 3"
+ "id": "sctn-terminology",
+ "href": "https://www.w3.org/TR/webauthn-3/#sctn-terminology",
+ "title": "Terminology",
+ "number": "4"
},
"definedIn": "dt"
},
@@ -634,8 +700,10 @@
"access": "private",
"informative": false,
"heading": {
- "href": "https://www.w3.org/TR/webauthn-3/#discoverable-credential",
- "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 3"
+ "id": "sctn-terminology",
+ "href": "https://www.w3.org/TR/webauthn-3/#sctn-terminology",
+ "title": "Terminology",
+ "number": "4"
},
"definedIn": "dt"
},
@@ -648,11 +716,13 @@
"localLinkingText": [],
"type": "dfn",
"for": [],
- "access": "private",
+ "access": "public",
"informative": false,
"heading": {
- "href": "https://www.w3.org/TR/webauthn-3/#passkey",
- "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 3"
+ "id": "sctn-terminology",
+ "href": "https://www.w3.org/TR/webauthn-3/#sctn-terminology",
+ "title": "Terminology",
+ "number": "4"
},
"definedIn": "dt"
},
@@ -668,8 +738,10 @@
"access": "private",
"informative": false,
"heading": {
- "href": "https://www.w3.org/TR/webauthn-3/#resident-credential",
- "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 3"
+ "id": "sctn-terminology",
+ "href": "https://www.w3.org/TR/webauthn-3/#sctn-terminology",
+ "title": "Terminology",
+ "number": "4"
},
"definedIn": "dt"
},
@@ -685,8 +757,10 @@
"access": "private",
"informative": false,
"heading": {
- "href": "https://www.w3.org/TR/webauthn-3/#resident-key",
- "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 3"
+ "id": "sctn-terminology",
+ "href": "https://www.w3.org/TR/webauthn-3/#sctn-terminology",
+ "title": "Terminology",
+ "number": "4"
},
"definedIn": "dt"
},
@@ -702,8 +776,10 @@
"access": "private",
"informative": false,
"heading": {
- "href": "https://www.w3.org/TR/webauthn-3/#conforming-user-agent",
- "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 3"
+ "id": "sctn-terminology",
+ "href": "https://www.w3.org/TR/webauthn-3/#sctn-terminology",
+ "title": "Terminology",
+ "number": "4"
},
"definedIn": "dt"
},
@@ -719,8 +795,10 @@
"access": "private",
"informative": false,
"heading": {
- "href": "https://www.w3.org/TR/webauthn-3/#credential-id",
- "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 3"
+ "id": "sctn-terminology",
+ "href": "https://www.w3.org/TR/webauthn-3/#sctn-terminology",
+ "title": "Terminology",
+ "number": "4"
},
"definedIn": "dt"
},
@@ -736,8 +814,10 @@
"access": "private",
"informative": false,
"heading": {
- "href": "https://www.w3.org/TR/webauthn-3/#credential-key-pair",
- "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 3"
+ "id": "sctn-terminology",
+ "href": "https://www.w3.org/TR/webauthn-3/#sctn-terminology",
+ "title": "Terminology",
+ "number": "4"
},
"definedIn": "dt"
},
@@ -753,8 +833,10 @@
"access": "private",
"informative": false,
"heading": {
- "href": "https://www.w3.org/TR/webauthn-3/#credential-private-key",
- "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 3"
+ "id": "sctn-terminology",
+ "href": "https://www.w3.org/TR/webauthn-3/#sctn-terminology",
+ "title": "Terminology",
+ "number": "4"
},
"definedIn": "dt"
},
@@ -770,8 +852,10 @@
"access": "private",
"informative": false,
"heading": {
- "href": "https://www.w3.org/TR/webauthn-3/#credential-public-key",
- "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 3"
+ "id": "sctn-terminology",
+ "href": "https://www.w3.org/TR/webauthn-3/#sctn-terminology",
+ "title": "Terminology",
+ "number": "4"
},
"definedIn": "dt"
},
@@ -787,25 +871,10 @@
"access": "private",
"informative": false,
"heading": {
- "href": "https://www.w3.org/TR/webauthn-3/#user-public-key",
- "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 3"
- },
- "definedIn": "dt"
- },
- {
- "id": "user-credential",
- "href": "https://www.w3.org/TR/webauthn-3/#user-credential",
- "linkingText": [
- "User Credential"
- ],
- "localLinkingText": [],
- "type": "dfn",
- "for": [],
- "access": "private",
- "informative": false,
- "heading": {
- "href": "https://www.w3.org/TR/webauthn-3/#user-credential",
- "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 3"
+ "id": "sctn-terminology",
+ "href": "https://www.w3.org/TR/webauthn-3/#sctn-terminology",
+ "title": "Terminology",
+ "number": "4"
},
"definedIn": "dt"
},
@@ -821,8 +890,10 @@
"access": "private",
"informative": false,
"heading": {
- "href": "https://www.w3.org/TR/webauthn-3/#credential-properties",
- "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 3"
+ "id": "sctn-terminology",
+ "href": "https://www.w3.org/TR/webauthn-3/#sctn-terminology",
+ "title": "Terminology",
+ "number": "4"
},
"definedIn": "dt"
},
@@ -838,8 +909,10 @@
"access": "private",
"informative": false,
"heading": {
- "href": "https://www.w3.org/TR/webauthn-3/#credential-record",
- "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 3"
+ "id": "sctn-terminology",
+ "href": "https://www.w3.org/TR/webauthn-3/#sctn-terminology",
+ "title": "Terminology",
+ "number": "4"
},
"definedIn": "dt"
},
@@ -857,8 +930,10 @@
"access": "public",
"informative": false,
"heading": {
- "href": "https://www.w3.org/TR/webauthn-3/#abstract-opdef-credential-record-type",
- "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 3"
+ "id": "sctn-terminology",
+ "href": "https://www.w3.org/TR/webauthn-3/#sctn-terminology",
+ "title": "Terminology",
+ "number": "4"
},
"definedIn": "dt"
},
@@ -876,8 +951,10 @@
"access": "public",
"informative": false,
"heading": {
- "href": "https://www.w3.org/TR/webauthn-3/#abstract-opdef-credential-record-id",
- "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 3"
+ "id": "sctn-terminology",
+ "href": "https://www.w3.org/TR/webauthn-3/#sctn-terminology",
+ "title": "Terminology",
+ "number": "4"
},
"definedIn": "dt"
},
@@ -895,8 +972,10 @@
"access": "public",
"informative": false,
"heading": {
- "href": "https://www.w3.org/TR/webauthn-3/#abstract-opdef-credential-record-publickey",
- "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 3"
+ "id": "sctn-terminology",
+ "href": "https://www.w3.org/TR/webauthn-3/#sctn-terminology",
+ "title": "Terminology",
+ "number": "4"
},
"definedIn": "dt"
},
@@ -914,8 +993,10 @@
"access": "public",
"informative": false,
"heading": {
- "href": "https://www.w3.org/TR/webauthn-3/#abstract-opdef-credential-record-signcount",
- "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 3"
+ "id": "sctn-terminology",
+ "href": "https://www.w3.org/TR/webauthn-3/#sctn-terminology",
+ "title": "Terminology",
+ "number": "4"
},
"definedIn": "dt"
},
@@ -933,8 +1014,10 @@
"access": "public",
"informative": false,
"heading": {
- "href": "https://www.w3.org/TR/webauthn-3/#abstract-opdef-credential-record-transports",
- "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 3"
+ "id": "sctn-terminology",
+ "href": "https://www.w3.org/TR/webauthn-3/#sctn-terminology",
+ "title": "Terminology",
+ "number": "4"
},
"definedIn": "dt"
},
@@ -952,8 +1035,10 @@
"access": "public",
"informative": false,
"heading": {
- "href": "https://www.w3.org/TR/webauthn-3/#abstract-opdef-credential-record-uvinitialized",
- "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 3"
+ "id": "sctn-terminology",
+ "href": "https://www.w3.org/TR/webauthn-3/#sctn-terminology",
+ "title": "Terminology",
+ "number": "4"
},
"definedIn": "dt"
},
@@ -971,8 +1056,10 @@
"access": "public",
"informative": false,
"heading": {
- "href": "https://www.w3.org/TR/webauthn-3/#abstract-opdef-credential-record-backupeligible",
- "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 3"
+ "id": "sctn-terminology",
+ "href": "https://www.w3.org/TR/webauthn-3/#sctn-terminology",
+ "title": "Terminology",
+ "number": "4"
},
"definedIn": "dt"
},
@@ -990,8 +1077,10 @@
"access": "public",
"informative": false,
"heading": {
- "href": "https://www.w3.org/TR/webauthn-3/#abstract-opdef-credential-record-backupstate",
- "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 3"
+ "id": "sctn-terminology",
+ "href": "https://www.w3.org/TR/webauthn-3/#sctn-terminology",
+ "title": "Terminology",
+ "number": "4"
},
"definedIn": "dt"
},
@@ -1009,8 +1098,10 @@
"access": "public",
"informative": false,
"heading": {
- "href": "https://www.w3.org/TR/webauthn-3/#abstract-opdef-credential-record-attestationobject",
- "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 3"
+ "id": "sctn-terminology",
+ "href": "https://www.w3.org/TR/webauthn-3/#sctn-terminology",
+ "title": "Terminology",
+ "number": "4"
},
"definedIn": "dt"
},
@@ -1028,8 +1119,10 @@
"access": "public",
"informative": false,
"heading": {
- "href": "https://www.w3.org/TR/webauthn-3/#abstract-opdef-credential-record-attestationclientdatajson",
- "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 3"
+ "id": "sctn-terminology",
+ "href": "https://www.w3.org/TR/webauthn-3/#sctn-terminology",
+ "title": "Terminology",
+ "number": "4"
},
"definedIn": "dt"
},
@@ -1045,16 +1138,18 @@
"access": "private",
"informative": false,
"heading": {
- "href": "https://www.w3.org/TR/webauthn-3/#credential-descriptor-for-a-credential-record",
- "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 3"
+ "id": "sctn-terminology",
+ "href": "https://www.w3.org/TR/webauthn-3/#sctn-terminology",
+ "title": "Terminology",
+ "number": "4"
},
"definedIn": "prose"
},
{
- "id": "hardware-bound-device-key-pair",
- "href": "https://www.w3.org/TR/webauthn-3/#hardware-bound-device-key-pair",
+ "id": "generating-authenticator",
+ "href": "https://www.w3.org/TR/webauthn-3/#generating-authenticator",
"linkingText": [
- "Hardware-bound Device Key Pair"
+ "Generating Authenticator"
],
"localLinkingText": [],
"type": "dfn",
@@ -1062,16 +1157,19 @@
"access": "private",
"informative": false,
"heading": {
- "href": "https://www.w3.org/TR/webauthn-3/#hardware-bound-device-key-pair",
- "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 3"
+ "id": "sctn-terminology",
+ "href": "https://www.w3.org/TR/webauthn-3/#sctn-terminology",
+ "title": "Terminology",
+ "number": "4"
},
"definedIn": "dt"
},
{
- "id": "device-bound-key",
- "href": "https://www.w3.org/TR/webauthn-3/#device-bound-key",
+ "id": "human-palatability",
+ "href": "https://www.w3.org/TR/webauthn-3/#human-palatability",
"linkingText": [
- "Device-bound Key"
+ "human palatability",
+ "human-palatable"
],
"localLinkingText": [],
"type": "dfn",
@@ -1079,16 +1177,18 @@
"access": "private",
"informative": false,
"heading": {
- "href": "https://www.w3.org/TR/webauthn-3/#device-bound-key",
- "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 3"
+ "id": "sctn-terminology",
+ "href": "https://www.w3.org/TR/webauthn-3/#sctn-terminology",
+ "title": "Terminology",
+ "number": "4"
},
"definedIn": "dt"
},
{
- "id": "device-private-key",
- "href": "https://www.w3.org/TR/webauthn-3/#device-private-key",
+ "id": "non-discoverable-credential",
+ "href": "https://www.w3.org/TR/webauthn-3/#non-discoverable-credential",
"linkingText": [
- "Device Private Key"
+ "Non-Discoverable Credential"
],
"localLinkingText": [],
"type": "dfn",
@@ -1096,67 +1196,18 @@
"access": "private",
"informative": false,
"heading": {
- "href": "https://www.w3.org/TR/webauthn-3/#device-private-key",
- "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 3"
- },
- "definedIn": "dt"
- },
- {
- "id": "device-public-key",
- "href": "https://www.w3.org/TR/webauthn-3/#device-public-key",
- "linkingText": [
- "Device Public Key"
- ],
- "localLinkingText": [],
- "type": "dfn",
- "for": [],
- "access": "private",
- "informative": false,
- "heading": {
- "href": "https://www.w3.org/TR/webauthn-3/#device-public-key",
- "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 3"
- },
- "definedIn": "dt"
- },
- {
- "id": "generating-authenticator",
- "href": "https://www.w3.org/TR/webauthn-3/#generating-authenticator",
- "linkingText": [
- "Generating Authenticator"
- ],
- "localLinkingText": [],
- "type": "dfn",
- "for": [],
- "access": "private",
- "informative": false,
- "heading": {
- "href": "https://www.w3.org/TR/webauthn-3/#generating-authenticator",
- "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 3"
- },
- "definedIn": "dt"
- },
- {
- "id": "human-palatability",
- "href": "https://www.w3.org/TR/webauthn-3/#human-palatability",
- "linkingText": [
- "Human Palatability"
- ],
- "localLinkingText": [],
- "type": "dfn",
- "for": [],
- "access": "private",
- "informative": false,
- "heading": {
- "href": "https://www.w3.org/TR/webauthn-3/#human-palatability",
- "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 3"
+ "id": "sctn-terminology",
+ "href": "https://www.w3.org/TR/webauthn-3/#sctn-terminology",
+ "title": "Terminology",
+ "number": "4"
},
"definedIn": "dt"
},
{
- "id": "non-discoverable-credential",
- "href": "https://www.w3.org/TR/webauthn-3/#non-discoverable-credential",
+ "id": "registrable-origin-label",
+ "href": "https://www.w3.org/TR/webauthn-3/#registrable-origin-label",
"linkingText": [
- "Non-Discoverable Credential"
+ "Registrable Origin Label"
],
"localLinkingText": [],
"type": "dfn",
@@ -1164,8 +1215,10 @@
"access": "private",
"informative": false,
"heading": {
- "href": "https://www.w3.org/TR/webauthn-3/#non-discoverable-credential",
- "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 3"
+ "id": "sctn-terminology",
+ "href": "https://www.w3.org/TR/webauthn-3/#sctn-terminology",
+ "title": "Terminology",
+ "number": "4"
},
"definedIn": "dt"
},
@@ -1181,8 +1234,10 @@
"access": "private",
"informative": false,
"heading": {
- "href": "https://www.w3.org/TR/webauthn-3/#public-key-credential",
- "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 3"
+ "id": "sctn-terminology",
+ "href": "https://www.w3.org/TR/webauthn-3/#sctn-terminology",
+ "title": "Terminology",
+ "number": "4"
},
"definedIn": "dt"
},
@@ -1198,8 +1253,10 @@
"access": "private",
"informative": false,
"heading": {
- "href": "https://www.w3.org/TR/webauthn-3/#public-key-credential-source",
- "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 3"
+ "id": "sctn-terminology",
+ "href": "https://www.w3.org/TR/webauthn-3/#sctn-terminology",
+ "title": "Terminology",
+ "number": "4"
},
"definedIn": "dt"
},
@@ -1217,8 +1274,10 @@
"access": "private",
"informative": false,
"heading": {
- "href": "https://www.w3.org/TR/webauthn-3/#public-key-credential-source-type",
- "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 3"
+ "id": "sctn-terminology",
+ "href": "https://www.w3.org/TR/webauthn-3/#sctn-terminology",
+ "title": "Terminology",
+ "number": "4"
},
"definedIn": "dt"
},
@@ -1236,8 +1295,10 @@
"access": "private",
"informative": false,
"heading": {
- "href": "https://www.w3.org/TR/webauthn-3/#public-key-credential-source-id",
- "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 3"
+ "id": "sctn-terminology",
+ "href": "https://www.w3.org/TR/webauthn-3/#sctn-terminology",
+ "title": "Terminology",
+ "number": "4"
},
"definedIn": "dt"
},
@@ -1255,8 +1316,10 @@
"access": "private",
"informative": false,
"heading": {
- "href": "https://www.w3.org/TR/webauthn-3/#public-key-credential-source-privatekey",
- "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 3"
+ "id": "sctn-terminology",
+ "href": "https://www.w3.org/TR/webauthn-3/#sctn-terminology",
+ "title": "Terminology",
+ "number": "4"
},
"definedIn": "dt"
},
@@ -1274,8 +1337,10 @@
"access": "private",
"informative": false,
"heading": {
- "href": "https://www.w3.org/TR/webauthn-3/#public-key-credential-source-rpid",
- "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 3"
+ "id": "sctn-terminology",
+ "href": "https://www.w3.org/TR/webauthn-3/#sctn-terminology",
+ "title": "Terminology",
+ "number": "4"
},
"definedIn": "dt"
},
@@ -1293,8 +1358,10 @@
"access": "private",
"informative": false,
"heading": {
- "href": "https://www.w3.org/TR/webauthn-3/#public-key-credential-source-userhandle",
- "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 3"
+ "id": "sctn-terminology",
+ "href": "https://www.w3.org/TR/webauthn-3/#sctn-terminology",
+ "title": "Terminology",
+ "number": "4"
},
"definedIn": "dt"
},
@@ -1312,8 +1379,10 @@
"access": "private",
"informative": false,
"heading": {
- "href": "https://www.w3.org/TR/webauthn-3/#public-key-credential-source-otherui",
- "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 3"
+ "id": "sctn-terminology",
+ "href": "https://www.w3.org/TR/webauthn-3/#sctn-terminology",
+ "title": "Terminology",
+ "number": "4"
},
"definedIn": "dt"
},
@@ -1331,8 +1400,10 @@
"access": "private",
"informative": false,
"heading": {
- "href": "https://www.w3.org/TR/webauthn-3/#public-key-credential-source-mutable-item",
- "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 3"
+ "id": "sctn-terminology",
+ "href": "https://www.w3.org/TR/webauthn-3/#sctn-terminology",
+ "title": "Terminology",
+ "number": "4"
},
"definedIn": "prose"
},
@@ -1350,8 +1421,10 @@
"access": "private",
"informative": false,
"heading": {
- "href": "https://www.w3.org/TR/webauthn-3/#public-key-credential-source-managing-authenticator",
- "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 3"
+ "id": "sctn-terminology",
+ "href": "https://www.w3.org/TR/webauthn-3/#sctn-terminology",
+ "title": "Terminology",
+ "number": "4"
},
"definedIn": "prose"
},
@@ -1367,8 +1440,10 @@
"access": "private",
"informative": false,
"heading": {
- "href": "https://www.w3.org/TR/webauthn-3/#rate-limiting",
- "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 3"
+ "id": "sctn-terminology",
+ "href": "https://www.w3.org/TR/webauthn-3/#sctn-terminology",
+ "title": "Terminology",
+ "number": "4"
},
"definedIn": "dt"
},
@@ -1384,8 +1459,10 @@
"access": "private",
"informative": false,
"heading": {
- "href": "https://www.w3.org/TR/webauthn-3/#registration",
- "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 3"
+ "id": "sctn-terminology",
+ "href": "https://www.w3.org/TR/webauthn-3/#sctn-terminology",
+ "title": "Terminology",
+ "number": "4"
},
"definedIn": "dt"
},
@@ -1401,8 +1478,10 @@
"access": "private",
"informative": false,
"heading": {
- "href": "https://www.w3.org/TR/webauthn-3/#registration-ceremony",
- "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 3"
+ "id": "sctn-terminology",
+ "href": "https://www.w3.org/TR/webauthn-3/#sctn-terminology",
+ "title": "Terminology",
+ "number": "4"
},
"definedIn": "dt"
},
@@ -1418,8 +1497,10 @@
"access": "private",
"informative": false,
"heading": {
- "href": "https://www.w3.org/TR/webauthn-3/#relying-party",
- "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 3"
+ "id": "sctn-terminology",
+ "href": "https://www.w3.org/TR/webauthn-3/#sctn-terminology",
+ "title": "Terminology",
+ "number": "4"
},
"definedIn": "dt"
},
@@ -1435,8 +1516,10 @@
"access": "private",
"informative": false,
"heading": {
- "href": "https://www.w3.org/TR/webauthn-3/#webauthn-relying-party",
- "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 3"
+ "id": "sctn-terminology",
+ "href": "https://www.w3.org/TR/webauthn-3/#sctn-terminology",
+ "title": "Terminology",
+ "number": "4"
},
"definedIn": "dt"
},
@@ -1452,8 +1535,10 @@
"access": "private",
"informative": false,
"heading": {
- "href": "https://www.w3.org/TR/webauthn-3/#web-application",
- "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 3"
+ "id": "sctn-terminology",
+ "href": "https://www.w3.org/TR/webauthn-3/#sctn-terminology",
+ "title": "Terminology",
+ "number": "4"
},
"definedIn": "prose"
},
@@ -1469,8 +1554,10 @@
"access": "private",
"informative": false,
"heading": {
- "href": "https://www.w3.org/TR/webauthn-3/#relying-party-identifier",
- "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 3"
+ "id": "sctn-terminology",
+ "href": "https://www.w3.org/TR/webauthn-3/#sctn-terminology",
+ "title": "Terminology",
+ "number": "4"
},
"definedIn": "dt"
},
@@ -1486,8 +1573,10 @@
"access": "private",
"informative": false,
"heading": {
- "href": "https://www.w3.org/TR/webauthn-3/#rp-id",
- "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 3"
+ "id": "sctn-terminology",
+ "href": "https://www.w3.org/TR/webauthn-3/#sctn-terminology",
+ "title": "Terminology",
+ "number": "4"
},
"definedIn": "dt"
},
@@ -1501,12 +1590,14 @@
"type": "dfn",
"for": [],
"access": "private",
- "informative": true,
+ "informative": false,
"heading": {
- "href": "https://www.w3.org/TR/webauthn-3/#scope",
- "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 3"
+ "id": "sctn-terminology",
+ "href": "https://www.w3.org/TR/webauthn-3/#sctn-terminology",
+ "title": "Terminology",
+ "number": "4"
},
- "definedIn": "note"
+ "definedIn": "prose"
},
{
"id": "determines-the-set-of-origins-on-which-the-public-key-credential-may-be-exercised",
@@ -1518,12 +1609,14 @@
"type": "dfn",
"for": [],
"access": "private",
- "informative": true,
+ "informative": false,
"heading": {
- "href": "https://www.w3.org/TR/webauthn-3/#determines-the-set-of-origins-on-which-the-public-key-credential-may-be-exercised",
- "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 3"
+ "id": "sctn-terminology",
+ "href": "https://www.w3.org/TR/webauthn-3/#sctn-terminology",
+ "title": "Terminology",
+ "number": "4"
},
- "definedIn": "note"
+ "definedIn": "prose"
},
{
"id": "server-side-public-key-credential-source",
@@ -1537,8 +1630,10 @@
"access": "private",
"informative": false,
"heading": {
- "href": "https://www.w3.org/TR/webauthn-3/#server-side-public-key-credential-source",
- "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 3"
+ "id": "sctn-terminology",
+ "href": "https://www.w3.org/TR/webauthn-3/#sctn-terminology",
+ "title": "Terminology",
+ "number": "4"
},
"definedIn": "dt"
},
@@ -1554,8 +1649,10 @@
"access": "private",
"informative": false,
"heading": {
- "href": "https://www.w3.org/TR/webauthn-3/#server-side-credential",
- "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 3"
+ "id": "sctn-terminology",
+ "href": "https://www.w3.org/TR/webauthn-3/#sctn-terminology",
+ "title": "Terminology",
+ "number": "4"
},
"definedIn": "dt"
},
@@ -1571,8 +1668,10 @@
"access": "private",
"informative": false,
"heading": {
- "href": "https://www.w3.org/TR/webauthn-3/#non-resident-credential",
- "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 3"
+ "id": "sctn-terminology",
+ "href": "https://www.w3.org/TR/webauthn-3/#sctn-terminology",
+ "title": "Terminology",
+ "number": "4"
},
"definedIn": "dt"
},
@@ -1588,8 +1687,10 @@
"access": "private",
"informative": false,
"heading": {
- "href": "https://www.w3.org/TR/webauthn-3/#test-of-user-presence",
- "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 3"
+ "id": "sctn-terminology",
+ "href": "https://www.w3.org/TR/webauthn-3/#sctn-terminology",
+ "title": "Terminology",
+ "number": "4"
},
"definedIn": "dt"
},
@@ -1605,8 +1706,10 @@
"access": "private",
"informative": false,
"heading": {
- "href": "https://www.w3.org/TR/webauthn-3/#user-account",
- "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 3"
+ "id": "sctn-terminology",
+ "href": "https://www.w3.org/TR/webauthn-3/#sctn-terminology",
+ "title": "Terminology",
+ "number": "4"
},
"definedIn": "dt"
},
@@ -1622,8 +1725,10 @@
"access": "private",
"informative": false,
"heading": {
- "href": "https://www.w3.org/TR/webauthn-3/#user-consent",
- "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 3"
+ "id": "sctn-terminology",
+ "href": "https://www.w3.org/TR/webauthn-3/#sctn-terminology",
+ "title": "Terminology",
+ "number": "4"
},
"definedIn": "dt"
},
@@ -1639,8 +1744,10 @@
"access": "private",
"informative": false,
"heading": {
- "href": "https://www.w3.org/TR/webauthn-3/#user-handle",
- "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 3"
+ "id": "sctn-terminology",
+ "href": "https://www.w3.org/TR/webauthn-3/#sctn-terminology",
+ "title": "Terminology",
+ "number": "4"
},
"definedIn": "dt"
},
@@ -1656,8 +1763,10 @@
"access": "private",
"informative": false,
"heading": {
- "href": "https://www.w3.org/TR/webauthn-3/#concept-user-present",
- "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 3"
+ "id": "sctn-terminology",
+ "href": "https://www.w3.org/TR/webauthn-3/#sctn-terminology",
+ "title": "Terminology",
+ "number": "4"
},
"definedIn": "dt"
},
@@ -1673,8 +1782,10 @@
"access": "private",
"informative": false,
"heading": {
- "href": "https://www.w3.org/TR/webauthn-3/#user-verification",
- "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 3"
+ "id": "sctn-terminology",
+ "href": "https://www.w3.org/TR/webauthn-3/#sctn-terminology",
+ "title": "Terminology",
+ "number": "4"
},
"definedIn": "dt"
},
@@ -1690,8 +1801,10 @@
"access": "private",
"informative": false,
"heading": {
- "href": "https://www.w3.org/TR/webauthn-3/#concept-user-verified",
- "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 3"
+ "id": "sctn-terminology",
+ "href": "https://www.w3.org/TR/webauthn-3/#sctn-terminology",
+ "title": "Terminology",
+ "number": "4"
},
"definedIn": "dt"
},
@@ -1768,8 +1881,10 @@
"access": "public",
"informative": false,
"heading": {
- "href": "https://www.w3.org/TR/webauthn-3/#dom-publickeycredential-getclientextensionresults",
- "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 3"
+ "id": "iface-pkcredential",
+ "href": "https://www.w3.org/TR/webauthn-3/#iface-pkcredential",
+ "title": "PublicKeyCredential Interface",
+ "number": "5.1"
},
"definedIn": "pre"
},
@@ -1787,8 +1902,10 @@
"access": "public",
"informative": false,
"heading": {
- "href": "https://www.w3.org/TR/webauthn-3/#dom-publickeycredential-isconditionalmediationavailable",
- "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 3"
+ "id": "iface-pkcredential",
+ "href": "https://www.w3.org/TR/webauthn-3/#iface-pkcredential",
+ "title": "PublicKeyCredential Interface",
+ "number": "5.1"
},
"definedIn": "pre"
},
@@ -1806,8 +1923,10 @@
"access": "public",
"informative": false,
"heading": {
- "href": "https://www.w3.org/TR/webauthn-3/#dom-publickeycredential-tojson",
- "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 3"
+ "id": "iface-pkcredential",
+ "href": "https://www.w3.org/TR/webauthn-3/#iface-pkcredential",
+ "title": "PublicKeyCredential Interface",
+ "number": "5.1"
},
"definedIn": "pre"
},
@@ -1825,8 +1944,10 @@
"access": "public",
"informative": false,
"heading": {
- "href": "https://www.w3.org/TR/webauthn-3/#dom-publickeycredential-response",
- "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 3"
+ "id": "iface-pkcredential",
+ "href": "https://www.w3.org/TR/webauthn-3/#iface-pkcredential",
+ "title": "PublicKeyCredential Interface",
+ "number": "5.1"
},
"definedIn": "dt"
},
@@ -1844,8 +1965,10 @@
"access": "public",
"informative": false,
"heading": {
- "href": "https://www.w3.org/TR/webauthn-3/#dom-publickeycredential-authenticatorattachment",
- "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 3"
+ "id": "iface-pkcredential",
+ "href": "https://www.w3.org/TR/webauthn-3/#iface-pkcredential",
+ "title": "PublicKeyCredential Interface",
+ "number": "5.1"
},
"definedIn": "dt"
},
@@ -1861,8 +1984,10 @@
"access": "public",
"informative": false,
"heading": {
- "href": "https://www.w3.org/TR/webauthn-3/#typedefdef-base64urlstring",
- "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 3"
+ "id": "iface-pkcredential",
+ "href": "https://www.w3.org/TR/webauthn-3/#iface-pkcredential",
+ "title": "PublicKeyCredential Interface",
+ "number": "5.1"
},
"definedIn": "pre"
},
@@ -1878,8 +2003,10 @@
"access": "public",
"informative": false,
"heading": {
- "href": "https://www.w3.org/TR/webauthn-3/#typedefdef-publickeycredentialjson",
- "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 3"
+ "id": "iface-pkcredential",
+ "href": "https://www.w3.org/TR/webauthn-3/#iface-pkcredential",
+ "title": "PublicKeyCredential Interface",
+ "number": "5.1"
},
"definedIn": "pre"
},
@@ -1895,8 +2022,10 @@
"access": "public",
"informative": false,
"heading": {
- "href": "https://www.w3.org/TR/webauthn-3/#dictdef-registrationresponsejson",
- "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 3"
+ "id": "iface-pkcredential",
+ "href": "https://www.w3.org/TR/webauthn-3/#iface-pkcredential",
+ "title": "PublicKeyCredential Interface",
+ "number": "5.1"
},
"definedIn": "pre"
},
@@ -1914,8 +2043,10 @@
"access": "public",
"informative": false,
"heading": {
- "href": "https://www.w3.org/TR/webauthn-3/#dom-registrationresponsejson-id",
- "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 3"
+ "id": "iface-pkcredential",
+ "href": "https://www.w3.org/TR/webauthn-3/#iface-pkcredential",
+ "title": "PublicKeyCredential Interface",
+ "number": "5.1"
},
"definedIn": "pre"
},
@@ -1933,8 +2064,10 @@
"access": "public",
"informative": false,
"heading": {
- "href": "https://www.w3.org/TR/webauthn-3/#dom-registrationresponsejson-rawid",
- "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 3"
+ "id": "iface-pkcredential",
+ "href": "https://www.w3.org/TR/webauthn-3/#iface-pkcredential",
+ "title": "PublicKeyCredential Interface",
+ "number": "5.1"
},
"definedIn": "pre"
},
@@ -1952,8 +2085,10 @@
"access": "public",
"informative": false,
"heading": {
- "href": "https://www.w3.org/TR/webauthn-3/#dom-registrationresponsejson-response",
- "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 3"
+ "id": "iface-pkcredential",
+ "href": "https://www.w3.org/TR/webauthn-3/#iface-pkcredential",
+ "title": "PublicKeyCredential Interface",
+ "number": "5.1"
},
"definedIn": "pre"
},
@@ -1971,8 +2106,10 @@
"access": "public",
"informative": false,
"heading": {
- "href": "https://www.w3.org/TR/webauthn-3/#dom-registrationresponsejson-authenticatorattachment",
- "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 3"
+ "id": "iface-pkcredential",
+ "href": "https://www.w3.org/TR/webauthn-3/#iface-pkcredential",
+ "title": "PublicKeyCredential Interface",
+ "number": "5.1"
},
"definedIn": "pre"
},
@@ -1990,8 +2127,10 @@
"access": "public",
"informative": false,
"heading": {
- "href": "https://www.w3.org/TR/webauthn-3/#dom-registrationresponsejson-clientextensionresults",
- "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 3"
+ "id": "iface-pkcredential",
+ "href": "https://www.w3.org/TR/webauthn-3/#iface-pkcredential",
+ "title": "PublicKeyCredential Interface",
+ "number": "5.1"
},
"definedIn": "pre"
},
@@ -2009,8 +2148,10 @@
"access": "public",
"informative": false,
"heading": {
- "href": "https://www.w3.org/TR/webauthn-3/#dom-registrationresponsejson-type",
- "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 3"
+ "id": "iface-pkcredential",
+ "href": "https://www.w3.org/TR/webauthn-3/#iface-pkcredential",
+ "title": "PublicKeyCredential Interface",
+ "number": "5.1"
},
"definedIn": "pre"
},
@@ -2026,8 +2167,10 @@
"access": "public",
"informative": false,
"heading": {
- "href": "https://www.w3.org/TR/webauthn-3/#dictdef-authenticatorattestationresponsejson",
- "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 3"
+ "id": "iface-pkcredential",
+ "href": "https://www.w3.org/TR/webauthn-3/#iface-pkcredential",
+ "title": "PublicKeyCredential Interface",
+ "number": "5.1"
},
"definedIn": "pre"
},
@@ -2045,8 +2188,10 @@
"access": "public",
"informative": false,
"heading": {
- "href": "https://www.w3.org/TR/webauthn-3/#dom-authenticatorattestationresponsejson-clientdatajson",
- "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 3"
+ "id": "iface-pkcredential",
+ "href": "https://www.w3.org/TR/webauthn-3/#iface-pkcredential",
+ "title": "PublicKeyCredential Interface",
+ "number": "5.1"
},
"definedIn": "pre"
},
@@ -2064,8 +2209,10 @@
"access": "public",
"informative": false,
"heading": {
- "href": "https://www.w3.org/TR/webauthn-3/#dom-authenticatorattestationresponsejson-authenticatordata",
- "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 3"
+ "id": "iface-pkcredential",
+ "href": "https://www.w3.org/TR/webauthn-3/#iface-pkcredential",
+ "title": "PublicKeyCredential Interface",
+ "number": "5.1"
},
"definedIn": "pre"
},
@@ -2083,8 +2230,10 @@
"access": "public",
"informative": false,
"heading": {
- "href": "https://www.w3.org/TR/webauthn-3/#dom-authenticatorattestationresponsejson-transports",
- "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 3"
+ "id": "iface-pkcredential",
+ "href": "https://www.w3.org/TR/webauthn-3/#iface-pkcredential",
+ "title": "PublicKeyCredential Interface",
+ "number": "5.1"
},
"definedIn": "pre"
},
@@ -2102,8 +2251,10 @@
"access": "public",
"informative": false,
"heading": {
- "href": "https://www.w3.org/TR/webauthn-3/#dom-authenticatorattestationresponsejson-publickey",
- "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 3"
+ "id": "iface-pkcredential",
+ "href": "https://www.w3.org/TR/webauthn-3/#iface-pkcredential",
+ "title": "PublicKeyCredential Interface",
+ "number": "5.1"
},
"definedIn": "pre"
},
@@ -2121,10 +2272,12 @@
"access": "public",
"informative": false,
"heading": {
- "href": "https://www.w3.org/TR/webauthn-3/#dom-authenticatorattestationresponsejson-publickeyalgorithm",
- "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 3"
- },
- "definedIn": "pre"
+ "id": "iface-pkcredential",
+ "href": "https://www.w3.org/TR/webauthn-3/#iface-pkcredential",
+ "title": "PublicKeyCredential Interface",
+ "number": "5.1"
+ },
+ "definedIn": "pre"
},
{
"id": "dom-authenticatorattestationresponsejson-attestationobject",
@@ -2140,8 +2293,10 @@
"access": "public",
"informative": false,
"heading": {
- "href": "https://www.w3.org/TR/webauthn-3/#dom-authenticatorattestationresponsejson-attestationobject",
- "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 3"
+ "id": "iface-pkcredential",
+ "href": "https://www.w3.org/TR/webauthn-3/#iface-pkcredential",
+ "title": "PublicKeyCredential Interface",
+ "number": "5.1"
},
"definedIn": "pre"
},
@@ -2157,8 +2312,10 @@
"access": "public",
"informative": false,
"heading": {
- "href": "https://www.w3.org/TR/webauthn-3/#dictdef-authenticationresponsejson",
- "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 3"
+ "id": "iface-pkcredential",
+ "href": "https://www.w3.org/TR/webauthn-3/#iface-pkcredential",
+ "title": "PublicKeyCredential Interface",
+ "number": "5.1"
},
"definedIn": "pre"
},
@@ -2176,8 +2333,10 @@
"access": "public",
"informative": false,
"heading": {
- "href": "https://www.w3.org/TR/webauthn-3/#dom-authenticationresponsejson-id",
- "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 3"
+ "id": "iface-pkcredential",
+ "href": "https://www.w3.org/TR/webauthn-3/#iface-pkcredential",
+ "title": "PublicKeyCredential Interface",
+ "number": "5.1"
},
"definedIn": "pre"
},
@@ -2195,8 +2354,10 @@
"access": "public",
"informative": false,
"heading": {
- "href": "https://www.w3.org/TR/webauthn-3/#dom-authenticationresponsejson-rawid",
- "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 3"
+ "id": "iface-pkcredential",
+ "href": "https://www.w3.org/TR/webauthn-3/#iface-pkcredential",
+ "title": "PublicKeyCredential Interface",
+ "number": "5.1"
},
"definedIn": "pre"
},
@@ -2214,8 +2375,10 @@
"access": "public",
"informative": false,
"heading": {
- "href": "https://www.w3.org/TR/webauthn-3/#dom-authenticationresponsejson-response",
- "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 3"
+ "id": "iface-pkcredential",
+ "href": "https://www.w3.org/TR/webauthn-3/#iface-pkcredential",
+ "title": "PublicKeyCredential Interface",
+ "number": "5.1"
},
"definedIn": "pre"
},
@@ -2233,8 +2396,10 @@
"access": "public",
"informative": false,
"heading": {
- "href": "https://www.w3.org/TR/webauthn-3/#dom-authenticationresponsejson-authenticatorattachment",
- "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 3"
+ "id": "iface-pkcredential",
+ "href": "https://www.w3.org/TR/webauthn-3/#iface-pkcredential",
+ "title": "PublicKeyCredential Interface",
+ "number": "5.1"
},
"definedIn": "pre"
},
@@ -2252,8 +2417,10 @@
"access": "public",
"informative": false,
"heading": {
- "href": "https://www.w3.org/TR/webauthn-3/#dom-authenticationresponsejson-clientextensionresults",
- "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 3"
+ "id": "iface-pkcredential",
+ "href": "https://www.w3.org/TR/webauthn-3/#iface-pkcredential",
+ "title": "PublicKeyCredential Interface",
+ "number": "5.1"
},
"definedIn": "pre"
},
@@ -2271,8 +2438,10 @@
"access": "public",
"informative": false,
"heading": {
- "href": "https://www.w3.org/TR/webauthn-3/#dom-authenticationresponsejson-type",
- "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 3"
+ "id": "iface-pkcredential",
+ "href": "https://www.w3.org/TR/webauthn-3/#iface-pkcredential",
+ "title": "PublicKeyCredential Interface",
+ "number": "5.1"
},
"definedIn": "pre"
},
@@ -2288,8 +2457,10 @@
"access": "public",
"informative": false,
"heading": {
- "href": "https://www.w3.org/TR/webauthn-3/#dictdef-authenticatorassertionresponsejson",
- "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 3"
+ "id": "iface-pkcredential",
+ "href": "https://www.w3.org/TR/webauthn-3/#iface-pkcredential",
+ "title": "PublicKeyCredential Interface",
+ "number": "5.1"
},
"definedIn": "pre"
},
@@ -2307,8 +2478,10 @@
"access": "public",
"informative": false,
"heading": {
- "href": "https://www.w3.org/TR/webauthn-3/#dom-authenticatorassertionresponsejson-clientdatajson",
- "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 3"
+ "id": "iface-pkcredential",
+ "href": "https://www.w3.org/TR/webauthn-3/#iface-pkcredential",
+ "title": "PublicKeyCredential Interface",
+ "number": "5.1"
},
"definedIn": "pre"
},
@@ -2326,8 +2499,10 @@
"access": "public",
"informative": false,
"heading": {
- "href": "https://www.w3.org/TR/webauthn-3/#dom-authenticatorassertionresponsejson-authenticatordata",
- "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 3"
+ "id": "iface-pkcredential",
+ "href": "https://www.w3.org/TR/webauthn-3/#iface-pkcredential",
+ "title": "PublicKeyCredential Interface",
+ "number": "5.1"
},
"definedIn": "pre"
},
@@ -2345,8 +2520,10 @@
"access": "public",
"informative": false,
"heading": {
- "href": "https://www.w3.org/TR/webauthn-3/#dom-authenticatorassertionresponsejson-signature",
- "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 3"
+ "id": "iface-pkcredential",
+ "href": "https://www.w3.org/TR/webauthn-3/#iface-pkcredential",
+ "title": "PublicKeyCredential Interface",
+ "number": "5.1"
},
"definedIn": "pre"
},
@@ -2364,27 +2541,10 @@
"access": "public",
"informative": false,
"heading": {
- "href": "https://www.w3.org/TR/webauthn-3/#dom-authenticatorassertionresponsejson-userhandle",
- "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 3"
- },
- "definedIn": "pre"
- },
- {
- "id": "dom-authenticatorassertionresponsejson-attestationobject",
- "href": "https://www.w3.org/TR/webauthn-3/#dom-authenticatorassertionresponsejson-attestationobject",
- "linkingText": [
- "attestationObject"
- ],
- "localLinkingText": [],
- "type": "dict-member",
- "for": [
- "AuthenticatorAssertionResponseJSON"
- ],
- "access": "public",
- "informative": false,
- "heading": {
- "href": "https://www.w3.org/TR/webauthn-3/#dom-authenticatorassertionresponsejson-attestationobject",
- "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 3"
+ "id": "iface-pkcredential",
+ "href": "https://www.w3.org/TR/webauthn-3/#iface-pkcredential",
+ "title": "PublicKeyCredential Interface",
+ "number": "5.1"
},
"definedIn": "pre"
},
@@ -2400,8 +2560,10 @@
"access": "public",
"informative": false,
"heading": {
- "href": "https://www.w3.org/TR/webauthn-3/#dictdef-authenticationextensionsclientoutputsjson",
- "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 3"
+ "id": "iface-pkcredential",
+ "href": "https://www.w3.org/TR/webauthn-3/#iface-pkcredential",
+ "title": "PublicKeyCredential Interface",
+ "number": "5.1"
},
"definedIn": "pre"
},
@@ -2419,8 +2581,10 @@
"access": "public",
"informative": false,
"heading": {
- "href": "https://www.w3.org/TR/webauthn-3/#dom-publickeycredential-type-slot",
- "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 3"
+ "id": "iface-pkcredential",
+ "href": "https://www.w3.org/TR/webauthn-3/#iface-pkcredential",
+ "title": "PublicKeyCredential Interface",
+ "number": "5.1"
},
"definedIn": "dt"
},
@@ -2438,8 +2602,10 @@
"access": "public",
"informative": false,
"heading": {
- "href": "https://www.w3.org/TR/webauthn-3/#dom-publickeycredential-discovery-slot",
- "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 3"
+ "id": "iface-pkcredential",
+ "href": "https://www.w3.org/TR/webauthn-3/#iface-pkcredential",
+ "title": "PublicKeyCredential Interface",
+ "number": "5.1"
},
"definedIn": "dt"
},
@@ -2457,8 +2623,10 @@
"access": "public",
"informative": false,
"heading": {
- "href": "https://www.w3.org/TR/webauthn-3/#dom-publickeycredential-identifier-slot",
- "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 3"
+ "id": "iface-pkcredential",
+ "href": "https://www.w3.org/TR/webauthn-3/#iface-pkcredential",
+ "title": "PublicKeyCredential Interface",
+ "number": "5.1"
},
"definedIn": "dt"
},
@@ -2476,8 +2644,10 @@
"access": "public",
"informative": false,
"heading": {
- "href": "https://www.w3.org/TR/webauthn-3/#dom-publickeycredential-clientextensionsresults-slot",
- "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 3"
+ "id": "iface-pkcredential",
+ "href": "https://www.w3.org/TR/webauthn-3/#iface-pkcredential",
+ "title": "PublicKeyCredential Interface",
+ "number": "5.1"
},
"definedIn": "dt"
},
@@ -2539,10 +2709,10 @@
"heading": {
"id": "sctn-createCredential",
"href": "https://www.w3.org/TR/webauthn-3/#sctn-createCredential",
- "title": "Create a New Credential - PublicKeyCredential’s [[Create]](origin, options, sameOriginWithAncestors) Method",
+ "title": "Create a New Credential - PublicKeyCredential’s [[Create]](origin, options, sameOriginWithAncestors) Internal Method",
"number": "5.1.3"
},
- "definedIn": "prose"
+ "definedIn": "heading"
},
{
"id": "dom-publickeycredential-create-origin-options-sameoriginwithancestors-origin",
@@ -2558,8 +2728,10 @@
"access": "public",
"informative": false,
"heading": {
- "href": "https://www.w3.org/TR/webauthn-3/#dom-publickeycredential-create-origin-options-sameoriginwithancestors-origin",
- "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 3"
+ "id": "sctn-createCredential",
+ "href": "https://www.w3.org/TR/webauthn-3/#sctn-createCredential",
+ "title": "Create a New Credential - PublicKeyCredential’s [[Create]](origin, options, sameOriginWithAncestors) Internal Method",
+ "number": "5.1.3"
},
"definedIn": "dt"
},
@@ -2577,8 +2749,10 @@
"access": "public",
"informative": false,
"heading": {
- "href": "https://www.w3.org/TR/webauthn-3/#dom-publickeycredential-create-origin-options-sameoriginwithancestors-options",
- "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 3"
+ "id": "sctn-createCredential",
+ "href": "https://www.w3.org/TR/webauthn-3/#sctn-createCredential",
+ "title": "Create a New Credential - PublicKeyCredential’s [[Create]](origin, options, sameOriginWithAncestors) Internal Method",
+ "number": "5.1.3"
},
"definedIn": "dt"
},
@@ -2596,8 +2770,10 @@
"access": "public",
"informative": false,
"heading": {
- "href": "https://www.w3.org/TR/webauthn-3/#dom-publickeycredential-create-origin-options-sameoriginwithancestors-sameoriginwithancestors",
- "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 3"
+ "id": "sctn-createCredential",
+ "href": "https://www.w3.org/TR/webauthn-3/#sctn-createCredential",
+ "title": "Create a New Credential - PublicKeyCredential’s [[Create]](origin, options, sameOriginWithAncestors) Internal Method",
+ "number": "5.1.3"
},
"definedIn": "dt"
},
@@ -2615,8 +2791,10 @@
"access": "private",
"informative": false,
"heading": {
- "href": "https://www.w3.org/TR/webauthn-3/#create-candidate-authenticator",
- "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 3"
+ "id": "sctn-createCredential",
+ "href": "https://www.w3.org/TR/webauthn-3/#sctn-createCredential",
+ "title": "Create a New Credential - PublicKeyCredential’s [[Create]](origin, options, sameOriginWithAncestors) Internal Method",
+ "number": "5.1.3"
},
"definedIn": "prose"
},
@@ -2632,8 +2810,10 @@
"access": "private",
"informative": false,
"heading": {
- "href": "https://www.w3.org/TR/webauthn-3/#effective-resident-key-requirement-for-credential-creation",
- "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 3"
+ "id": "sctn-createCredential",
+ "href": "https://www.w3.org/TR/webauthn-3/#sctn-createCredential",
+ "title": "Create a New Credential - PublicKeyCredential’s [[Create]](origin, options, sameOriginWithAncestors) Internal Method",
+ "number": "5.1.3"
},
"definedIn": "prose"
},
@@ -2649,8 +2829,10 @@
"access": "private",
"informative": false,
"heading": {
- "href": "https://www.w3.org/TR/webauthn-3/#effective-user-verification-requirement-for-credential-creation",
- "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 3"
+ "id": "sctn-createCredential",
+ "href": "https://www.w3.org/TR/webauthn-3/#sctn-createCredential",
+ "title": "Create a New Credential - PublicKeyCredential’s [[Create]](origin, options, sameOriginWithAncestors) Internal Method",
+ "number": "5.1.3"
},
"definedIn": "prose"
},
@@ -2668,8 +2850,10 @@
"access": "private",
"informative": false,
"heading": {
- "href": "https://www.w3.org/TR/webauthn-3/#create-selected-authenticator",
- "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 3"
+ "id": "sctn-createCredential",
+ "href": "https://www.w3.org/TR/webauthn-3/#sctn-createCredential",
+ "title": "Create a New Credential - PublicKeyCredential’s [[Create]](origin, options, sameOriginWithAncestors) Internal Method",
+ "number": "5.1.3"
},
"definedIn": "prose"
},
@@ -2687,8 +2871,10 @@
"access": "private",
"informative": false,
"heading": {
- "href": "https://www.w3.org/TR/webauthn-3/#credentialcreationdata-attestationobjectresult",
- "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 3"
+ "id": "sctn-createCredential",
+ "href": "https://www.w3.org/TR/webauthn-3/#sctn-createCredential",
+ "title": "Create a New Credential - PublicKeyCredential’s [[Create]](origin, options, sameOriginWithAncestors) Internal Method",
+ "number": "5.1.3"
},
"definedIn": "dt"
},
@@ -2706,8 +2892,10 @@
"access": "private",
"informative": false,
"heading": {
- "href": "https://www.w3.org/TR/webauthn-3/#credentialcreationdata-clientdatajsonresult",
- "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 3"
+ "id": "sctn-createCredential",
+ "href": "https://www.w3.org/TR/webauthn-3/#sctn-createCredential",
+ "title": "Create a New Credential - PublicKeyCredential’s [[Create]](origin, options, sameOriginWithAncestors) Internal Method",
+ "number": "5.1.3"
},
"definedIn": "dt"
},
@@ -2725,8 +2913,10 @@
"access": "private",
"informative": false,
"heading": {
- "href": "https://www.w3.org/TR/webauthn-3/#credentialcreationdata-attestationconveyancepreferenceoption",
- "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 3"
+ "id": "sctn-createCredential",
+ "href": "https://www.w3.org/TR/webauthn-3/#sctn-createCredential",
+ "title": "Create a New Credential - PublicKeyCredential’s [[Create]](origin, options, sameOriginWithAncestors) Internal Method",
+ "number": "5.1.3"
},
"definedIn": "dt"
},
@@ -2744,32 +2934,13 @@
"access": "private",
"informative": false,
"heading": {
- "href": "https://www.w3.org/TR/webauthn-3/#credentialcreationdata-clientextensionresults",
- "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 3"
+ "id": "sctn-createCredential",
+ "href": "https://www.w3.org/TR/webauthn-3/#sctn-createCredential",
+ "title": "Create a New Credential - PublicKeyCredential’s [[Create]](origin, options, sameOriginWithAncestors) Internal Method",
+ "number": "5.1.3"
},
"definedIn": "dt"
},
- {
- "id": "dom-publickeycredential-collectfromcredentialstore-slot",
- "href": "https://www.w3.org/TR/webauthn-3/#dom-publickeycredential-collectfromcredentialstore-slot",
- "linkingText": [
- "[[CollectFromCredentialStore]](origin, options, sameOriginWithAncestors)"
- ],
- "localLinkingText": [],
- "type": "method",
- "for": [
- "PublicKeyCredential"
- ],
- "access": "public",
- "informative": false,
- "heading": {
- "id": "sctn-getAssertion",
- "href": "https://www.w3.org/TR/webauthn-3/#sctn-getAssertion",
- "title": "Use an Existing Credential to Make an Assertion - PublicKeyCredential’s [[Get]](options) Method",
- "number": "5.1.4"
- },
- "definedIn": "prose"
- },
{
"id": "dom-publickeycredential-discoverfromexternalsource-slot",
"href": "https://www.w3.org/TR/webauthn-3/#dom-publickeycredential-discoverfromexternalsource-slot",
@@ -2786,7 +2957,7 @@
"heading": {
"id": "sctn-discover-from-external-source",
"href": "https://www.w3.org/TR/webauthn-3/#sctn-discover-from-external-source",
- "title": "PublicKeyCredential’s [[DiscoverFromExternalSource]](origin, options, sameOriginWithAncestors) Method",
+ "title": "PublicKeyCredential’s [[DiscoverFromExternalSource]](origin, options, sameOriginWithAncestors) Internal Method",
"number": "5.1.4.1"
},
"definedIn": "heading"
@@ -2807,7 +2978,7 @@
"heading": {
"id": "sctn-discover-from-external-source",
"href": "https://www.w3.org/TR/webauthn-3/#sctn-discover-from-external-source",
- "title": "PublicKeyCredential’s [[DiscoverFromExternalSource]](origin, options, sameOriginWithAncestors) Method",
+ "title": "PublicKeyCredential’s [[DiscoverFromExternalSource]](origin, options, sameOriginWithAncestors) Internal Method",
"number": "5.1.4.1"
},
"definedIn": "dt"
@@ -2826,8 +2997,10 @@
"access": "public",
"informative": false,
"heading": {
- "href": "https://www.w3.org/TR/webauthn-3/#dom-publickeycredential-discoverfromexternalsource-origin-options-sameoriginwithancestors-options",
- "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 3"
+ "id": "sctn-discover-from-external-source",
+ "href": "https://www.w3.org/TR/webauthn-3/#sctn-discover-from-external-source",
+ "title": "PublicKeyCredential’s [[DiscoverFromExternalSource]](origin, options, sameOriginWithAncestors) Internal Method",
+ "number": "5.1.4.1"
},
"definedIn": "dt"
},
@@ -2845,8 +3018,10 @@
"access": "public",
"informative": false,
"heading": {
- "href": "https://www.w3.org/TR/webauthn-3/#dom-publickeycredential-discoverfromexternalsource-origin-options-sameoriginwithancestors-sameoriginwithancestors",
- "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 3"
+ "id": "sctn-discover-from-external-source",
+ "href": "https://www.w3.org/TR/webauthn-3/#sctn-discover-from-external-source",
+ "title": "PublicKeyCredential’s [[DiscoverFromExternalSource]](origin, options, sameOriginWithAncestors) Internal Method",
+ "number": "5.1.4.1"
},
"definedIn": "dt"
},
@@ -2864,8 +3039,10 @@
"access": "private",
"informative": false,
"heading": {
- "href": "https://www.w3.org/TR/webauthn-3/#assertioncreationdata-credentialidresult",
- "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 3"
+ "id": "sctn-discover-from-external-source",
+ "href": "https://www.w3.org/TR/webauthn-3/#sctn-discover-from-external-source",
+ "title": "PublicKeyCredential’s [[DiscoverFromExternalSource]](origin, options, sameOriginWithAncestors) Internal Method",
+ "number": "5.1.4.1"
},
"definedIn": "dt"
},
@@ -2883,8 +3060,10 @@
"access": "private",
"informative": false,
"heading": {
- "href": "https://www.w3.org/TR/webauthn-3/#assertioncreationdata-clientdatajsonresult",
- "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 3"
+ "id": "sctn-discover-from-external-source",
+ "href": "https://www.w3.org/TR/webauthn-3/#sctn-discover-from-external-source",
+ "title": "PublicKeyCredential’s [[DiscoverFromExternalSource]](origin, options, sameOriginWithAncestors) Internal Method",
+ "number": "5.1.4.1"
},
"definedIn": "dt"
},
@@ -2902,8 +3081,10 @@
"access": "private",
"informative": false,
"heading": {
- "href": "https://www.w3.org/TR/webauthn-3/#assertioncreationdata-authenticatordataresult",
- "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 3"
+ "id": "sctn-discover-from-external-source",
+ "href": "https://www.w3.org/TR/webauthn-3/#sctn-discover-from-external-source",
+ "title": "PublicKeyCredential’s [[DiscoverFromExternalSource]](origin, options, sameOriginWithAncestors) Internal Method",
+ "number": "5.1.4.1"
},
"definedIn": "dt"
},
@@ -2921,8 +3102,10 @@
"access": "private",
"informative": false,
"heading": {
- "href": "https://www.w3.org/TR/webauthn-3/#assertioncreationdata-signatureresult",
- "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 3"
+ "id": "sctn-discover-from-external-source",
+ "href": "https://www.w3.org/TR/webauthn-3/#sctn-discover-from-external-source",
+ "title": "PublicKeyCredential’s [[DiscoverFromExternalSource]](origin, options, sameOriginWithAncestors) Internal Method",
+ "number": "5.1.4.1"
},
"definedIn": "dt"
},
@@ -2940,27 +3123,10 @@
"access": "private",
"informative": false,
"heading": {
- "href": "https://www.w3.org/TR/webauthn-3/#assertioncreationdata-userhandleresult",
- "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 3"
- },
- "definedIn": "dt"
- },
- {
- "id": "assertioncreationdata-assertionattestation",
- "href": "https://www.w3.org/TR/webauthn-3/#assertioncreationdata-assertionattestation",
- "linkingText": [
- "assertionAttestation"
- ],
- "localLinkingText": [],
- "type": "dfn",
- "for": [
- "assertionCreationData"
- ],
- "access": "private",
- "informative": false,
- "heading": {
- "href": "https://www.w3.org/TR/webauthn-3/#assertioncreationdata-assertionattestation",
- "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 3"
+ "id": "sctn-discover-from-external-source",
+ "href": "https://www.w3.org/TR/webauthn-3/#sctn-discover-from-external-source",
+ "title": "PublicKeyCredential’s [[DiscoverFromExternalSource]](origin, options, sameOriginWithAncestors) Internal Method",
+ "number": "5.1.4.1"
},
"definedIn": "dt"
},
@@ -2978,8 +3144,10 @@
"access": "private",
"informative": false,
"heading": {
- "href": "https://www.w3.org/TR/webauthn-3/#assertioncreationdata-clientextensionresults",
- "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 3"
+ "id": "sctn-discover-from-external-source",
+ "href": "https://www.w3.org/TR/webauthn-3/#sctn-discover-from-external-source",
+ "title": "PublicKeyCredential’s [[DiscoverFromExternalSource]](origin, options, sameOriginWithAncestors) Internal Method",
+ "number": "5.1.4.1"
},
"definedIn": "dt"
},
@@ -3165,7 +3333,7 @@
"heading": {
"id": "sctn-storeCredential",
"href": "https://www.w3.org/TR/webauthn-3/#sctn-storeCredential",
- "title": "Store an Existing Credential - PublicKeyCredential’s [[Store]](credential, sameOriginWithAncestors) Method",
+ "title": "Store an Existing Credential - PublicKeyCredential’s [[Store]](credential, sameOriginWithAncestors) Internal Method",
"number": "5.1.5"
},
"definedIn": "prose"
@@ -3184,8 +3352,10 @@
"access": "public",
"informative": false,
"heading": {
- "href": "https://www.w3.org/TR/webauthn-3/#dom-publickeycredential-store-credential-sameoriginwithancestors-credential",
- "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 3"
+ "id": "sctn-storeCredential",
+ "href": "https://www.w3.org/TR/webauthn-3/#sctn-storeCredential",
+ "title": "Store an Existing Credential - PublicKeyCredential’s [[Store]](credential, sameOriginWithAncestors) Internal Method",
+ "number": "5.1.5"
},
"definedIn": "dt"
},
@@ -3203,16 +3373,18 @@
"access": "public",
"informative": false,
"heading": {
- "href": "https://www.w3.org/TR/webauthn-3/#dom-publickeycredential-store-credential-sameoriginwithancestors-sameoriginwithancestors",
- "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 3"
+ "id": "sctn-storeCredential",
+ "href": "https://www.w3.org/TR/webauthn-3/#sctn-storeCredential",
+ "title": "Store an Existing Credential - PublicKeyCredential’s [[Store]](credential, sameOriginWithAncestors) Internal Method",
+ "number": "5.1.5"
},
"definedIn": "dt"
},
{
- "id": "dom-publickeycredential-preventsilentaccess-slot",
- "href": "https://www.w3.org/TR/webauthn-3/#dom-publickeycredential-preventsilentaccess-slot",
+ "id": "dom-publickeycredential-isuserverifyingplatformauthenticatoravailable",
+ "href": "https://www.w3.org/TR/webauthn-3/#dom-publickeycredential-isuserverifyingplatformauthenticatoravailable",
"linkingText": [
- "[[preventSilentAccess]](credential, sameOriginWithAncestors)"
+ "isUserVerifyingPlatformAuthenticatorAvailable()"
],
"localLinkingText": [],
"type": "method",
@@ -3222,18 +3394,18 @@
"access": "public",
"informative": false,
"heading": {
- "id": "sctn-preventSilentAccessCredential",
- "href": "https://www.w3.org/TR/webauthn-3/#sctn-preventSilentAccessCredential",
- "title": "Preventing Silent Access to an Existing Credential - PublicKeyCredential’s [[preventSilentAccess]](credential, sameOriginWithAncestors) Method",
+ "id": "sctn-isUserVerifyingPlatformAuthenticatorAvailable",
+ "href": "https://www.w3.org/TR/webauthn-3/#sctn-isUserVerifyingPlatformAuthenticatorAvailable",
+ "title": "Availability of User-Verifying Platform Authenticator - PublicKeyCredential’s isUserVerifyingPlatformAuthenticatorAvailable() Method",
"number": "5.1.6"
},
- "definedIn": "prose"
+ "definedIn": "pre"
},
{
- "id": "dom-publickeycredential-isuserverifyingplatformauthenticatoravailable",
- "href": "https://www.w3.org/TR/webauthn-3/#dom-publickeycredential-isuserverifyingplatformauthenticatoravailable",
+ "id": "dom-publickeycredential-getclientcapabilities",
+ "href": "https://www.w3.org/TR/webauthn-3/#dom-publickeycredential-getclientcapabilities",
"linkingText": [
- "isUserVerifyingPlatformAuthenticatorAvailable()"
+ "getClientCapabilities()"
],
"localLinkingText": [],
"type": "method",
@@ -3243,31 +3415,29 @@
"access": "public",
"informative": false,
"heading": {
- "id": "sctn-isUserVerifyingPlatformAuthenticatorAvailable",
- "href": "https://www.w3.org/TR/webauthn-3/#sctn-isUserVerifyingPlatformAuthenticatorAvailable",
- "title": "Availability of User-Verifying Platform Authenticator - PublicKeyCredential’s isUserVerifyingPlatformAuthenticatorAvailable() Method",
+ "id": "sctn-getClientCapabilities",
+ "href": "https://www.w3.org/TR/webauthn-3/#sctn-getClientCapabilities",
+ "title": "Availability of client capabilities - PublicKeyCredential’s getClientCapabilities() Method",
"number": "5.1.7"
},
"definedIn": "pre"
},
{
- "id": "dom-publickeycredential-ispasskeyplatformauthenticatoravailable",
- "href": "https://www.w3.org/TR/webauthn-3/#dom-publickeycredential-ispasskeyplatformauthenticatoravailable",
+ "id": "typedefdef-publickeycredentialclientcapabilities",
+ "href": "https://www.w3.org/TR/webauthn-3/#typedefdef-publickeycredentialclientcapabilities",
"linkingText": [
- "isPasskeyPlatformAuthenticatorAvailable()"
+ "PublicKeyCredentialClientCapabilities"
],
"localLinkingText": [],
- "type": "method",
- "for": [
- "PublicKeyCredential"
- ],
+ "type": "typedef",
+ "for": [],
"access": "public",
"informative": false,
"heading": {
- "id": "sctn-isPasskeyPlatformAuthenticatorAvailable",
- "href": "https://www.w3.org/TR/webauthn-3/#sctn-isPasskeyPlatformAuthenticatorAvailable",
- "title": "Availability of a passkey platform authenticator - PublicKeyCredential’s isPasskeyPlatformAuthenticatorAvailable() Method",
- "number": "5.1.8"
+ "id": "sctn-getClientCapabilities",
+ "href": "https://www.w3.org/TR/webauthn-3/#sctn-getClientCapabilities",
+ "title": "Availability of client capabilities - PublicKeyCredential’s getClientCapabilities() Method",
+ "number": "5.1.7"
},
"definedIn": "pre"
},
@@ -3288,7 +3458,7 @@
"id": "sctn-parseCreationOptionsFromJSON",
"href": "https://www.w3.org/TR/webauthn-3/#sctn-parseCreationOptionsFromJSON",
"title": "Deserialize Registration ceremony options - PublicKeyCredential’s parseCreationOptionsFromJSON() Method",
- "number": "5.1.9"
+ "number": "5.1.8"
},
"definedIn": "pre"
},
@@ -3309,7 +3479,7 @@
"id": "sctn-parseCreationOptionsFromJSON",
"href": "https://www.w3.org/TR/webauthn-3/#sctn-parseCreationOptionsFromJSON",
"title": "Deserialize Registration ceremony options - PublicKeyCredential’s parseCreationOptionsFromJSON() Method",
- "number": "5.1.9"
+ "number": "5.1.8"
},
"definedIn": "pre"
},
@@ -3325,8 +3495,10 @@
"access": "public",
"informative": false,
"heading": {
- "href": "https://www.w3.org/TR/webauthn-3/#dictdef-publickeycredentialcreationoptionsjson",
- "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 3"
+ "id": "sctn-parseCreationOptionsFromJSON",
+ "href": "https://www.w3.org/TR/webauthn-3/#sctn-parseCreationOptionsFromJSON",
+ "title": "Deserialize Registration ceremony options - PublicKeyCredential’s parseCreationOptionsFromJSON() Method",
+ "number": "5.1.8"
},
"definedIn": "pre"
},
@@ -3344,8 +3516,10 @@
"access": "public",
"informative": false,
"heading": {
- "href": "https://www.w3.org/TR/webauthn-3/#dom-publickeycredentialcreationoptionsjson-rp",
- "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 3"
+ "id": "sctn-parseCreationOptionsFromJSON",
+ "href": "https://www.w3.org/TR/webauthn-3/#sctn-parseCreationOptionsFromJSON",
+ "title": "Deserialize Registration ceremony options - PublicKeyCredential’s parseCreationOptionsFromJSON() Method",
+ "number": "5.1.8"
},
"definedIn": "pre"
},
@@ -3363,8 +3537,10 @@
"access": "public",
"informative": false,
"heading": {
- "href": "https://www.w3.org/TR/webauthn-3/#dom-publickeycredentialcreationoptionsjson-user",
- "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 3"
+ "id": "sctn-parseCreationOptionsFromJSON",
+ "href": "https://www.w3.org/TR/webauthn-3/#sctn-parseCreationOptionsFromJSON",
+ "title": "Deserialize Registration ceremony options - PublicKeyCredential’s parseCreationOptionsFromJSON() Method",
+ "number": "5.1.8"
},
"definedIn": "pre"
},
@@ -3382,8 +3558,10 @@
"access": "public",
"informative": false,
"heading": {
- "href": "https://www.w3.org/TR/webauthn-3/#dom-publickeycredentialcreationoptionsjson-challenge",
- "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 3"
+ "id": "sctn-parseCreationOptionsFromJSON",
+ "href": "https://www.w3.org/TR/webauthn-3/#sctn-parseCreationOptionsFromJSON",
+ "title": "Deserialize Registration ceremony options - PublicKeyCredential’s parseCreationOptionsFromJSON() Method",
+ "number": "5.1.8"
},
"definedIn": "pre"
},
@@ -3401,8 +3579,10 @@
"access": "public",
"informative": false,
"heading": {
- "href": "https://www.w3.org/TR/webauthn-3/#dom-publickeycredentialcreationoptionsjson-pubkeycredparams",
- "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 3"
+ "id": "sctn-parseCreationOptionsFromJSON",
+ "href": "https://www.w3.org/TR/webauthn-3/#sctn-parseCreationOptionsFromJSON",
+ "title": "Deserialize Registration ceremony options - PublicKeyCredential’s parseCreationOptionsFromJSON() Method",
+ "number": "5.1.8"
},
"definedIn": "pre"
},
@@ -3420,8 +3600,10 @@
"access": "public",
"informative": false,
"heading": {
- "href": "https://www.w3.org/TR/webauthn-3/#dom-publickeycredentialcreationoptionsjson-timeout",
- "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 3"
+ "id": "sctn-parseCreationOptionsFromJSON",
+ "href": "https://www.w3.org/TR/webauthn-3/#sctn-parseCreationOptionsFromJSON",
+ "title": "Deserialize Registration ceremony options - PublicKeyCredential’s parseCreationOptionsFromJSON() Method",
+ "number": "5.1.8"
},
"definedIn": "pre"
},
@@ -3439,8 +3621,10 @@
"access": "public",
"informative": false,
"heading": {
- "href": "https://www.w3.org/TR/webauthn-3/#dom-publickeycredentialcreationoptionsjson-excludecredentials",
- "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 3"
+ "id": "sctn-parseCreationOptionsFromJSON",
+ "href": "https://www.w3.org/TR/webauthn-3/#sctn-parseCreationOptionsFromJSON",
+ "title": "Deserialize Registration ceremony options - PublicKeyCredential’s parseCreationOptionsFromJSON() Method",
+ "number": "5.1.8"
},
"definedIn": "pre"
},
@@ -3458,8 +3642,10 @@
"access": "public",
"informative": false,
"heading": {
- "href": "https://www.w3.org/TR/webauthn-3/#dom-publickeycredentialcreationoptionsjson-authenticatorselection",
- "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 3"
+ "id": "sctn-parseCreationOptionsFromJSON",
+ "href": "https://www.w3.org/TR/webauthn-3/#sctn-parseCreationOptionsFromJSON",
+ "title": "Deserialize Registration ceremony options - PublicKeyCredential’s parseCreationOptionsFromJSON() Method",
+ "number": "5.1.8"
},
"definedIn": "pre"
},
@@ -3477,8 +3663,10 @@
"access": "public",
"informative": false,
"heading": {
- "href": "https://www.w3.org/TR/webauthn-3/#dom-publickeycredentialcreationoptionsjson-hints",
- "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 3"
+ "id": "sctn-parseCreationOptionsFromJSON",
+ "href": "https://www.w3.org/TR/webauthn-3/#sctn-parseCreationOptionsFromJSON",
+ "title": "Deserialize Registration ceremony options - PublicKeyCredential’s parseCreationOptionsFromJSON() Method",
+ "number": "5.1.8"
},
"definedIn": "pre"
},
@@ -3496,8 +3684,10 @@
"access": "public",
"informative": false,
"heading": {
- "href": "https://www.w3.org/TR/webauthn-3/#dom-publickeycredentialcreationoptionsjson-attestation",
- "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 3"
+ "id": "sctn-parseCreationOptionsFromJSON",
+ "href": "https://www.w3.org/TR/webauthn-3/#sctn-parseCreationOptionsFromJSON",
+ "title": "Deserialize Registration ceremony options - PublicKeyCredential’s parseCreationOptionsFromJSON() Method",
+ "number": "5.1.8"
},
"definedIn": "pre"
},
@@ -3515,8 +3705,10 @@
"access": "public",
"informative": false,
"heading": {
- "href": "https://www.w3.org/TR/webauthn-3/#dom-publickeycredentialcreationoptionsjson-attestationformats",
- "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 3"
+ "id": "sctn-parseCreationOptionsFromJSON",
+ "href": "https://www.w3.org/TR/webauthn-3/#sctn-parseCreationOptionsFromJSON",
+ "title": "Deserialize Registration ceremony options - PublicKeyCredential’s parseCreationOptionsFromJSON() Method",
+ "number": "5.1.8"
},
"definedIn": "pre"
},
@@ -3534,8 +3726,10 @@
"access": "public",
"informative": false,
"heading": {
- "href": "https://www.w3.org/TR/webauthn-3/#dom-publickeycredentialcreationoptionsjson-extensions",
- "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 3"
+ "id": "sctn-parseCreationOptionsFromJSON",
+ "href": "https://www.w3.org/TR/webauthn-3/#sctn-parseCreationOptionsFromJSON",
+ "title": "Deserialize Registration ceremony options - PublicKeyCredential’s parseCreationOptionsFromJSON() Method",
+ "number": "5.1.8"
},
"definedIn": "pre"
},
@@ -3551,8 +3745,10 @@
"access": "public",
"informative": false,
"heading": {
- "href": "https://www.w3.org/TR/webauthn-3/#dictdef-publickeycredentialuserentityjson",
- "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 3"
+ "id": "sctn-parseCreationOptionsFromJSON",
+ "href": "https://www.w3.org/TR/webauthn-3/#sctn-parseCreationOptionsFromJSON",
+ "title": "Deserialize Registration ceremony options - PublicKeyCredential’s parseCreationOptionsFromJSON() Method",
+ "number": "5.1.8"
},
"definedIn": "pre"
},
@@ -3570,8 +3766,10 @@
"access": "public",
"informative": false,
"heading": {
- "href": "https://www.w3.org/TR/webauthn-3/#dom-publickeycredentialuserentityjson-id",
- "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 3"
+ "id": "sctn-parseCreationOptionsFromJSON",
+ "href": "https://www.w3.org/TR/webauthn-3/#sctn-parseCreationOptionsFromJSON",
+ "title": "Deserialize Registration ceremony options - PublicKeyCredential’s parseCreationOptionsFromJSON() Method",
+ "number": "5.1.8"
},
"definedIn": "pre"
},
@@ -3589,8 +3787,10 @@
"access": "public",
"informative": false,
"heading": {
- "href": "https://www.w3.org/TR/webauthn-3/#dom-publickeycredentialuserentityjson-name",
- "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 3"
+ "id": "sctn-parseCreationOptionsFromJSON",
+ "href": "https://www.w3.org/TR/webauthn-3/#sctn-parseCreationOptionsFromJSON",
+ "title": "Deserialize Registration ceremony options - PublicKeyCredential’s parseCreationOptionsFromJSON() Method",
+ "number": "5.1.8"
},
"definedIn": "pre"
},
@@ -3608,8 +3808,10 @@
"access": "public",
"informative": false,
"heading": {
- "href": "https://www.w3.org/TR/webauthn-3/#dom-publickeycredentialuserentityjson-displayname",
- "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 3"
+ "id": "sctn-parseCreationOptionsFromJSON",
+ "href": "https://www.w3.org/TR/webauthn-3/#sctn-parseCreationOptionsFromJSON",
+ "title": "Deserialize Registration ceremony options - PublicKeyCredential’s parseCreationOptionsFromJSON() Method",
+ "number": "5.1.8"
},
"definedIn": "pre"
},
@@ -3625,16 +3827,18 @@
"access": "public",
"informative": false,
"heading": {
- "href": "https://www.w3.org/TR/webauthn-3/#dictdef-publickeycredentialdescriptorjson",
- "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 3"
+ "id": "sctn-parseCreationOptionsFromJSON",
+ "href": "https://www.w3.org/TR/webauthn-3/#sctn-parseCreationOptionsFromJSON",
+ "title": "Deserialize Registration ceremony options - PublicKeyCredential’s parseCreationOptionsFromJSON() Method",
+ "number": "5.1.8"
},
"definedIn": "pre"
},
{
- "id": "dom-publickeycredentialdescriptorjson-id",
- "href": "https://www.w3.org/TR/webauthn-3/#dom-publickeycredentialdescriptorjson-id",
+ "id": "dom-publickeycredentialdescriptorjson-type",
+ "href": "https://www.w3.org/TR/webauthn-3/#dom-publickeycredentialdescriptorjson-type",
"linkingText": [
- "id"
+ "type"
],
"localLinkingText": [],
"type": "dict-member",
@@ -3644,16 +3848,18 @@
"access": "public",
"informative": false,
"heading": {
- "href": "https://www.w3.org/TR/webauthn-3/#dom-publickeycredentialdescriptorjson-id",
- "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 3"
+ "id": "sctn-parseCreationOptionsFromJSON",
+ "href": "https://www.w3.org/TR/webauthn-3/#sctn-parseCreationOptionsFromJSON",
+ "title": "Deserialize Registration ceremony options - PublicKeyCredential’s parseCreationOptionsFromJSON() Method",
+ "number": "5.1.8"
},
"definedIn": "pre"
},
{
- "id": "dom-publickeycredentialdescriptorjson-type",
- "href": "https://www.w3.org/TR/webauthn-3/#dom-publickeycredentialdescriptorjson-type",
+ "id": "dom-publickeycredentialdescriptorjson-id",
+ "href": "https://www.w3.org/TR/webauthn-3/#dom-publickeycredentialdescriptorjson-id",
"linkingText": [
- "type"
+ "id"
],
"localLinkingText": [],
"type": "dict-member",
@@ -3663,8 +3869,10 @@
"access": "public",
"informative": false,
"heading": {
- "href": "https://www.w3.org/TR/webauthn-3/#dom-publickeycredentialdescriptorjson-type",
- "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 3"
+ "id": "sctn-parseCreationOptionsFromJSON",
+ "href": "https://www.w3.org/TR/webauthn-3/#sctn-parseCreationOptionsFromJSON",
+ "title": "Deserialize Registration ceremony options - PublicKeyCredential’s parseCreationOptionsFromJSON() Method",
+ "number": "5.1.8"
},
"definedIn": "pre"
},
@@ -3682,8 +3890,10 @@
"access": "public",
"informative": false,
"heading": {
- "href": "https://www.w3.org/TR/webauthn-3/#dom-publickeycredentialdescriptorjson-transports",
- "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 3"
+ "id": "sctn-parseCreationOptionsFromJSON",
+ "href": "https://www.w3.org/TR/webauthn-3/#sctn-parseCreationOptionsFromJSON",
+ "title": "Deserialize Registration ceremony options - PublicKeyCredential’s parseCreationOptionsFromJSON() Method",
+ "number": "5.1.8"
},
"definedIn": "pre"
},
@@ -3699,8 +3909,10 @@
"access": "public",
"informative": false,
"heading": {
- "href": "https://www.w3.org/TR/webauthn-3/#dictdef-authenticationextensionsclientinputsjson",
- "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 3"
+ "id": "sctn-parseCreationOptionsFromJSON",
+ "href": "https://www.w3.org/TR/webauthn-3/#sctn-parseCreationOptionsFromJSON",
+ "title": "Deserialize Registration ceremony options - PublicKeyCredential’s parseCreationOptionsFromJSON() Method",
+ "number": "5.1.8"
},
"definedIn": "pre"
},
@@ -3721,7 +3933,7 @@
"id": "sctn-parseRequestOptionsFromJSON",
"href": "https://www.w3.org/TR/webauthn-3/#sctn-parseRequestOptionsFromJSON",
"title": "Deserialize Authentication ceremony options - PublicKeyCredential’s parseRequestOptionsFromJSON() Methods",
- "number": "5.1.10"
+ "number": "5.1.9"
},
"definedIn": "pre"
},
@@ -3742,7 +3954,7 @@
"id": "sctn-parseRequestOptionsFromJSON",
"href": "https://www.w3.org/TR/webauthn-3/#sctn-parseRequestOptionsFromJSON",
"title": "Deserialize Authentication ceremony options - PublicKeyCredential’s parseRequestOptionsFromJSON() Methods",
- "number": "5.1.10"
+ "number": "5.1.9"
},
"definedIn": "pre"
},
@@ -3758,8 +3970,10 @@
"access": "public",
"informative": false,
"heading": {
- "href": "https://www.w3.org/TR/webauthn-3/#dictdef-publickeycredentialrequestoptionsjson",
- "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 3"
+ "id": "sctn-parseRequestOptionsFromJSON",
+ "href": "https://www.w3.org/TR/webauthn-3/#sctn-parseRequestOptionsFromJSON",
+ "title": "Deserialize Authentication ceremony options - PublicKeyCredential’s parseRequestOptionsFromJSON() Methods",
+ "number": "5.1.9"
},
"definedIn": "pre"
},
@@ -3777,8 +3991,10 @@
"access": "public",
"informative": false,
"heading": {
- "href": "https://www.w3.org/TR/webauthn-3/#dom-publickeycredentialrequestoptionsjson-challenge",
- "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 3"
+ "id": "sctn-parseRequestOptionsFromJSON",
+ "href": "https://www.w3.org/TR/webauthn-3/#sctn-parseRequestOptionsFromJSON",
+ "title": "Deserialize Authentication ceremony options - PublicKeyCredential’s parseRequestOptionsFromJSON() Methods",
+ "number": "5.1.9"
},
"definedIn": "pre"
},
@@ -3796,8 +4012,10 @@
"access": "public",
"informative": false,
"heading": {
- "href": "https://www.w3.org/TR/webauthn-3/#dom-publickeycredentialrequestoptionsjson-timeout",
- "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 3"
+ "id": "sctn-parseRequestOptionsFromJSON",
+ "href": "https://www.w3.org/TR/webauthn-3/#sctn-parseRequestOptionsFromJSON",
+ "title": "Deserialize Authentication ceremony options - PublicKeyCredential’s parseRequestOptionsFromJSON() Methods",
+ "number": "5.1.9"
},
"definedIn": "pre"
},
@@ -3815,8 +4033,10 @@
"access": "public",
"informative": false,
"heading": {
- "href": "https://www.w3.org/TR/webauthn-3/#dom-publickeycredentialrequestoptionsjson-rpid",
- "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 3"
+ "id": "sctn-parseRequestOptionsFromJSON",
+ "href": "https://www.w3.org/TR/webauthn-3/#sctn-parseRequestOptionsFromJSON",
+ "title": "Deserialize Authentication ceremony options - PublicKeyCredential’s parseRequestOptionsFromJSON() Methods",
+ "number": "5.1.9"
},
"definedIn": "pre"
},
@@ -3834,8 +4054,10 @@
"access": "public",
"informative": false,
"heading": {
- "href": "https://www.w3.org/TR/webauthn-3/#dom-publickeycredentialrequestoptionsjson-allowcredentials",
- "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 3"
+ "id": "sctn-parseRequestOptionsFromJSON",
+ "href": "https://www.w3.org/TR/webauthn-3/#sctn-parseRequestOptionsFromJSON",
+ "title": "Deserialize Authentication ceremony options - PublicKeyCredential’s parseRequestOptionsFromJSON() Methods",
+ "number": "5.1.9"
},
"definedIn": "pre"
},
@@ -3853,8 +4075,10 @@
"access": "public",
"informative": false,
"heading": {
- "href": "https://www.w3.org/TR/webauthn-3/#dom-publickeycredentialrequestoptionsjson-userverification",
- "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 3"
+ "id": "sctn-parseRequestOptionsFromJSON",
+ "href": "https://www.w3.org/TR/webauthn-3/#sctn-parseRequestOptionsFromJSON",
+ "title": "Deserialize Authentication ceremony options - PublicKeyCredential’s parseRequestOptionsFromJSON() Methods",
+ "number": "5.1.9"
},
"definedIn": "pre"
},
@@ -3872,16 +4096,18 @@
"access": "public",
"informative": false,
"heading": {
- "href": "https://www.w3.org/TR/webauthn-3/#dom-publickeycredentialrequestoptionsjson-hints",
- "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 3"
+ "id": "sctn-parseRequestOptionsFromJSON",
+ "href": "https://www.w3.org/TR/webauthn-3/#sctn-parseRequestOptionsFromJSON",
+ "title": "Deserialize Authentication ceremony options - PublicKeyCredential’s parseRequestOptionsFromJSON() Methods",
+ "number": "5.1.9"
},
"definedIn": "pre"
},
{
- "id": "dom-publickeycredentialrequestoptionsjson-attestation",
- "href": "https://www.w3.org/TR/webauthn-3/#dom-publickeycredentialrequestoptionsjson-attestation",
+ "id": "dom-publickeycredentialrequestoptionsjson-extensions",
+ "href": "https://www.w3.org/TR/webauthn-3/#dom-publickeycredentialrequestoptionsjson-extensions",
"linkingText": [
- "attestation"
+ "extensions"
],
"localLinkingText": [],
"type": "dict-member",
@@ -3891,695 +4117,779 @@
"access": "public",
"informative": false,
"heading": {
- "href": "https://www.w3.org/TR/webauthn-3/#dom-publickeycredentialrequestoptionsjson-attestation",
- "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 3"
+ "id": "sctn-parseRequestOptionsFromJSON",
+ "href": "https://www.w3.org/TR/webauthn-3/#sctn-parseRequestOptionsFromJSON",
+ "title": "Deserialize Authentication ceremony options - PublicKeyCredential’s parseRequestOptionsFromJSON() Methods",
+ "number": "5.1.9"
},
"definedIn": "pre"
},
{
- "id": "dom-publickeycredentialrequestoptionsjson-attestationformats",
- "href": "https://www.w3.org/TR/webauthn-3/#dom-publickeycredentialrequestoptionsjson-attestationformats",
+ "id": "dom-publickeycredential-signalunknowncredential",
+ "href": "https://www.w3.org/TR/webauthn-3/#dom-publickeycredential-signalunknowncredential",
"linkingText": [
- "attestationFormats"
+ "signalUnknownCredential(options)"
],
"localLinkingText": [],
- "type": "dict-member",
+ "type": "method",
"for": [
- "PublicKeyCredentialRequestOptionsJSON"
+ "PublicKeyCredential"
],
"access": "public",
"informative": false,
"heading": {
- "href": "https://www.w3.org/TR/webauthn-3/#dom-publickeycredentialrequestoptionsjson-attestationformats",
- "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 3"
+ "id": "sctn-signal-methods",
+ "href": "https://www.w3.org/TR/webauthn-3/#sctn-signal-methods",
+ "title": "Signal Credential Changes to the Authenticator - PublicKeyCredential’s signal methods",
+ "number": "5.1.10"
},
"definedIn": "pre"
},
{
- "id": "dom-publickeycredentialrequestoptionsjson-extensions",
- "href": "https://www.w3.org/TR/webauthn-3/#dom-publickeycredentialrequestoptionsjson-extensions",
+ "id": "dom-publickeycredential-signalunknowncredential-options-options",
+ "href": "https://www.w3.org/TR/webauthn-3/#dom-publickeycredential-signalunknowncredential-options-options",
"linkingText": [
- "extensions"
+ "options"
],
"localLinkingText": [],
- "type": "dict-member",
+ "type": "argument",
"for": [
- "PublicKeyCredentialRequestOptionsJSON"
+ "PublicKeyCredential/signalUnknownCredential(options)"
],
"access": "public",
"informative": false,
"heading": {
- "href": "https://www.w3.org/TR/webauthn-3/#dom-publickeycredentialrequestoptionsjson-extensions",
- "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 3"
+ "id": "sctn-signal-methods",
+ "href": "https://www.w3.org/TR/webauthn-3/#sctn-signal-methods",
+ "title": "Signal Credential Changes to the Authenticator - PublicKeyCredential’s signal methods",
+ "number": "5.1.10"
},
"definedIn": "pre"
},
{
- "id": "authenticatorresponse",
- "href": "https://www.w3.org/TR/webauthn-3/#authenticatorresponse",
+ "id": "dom-publickeycredential-signalallacceptedcredentials",
+ "href": "https://www.w3.org/TR/webauthn-3/#dom-publickeycredential-signalallacceptedcredentials",
"linkingText": [
- "AuthenticatorResponse"
+ "signalAllAcceptedCredentials(options)"
],
"localLinkingText": [],
- "type": "interface",
- "for": [],
+ "type": "method",
+ "for": [
+ "PublicKeyCredential"
+ ],
"access": "public",
"informative": false,
"heading": {
- "id": "iface-authenticatorresponse",
- "href": "https://www.w3.org/TR/webauthn-3/#iface-authenticatorresponse",
- "title": "Authenticator Responses (interface AuthenticatorResponse)",
- "number": "5.2"
+ "id": "sctn-signal-methods",
+ "href": "https://www.w3.org/TR/webauthn-3/#sctn-signal-methods",
+ "title": "Signal Credential Changes to the Authenticator - PublicKeyCredential’s signal methods",
+ "number": "5.1.10"
},
- "definedIn": "heading"
+ "definedIn": "pre"
},
{
- "id": "dom-authenticatorresponse-clientdatajson",
- "href": "https://www.w3.org/TR/webauthn-3/#dom-authenticatorresponse-clientdatajson",
+ "id": "dom-publickeycredential-signalallacceptedcredentials-options-options",
+ "href": "https://www.w3.org/TR/webauthn-3/#dom-publickeycredential-signalallacceptedcredentials-options-options",
"linkingText": [
- "clientDataJSON"
+ "options"
],
"localLinkingText": [],
- "type": "attribute",
+ "type": "argument",
"for": [
- "AuthenticatorResponse"
+ "PublicKeyCredential/signalAllAcceptedCredentials(options)"
],
"access": "public",
"informative": false,
"heading": {
- "id": "iface-authenticatorresponse",
- "href": "https://www.w3.org/TR/webauthn-3/#iface-authenticatorresponse",
- "title": "Authenticator Responses (interface AuthenticatorResponse)",
- "number": "5.2"
+ "id": "sctn-signal-methods",
+ "href": "https://www.w3.org/TR/webauthn-3/#sctn-signal-methods",
+ "title": "Signal Credential Changes to the Authenticator - PublicKeyCredential’s signal methods",
+ "number": "5.1.10"
},
- "definedIn": "dt"
+ "definedIn": "pre"
},
{
- "id": "authenticatorattestationresponse",
- "href": "https://www.w3.org/TR/webauthn-3/#authenticatorattestationresponse",
+ "id": "dom-publickeycredential-signalcurrentuserdetails",
+ "href": "https://www.w3.org/TR/webauthn-3/#dom-publickeycredential-signalcurrentuserdetails",
"linkingText": [
- "AuthenticatorAttestationResponse"
+ "signalCurrentUserDetails(options)"
],
"localLinkingText": [],
- "type": "interface",
- "for": [],
+ "type": "method",
+ "for": [
+ "PublicKeyCredential"
+ ],
"access": "public",
"informative": false,
"heading": {
- "id": "iface-authenticatorattestationresponse",
- "href": "https://www.w3.org/TR/webauthn-3/#iface-authenticatorattestationresponse",
- "title": "Information About Public Key Credential (interface AuthenticatorAttestationResponse)",
- "number": "5.2.1"
+ "id": "sctn-signal-methods",
+ "href": "https://www.w3.org/TR/webauthn-3/#sctn-signal-methods",
+ "title": "Signal Credential Changes to the Authenticator - PublicKeyCredential’s signal methods",
+ "number": "5.1.10"
},
- "definedIn": "heading"
+ "definedIn": "pre"
},
{
- "id": "dom-authenticatorattestationresponse-gettransports",
- "href": "https://www.w3.org/TR/webauthn-3/#dom-authenticatorattestationresponse-gettransports",
+ "id": "dom-publickeycredential-signalcurrentuserdetails-options-options",
+ "href": "https://www.w3.org/TR/webauthn-3/#dom-publickeycredential-signalcurrentuserdetails-options-options",
"linkingText": [
- "getTransports()"
+ "options"
],
"localLinkingText": [],
- "type": "method",
+ "type": "argument",
"for": [
- "AuthenticatorAttestationResponse"
+ "PublicKeyCredential/signalCurrentUserDetails(options)"
],
"access": "public",
"informative": false,
"heading": {
- "id": "iface-authenticatorattestationresponse",
- "href": "https://www.w3.org/TR/webauthn-3/#iface-authenticatorattestationresponse",
- "title": "Information About Public Key Credential (interface AuthenticatorAttestationResponse)",
- "number": "5.2.1"
+ "id": "sctn-signal-methods",
+ "href": "https://www.w3.org/TR/webauthn-3/#sctn-signal-methods",
+ "title": "Signal Credential Changes to the Authenticator - PublicKeyCredential’s signal methods",
+ "number": "5.1.10"
},
"definedIn": "pre"
},
{
- "id": "dom-authenticatorattestationresponse-getauthenticatordata",
- "href": "https://www.w3.org/TR/webauthn-3/#dom-authenticatorattestationresponse-getauthenticatordata",
+ "id": "dictdef-unknowncredentialoptions",
+ "href": "https://www.w3.org/TR/webauthn-3/#dictdef-unknowncredentialoptions",
"linkingText": [
- "getAuthenticatorData()"
+ "UnknownCredentialOptions"
],
"localLinkingText": [],
- "type": "method",
- "for": [
- "AuthenticatorAttestationResponse"
- ],
+ "type": "dictionary",
+ "for": [],
"access": "public",
"informative": false,
"heading": {
- "href": "https://www.w3.org/TR/webauthn-3/#dom-authenticatorattestationresponse-getauthenticatordata",
- "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 3"
+ "id": "sctn-signal-methods",
+ "href": "https://www.w3.org/TR/webauthn-3/#sctn-signal-methods",
+ "title": "Signal Credential Changes to the Authenticator - PublicKeyCredential’s signal methods",
+ "number": "5.1.10"
},
"definedIn": "pre"
},
{
- "id": "dom-authenticatorattestationresponse-getpublickey",
- "href": "https://www.w3.org/TR/webauthn-3/#dom-authenticatorattestationresponse-getpublickey",
+ "id": "dom-unknowncredentialoptions-rpid",
+ "href": "https://www.w3.org/TR/webauthn-3/#dom-unknowncredentialoptions-rpid",
"linkingText": [
- "getPublicKey()"
+ "rpId"
],
"localLinkingText": [],
- "type": "method",
+ "type": "dict-member",
"for": [
- "AuthenticatorAttestationResponse"
+ "UnknownCredentialOptions"
],
"access": "public",
"informative": false,
"heading": {
- "href": "https://www.w3.org/TR/webauthn-3/#dom-authenticatorattestationresponse-getpublickey",
- "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 3"
+ "id": "sctn-signal-methods",
+ "href": "https://www.w3.org/TR/webauthn-3/#sctn-signal-methods",
+ "title": "Signal Credential Changes to the Authenticator - PublicKeyCredential’s signal methods",
+ "number": "5.1.10"
},
"definedIn": "pre"
},
{
- "id": "dom-authenticatorattestationresponse-getpublickeyalgorithm",
- "href": "https://www.w3.org/TR/webauthn-3/#dom-authenticatorattestationresponse-getpublickeyalgorithm",
+ "id": "dom-unknowncredentialoptions-credentialid",
+ "href": "https://www.w3.org/TR/webauthn-3/#dom-unknowncredentialoptions-credentialid",
"linkingText": [
- "getPublicKeyAlgorithm()"
+ "credentialId"
],
"localLinkingText": [],
- "type": "method",
+ "type": "dict-member",
"for": [
- "AuthenticatorAttestationResponse"
+ "UnknownCredentialOptions"
],
"access": "public",
"informative": false,
"heading": {
- "href": "https://www.w3.org/TR/webauthn-3/#dom-authenticatorattestationresponse-getpublickeyalgorithm",
- "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 3"
+ "id": "sctn-signal-methods",
+ "href": "https://www.w3.org/TR/webauthn-3/#sctn-signal-methods",
+ "title": "Signal Credential Changes to the Authenticator - PublicKeyCredential’s signal methods",
+ "number": "5.1.10"
},
"definedIn": "pre"
},
{
- "id": "dom-authenticatorattestationresponse-attestationobject",
- "href": "https://www.w3.org/TR/webauthn-3/#dom-authenticatorattestationresponse-attestationobject",
+ "id": "dictdef-allacceptedcredentialsoptions",
+ "href": "https://www.w3.org/TR/webauthn-3/#dictdef-allacceptedcredentialsoptions",
"linkingText": [
- "attestationObject"
+ "AllAcceptedCredentialsOptions"
],
"localLinkingText": [],
- "type": "attribute",
- "for": [
- "AuthenticatorAttestationResponse"
- ],
+ "type": "dictionary",
+ "for": [],
"access": "public",
"informative": false,
"heading": {
- "href": "https://www.w3.org/TR/webauthn-3/#dom-authenticatorattestationresponse-attestationobject",
- "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 3"
+ "id": "sctn-signal-methods",
+ "href": "https://www.w3.org/TR/webauthn-3/#sctn-signal-methods",
+ "title": "Signal Credential Changes to the Authenticator - PublicKeyCredential’s signal methods",
+ "number": "5.1.10"
},
- "definedIn": "dt"
+ "definedIn": "pre"
},
{
- "id": "dom-authenticatorattestationresponse-transports-slot",
- "href": "https://www.w3.org/TR/webauthn-3/#dom-authenticatorattestationresponse-transports-slot",
+ "id": "dom-allacceptedcredentialsoptions-rpid",
+ "href": "https://www.w3.org/TR/webauthn-3/#dom-allacceptedcredentialsoptions-rpid",
"linkingText": [
- "[[transports]]"
+ "rpId"
],
"localLinkingText": [],
- "type": "attribute",
+ "type": "dict-member",
"for": [
- "AuthenticatorAttestationResponse"
+ "AllAcceptedCredentialsOptions"
],
"access": "public",
"informative": false,
"heading": {
- "href": "https://www.w3.org/TR/webauthn-3/#dom-authenticatorattestationresponse-transports-slot",
- "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 3"
+ "id": "sctn-signal-methods",
+ "href": "https://www.w3.org/TR/webauthn-3/#sctn-signal-methods",
+ "title": "Signal Credential Changes to the Authenticator - PublicKeyCredential’s signal methods",
+ "number": "5.1.10"
},
- "definedIn": "dt"
+ "definedIn": "pre"
},
{
- "id": "authenticatorassertionresponse",
- "href": "https://www.w3.org/TR/webauthn-3/#authenticatorassertionresponse",
+ "id": "dom-allacceptedcredentialsoptions-userid",
+ "href": "https://www.w3.org/TR/webauthn-3/#dom-allacceptedcredentialsoptions-userid",
"linkingText": [
- "AuthenticatorAssertionResponse"
+ "userId"
],
"localLinkingText": [],
- "type": "interface",
- "for": [],
+ "type": "dict-member",
+ "for": [
+ "AllAcceptedCredentialsOptions"
+ ],
"access": "public",
"informative": false,
"heading": {
- "id": "iface-authenticatorassertionresponse",
- "href": "https://www.w3.org/TR/webauthn-3/#iface-authenticatorassertionresponse",
- "title": "Web Authentication Assertion (interface AuthenticatorAssertionResponse)",
- "number": "5.2.2"
+ "id": "sctn-signal-methods",
+ "href": "https://www.w3.org/TR/webauthn-3/#sctn-signal-methods",
+ "title": "Signal Credential Changes to the Authenticator - PublicKeyCredential’s signal methods",
+ "number": "5.1.10"
},
- "definedIn": "heading"
+ "definedIn": "pre"
},
{
- "id": "dom-authenticatorassertionresponse-authenticatordata",
- "href": "https://www.w3.org/TR/webauthn-3/#dom-authenticatorassertionresponse-authenticatordata",
+ "id": "dom-allacceptedcredentialsoptions-allacceptedcredentialids",
+ "href": "https://www.w3.org/TR/webauthn-3/#dom-allacceptedcredentialsoptions-allacceptedcredentialids",
"linkingText": [
- "authenticatorData"
+ "allAcceptedCredentialIds"
],
"localLinkingText": [],
- "type": "attribute",
+ "type": "dict-member",
"for": [
- "AuthenticatorAssertionResponse"
+ "AllAcceptedCredentialsOptions"
],
"access": "public",
"informative": false,
"heading": {
- "id": "iface-authenticatorassertionresponse",
- "href": "https://www.w3.org/TR/webauthn-3/#iface-authenticatorassertionresponse",
- "title": "Web Authentication Assertion (interface AuthenticatorAssertionResponse)",
- "number": "5.2.2"
+ "id": "sctn-signal-methods",
+ "href": "https://www.w3.org/TR/webauthn-3/#sctn-signal-methods",
+ "title": "Signal Credential Changes to the Authenticator - PublicKeyCredential’s signal methods",
+ "number": "5.1.10"
},
- "definedIn": "dt"
+ "definedIn": "pre"
},
{
- "id": "dom-authenticatorassertionresponse-signature",
- "href": "https://www.w3.org/TR/webauthn-3/#dom-authenticatorassertionresponse-signature",
+ "id": "dictdef-currentuserdetailsoptions",
+ "href": "https://www.w3.org/TR/webauthn-3/#dictdef-currentuserdetailsoptions",
"linkingText": [
- "signature"
+ "CurrentUserDetailsOptions"
],
"localLinkingText": [],
- "type": "attribute",
- "for": [
- "AuthenticatorAssertionResponse"
- ],
+ "type": "dictionary",
+ "for": [],
"access": "public",
"informative": false,
"heading": {
- "href": "https://www.w3.org/TR/webauthn-3/#dom-authenticatorassertionresponse-signature",
- "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 3"
+ "id": "sctn-signal-methods",
+ "href": "https://www.w3.org/TR/webauthn-3/#sctn-signal-methods",
+ "title": "Signal Credential Changes to the Authenticator - PublicKeyCredential’s signal methods",
+ "number": "5.1.10"
},
- "definedIn": "dt"
+ "definedIn": "pre"
},
{
- "id": "dom-authenticatorassertionresponse-userhandle",
- "href": "https://www.w3.org/TR/webauthn-3/#dom-authenticatorassertionresponse-userhandle",
+ "id": "dom-currentuserdetailsoptions-rpid",
+ "href": "https://www.w3.org/TR/webauthn-3/#dom-currentuserdetailsoptions-rpid",
"linkingText": [
- "userHandle"
+ "rpId"
],
"localLinkingText": [],
- "type": "attribute",
+ "type": "dict-member",
"for": [
- "AuthenticatorAssertionResponse"
+ "CurrentUserDetailsOptions"
],
"access": "public",
"informative": false,
"heading": {
- "href": "https://www.w3.org/TR/webauthn-3/#dom-authenticatorassertionresponse-userhandle",
- "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 3"
+ "id": "sctn-signal-methods",
+ "href": "https://www.w3.org/TR/webauthn-3/#sctn-signal-methods",
+ "title": "Signal Credential Changes to the Authenticator - PublicKeyCredential’s signal methods",
+ "number": "5.1.10"
},
- "definedIn": "dt"
+ "definedIn": "pre"
},
{
- "id": "dom-authenticatorassertionresponse-attestationobject",
- "href": "https://www.w3.org/TR/webauthn-3/#dom-authenticatorassertionresponse-attestationobject",
+ "id": "dom-currentuserdetailsoptions-userid",
+ "href": "https://www.w3.org/TR/webauthn-3/#dom-currentuserdetailsoptions-userid",
"linkingText": [
- "attestationObject"
+ "userId"
],
"localLinkingText": [],
- "type": "attribute",
+ "type": "dict-member",
"for": [
- "AuthenticatorAssertionResponse"
+ "CurrentUserDetailsOptions"
],
"access": "public",
"informative": false,
"heading": {
- "href": "https://www.w3.org/TR/webauthn-3/#dom-authenticatorassertionresponse-attestationobject",
- "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 3"
+ "id": "sctn-signal-methods",
+ "href": "https://www.w3.org/TR/webauthn-3/#sctn-signal-methods",
+ "title": "Signal Credential Changes to the Authenticator - PublicKeyCredential’s signal methods",
+ "number": "5.1.10"
},
- "definedIn": "dt"
+ "definedIn": "pre"
},
{
- "id": "dictdef-publickeycredentialparameters",
- "href": "https://www.w3.org/TR/webauthn-3/#dictdef-publickeycredentialparameters",
+ "id": "dom-currentuserdetailsoptions-name",
+ "href": "https://www.w3.org/TR/webauthn-3/#dom-currentuserdetailsoptions-name",
"linkingText": [
- "PublicKeyCredentialParameters"
+ "name"
],
"localLinkingText": [],
- "type": "dictionary",
- "for": [],
+ "type": "dict-member",
+ "for": [
+ "CurrentUserDetailsOptions"
+ ],
"access": "public",
"informative": false,
"heading": {
- "id": "dictionary-credential-params",
- "href": "https://www.w3.org/TR/webauthn-3/#dictionary-credential-params",
- "title": "Parameters for Credential Generation (dictionary PublicKeyCredentialParameters)",
- "number": "5.3"
+ "id": "sctn-signal-methods",
+ "href": "https://www.w3.org/TR/webauthn-3/#sctn-signal-methods",
+ "title": "Signal Credential Changes to the Authenticator - PublicKeyCredential’s signal methods",
+ "number": "5.1.10"
},
- "definedIn": "heading"
+ "definedIn": "pre"
},
{
- "id": "dom-publickeycredentialparameters-type",
- "href": "https://www.w3.org/TR/webauthn-3/#dom-publickeycredentialparameters-type",
+ "id": "dom-currentuserdetailsoptions-displayname",
+ "href": "https://www.w3.org/TR/webauthn-3/#dom-currentuserdetailsoptions-displayname",
"linkingText": [
- "type"
+ "displayName"
],
"localLinkingText": [],
"type": "dict-member",
"for": [
- "PublicKeyCredentialParameters"
+ "CurrentUserDetailsOptions"
],
"access": "public",
"informative": false,
"heading": {
- "id": "dictionary-credential-params",
- "href": "https://www.w3.org/TR/webauthn-3/#dictionary-credential-params",
- "title": "Parameters for Credential Generation (dictionary PublicKeyCredentialParameters)",
- "number": "5.3"
+ "id": "sctn-signal-methods",
+ "href": "https://www.w3.org/TR/webauthn-3/#sctn-signal-methods",
+ "title": "Signal Credential Changes to the Authenticator - PublicKeyCredential’s signal methods",
+ "number": "5.1.10"
},
- "definedIn": "dt"
+ "definedIn": "pre"
},
{
- "id": "dom-publickeycredentialparameters-alg",
- "href": "https://www.w3.org/TR/webauthn-3/#dom-publickeycredentialparameters-alg",
+ "id": "signal-methods",
+ "href": "https://www.w3.org/TR/webauthn-3/#signal-methods",
"linkingText": [
- "alg"
+ "signal methods"
],
"localLinkingText": [],
- "type": "dict-member",
+ "type": "dfn",
+ "for": [],
+ "access": "private",
+ "informative": false,
+ "heading": {
+ "id": "sctn-signal-methods",
+ "href": "https://www.w3.org/TR/webauthn-3/#sctn-signal-methods",
+ "title": "Signal Credential Changes to the Authenticator - PublicKeyCredential’s signal methods",
+ "number": "5.1.10"
+ },
+ "definedIn": "prose"
+ },
+ {
+ "id": "signal-method-authenticator-actions",
+ "href": "https://www.w3.org/TR/webauthn-3/#signal-method-authenticator-actions",
+ "linkingText": [
+ "authenticator actions"
+ ],
+ "localLinkingText": [],
+ "type": "dfn",
"for": [
- "PublicKeyCredentialParameters"
+ "signal method"
],
- "access": "public",
+ "access": "private",
"informative": false,
"heading": {
- "href": "https://www.w3.org/TR/webauthn-3/#dom-publickeycredentialparameters-alg",
- "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 3"
+ "id": "sctn-signal-methods",
+ "href": "https://www.w3.org/TR/webauthn-3/#sctn-signal-methods",
+ "title": "Signal Credential Changes to the Authenticator - PublicKeyCredential’s signal methods",
+ "number": "5.1.10"
},
- "definedIn": "dt"
+ "definedIn": "prose"
},
{
- "id": "dictdef-publickeycredentialcreationoptions",
- "href": "https://www.w3.org/TR/webauthn-3/#dictdef-publickeycredentialcreationoptions",
+ "id": "abstract-opdef-asynchronous-rp-id-validation-algorithm",
+ "href": "https://www.w3.org/TR/webauthn-3/#abstract-opdef-asynchronous-rp-id-validation-algorithm",
"linkingText": [
- "PublicKeyCredentialCreationOptions"
+ "Asynchronous RP ID validation algorithm"
],
"localLinkingText": [],
- "type": "dictionary",
+ "type": "abstract-op",
"for": [],
"access": "public",
"informative": false,
"heading": {
- "id": "dictionary-makecredentialoptions",
- "href": "https://www.w3.org/TR/webauthn-3/#dictionary-makecredentialoptions",
- "title": "Options for Credential Creation (dictionary PublicKeyCredentialCreationOptions)",
- "number": "5.4"
+ "id": "sctn-signal-methods-async-rp-id-validation",
+ "href": "https://www.w3.org/TR/webauthn-3/#sctn-signal-methods-async-rp-id-validation",
+ "title": "Asynchronous RP ID validation algorithm",
+ "number": "5.1.10.1"
},
"definedIn": "heading"
},
{
- "id": "dom-publickeycredentialcreationoptions-rp",
- "href": "https://www.w3.org/TR/webauthn-3/#dom-publickeycredentialcreationoptions-rp",
+ "id": "signal-method-authenticator-action-unknowncredentialid",
+ "href": "https://www.w3.org/TR/webauthn-3/#signal-method-authenticator-action-unknowncredentialid",
"linkingText": [
- "rp"
+ "unknownCredentialId"
],
"localLinkingText": [],
- "type": "dict-member",
+ "type": "dfn",
"for": [
- "PublicKeyCredentialCreationOptions"
+ "signal method/authenticator action"
],
- "access": "public",
+ "access": "private",
"informative": false,
"heading": {
- "id": "dictionary-makecredentialoptions",
- "href": "https://www.w3.org/TR/webauthn-3/#dictionary-makecredentialoptions",
- "title": "Options for Credential Creation (dictionary PublicKeyCredentialCreationOptions)",
- "number": "5.4"
+ "id": "sctn-signalUnknownCredential",
+ "href": "https://www.w3.org/TR/webauthn-3/#sctn-signalUnknownCredential",
+ "title": "signalUnknownCredential(options)",
+ "number": "5.1.10.2"
},
- "definedIn": "dt"
+ "definedIn": "prose"
},
{
- "id": "dom-publickeycredentialcreationoptions-user",
- "href": "https://www.w3.org/TR/webauthn-3/#dom-publickeycredentialcreationoptions-user",
+ "id": "signal-method-authenticator-actions-allacceptedcredentialids",
+ "href": "https://www.w3.org/TR/webauthn-3/#signal-method-authenticator-actions-allacceptedcredentialids",
"linkingText": [
- "user"
+ "allAcceptedCredentialIds"
],
"localLinkingText": [],
- "type": "dict-member",
+ "type": "dfn",
"for": [
- "PublicKeyCredentialCreationOptions"
+ "signal method/authenticator actions"
],
- "access": "public",
+ "access": "private",
"informative": false,
"heading": {
- "href": "https://www.w3.org/TR/webauthn-3/#dom-publickeycredentialcreationoptions-user",
- "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 3"
+ "id": "sctn-signalAllAcceptedCredentials",
+ "href": "https://www.w3.org/TR/webauthn-3/#sctn-signalAllAcceptedCredentials",
+ "title": "signalAllAcceptedCredentials(options)",
+ "number": "5.1.10.3"
},
- "definedIn": "dt"
+ "definedIn": "prose"
},
{
- "id": "dom-publickeycredentialcreationoptions-challenge",
- "href": "https://www.w3.org/TR/webauthn-3/#dom-publickeycredentialcreationoptions-challenge",
+ "id": "signal-method-authenticator-actions-currentuserdetails",
+ "href": "https://www.w3.org/TR/webauthn-3/#signal-method-authenticator-actions-currentuserdetails",
"linkingText": [
- "challenge"
+ "currentUserDetails"
],
"localLinkingText": [],
- "type": "dict-member",
+ "type": "dfn",
"for": [
- "PublicKeyCredentialCreationOptions"
+ "signal method/authenticator actions"
],
- "access": "public",
+ "access": "private",
"informative": false,
"heading": {
- "href": "https://www.w3.org/TR/webauthn-3/#dom-publickeycredentialcreationoptions-challenge",
- "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 3"
+ "id": "sctn-signalCurrentUserDetails",
+ "href": "https://www.w3.org/TR/webauthn-3/#sctn-signalCurrentUserDetails",
+ "title": "signalCurrentUserDetails(options)",
+ "number": "5.1.10.4"
},
- "definedIn": "dt"
+ "definedIn": "prose"
},
{
- "id": "dom-publickeycredentialcreationoptions-pubkeycredparams",
- "href": "https://www.w3.org/TR/webauthn-3/#dom-publickeycredentialcreationoptions-pubkeycredparams",
+ "id": "authenticatorresponse",
+ "href": "https://www.w3.org/TR/webauthn-3/#authenticatorresponse",
"linkingText": [
- "pubKeyCredParams"
+ "AuthenticatorResponse"
],
"localLinkingText": [],
- "type": "dict-member",
- "for": [
- "PublicKeyCredentialCreationOptions"
- ],
+ "type": "interface",
+ "for": [],
"access": "public",
"informative": false,
"heading": {
- "href": "https://www.w3.org/TR/webauthn-3/#dom-publickeycredentialcreationoptions-pubkeycredparams",
- "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 3"
+ "id": "iface-authenticatorresponse",
+ "href": "https://www.w3.org/TR/webauthn-3/#iface-authenticatorresponse",
+ "title": "Authenticator Responses (interface AuthenticatorResponse)",
+ "number": "5.2"
},
- "definedIn": "dt"
+ "definedIn": "heading"
},
{
- "id": "dom-publickeycredentialcreationoptions-timeout",
- "href": "https://www.w3.org/TR/webauthn-3/#dom-publickeycredentialcreationoptions-timeout",
+ "id": "dom-authenticatorresponse-clientdatajson",
+ "href": "https://www.w3.org/TR/webauthn-3/#dom-authenticatorresponse-clientdatajson",
"linkingText": [
- "timeout"
+ "clientDataJSON"
],
"localLinkingText": [],
- "type": "dict-member",
+ "type": "attribute",
"for": [
- "PublicKeyCredentialCreationOptions"
+ "AuthenticatorResponse"
],
"access": "public",
"informative": false,
"heading": {
- "href": "https://www.w3.org/TR/webauthn-3/#dom-publickeycredentialcreationoptions-timeout",
- "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 3"
+ "id": "iface-authenticatorresponse",
+ "href": "https://www.w3.org/TR/webauthn-3/#iface-authenticatorresponse",
+ "title": "Authenticator Responses (interface AuthenticatorResponse)",
+ "number": "5.2"
},
"definedIn": "dt"
},
{
- "id": "dom-publickeycredentialcreationoptions-excludecredentials",
- "href": "https://www.w3.org/TR/webauthn-3/#dom-publickeycredentialcreationoptions-excludecredentials",
+ "id": "authenticatorattestationresponse",
+ "href": "https://www.w3.org/TR/webauthn-3/#authenticatorattestationresponse",
"linkingText": [
- "excludeCredentials"
+ "AuthenticatorAttestationResponse"
],
"localLinkingText": [],
- "type": "dict-member",
- "for": [
- "PublicKeyCredentialCreationOptions"
- ],
+ "type": "interface",
+ "for": [],
"access": "public",
"informative": false,
"heading": {
- "href": "https://www.w3.org/TR/webauthn-3/#dom-publickeycredentialcreationoptions-excludecredentials",
- "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 3"
+ "id": "iface-authenticatorattestationresponse",
+ "href": "https://www.w3.org/TR/webauthn-3/#iface-authenticatorattestationresponse",
+ "title": "Information About Public Key Credential (interface AuthenticatorAttestationResponse)",
+ "number": "5.2.1"
},
- "definedIn": "dt"
+ "definedIn": "heading"
},
{
- "id": "dom-publickeycredentialcreationoptions-authenticatorselection",
- "href": "https://www.w3.org/TR/webauthn-3/#dom-publickeycredentialcreationoptions-authenticatorselection",
+ "id": "dom-authenticatorattestationresponse-gettransports",
+ "href": "https://www.w3.org/TR/webauthn-3/#dom-authenticatorattestationresponse-gettransports",
"linkingText": [
- "authenticatorSelection"
+ "getTransports()"
],
"localLinkingText": [],
- "type": "dict-member",
+ "type": "method",
"for": [
- "PublicKeyCredentialCreationOptions"
+ "AuthenticatorAttestationResponse"
],
"access": "public",
"informative": false,
"heading": {
- "href": "https://www.w3.org/TR/webauthn-3/#dom-publickeycredentialcreationoptions-authenticatorselection",
- "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 3"
+ "id": "iface-authenticatorattestationresponse",
+ "href": "https://www.w3.org/TR/webauthn-3/#iface-authenticatorattestationresponse",
+ "title": "Information About Public Key Credential (interface AuthenticatorAttestationResponse)",
+ "number": "5.2.1"
},
- "definedIn": "dt"
+ "definedIn": "pre"
},
{
- "id": "dom-publickeycredentialcreationoptions-hints",
- "href": "https://www.w3.org/TR/webauthn-3/#dom-publickeycredentialcreationoptions-hints",
+ "id": "dom-authenticatorattestationresponse-getauthenticatordata",
+ "href": "https://www.w3.org/TR/webauthn-3/#dom-authenticatorattestationresponse-getauthenticatordata",
"linkingText": [
- "hints"
+ "getAuthenticatorData()"
],
"localLinkingText": [],
- "type": "dict-member",
+ "type": "method",
"for": [
- "PublicKeyCredentialCreationOptions"
+ "AuthenticatorAttestationResponse"
],
"access": "public",
"informative": false,
"heading": {
- "href": "https://www.w3.org/TR/webauthn-3/#dom-publickeycredentialcreationoptions-hints",
- "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 3"
+ "id": "iface-authenticatorattestationresponse",
+ "href": "https://www.w3.org/TR/webauthn-3/#iface-authenticatorattestationresponse",
+ "title": "Information About Public Key Credential (interface AuthenticatorAttestationResponse)",
+ "number": "5.2.1"
},
- "definedIn": "dt"
+ "definedIn": "pre"
},
{
- "id": "dom-publickeycredentialcreationoptions-attestation",
- "href": "https://www.w3.org/TR/webauthn-3/#dom-publickeycredentialcreationoptions-attestation",
+ "id": "dom-authenticatorattestationresponse-getpublickey",
+ "href": "https://www.w3.org/TR/webauthn-3/#dom-authenticatorattestationresponse-getpublickey",
"linkingText": [
- "attestation"
+ "getPublicKey()"
],
"localLinkingText": [],
- "type": "dict-member",
+ "type": "method",
"for": [
- "PublicKeyCredentialCreationOptions"
+ "AuthenticatorAttestationResponse"
],
"access": "public",
"informative": false,
"heading": {
- "href": "https://www.w3.org/TR/webauthn-3/#dom-publickeycredentialcreationoptions-attestation",
- "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 3"
+ "id": "iface-authenticatorattestationresponse",
+ "href": "https://www.w3.org/TR/webauthn-3/#iface-authenticatorattestationresponse",
+ "title": "Information About Public Key Credential (interface AuthenticatorAttestationResponse)",
+ "number": "5.2.1"
},
- "definedIn": "dt"
+ "definedIn": "pre"
},
{
- "id": "dom-publickeycredentialcreationoptions-attestationformats",
- "href": "https://www.w3.org/TR/webauthn-3/#dom-publickeycredentialcreationoptions-attestationformats",
+ "id": "dom-authenticatorattestationresponse-getpublickeyalgorithm",
+ "href": "https://www.w3.org/TR/webauthn-3/#dom-authenticatorattestationresponse-getpublickeyalgorithm",
"linkingText": [
- "attestationFormats"
+ "getPublicKeyAlgorithm()"
],
"localLinkingText": [],
- "type": "dict-member",
+ "type": "method",
"for": [
- "PublicKeyCredentialCreationOptions"
+ "AuthenticatorAttestationResponse"
],
"access": "public",
"informative": false,
"heading": {
- "href": "https://www.w3.org/TR/webauthn-3/#dom-publickeycredentialcreationoptions-attestationformats",
- "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 3"
+ "id": "iface-authenticatorattestationresponse",
+ "href": "https://www.w3.org/TR/webauthn-3/#iface-authenticatorattestationresponse",
+ "title": "Information About Public Key Credential (interface AuthenticatorAttestationResponse)",
+ "number": "5.2.1"
},
- "definedIn": "dt"
+ "definedIn": "pre"
},
{
- "id": "dom-publickeycredentialcreationoptions-extensions",
- "href": "https://www.w3.org/TR/webauthn-3/#dom-publickeycredentialcreationoptions-extensions",
+ "id": "dom-authenticatorattestationresponse-attestationobject",
+ "href": "https://www.w3.org/TR/webauthn-3/#dom-authenticatorattestationresponse-attestationobject",
"linkingText": [
- "extensions"
+ "attestationObject"
],
"localLinkingText": [],
- "type": "dict-member",
+ "type": "attribute",
"for": [
- "PublicKeyCredentialCreationOptions"
+ "AuthenticatorAttestationResponse"
],
"access": "public",
"informative": false,
"heading": {
- "href": "https://www.w3.org/TR/webauthn-3/#dom-publickeycredentialcreationoptions-extensions",
- "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 3"
+ "id": "iface-authenticatorattestationresponse",
+ "href": "https://www.w3.org/TR/webauthn-3/#iface-authenticatorattestationresponse",
+ "title": "Information About Public Key Credential (interface AuthenticatorAttestationResponse)",
+ "number": "5.2.1"
},
"definedIn": "dt"
},
{
- "id": "dictdef-publickeycredentialentity",
- "href": "https://www.w3.org/TR/webauthn-3/#dictdef-publickeycredentialentity",
+ "id": "dom-authenticatorattestationresponse-transports-slot",
+ "href": "https://www.w3.org/TR/webauthn-3/#dom-authenticatorattestationresponse-transports-slot",
"linkingText": [
- "PublicKeyCredentialEntity"
+ "[[transports]]"
],
"localLinkingText": [],
- "type": "dictionary",
- "for": [],
+ "type": "attribute",
+ "for": [
+ "AuthenticatorAttestationResponse"
+ ],
"access": "public",
"informative": false,
"heading": {
- "id": "dictionary-pkcredentialentity",
- "href": "https://www.w3.org/TR/webauthn-3/#dictionary-pkcredentialentity",
- "title": "Public Key Entity Description (dictionary PublicKeyCredentialEntity)",
- "number": "5.4.1"
+ "id": "iface-authenticatorattestationresponse",
+ "href": "https://www.w3.org/TR/webauthn-3/#iface-authenticatorattestationresponse",
+ "title": "Information About Public Key Credential (interface AuthenticatorAttestationResponse)",
+ "number": "5.2.1"
+ },
+ "definedIn": "dt"
+ },
+ {
+ "id": "authenticatorassertionresponse",
+ "href": "https://www.w3.org/TR/webauthn-3/#authenticatorassertionresponse",
+ "linkingText": [
+ "AuthenticatorAssertionResponse"
+ ],
+ "localLinkingText": [],
+ "type": "interface",
+ "for": [],
+ "access": "public",
+ "informative": false,
+ "heading": {
+ "id": "iface-authenticatorassertionresponse",
+ "href": "https://www.w3.org/TR/webauthn-3/#iface-authenticatorassertionresponse",
+ "title": "Web Authentication Assertion (interface AuthenticatorAssertionResponse)",
+ "number": "5.2.2"
},
"definedIn": "heading"
},
{
- "id": "dom-publickeycredentialentity-name",
- "href": "https://www.w3.org/TR/webauthn-3/#dom-publickeycredentialentity-name",
+ "id": "dom-authenticatorassertionresponse-authenticatordata",
+ "href": "https://www.w3.org/TR/webauthn-3/#dom-authenticatorassertionresponse-authenticatordata",
"linkingText": [
- "name"
+ "authenticatorData"
],
"localLinkingText": [],
- "type": "dict-member",
+ "type": "attribute",
"for": [
- "PublicKeyCredentialEntity"
+ "AuthenticatorAssertionResponse"
],
"access": "public",
"informative": false,
"heading": {
- "id": "dictionary-pkcredentialentity",
- "href": "https://www.w3.org/TR/webauthn-3/#dictionary-pkcredentialentity",
- "title": "Public Key Entity Description (dictionary PublicKeyCredentialEntity)",
- "number": "5.4.1"
+ "id": "iface-authenticatorassertionresponse",
+ "href": "https://www.w3.org/TR/webauthn-3/#iface-authenticatorassertionresponse",
+ "title": "Web Authentication Assertion (interface AuthenticatorAssertionResponse)",
+ "number": "5.2.2"
},
"definedIn": "dt"
},
{
- "id": "dictdef-publickeycredentialrpentity",
- "href": "https://www.w3.org/TR/webauthn-3/#dictdef-publickeycredentialrpentity",
+ "id": "dom-authenticatorassertionresponse-signature",
+ "href": "https://www.w3.org/TR/webauthn-3/#dom-authenticatorassertionresponse-signature",
"linkingText": [
- "PublicKeyCredentialRpEntity"
+ "signature"
],
"localLinkingText": [],
- "type": "dictionary",
- "for": [],
+ "type": "attribute",
+ "for": [
+ "AuthenticatorAssertionResponse"
+ ],
"access": "public",
"informative": false,
"heading": {
- "id": "dictionary-rp-credential-params",
- "href": "https://www.w3.org/TR/webauthn-3/#dictionary-rp-credential-params",
- "title": "Relying Party Parameters for Credential Generation (dictionary PublicKeyCredentialRpEntity)",
- "number": "5.4.2"
+ "id": "iface-authenticatorassertionresponse",
+ "href": "https://www.w3.org/TR/webauthn-3/#iface-authenticatorassertionresponse",
+ "title": "Web Authentication Assertion (interface AuthenticatorAssertionResponse)",
+ "number": "5.2.2"
},
- "definedIn": "heading"
+ "definedIn": "dt"
},
{
- "id": "dom-publickeycredentialrpentity-id",
- "href": "https://www.w3.org/TR/webauthn-3/#dom-publickeycredentialrpentity-id",
+ "id": "dom-authenticatorassertionresponse-userhandle",
+ "href": "https://www.w3.org/TR/webauthn-3/#dom-authenticatorassertionresponse-userhandle",
"linkingText": [
- "id"
+ "userHandle"
],
"localLinkingText": [],
- "type": "dict-member",
+ "type": "attribute",
"for": [
- "PublicKeyCredentialRpEntity"
+ "AuthenticatorAssertionResponse"
],
"access": "public",
"informative": false,
"heading": {
- "id": "dictionary-rp-credential-params",
- "href": "https://www.w3.org/TR/webauthn-3/#dictionary-rp-credential-params",
- "title": "Relying Party Parameters for Credential Generation (dictionary PublicKeyCredentialRpEntity)",
- "number": "5.4.2"
+ "id": "iface-authenticatorassertionresponse",
+ "href": "https://www.w3.org/TR/webauthn-3/#iface-authenticatorassertionresponse",
+ "title": "Web Authentication Assertion (interface AuthenticatorAssertionResponse)",
+ "number": "5.2.2"
},
"definedIn": "dt"
},
{
- "id": "dictdef-publickeycredentialuserentity",
- "href": "https://www.w3.org/TR/webauthn-3/#dictdef-publickeycredentialuserentity",
+ "id": "dictdef-publickeycredentialparameters",
+ "href": "https://www.w3.org/TR/webauthn-3/#dictdef-publickeycredentialparameters",
"linkingText": [
- "PublicKeyCredentialUserEntity"
+ "PublicKeyCredentialParameters"
],
"localLinkingText": [],
"type": "dictionary",
@@ -4587,58 +4897,60 @@
"access": "public",
"informative": false,
"heading": {
- "id": "dictionary-user-credential-params",
- "href": "https://www.w3.org/TR/webauthn-3/#dictionary-user-credential-params",
- "title": "User Account Parameters for Credential Generation (dictionary PublicKeyCredentialUserEntity)",
- "number": "5.4.3"
+ "id": "dictionary-credential-params",
+ "href": "https://www.w3.org/TR/webauthn-3/#dictionary-credential-params",
+ "title": "Parameters for Credential Generation (dictionary PublicKeyCredentialParameters)",
+ "number": "5.3"
},
"definedIn": "heading"
},
{
- "id": "dom-publickeycredentialuserentity-id",
- "href": "https://www.w3.org/TR/webauthn-3/#dom-publickeycredentialuserentity-id",
+ "id": "dom-publickeycredentialparameters-type",
+ "href": "https://www.w3.org/TR/webauthn-3/#dom-publickeycredentialparameters-type",
"linkingText": [
- "id"
+ "type"
],
"localLinkingText": [],
"type": "dict-member",
"for": [
- "PublicKeyCredentialUserEntity"
+ "PublicKeyCredentialParameters"
],
"access": "public",
"informative": false,
"heading": {
- "id": "dictionary-user-credential-params",
- "href": "https://www.w3.org/TR/webauthn-3/#dictionary-user-credential-params",
- "title": "User Account Parameters for Credential Generation (dictionary PublicKeyCredentialUserEntity)",
- "number": "5.4.3"
+ "id": "dictionary-credential-params",
+ "href": "https://www.w3.org/TR/webauthn-3/#dictionary-credential-params",
+ "title": "Parameters for Credential Generation (dictionary PublicKeyCredentialParameters)",
+ "number": "5.3"
},
"definedIn": "dt"
},
{
- "id": "dom-publickeycredentialuserentity-displayname",
- "href": "https://www.w3.org/TR/webauthn-3/#dom-publickeycredentialuserentity-displayname",
+ "id": "dom-publickeycredentialparameters-alg",
+ "href": "https://www.w3.org/TR/webauthn-3/#dom-publickeycredentialparameters-alg",
"linkingText": [
- "displayName"
+ "alg"
],
"localLinkingText": [],
"type": "dict-member",
"for": [
- "PublicKeyCredentialUserEntity"
+ "PublicKeyCredentialParameters"
],
"access": "public",
"informative": false,
"heading": {
- "href": "https://www.w3.org/TR/webauthn-3/#dom-publickeycredentialuserentity-displayname",
- "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 3"
+ "id": "dictionary-credential-params",
+ "href": "https://www.w3.org/TR/webauthn-3/#dictionary-credential-params",
+ "title": "Parameters for Credential Generation (dictionary PublicKeyCredentialParameters)",
+ "number": "5.3"
},
"definedIn": "dt"
},
{
- "id": "dictdef-authenticatorselectioncriteria",
- "href": "https://www.w3.org/TR/webauthn-3/#dictdef-authenticatorselectioncriteria",
+ "id": "dictdef-publickeycredentialcreationoptions",
+ "href": "https://www.w3.org/TR/webauthn-3/#dictdef-publickeycredentialcreationoptions",
"linkingText": [
- "AuthenticatorSelectionCriteria"
+ "PublicKeyCredentialCreationOptions"
],
"localLinkingText": [],
"type": "dictionary",
@@ -4646,358 +4958,390 @@
"access": "public",
"informative": false,
"heading": {
- "id": "dictionary-authenticatorSelection",
- "href": "https://www.w3.org/TR/webauthn-3/#dictionary-authenticatorSelection",
- "title": "Authenticator Selection Criteria (dictionary AuthenticatorSelectionCriteria)",
- "number": "5.4.4"
+ "id": "dictionary-makecredentialoptions",
+ "href": "https://www.w3.org/TR/webauthn-3/#dictionary-makecredentialoptions",
+ "title": "Options for Credential Creation (dictionary PublicKeyCredentialCreationOptions)",
+ "number": "5.4"
},
"definedIn": "heading"
},
{
- "id": "dom-authenticatorselectioncriteria-authenticatorattachment",
- "href": "https://www.w3.org/TR/webauthn-3/#dom-authenticatorselectioncriteria-authenticatorattachment",
+ "id": "dom-publickeycredentialcreationoptions-rp",
+ "href": "https://www.w3.org/TR/webauthn-3/#dom-publickeycredentialcreationoptions-rp",
"linkingText": [
- "authenticatorAttachment"
+ "rp"
],
"localLinkingText": [],
"type": "dict-member",
"for": [
- "AuthenticatorSelectionCriteria"
+ "PublicKeyCredentialCreationOptions"
],
"access": "public",
"informative": false,
"heading": {
- "id": "dictionary-authenticatorSelection",
- "href": "https://www.w3.org/TR/webauthn-3/#dictionary-authenticatorSelection",
- "title": "Authenticator Selection Criteria (dictionary AuthenticatorSelectionCriteria)",
- "number": "5.4.4"
+ "id": "dictionary-makecredentialoptions",
+ "href": "https://www.w3.org/TR/webauthn-3/#dictionary-makecredentialoptions",
+ "title": "Options for Credential Creation (dictionary PublicKeyCredentialCreationOptions)",
+ "number": "5.4"
},
"definedIn": "dt"
},
{
- "id": "dom-authenticatorselectioncriteria-residentkey",
- "href": "https://www.w3.org/TR/webauthn-3/#dom-authenticatorselectioncriteria-residentkey",
+ "id": "dom-publickeycredentialcreationoptions-user",
+ "href": "https://www.w3.org/TR/webauthn-3/#dom-publickeycredentialcreationoptions-user",
"linkingText": [
- "residentKey"
+ "user"
],
"localLinkingText": [],
"type": "dict-member",
"for": [
- "AuthenticatorSelectionCriteria"
+ "PublicKeyCredentialCreationOptions"
],
"access": "public",
"informative": false,
"heading": {
- "href": "https://www.w3.org/TR/webauthn-3/#dom-authenticatorselectioncriteria-residentkey",
- "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 3"
+ "id": "dictionary-makecredentialoptions",
+ "href": "https://www.w3.org/TR/webauthn-3/#dictionary-makecredentialoptions",
+ "title": "Options for Credential Creation (dictionary PublicKeyCredentialCreationOptions)",
+ "number": "5.4"
},
"definedIn": "dt"
},
{
- "id": "dom-authenticatorselectioncriteria-requireresidentkey",
- "href": "https://www.w3.org/TR/webauthn-3/#dom-authenticatorselectioncriteria-requireresidentkey",
+ "id": "dom-publickeycredentialcreationoptions-challenge",
+ "href": "https://www.w3.org/TR/webauthn-3/#dom-publickeycredentialcreationoptions-challenge",
"linkingText": [
- "requireResidentKey"
+ "challenge"
],
"localLinkingText": [],
"type": "dict-member",
"for": [
- "AuthenticatorSelectionCriteria"
+ "PublicKeyCredentialCreationOptions"
],
"access": "public",
"informative": false,
"heading": {
- "href": "https://www.w3.org/TR/webauthn-3/#dom-authenticatorselectioncriteria-requireresidentkey",
- "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 3"
+ "id": "dictionary-makecredentialoptions",
+ "href": "https://www.w3.org/TR/webauthn-3/#dictionary-makecredentialoptions",
+ "title": "Options for Credential Creation (dictionary PublicKeyCredentialCreationOptions)",
+ "number": "5.4"
},
"definedIn": "dt"
},
{
- "id": "dom-authenticatorselectioncriteria-userverification",
- "href": "https://www.w3.org/TR/webauthn-3/#dom-authenticatorselectioncriteria-userverification",
+ "id": "dom-publickeycredentialcreationoptions-pubkeycredparams",
+ "href": "https://www.w3.org/TR/webauthn-3/#dom-publickeycredentialcreationoptions-pubkeycredparams",
"linkingText": [
- "userVerification"
+ "pubKeyCredParams"
],
"localLinkingText": [],
"type": "dict-member",
"for": [
- "AuthenticatorSelectionCriteria"
+ "PublicKeyCredentialCreationOptions"
],
"access": "public",
"informative": false,
"heading": {
- "href": "https://www.w3.org/TR/webauthn-3/#dom-authenticatorselectioncriteria-userverification",
- "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 3"
+ "id": "dictionary-makecredentialoptions",
+ "href": "https://www.w3.org/TR/webauthn-3/#dictionary-makecredentialoptions",
+ "title": "Options for Credential Creation (dictionary PublicKeyCredentialCreationOptions)",
+ "number": "5.4"
},
"definedIn": "dt"
},
{
- "id": "enumdef-authenticatorattachment",
- "href": "https://www.w3.org/TR/webauthn-3/#enumdef-authenticatorattachment",
+ "id": "dom-publickeycredentialcreationoptions-timeout",
+ "href": "https://www.w3.org/TR/webauthn-3/#dom-publickeycredentialcreationoptions-timeout",
"linkingText": [
- "AuthenticatorAttachment"
+ "timeout"
],
"localLinkingText": [],
- "type": "enum",
- "for": [],
+ "type": "dict-member",
+ "for": [
+ "PublicKeyCredentialCreationOptions"
+ ],
"access": "public",
"informative": false,
"heading": {
- "id": "enum-attachment",
- "href": "https://www.w3.org/TR/webauthn-3/#enum-attachment",
- "title": "Authenticator Attachment Enumeration (enum AuthenticatorAttachment)",
- "number": "5.4.5"
+ "id": "dictionary-makecredentialoptions",
+ "href": "https://www.w3.org/TR/webauthn-3/#dictionary-makecredentialoptions",
+ "title": "Options for Credential Creation (dictionary PublicKeyCredentialCreationOptions)",
+ "number": "5.4"
},
- "definedIn": "heading"
+ "definedIn": "dt"
},
{
- "id": "dom-authenticatorattachment-platform",
- "href": "https://www.w3.org/TR/webauthn-3/#dom-authenticatorattachment-platform",
+ "id": "dom-publickeycredentialcreationoptions-excludecredentials",
+ "href": "https://www.w3.org/TR/webauthn-3/#dom-publickeycredentialcreationoptions-excludecredentials",
"linkingText": [
- "\"platform\"",
- "platform"
+ "excludeCredentials"
],
"localLinkingText": [],
- "type": "enum-value",
+ "type": "dict-member",
"for": [
- "AuthenticatorAttachment"
+ "PublicKeyCredentialCreationOptions"
],
"access": "public",
"informative": false,
"heading": {
- "id": "enum-attachment",
- "href": "https://www.w3.org/TR/webauthn-3/#enum-attachment",
- "title": "Authenticator Attachment Enumeration (enum AuthenticatorAttachment)",
- "number": "5.4.5"
+ "id": "dictionary-makecredentialoptions",
+ "href": "https://www.w3.org/TR/webauthn-3/#dictionary-makecredentialoptions",
+ "title": "Options for Credential Creation (dictionary PublicKeyCredentialCreationOptions)",
+ "number": "5.4"
},
"definedIn": "dt"
},
{
- "id": "dom-authenticatorattachment-cross-platform",
- "href": "https://www.w3.org/TR/webauthn-3/#dom-authenticatorattachment-cross-platform",
+ "id": "dom-publickeycredentialcreationoptions-authenticatorselection",
+ "href": "https://www.w3.org/TR/webauthn-3/#dom-publickeycredentialcreationoptions-authenticatorselection",
"linkingText": [
- "\"cross-platform\"",
- "cross-platform"
+ "authenticatorSelection"
],
"localLinkingText": [],
- "type": "enum-value",
+ "type": "dict-member",
"for": [
- "AuthenticatorAttachment"
+ "PublicKeyCredentialCreationOptions"
],
"access": "public",
"informative": false,
"heading": {
- "href": "https://www.w3.org/TR/webauthn-3/#dom-authenticatorattachment-cross-platform",
- "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 3"
+ "id": "dictionary-makecredentialoptions",
+ "href": "https://www.w3.org/TR/webauthn-3/#dictionary-makecredentialoptions",
+ "title": "Options for Credential Creation (dictionary PublicKeyCredentialCreationOptions)",
+ "number": "5.4"
},
"definedIn": "dt"
},
{
- "id": "enumdef-residentkeyrequirement",
- "href": "https://www.w3.org/TR/webauthn-3/#enumdef-residentkeyrequirement",
+ "id": "dom-publickeycredentialcreationoptions-hints",
+ "href": "https://www.w3.org/TR/webauthn-3/#dom-publickeycredentialcreationoptions-hints",
"linkingText": [
- "ResidentKeyRequirement"
+ "hints"
],
"localLinkingText": [],
- "type": "enum",
- "for": [],
+ "type": "dict-member",
+ "for": [
+ "PublicKeyCredentialCreationOptions"
+ ],
"access": "public",
"informative": false,
"heading": {
- "id": "enum-residentKeyRequirement",
- "href": "https://www.w3.org/TR/webauthn-3/#enum-residentKeyRequirement",
- "title": "Resident Key Requirement Enumeration (enum ResidentKeyRequirement)",
- "number": "5.4.6"
+ "id": "dictionary-makecredentialoptions",
+ "href": "https://www.w3.org/TR/webauthn-3/#dictionary-makecredentialoptions",
+ "title": "Options for Credential Creation (dictionary PublicKeyCredentialCreationOptions)",
+ "number": "5.4"
},
- "definedIn": "heading"
+ "definedIn": "dt"
},
{
- "id": "dom-residentkeyrequirement-discouraged",
- "href": "https://www.w3.org/TR/webauthn-3/#dom-residentkeyrequirement-discouraged",
+ "id": "dom-publickeycredentialcreationoptions-attestation",
+ "href": "https://www.w3.org/TR/webauthn-3/#dom-publickeycredentialcreationoptions-attestation",
"linkingText": [
- "\"discouraged\"",
- "discouraged"
+ "attestation"
],
"localLinkingText": [],
- "type": "enum-value",
+ "type": "dict-member",
"for": [
- "ResidentKeyRequirement"
+ "PublicKeyCredentialCreationOptions"
],
"access": "public",
"informative": false,
"heading": {
- "id": "enum-residentKeyRequirement",
- "href": "https://www.w3.org/TR/webauthn-3/#enum-residentKeyRequirement",
- "title": "Resident Key Requirement Enumeration (enum ResidentKeyRequirement)",
- "number": "5.4.6"
+ "id": "dictionary-makecredentialoptions",
+ "href": "https://www.w3.org/TR/webauthn-3/#dictionary-makecredentialoptions",
+ "title": "Options for Credential Creation (dictionary PublicKeyCredentialCreationOptions)",
+ "number": "5.4"
},
"definedIn": "dt"
},
{
- "id": "dom-residentkeyrequirement-preferred",
- "href": "https://www.w3.org/TR/webauthn-3/#dom-residentkeyrequirement-preferred",
+ "id": "dom-publickeycredentialcreationoptions-attestationformats",
+ "href": "https://www.w3.org/TR/webauthn-3/#dom-publickeycredentialcreationoptions-attestationformats",
"linkingText": [
- "\"preferred\"",
- "preferred"
+ "attestationFormats"
],
"localLinkingText": [],
- "type": "enum-value",
+ "type": "dict-member",
"for": [
- "ResidentKeyRequirement"
+ "PublicKeyCredentialCreationOptions"
],
"access": "public",
"informative": false,
"heading": {
- "href": "https://www.w3.org/TR/webauthn-3/#dom-residentkeyrequirement-preferred",
- "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 3"
+ "id": "dictionary-makecredentialoptions",
+ "href": "https://www.w3.org/TR/webauthn-3/#dictionary-makecredentialoptions",
+ "title": "Options for Credential Creation (dictionary PublicKeyCredentialCreationOptions)",
+ "number": "5.4"
},
"definedIn": "dt"
},
{
- "id": "dom-residentkeyrequirement-required",
- "href": "https://www.w3.org/TR/webauthn-3/#dom-residentkeyrequirement-required",
+ "id": "dom-publickeycredentialcreationoptions-extensions",
+ "href": "https://www.w3.org/TR/webauthn-3/#dom-publickeycredentialcreationoptions-extensions",
"linkingText": [
- "\"required\"",
- "required"
+ "extensions"
],
"localLinkingText": [],
- "type": "enum-value",
+ "type": "dict-member",
"for": [
- "ResidentKeyRequirement"
+ "PublicKeyCredentialCreationOptions"
],
"access": "public",
"informative": false,
"heading": {
- "href": "https://www.w3.org/TR/webauthn-3/#dom-residentkeyrequirement-required",
- "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 3"
+ "id": "dictionary-makecredentialoptions",
+ "href": "https://www.w3.org/TR/webauthn-3/#dictionary-makecredentialoptions",
+ "title": "Options for Credential Creation (dictionary PublicKeyCredentialCreationOptions)",
+ "number": "5.4"
},
"definedIn": "dt"
},
{
- "id": "attestation-conveyance",
- "href": "https://www.w3.org/TR/webauthn-3/#attestation-conveyance",
+ "id": "dictdef-publickeycredentialentity",
+ "href": "https://www.w3.org/TR/webauthn-3/#dictdef-publickeycredentialentity",
"linkingText": [
- "Attestation Conveyance"
+ "PublicKeyCredentialEntity"
],
"localLinkingText": [],
- "type": "dfn",
+ "type": "dictionary",
"for": [],
- "access": "private",
+ "access": "public",
"informative": false,
"heading": {
- "id": "enum-attestation-convey",
- "href": "https://www.w3.org/TR/webauthn-3/#enum-attestation-convey",
- "title": "Attestation Conveyance Preference Enumeration (enum AttestationConveyancePreference)",
- "number": "5.4.7"
+ "id": "dictionary-pkcredentialentity",
+ "href": "https://www.w3.org/TR/webauthn-3/#dictionary-pkcredentialentity",
+ "title": "Public Key Entity Description (dictionary PublicKeyCredentialEntity)",
+ "number": "5.4.1"
},
"definedIn": "heading"
},
{
- "id": "enumdef-attestationconveyancepreference",
- "href": "https://www.w3.org/TR/webauthn-3/#enumdef-attestationconveyancepreference",
+ "id": "dom-publickeycredentialentity-name",
+ "href": "https://www.w3.org/TR/webauthn-3/#dom-publickeycredentialentity-name",
"linkingText": [
- "AttestationConveyancePreference"
+ "name"
],
"localLinkingText": [],
- "type": "enum",
+ "type": "dict-member",
+ "for": [
+ "PublicKeyCredentialEntity"
+ ],
+ "access": "public",
+ "informative": false,
+ "heading": {
+ "id": "dictionary-pkcredentialentity",
+ "href": "https://www.w3.org/TR/webauthn-3/#dictionary-pkcredentialentity",
+ "title": "Public Key Entity Description (dictionary PublicKeyCredentialEntity)",
+ "number": "5.4.1"
+ },
+ "definedIn": "dt"
+ },
+ {
+ "id": "dictdef-publickeycredentialrpentity",
+ "href": "https://www.w3.org/TR/webauthn-3/#dictdef-publickeycredentialrpentity",
+ "linkingText": [
+ "PublicKeyCredentialRpEntity"
+ ],
+ "localLinkingText": [],
+ "type": "dictionary",
"for": [],
"access": "public",
"informative": false,
"heading": {
- "id": "enum-attestation-convey",
- "href": "https://www.w3.org/TR/webauthn-3/#enum-attestation-convey",
- "title": "Attestation Conveyance Preference Enumeration (enum AttestationConveyancePreference)",
- "number": "5.4.7"
+ "id": "dictionary-rp-credential-params",
+ "href": "https://www.w3.org/TR/webauthn-3/#dictionary-rp-credential-params",
+ "title": "Relying Party Parameters for Credential Generation (dictionary PublicKeyCredentialRpEntity)",
+ "number": "5.4.2"
},
"definedIn": "heading"
},
{
- "id": "dom-attestationconveyancepreference-none",
- "href": "https://www.w3.org/TR/webauthn-3/#dom-attestationconveyancepreference-none",
+ "id": "dom-publickeycredentialrpentity-id",
+ "href": "https://www.w3.org/TR/webauthn-3/#dom-publickeycredentialrpentity-id",
"linkingText": [
- "\"none\"",
- "none"
+ "id"
],
"localLinkingText": [],
- "type": "enum-value",
+ "type": "dict-member",
"for": [
- "AttestationConveyancePreference"
+ "PublicKeyCredentialRpEntity"
],
"access": "public",
"informative": false,
"heading": {
- "id": "enum-attestation-convey",
- "href": "https://www.w3.org/TR/webauthn-3/#enum-attestation-convey",
- "title": "Attestation Conveyance Preference Enumeration (enum AttestationConveyancePreference)",
- "number": "5.4.7"
+ "id": "dictionary-rp-credential-params",
+ "href": "https://www.w3.org/TR/webauthn-3/#dictionary-rp-credential-params",
+ "title": "Relying Party Parameters for Credential Generation (dictionary PublicKeyCredentialRpEntity)",
+ "number": "5.4.2"
},
"definedIn": "dt"
},
{
- "id": "dom-attestationconveyancepreference-indirect",
- "href": "https://www.w3.org/TR/webauthn-3/#dom-attestationconveyancepreference-indirect",
+ "id": "dictdef-publickeycredentialuserentity",
+ "href": "https://www.w3.org/TR/webauthn-3/#dictdef-publickeycredentialuserentity",
"linkingText": [
- "\"indirect\"",
- "indirect"
+ "PublicKeyCredentialUserEntity"
],
"localLinkingText": [],
- "type": "enum-value",
- "for": [
- "AttestationConveyancePreference"
- ],
+ "type": "dictionary",
+ "for": [],
"access": "public",
"informative": false,
"heading": {
- "href": "https://www.w3.org/TR/webauthn-3/#dom-attestationconveyancepreference-indirect",
- "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 3"
+ "id": "dictionary-user-credential-params",
+ "href": "https://www.w3.org/TR/webauthn-3/#dictionary-user-credential-params",
+ "title": "User Account Parameters for Credential Generation (dictionary PublicKeyCredentialUserEntity)",
+ "number": "5.4.3"
},
- "definedIn": "dt"
+ "definedIn": "heading"
},
{
- "id": "dom-attestationconveyancepreference-direct",
- "href": "https://www.w3.org/TR/webauthn-3/#dom-attestationconveyancepreference-direct",
+ "id": "dom-publickeycredentialuserentity-id",
+ "href": "https://www.w3.org/TR/webauthn-3/#dom-publickeycredentialuserentity-id",
"linkingText": [
- "\"direct\"",
- "direct"
+ "id"
],
"localLinkingText": [],
- "type": "enum-value",
+ "type": "dict-member",
"for": [
- "AttestationConveyancePreference"
+ "PublicKeyCredentialUserEntity"
],
"access": "public",
"informative": false,
"heading": {
- "href": "https://www.w3.org/TR/webauthn-3/#dom-attestationconveyancepreference-direct",
- "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 3"
+ "id": "dictionary-user-credential-params",
+ "href": "https://www.w3.org/TR/webauthn-3/#dictionary-user-credential-params",
+ "title": "User Account Parameters for Credential Generation (dictionary PublicKeyCredentialUserEntity)",
+ "number": "5.4.3"
},
"definedIn": "dt"
},
{
- "id": "dom-attestationconveyancepreference-enterprise",
- "href": "https://www.w3.org/TR/webauthn-3/#dom-attestationconveyancepreference-enterprise",
+ "id": "dom-publickeycredentialuserentity-displayname",
+ "href": "https://www.w3.org/TR/webauthn-3/#dom-publickeycredentialuserentity-displayname",
"linkingText": [
- "\"enterprise\"",
- "enterprise"
+ "displayName"
],
"localLinkingText": [],
- "type": "enum-value",
+ "type": "dict-member",
"for": [
- "AttestationConveyancePreference"
+ "PublicKeyCredentialUserEntity"
],
"access": "public",
"informative": false,
"heading": {
- "href": "https://www.w3.org/TR/webauthn-3/#dom-attestationconveyancepreference-enterprise",
- "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 3"
+ "id": "dictionary-user-credential-params",
+ "href": "https://www.w3.org/TR/webauthn-3/#dictionary-user-credential-params",
+ "title": "User Account Parameters for Credential Generation (dictionary PublicKeyCredentialUserEntity)",
+ "number": "5.4.3"
},
"definedIn": "dt"
},
{
- "id": "dictdef-publickeycredentialrequestoptions",
- "href": "https://www.w3.org/TR/webauthn-3/#dictdef-publickeycredentialrequestoptions",
+ "id": "dictdef-authenticatorselectioncriteria",
+ "href": "https://www.w3.org/TR/webauthn-3/#dictdef-authenticatorselectioncriteria",
"linkingText": [
- "PublicKeyCredentialRequestOptions"
+ "AuthenticatorSelectionCriteria"
],
"localLinkingText": [],
"type": "dictionary",
@@ -5005,248 +5349,250 @@
"access": "public",
"informative": false,
"heading": {
- "id": "dictionary-assertion-options",
- "href": "https://www.w3.org/TR/webauthn-3/#dictionary-assertion-options",
- "title": "Options for Assertion Generation (dictionary PublicKeyCredentialRequestOptions)",
- "number": "5.5"
+ "id": "dictionary-authenticatorSelection",
+ "href": "https://www.w3.org/TR/webauthn-3/#dictionary-authenticatorSelection",
+ "title": "Authenticator Selection Criteria (dictionary AuthenticatorSelectionCriteria)",
+ "number": "5.4.4"
},
"definedIn": "heading"
},
{
- "id": "dom-publickeycredentialrequestoptions-challenge",
- "href": "https://www.w3.org/TR/webauthn-3/#dom-publickeycredentialrequestoptions-challenge",
+ "id": "dom-authenticatorselectioncriteria-authenticatorattachment",
+ "href": "https://www.w3.org/TR/webauthn-3/#dom-authenticatorselectioncriteria-authenticatorattachment",
"linkingText": [
- "challenge"
+ "authenticatorAttachment"
],
"localLinkingText": [],
"type": "dict-member",
"for": [
- "PublicKeyCredentialRequestOptions"
+ "AuthenticatorSelectionCriteria"
],
"access": "public",
"informative": false,
"heading": {
- "id": "dictionary-assertion-options",
- "href": "https://www.w3.org/TR/webauthn-3/#dictionary-assertion-options",
- "title": "Options for Assertion Generation (dictionary PublicKeyCredentialRequestOptions)",
- "number": "5.5"
+ "id": "dictionary-authenticatorSelection",
+ "href": "https://www.w3.org/TR/webauthn-3/#dictionary-authenticatorSelection",
+ "title": "Authenticator Selection Criteria (dictionary AuthenticatorSelectionCriteria)",
+ "number": "5.4.4"
},
"definedIn": "dt"
},
{
- "id": "dom-publickeycredentialrequestoptions-timeout",
- "href": "https://www.w3.org/TR/webauthn-3/#dom-publickeycredentialrequestoptions-timeout",
+ "id": "dom-authenticatorselectioncriteria-residentkey",
+ "href": "https://www.w3.org/TR/webauthn-3/#dom-authenticatorselectioncriteria-residentkey",
"linkingText": [
- "timeout"
+ "residentKey"
],
"localLinkingText": [],
"type": "dict-member",
"for": [
- "PublicKeyCredentialRequestOptions"
+ "AuthenticatorSelectionCriteria"
],
"access": "public",
"informative": false,
"heading": {
- "href": "https://www.w3.org/TR/webauthn-3/#dom-publickeycredentialrequestoptions-timeout",
- "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 3"
+ "id": "dictionary-authenticatorSelection",
+ "href": "https://www.w3.org/TR/webauthn-3/#dictionary-authenticatorSelection",
+ "title": "Authenticator Selection Criteria (dictionary AuthenticatorSelectionCriteria)",
+ "number": "5.4.4"
},
"definedIn": "dt"
},
{
- "id": "dom-publickeycredentialrequestoptions-rpid",
- "href": "https://www.w3.org/TR/webauthn-3/#dom-publickeycredentialrequestoptions-rpid",
+ "id": "dom-authenticatorselectioncriteria-requireresidentkey",
+ "href": "https://www.w3.org/TR/webauthn-3/#dom-authenticatorselectioncriteria-requireresidentkey",
"linkingText": [
- "rpId"
+ "requireResidentKey"
],
"localLinkingText": [],
"type": "dict-member",
"for": [
- "PublicKeyCredentialRequestOptions"
+ "AuthenticatorSelectionCriteria"
],
"access": "public",
"informative": false,
"heading": {
- "href": "https://www.w3.org/TR/webauthn-3/#dom-publickeycredentialrequestoptions-rpid",
- "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 3"
+ "id": "dictionary-authenticatorSelection",
+ "href": "https://www.w3.org/TR/webauthn-3/#dictionary-authenticatorSelection",
+ "title": "Authenticator Selection Criteria (dictionary AuthenticatorSelectionCriteria)",
+ "number": "5.4.4"
},
"definedIn": "dt"
},
{
- "id": "dom-publickeycredentialrequestoptions-allowcredentials",
- "href": "https://www.w3.org/TR/webauthn-3/#dom-publickeycredentialrequestoptions-allowcredentials",
+ "id": "dom-authenticatorselectioncriteria-userverification",
+ "href": "https://www.w3.org/TR/webauthn-3/#dom-authenticatorselectioncriteria-userverification",
"linkingText": [
- "allowCredentials"
+ "userVerification"
],
"localLinkingText": [],
"type": "dict-member",
"for": [
- "PublicKeyCredentialRequestOptions"
+ "AuthenticatorSelectionCriteria"
],
"access": "public",
"informative": false,
"heading": {
- "href": "https://www.w3.org/TR/webauthn-3/#dom-publickeycredentialrequestoptions-allowcredentials",
- "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 3"
+ "id": "dictionary-authenticatorSelection",
+ "href": "https://www.w3.org/TR/webauthn-3/#dictionary-authenticatorSelection",
+ "title": "Authenticator Selection Criteria (dictionary AuthenticatorSelectionCriteria)",
+ "number": "5.4.4"
},
"definedIn": "dt"
},
{
- "id": "dom-publickeycredentialrequestoptions-userverification",
- "href": "https://www.w3.org/TR/webauthn-3/#dom-publickeycredentialrequestoptions-userverification",
+ "id": "enumdef-authenticatorattachment",
+ "href": "https://www.w3.org/TR/webauthn-3/#enumdef-authenticatorattachment",
"linkingText": [
- "userVerification"
+ "AuthenticatorAttachment"
],
"localLinkingText": [],
- "type": "dict-member",
- "for": [
- "PublicKeyCredentialRequestOptions"
- ],
- "access": "public",
+ "type": "enum",
+ "for": [],
+ "access": "public",
"informative": false,
"heading": {
- "href": "https://www.w3.org/TR/webauthn-3/#dom-publickeycredentialrequestoptions-userverification",
- "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 3"
+ "id": "enum-attachment",
+ "href": "https://www.w3.org/TR/webauthn-3/#enum-attachment",
+ "title": "Authenticator Attachment Enumeration (enum AuthenticatorAttachment)",
+ "number": "5.4.5"
},
- "definedIn": "dt"
+ "definedIn": "heading"
},
{
- "id": "dom-publickeycredentialrequestoptions-hints",
- "href": "https://www.w3.org/TR/webauthn-3/#dom-publickeycredentialrequestoptions-hints",
+ "id": "dom-authenticatorattachment-platform",
+ "href": "https://www.w3.org/TR/webauthn-3/#dom-authenticatorattachment-platform",
"linkingText": [
- "hints"
+ "\"platform\"",
+ "platform"
],
"localLinkingText": [],
- "type": "dict-member",
+ "type": "enum-value",
"for": [
- "PublicKeyCredentialRequestOptions"
+ "AuthenticatorAttachment"
],
"access": "public",
"informative": false,
"heading": {
- "href": "https://www.w3.org/TR/webauthn-3/#dom-publickeycredentialrequestoptions-hints",
- "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 3"
+ "id": "enum-attachment",
+ "href": "https://www.w3.org/TR/webauthn-3/#enum-attachment",
+ "title": "Authenticator Attachment Enumeration (enum AuthenticatorAttachment)",
+ "number": "5.4.5"
},
"definedIn": "dt"
},
{
- "id": "dom-publickeycredentialrequestoptions-attestation",
- "href": "https://www.w3.org/TR/webauthn-3/#dom-publickeycredentialrequestoptions-attestation",
+ "id": "dom-authenticatorattachment-cross-platform",
+ "href": "https://www.w3.org/TR/webauthn-3/#dom-authenticatorattachment-cross-platform",
"linkingText": [
- "attestation"
+ "\"cross-platform\"",
+ "cross-platform"
],
"localLinkingText": [],
- "type": "dict-member",
+ "type": "enum-value",
"for": [
- "PublicKeyCredentialRequestOptions"
+ "AuthenticatorAttachment"
],
"access": "public",
"informative": false,
"heading": {
- "href": "https://www.w3.org/TR/webauthn-3/#dom-publickeycredentialrequestoptions-attestation",
- "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 3"
+ "id": "enum-attachment",
+ "href": "https://www.w3.org/TR/webauthn-3/#enum-attachment",
+ "title": "Authenticator Attachment Enumeration (enum AuthenticatorAttachment)",
+ "number": "5.4.5"
},
"definedIn": "dt"
},
{
- "id": "dom-publickeycredentialrequestoptions-attestationformats",
- "href": "https://www.w3.org/TR/webauthn-3/#dom-publickeycredentialrequestoptions-attestationformats",
+ "id": "enumdef-residentkeyrequirement",
+ "href": "https://www.w3.org/TR/webauthn-3/#enumdef-residentkeyrequirement",
"linkingText": [
- "attestationFormats"
+ "ResidentKeyRequirement"
],
"localLinkingText": [],
- "type": "dict-member",
- "for": [
- "PublicKeyCredentialRequestOptions"
- ],
+ "type": "enum",
+ "for": [],
"access": "public",
"informative": false,
"heading": {
- "href": "https://www.w3.org/TR/webauthn-3/#dom-publickeycredentialrequestoptions-attestationformats",
- "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 3"
+ "id": "enum-residentKeyRequirement",
+ "href": "https://www.w3.org/TR/webauthn-3/#enum-residentKeyRequirement",
+ "title": "Resident Key Requirement Enumeration (enum ResidentKeyRequirement)",
+ "number": "5.4.6"
},
- "definedIn": "dt"
+ "definedIn": "heading"
},
{
- "id": "dom-publickeycredentialrequestoptions-extensions",
- "href": "https://www.w3.org/TR/webauthn-3/#dom-publickeycredentialrequestoptions-extensions",
+ "id": "dom-residentkeyrequirement-discouraged",
+ "href": "https://www.w3.org/TR/webauthn-3/#dom-residentkeyrequirement-discouraged",
"linkingText": [
- "extensions"
+ "\"discouraged\"",
+ "discouraged"
],
"localLinkingText": [],
- "type": "dict-member",
+ "type": "enum-value",
"for": [
- "PublicKeyCredentialRequestOptions"
+ "ResidentKeyRequirement"
],
"access": "public",
"informative": false,
"heading": {
- "href": "https://www.w3.org/TR/webauthn-3/#dom-publickeycredentialrequestoptions-extensions",
- "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 3"
+ "id": "enum-residentKeyRequirement",
+ "href": "https://www.w3.org/TR/webauthn-3/#enum-residentKeyRequirement",
+ "title": "Resident Key Requirement Enumeration (enum ResidentKeyRequirement)",
+ "number": "5.4.6"
},
"definedIn": "dt"
},
{
- "id": "dictdef-authenticationextensionsclientinputs",
- "href": "https://www.w3.org/TR/webauthn-3/#dictdef-authenticationextensionsclientinputs",
+ "id": "dom-residentkeyrequirement-preferred",
+ "href": "https://www.w3.org/TR/webauthn-3/#dom-residentkeyrequirement-preferred",
"linkingText": [
- "AuthenticationExtensionsClientInputs"
+ "\"preferred\"",
+ "preferred"
],
"localLinkingText": [],
- "type": "dictionary",
- "for": [],
- "access": "public",
- "informative": false,
- "heading": {
- "id": "iface-authentication-extensions-client-inputs",
- "href": "https://www.w3.org/TR/webauthn-3/#iface-authentication-extensions-client-inputs",
- "title": "Authentication Extensions Client Inputs (dictionary AuthenticationExtensionsClientInputs)",
- "number": "5.7.1"
- },
- "definedIn": "pre"
- },
- {
- "id": "dictdef-authenticationextensionsclientoutputs",
- "href": "https://www.w3.org/TR/webauthn-3/#dictdef-authenticationextensionsclientoutputs",
- "linkingText": [
- "AuthenticationExtensionsClientOutputs"
+ "type": "enum-value",
+ "for": [
+ "ResidentKeyRequirement"
],
- "localLinkingText": [],
- "type": "dictionary",
- "for": [],
"access": "public",
"informative": false,
"heading": {
- "id": "iface-authentication-extensions-client-outputs",
- "href": "https://www.w3.org/TR/webauthn-3/#iface-authentication-extensions-client-outputs",
- "title": "Authentication Extensions Client Outputs (dictionary AuthenticationExtensionsClientOutputs)",
- "number": "5.7.2"
+ "id": "enum-residentKeyRequirement",
+ "href": "https://www.w3.org/TR/webauthn-3/#enum-residentKeyRequirement",
+ "title": "Resident Key Requirement Enumeration (enum ResidentKeyRequirement)",
+ "number": "5.4.6"
},
- "definedIn": "pre"
+ "definedIn": "dt"
},
{
- "id": "dictdef-collectedclientdata",
- "href": "https://www.w3.org/TR/webauthn-3/#dictdef-collectedclientdata",
+ "id": "dom-residentkeyrequirement-required",
+ "href": "https://www.w3.org/TR/webauthn-3/#dom-residentkeyrequirement-required",
"linkingText": [
- "CollectedClientData"
+ "\"required\"",
+ "required"
],
"localLinkingText": [],
- "type": "dictionary",
- "for": [],
+ "type": "enum-value",
+ "for": [
+ "ResidentKeyRequirement"
+ ],
"access": "public",
"informative": false,
"heading": {
- "id": "dictionary-client-data",
- "href": "https://www.w3.org/TR/webauthn-3/#dictionary-client-data",
- "title": "Client Data Used in WebAuthn Signatures (dictionary CollectedClientData)",
- "number": "5.8.1"
+ "id": "enum-residentKeyRequirement",
+ "href": "https://www.w3.org/TR/webauthn-3/#enum-residentKeyRequirement",
+ "title": "Resident Key Requirement Enumeration (enum ResidentKeyRequirement)",
+ "number": "5.4.6"
},
- "definedIn": "heading"
+ "definedIn": "dt"
},
{
- "id": "client-data",
- "href": "https://www.w3.org/TR/webauthn-3/#client-data",
+ "id": "attestation-conveyance",
+ "href": "https://www.w3.org/TR/webauthn-3/#attestation-conveyance",
"linkingText": [
- "client data"
+ "Attestation Conveyance"
],
"localLinkingText": [],
"type": "dfn",
@@ -5254,342 +5600,367 @@
"access": "private",
"informative": false,
"heading": {
- "id": "dictionary-client-data",
- "href": "https://www.w3.org/TR/webauthn-3/#dictionary-client-data",
- "title": "Client Data Used in WebAuthn Signatures (dictionary CollectedClientData)",
- "number": "5.8.1"
+ "id": "enum-attestation-convey",
+ "href": "https://www.w3.org/TR/webauthn-3/#enum-attestation-convey",
+ "title": "Attestation Conveyance Preference Enumeration (enum AttestationConveyancePreference)",
+ "number": "5.4.7"
},
- "definedIn": "prose"
+ "definedIn": "heading"
},
{
- "id": "dictdef-tokenbinding",
- "href": "https://www.w3.org/TR/webauthn-3/#dictdef-tokenbinding",
+ "id": "enumdef-attestationconveyancepreference",
+ "href": "https://www.w3.org/TR/webauthn-3/#enumdef-attestationconveyancepreference",
"linkingText": [
- "TokenBinding"
+ "AttestationConveyancePreference"
],
"localLinkingText": [],
- "type": "dictionary",
+ "type": "enum",
"for": [],
"access": "public",
"informative": false,
"heading": {
- "href": "https://www.w3.org/TR/webauthn-3/#dictdef-tokenbinding",
- "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 3"
+ "id": "enum-attestation-convey",
+ "href": "https://www.w3.org/TR/webauthn-3/#enum-attestation-convey",
+ "title": "Attestation Conveyance Preference Enumeration (enum AttestationConveyancePreference)",
+ "number": "5.4.7"
},
- "definedIn": "pre"
+ "definedIn": "heading"
},
{
- "id": "enumdef-tokenbindingstatus",
- "href": "https://www.w3.org/TR/webauthn-3/#enumdef-tokenbindingstatus",
+ "id": "dom-attestationconveyancepreference-none",
+ "href": "https://www.w3.org/TR/webauthn-3/#dom-attestationconveyancepreference-none",
"linkingText": [
- "TokenBindingStatus"
+ "\"none\"",
+ "none"
],
"localLinkingText": [],
- "type": "enum",
- "for": [],
+ "type": "enum-value",
+ "for": [
+ "AttestationConveyancePreference"
+ ],
"access": "public",
"informative": false,
"heading": {
- "href": "https://www.w3.org/TR/webauthn-3/#enumdef-tokenbindingstatus",
- "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 3"
+ "id": "enum-attestation-convey",
+ "href": "https://www.w3.org/TR/webauthn-3/#enum-attestation-convey",
+ "title": "Attestation Conveyance Preference Enumeration (enum AttestationConveyancePreference)",
+ "number": "5.4.7"
},
- "definedIn": "pre"
+ "definedIn": "dt"
},
{
- "id": "dom-collectedclientdata-type",
- "href": "https://www.w3.org/TR/webauthn-3/#dom-collectedclientdata-type",
+ "id": "dom-attestationconveyancepreference-indirect",
+ "href": "https://www.w3.org/TR/webauthn-3/#dom-attestationconveyancepreference-indirect",
"linkingText": [
- "type"
+ "\"indirect\"",
+ "indirect"
],
"localLinkingText": [],
- "type": "dict-member",
+ "type": "enum-value",
"for": [
- "CollectedClientData"
+ "AttestationConveyancePreference"
],
"access": "public",
"informative": false,
"heading": {
- "href": "https://www.w3.org/TR/webauthn-3/#dom-collectedclientdata-type",
- "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 3"
+ "id": "enum-attestation-convey",
+ "href": "https://www.w3.org/TR/webauthn-3/#enum-attestation-convey",
+ "title": "Attestation Conveyance Preference Enumeration (enum AttestationConveyancePreference)",
+ "number": "5.4.7"
},
"definedIn": "dt"
},
{
- "id": "dom-collectedclientdata-challenge",
- "href": "https://www.w3.org/TR/webauthn-3/#dom-collectedclientdata-challenge",
+ "id": "dom-attestationconveyancepreference-direct",
+ "href": "https://www.w3.org/TR/webauthn-3/#dom-attestationconveyancepreference-direct",
"linkingText": [
- "challenge"
+ "\"direct\"",
+ "direct"
],
"localLinkingText": [],
- "type": "dict-member",
+ "type": "enum-value",
"for": [
- "CollectedClientData"
+ "AttestationConveyancePreference"
],
"access": "public",
"informative": false,
"heading": {
- "href": "https://www.w3.org/TR/webauthn-3/#dom-collectedclientdata-challenge",
- "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 3"
+ "id": "enum-attestation-convey",
+ "href": "https://www.w3.org/TR/webauthn-3/#enum-attestation-convey",
+ "title": "Attestation Conveyance Preference Enumeration (enum AttestationConveyancePreference)",
+ "number": "5.4.7"
},
"definedIn": "dt"
},
{
- "id": "dom-collectedclientdata-origin",
- "href": "https://www.w3.org/TR/webauthn-3/#dom-collectedclientdata-origin",
+ "id": "dom-attestationconveyancepreference-enterprise",
+ "href": "https://www.w3.org/TR/webauthn-3/#dom-attestationconveyancepreference-enterprise",
"linkingText": [
- "origin"
+ "\"enterprise\"",
+ "enterprise"
],
"localLinkingText": [],
- "type": "dict-member",
+ "type": "enum-value",
"for": [
- "CollectedClientData"
+ "AttestationConveyancePreference"
],
"access": "public",
"informative": false,
"heading": {
- "href": "https://www.w3.org/TR/webauthn-3/#dom-collectedclientdata-origin",
- "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 3"
+ "id": "enum-attestation-convey",
+ "href": "https://www.w3.org/TR/webauthn-3/#enum-attestation-convey",
+ "title": "Attestation Conveyance Preference Enumeration (enum AttestationConveyancePreference)",
+ "number": "5.4.7"
},
"definedIn": "dt"
},
{
- "id": "dom-collectedclientdata-toporigin",
- "href": "https://www.w3.org/TR/webauthn-3/#dom-collectedclientdata-toporigin",
+ "id": "dictdef-publickeycredentialrequestoptions",
+ "href": "https://www.w3.org/TR/webauthn-3/#dictdef-publickeycredentialrequestoptions",
"linkingText": [
- "topOrigin"
+ "PublicKeyCredentialRequestOptions"
],
"localLinkingText": [],
- "type": "dict-member",
- "for": [
- "CollectedClientData"
- ],
+ "type": "dictionary",
+ "for": [],
"access": "public",
"informative": false,
"heading": {
- "href": "https://www.w3.org/TR/webauthn-3/#dom-collectedclientdata-toporigin",
- "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 3"
+ "id": "dictionary-assertion-options",
+ "href": "https://www.w3.org/TR/webauthn-3/#dictionary-assertion-options",
+ "title": "Options for Assertion Generation (dictionary PublicKeyCredentialRequestOptions)",
+ "number": "5.5"
},
- "definedIn": "dt"
+ "definedIn": "heading"
},
{
- "id": "dom-collectedclientdata-crossorigin",
- "href": "https://www.w3.org/TR/webauthn-3/#dom-collectedclientdata-crossorigin",
+ "id": "dom-publickeycredentialrequestoptions-challenge",
+ "href": "https://www.w3.org/TR/webauthn-3/#dom-publickeycredentialrequestoptions-challenge",
"linkingText": [
- "crossOrigin"
+ "challenge"
],
"localLinkingText": [],
"type": "dict-member",
"for": [
- "CollectedClientData"
+ "PublicKeyCredentialRequestOptions"
],
"access": "public",
"informative": false,
"heading": {
- "href": "https://www.w3.org/TR/webauthn-3/#dom-collectedclientdata-crossorigin",
- "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 3"
+ "id": "dictionary-assertion-options",
+ "href": "https://www.w3.org/TR/webauthn-3/#dictionary-assertion-options",
+ "title": "Options for Assertion Generation (dictionary PublicKeyCredentialRequestOptions)",
+ "number": "5.5"
},
"definedIn": "dt"
},
{
- "id": "collectedclientdata-tokenbinding",
- "href": "https://www.w3.org/TR/webauthn-3/#collectedclientdata-tokenbinding",
- "linkingText": [
- "tokenBinding"
+ "id": "dom-publickeycredentialrequestoptions-timeout",
+ "href": "https://www.w3.org/TR/webauthn-3/#dom-publickeycredentialrequestoptions-timeout",
+ "linkingText": [
+ "timeout"
],
"localLinkingText": [],
- "type": "dfn",
+ "type": "dict-member",
"for": [
- "CollectedClientData"
+ "PublicKeyCredentialRequestOptions"
],
- "access": "private",
+ "access": "public",
"informative": false,
"heading": {
- "href": "https://www.w3.org/TR/webauthn-3/#collectedclientdata-tokenbinding",
- "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 3"
+ "id": "dictionary-assertion-options",
+ "href": "https://www.w3.org/TR/webauthn-3/#dictionary-assertion-options",
+ "title": "Options for Assertion Generation (dictionary PublicKeyCredentialRequestOptions)",
+ "number": "5.5"
},
"definedIn": "dt"
},
{
- "id": "dom-tokenbinding-status",
- "href": "https://www.w3.org/TR/webauthn-3/#dom-tokenbinding-status",
+ "id": "dom-publickeycredentialrequestoptions-rpid",
+ "href": "https://www.w3.org/TR/webauthn-3/#dom-publickeycredentialrequestoptions-rpid",
"linkingText": [
- "status"
+ "rpId"
],
"localLinkingText": [],
"type": "dict-member",
"for": [
- "TokenBinding"
+ "PublicKeyCredentialRequestOptions"
],
"access": "public",
"informative": false,
"heading": {
- "href": "https://www.w3.org/TR/webauthn-3/#dom-tokenbinding-status",
- "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 3"
+ "id": "dictionary-assertion-options",
+ "href": "https://www.w3.org/TR/webauthn-3/#dictionary-assertion-options",
+ "title": "Options for Assertion Generation (dictionary PublicKeyCredentialRequestOptions)",
+ "number": "5.5"
},
"definedIn": "dt"
},
{
- "id": "dom-tokenbindingstatus-supported",
- "href": "https://www.w3.org/TR/webauthn-3/#dom-tokenbindingstatus-supported",
+ "id": "dom-publickeycredentialrequestoptions-allowcredentials",
+ "href": "https://www.w3.org/TR/webauthn-3/#dom-publickeycredentialrequestoptions-allowcredentials",
"linkingText": [
- "\"supported\"",
- "supported"
+ "allowCredentials"
],
"localLinkingText": [],
- "type": "enum-value",
+ "type": "dict-member",
"for": [
- "TokenBindingStatus"
+ "PublicKeyCredentialRequestOptions"
],
"access": "public",
"informative": false,
"heading": {
- "href": "https://www.w3.org/TR/webauthn-3/#dom-tokenbindingstatus-supported",
- "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 3"
+ "id": "dictionary-assertion-options",
+ "href": "https://www.w3.org/TR/webauthn-3/#dictionary-assertion-options",
+ "title": "Options for Assertion Generation (dictionary PublicKeyCredentialRequestOptions)",
+ "number": "5.5"
},
"definedIn": "dt"
},
{
- "id": "dom-tokenbindingstatus-present",
- "href": "https://www.w3.org/TR/webauthn-3/#dom-tokenbindingstatus-present",
+ "id": "dom-publickeycredentialrequestoptions-userverification",
+ "href": "https://www.w3.org/TR/webauthn-3/#dom-publickeycredentialrequestoptions-userverification",
"linkingText": [
- "\"present\"",
- "present"
+ "userVerification"
],
"localLinkingText": [],
- "type": "enum-value",
+ "type": "dict-member",
"for": [
- "TokenBindingStatus"
+ "PublicKeyCredentialRequestOptions"
],
"access": "public",
"informative": false,
"heading": {
- "href": "https://www.w3.org/TR/webauthn-3/#dom-tokenbindingstatus-present",
- "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 3"
+ "id": "dictionary-assertion-options",
+ "href": "https://www.w3.org/TR/webauthn-3/#dictionary-assertion-options",
+ "title": "Options for Assertion Generation (dictionary PublicKeyCredentialRequestOptions)",
+ "number": "5.5"
},
"definedIn": "dt"
},
{
- "id": "dom-tokenbinding-id",
- "href": "https://www.w3.org/TR/webauthn-3/#dom-tokenbinding-id",
+ "id": "dom-publickeycredentialrequestoptions-hints",
+ "href": "https://www.w3.org/TR/webauthn-3/#dom-publickeycredentialrequestoptions-hints",
"linkingText": [
- "id"
+ "hints"
],
"localLinkingText": [],
"type": "dict-member",
"for": [
- "TokenBinding"
+ "PublicKeyCredentialRequestOptions"
],
"access": "public",
"informative": false,
"heading": {
- "href": "https://www.w3.org/TR/webauthn-3/#dom-tokenbinding-id",
- "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 3"
+ "id": "dictionary-assertion-options",
+ "href": "https://www.w3.org/TR/webauthn-3/#dictionary-assertion-options",
+ "title": "Options for Assertion Generation (dictionary PublicKeyCredentialRequestOptions)",
+ "number": "5.5"
},
"definedIn": "dt"
},
{
- "id": "collectedclientdata-json-compatible-serialization-of-client-data",
- "href": "https://www.w3.org/TR/webauthn-3/#collectedclientdata-json-compatible-serialization-of-client-data",
+ "id": "dom-publickeycredentialrequestoptions-extensions",
+ "href": "https://www.w3.org/TR/webauthn-3/#dom-publickeycredentialrequestoptions-extensions",
"linkingText": [
- "JSON-compatible serialization of client data"
+ "extensions"
],
"localLinkingText": [],
- "type": "dfn",
+ "type": "dict-member",
"for": [
- "CollectedClientData"
+ "PublicKeyCredentialRequestOptions"
],
- "access": "private",
+ "access": "public",
"informative": false,
"heading": {
- "href": "https://www.w3.org/TR/webauthn-3/#collectedclientdata-json-compatible-serialization-of-client-data",
- "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 3"
+ "id": "dictionary-assertion-options",
+ "href": "https://www.w3.org/TR/webauthn-3/#dictionary-assertion-options",
+ "title": "Options for Assertion Generation (dictionary PublicKeyCredentialRequestOptions)",
+ "number": "5.5"
},
"definedIn": "dt"
},
{
- "id": "collectedclientdata-hash-of-the-serialized-client-data",
- "href": "https://www.w3.org/TR/webauthn-3/#collectedclientdata-hash-of-the-serialized-client-data",
+ "id": "dictdef-authenticationextensionsclientinputs",
+ "href": "https://www.w3.org/TR/webauthn-3/#dictdef-authenticationextensionsclientinputs",
"linkingText": [
- "Hash of the serialized client data"
+ "AuthenticationExtensionsClientInputs"
],
"localLinkingText": [],
- "type": "dfn",
- "for": [
- "CollectedClientData"
- ],
- "access": "private",
+ "type": "dictionary",
+ "for": [],
+ "access": "public",
"informative": false,
"heading": {
- "href": "https://www.w3.org/TR/webauthn-3/#collectedclientdata-hash-of-the-serialized-client-data",
- "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 3"
+ "id": "iface-authentication-extensions-client-inputs",
+ "href": "https://www.w3.org/TR/webauthn-3/#iface-authentication-extensions-client-inputs",
+ "title": "Authentication Extensions Client Inputs (dictionary AuthenticationExtensionsClientInputs)",
+ "number": "5.7.1"
},
- "definedIn": "dt"
+ "definedIn": "pre"
},
{
- "id": "ccdtostring",
- "href": "https://www.w3.org/TR/webauthn-3/#ccdtostring",
+ "id": "dictdef-authenticationextensionsclientoutputs",
+ "href": "https://www.w3.org/TR/webauthn-3/#dictdef-authenticationextensionsclientoutputs",
"linkingText": [
- "CCDToString"
+ "AuthenticationExtensionsClientOutputs"
],
"localLinkingText": [],
- "type": "dfn",
+ "type": "dictionary",
"for": [],
- "access": "private",
+ "access": "public",
"informative": false,
"heading": {
- "id": "clientdatajson-serialization",
- "href": "https://www.w3.org/TR/webauthn-3/#clientdatajson-serialization",
- "title": "Serialization",
- "number": "5.8.1.1"
+ "id": "iface-authentication-extensions-client-outputs",
+ "href": "https://www.w3.org/TR/webauthn-3/#iface-authentication-extensions-client-outputs",
+ "title": "Authentication Extensions Client Outputs (dictionary AuthenticationExtensionsClientOutputs)",
+ "number": "5.7.2"
},
- "definedIn": "prose"
+ "definedIn": "pre"
},
{
- "id": "enumdef-publickeycredentialtype",
- "href": "https://www.w3.org/TR/webauthn-3/#enumdef-publickeycredentialtype",
+ "id": "dictdef-collectedclientdata",
+ "href": "https://www.w3.org/TR/webauthn-3/#dictdef-collectedclientdata",
"linkingText": [
- "PublicKeyCredentialType"
+ "CollectedClientData"
],
"localLinkingText": [],
- "type": "enum",
+ "type": "dictionary",
"for": [],
"access": "public",
"informative": false,
"heading": {
- "id": "enum-credentialType",
- "href": "https://www.w3.org/TR/webauthn-3/#enum-credentialType",
- "title": "Credential Type Enumeration (enum PublicKeyCredentialType)",
- "number": "5.8.2"
+ "id": "dictionary-client-data",
+ "href": "https://www.w3.org/TR/webauthn-3/#dictionary-client-data",
+ "title": "Client Data Used in WebAuthn Signatures (dictionary CollectedClientData)",
+ "number": "5.8.1"
},
"definedIn": "heading"
},
{
- "id": "dom-publickeycredentialtype-public-key",
- "href": "https://www.w3.org/TR/webauthn-3/#dom-publickeycredentialtype-public-key",
+ "id": "client-data",
+ "href": "https://www.w3.org/TR/webauthn-3/#client-data",
"linkingText": [
- "\"public-key\"",
- "public-key"
+ "client data"
],
"localLinkingText": [],
- "type": "enum-value",
- "for": [
- "PublicKeyCredentialType"
- ],
- "access": "public",
+ "type": "dfn",
+ "for": [],
+ "access": "private",
"informative": false,
"heading": {
- "id": "enum-credentialType",
- "href": "https://www.w3.org/TR/webauthn-3/#enum-credentialType",
- "title": "Credential Type Enumeration (enum PublicKeyCredentialType)",
- "number": "5.8.2"
+ "id": "dictionary-client-data",
+ "href": "https://www.w3.org/TR/webauthn-3/#dictionary-client-data",
+ "title": "Client Data Used in WebAuthn Signatures (dictionary CollectedClientData)",
+ "number": "5.8.1"
},
"definedIn": "prose"
},
{
- "id": "dictdef-publickeycredentialdescriptor",
- "href": "https://www.w3.org/TR/webauthn-3/#dictdef-publickeycredentialdescriptor",
+ "id": "dictdef-tokenbinding",
+ "href": "https://www.w3.org/TR/webauthn-3/#dictdef-tokenbinding",
"linkingText": [
- "PublicKeyCredentialDescriptor"
+ "TokenBinding"
],
"localLinkingText": [],
"type": "dictionary",
@@ -5597,775 +5968,1047 @@
"access": "public",
"informative": false,
"heading": {
- "id": "dictionary-credential-descriptor",
- "href": "https://www.w3.org/TR/webauthn-3/#dictionary-credential-descriptor",
- "title": "Credential Descriptor (dictionary PublicKeyCredentialDescriptor)",
- "number": "5.8.3"
+ "id": "dictionary-client-data",
+ "href": "https://www.w3.org/TR/webauthn-3/#dictionary-client-data",
+ "title": "Client Data Used in WebAuthn Signatures (dictionary CollectedClientData)",
+ "number": "5.8.1"
},
- "definedIn": "heading"
+ "definedIn": "pre"
},
{
- "id": "dom-publickeycredentialdescriptor-type",
- "href": "https://www.w3.org/TR/webauthn-3/#dom-publickeycredentialdescriptor-type",
+ "id": "enumdef-tokenbindingstatus",
+ "href": "https://www.w3.org/TR/webauthn-3/#enumdef-tokenbindingstatus",
"linkingText": [
- "type"
+ "TokenBindingStatus"
],
"localLinkingText": [],
- "type": "dict-member",
- "for": [
- "PublicKeyCredentialDescriptor"
- ],
+ "type": "enum",
+ "for": [],
"access": "public",
"informative": false,
"heading": {
- "id": "dictionary-credential-descriptor",
- "href": "https://www.w3.org/TR/webauthn-3/#dictionary-credential-descriptor",
- "title": "Credential Descriptor (dictionary PublicKeyCredentialDescriptor)",
- "number": "5.8.3"
+ "id": "dictionary-client-data",
+ "href": "https://www.w3.org/TR/webauthn-3/#dictionary-client-data",
+ "title": "Client Data Used in WebAuthn Signatures (dictionary CollectedClientData)",
+ "number": "5.8.1"
},
- "definedIn": "dt"
+ "definedIn": "pre"
},
{
- "id": "dom-publickeycredentialdescriptor-id",
- "href": "https://www.w3.org/TR/webauthn-3/#dom-publickeycredentialdescriptor-id",
+ "id": "dom-collectedclientdata-type",
+ "href": "https://www.w3.org/TR/webauthn-3/#dom-collectedclientdata-type",
"linkingText": [
- "id"
+ "type"
],
"localLinkingText": [],
"type": "dict-member",
"for": [
- "PublicKeyCredentialDescriptor"
+ "CollectedClientData"
],
"access": "public",
"informative": false,
"heading": {
- "href": "https://www.w3.org/TR/webauthn-3/#dom-publickeycredentialdescriptor-id",
- "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 3"
+ "id": "dictionary-client-data",
+ "href": "https://www.w3.org/TR/webauthn-3/#dictionary-client-data",
+ "title": "Client Data Used in WebAuthn Signatures (dictionary CollectedClientData)",
+ "number": "5.8.1"
},
"definedIn": "dt"
},
{
- "id": "dom-publickeycredentialdescriptor-transports",
- "href": "https://www.w3.org/TR/webauthn-3/#dom-publickeycredentialdescriptor-transports",
+ "id": "dom-collectedclientdata-challenge",
+ "href": "https://www.w3.org/TR/webauthn-3/#dom-collectedclientdata-challenge",
"linkingText": [
- "transports"
+ "challenge"
],
"localLinkingText": [],
"type": "dict-member",
"for": [
- "PublicKeyCredentialDescriptor"
+ "CollectedClientData"
],
"access": "public",
"informative": false,
"heading": {
- "href": "https://www.w3.org/TR/webauthn-3/#dom-publickeycredentialdescriptor-transports",
- "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 3"
+ "id": "dictionary-client-data",
+ "href": "https://www.w3.org/TR/webauthn-3/#dictionary-client-data",
+ "title": "Client Data Used in WebAuthn Signatures (dictionary CollectedClientData)",
+ "number": "5.8.1"
},
"definedIn": "dt"
},
{
- "id": "enumdef-authenticatortransport",
- "href": "https://www.w3.org/TR/webauthn-3/#enumdef-authenticatortransport",
+ "id": "dom-collectedclientdata-origin",
+ "href": "https://www.w3.org/TR/webauthn-3/#dom-collectedclientdata-origin",
"linkingText": [
- "AuthenticatorTransport"
+ "origin"
],
"localLinkingText": [],
- "type": "enum",
- "for": [],
+ "type": "dict-member",
+ "for": [
+ "CollectedClientData"
+ ],
"access": "public",
"informative": false,
"heading": {
- "id": "enum-transport",
- "href": "https://www.w3.org/TR/webauthn-3/#enum-transport",
- "title": "Authenticator Transport Enumeration (enum AuthenticatorTransport)",
- "number": "5.8.4"
+ "id": "dictionary-client-data",
+ "href": "https://www.w3.org/TR/webauthn-3/#dictionary-client-data",
+ "title": "Client Data Used in WebAuthn Signatures (dictionary CollectedClientData)",
+ "number": "5.8.1"
},
- "definedIn": "heading"
+ "definedIn": "dt"
},
{
- "id": "dom-authenticatortransport-usb",
- "href": "https://www.w3.org/TR/webauthn-3/#dom-authenticatortransport-usb",
+ "id": "dom-collectedclientdata-crossorigin",
+ "href": "https://www.w3.org/TR/webauthn-3/#dom-collectedclientdata-crossorigin",
"linkingText": [
- "\"usb\"",
- "usb"
+ "crossOrigin"
],
"localLinkingText": [],
- "type": "enum-value",
+ "type": "dict-member",
"for": [
- "AuthenticatorTransport"
+ "CollectedClientData"
],
"access": "public",
"informative": false,
"heading": {
- "id": "enum-transport",
- "href": "https://www.w3.org/TR/webauthn-3/#enum-transport",
- "title": "Authenticator Transport Enumeration (enum AuthenticatorTransport)",
- "number": "5.8.4"
+ "id": "dictionary-client-data",
+ "href": "https://www.w3.org/TR/webauthn-3/#dictionary-client-data",
+ "title": "Client Data Used in WebAuthn Signatures (dictionary CollectedClientData)",
+ "number": "5.8.1"
},
"definedIn": "dt"
},
{
- "id": "dom-authenticatortransport-nfc",
- "href": "https://www.w3.org/TR/webauthn-3/#dom-authenticatortransport-nfc",
+ "id": "dom-collectedclientdata-toporigin",
+ "href": "https://www.w3.org/TR/webauthn-3/#dom-collectedclientdata-toporigin",
"linkingText": [
- "\"nfc\"",
- "nfc"
+ "topOrigin"
],
"localLinkingText": [],
- "type": "enum-value",
+ "type": "dict-member",
"for": [
- "AuthenticatorTransport"
+ "CollectedClientData"
],
"access": "public",
"informative": false,
"heading": {
- "href": "https://www.w3.org/TR/webauthn-3/#dom-authenticatortransport-nfc",
- "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 3"
+ "id": "dictionary-client-data",
+ "href": "https://www.w3.org/TR/webauthn-3/#dictionary-client-data",
+ "title": "Client Data Used in WebAuthn Signatures (dictionary CollectedClientData)",
+ "number": "5.8.1"
},
"definedIn": "dt"
},
{
- "id": "dom-authenticatortransport-ble",
- "href": "https://www.w3.org/TR/webauthn-3/#dom-authenticatortransport-ble",
+ "id": "dom-collectedclientdata-tokenbinding",
+ "href": "https://www.w3.org/TR/webauthn-3/#dom-collectedclientdata-tokenbinding",
"linkingText": [
- "\"ble\"",
- "ble"
+ "tokenBinding"
],
"localLinkingText": [],
- "type": "enum-value",
+ "type": "dfn",
"for": [
- "AuthenticatorTransport"
+ "CollectedClientData"
],
- "access": "public",
+ "access": "private",
"informative": false,
"heading": {
- "href": "https://www.w3.org/TR/webauthn-3/#dom-authenticatortransport-ble",
- "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 3"
+ "id": "dictionary-client-data",
+ "href": "https://www.w3.org/TR/webauthn-3/#dictionary-client-data",
+ "title": "Client Data Used in WebAuthn Signatures (dictionary CollectedClientData)",
+ "number": "5.8.1"
},
"definedIn": "dt"
},
{
- "id": "dom-authenticatortransport-smart-card",
- "href": "https://www.w3.org/TR/webauthn-3/#dom-authenticatortransport-smart-card",
+ "id": "dom-tokenbinding-status",
+ "href": "https://www.w3.org/TR/webauthn-3/#dom-tokenbinding-status",
"linkingText": [
- "\"smart-card\"",
- "smart-card"
+ "status"
],
"localLinkingText": [],
- "type": "enum-value",
+ "type": "dict-member",
"for": [
- "AuthenticatorTransport"
+ "TokenBinding"
],
"access": "public",
"informative": false,
"heading": {
- "href": "https://www.w3.org/TR/webauthn-3/#dom-authenticatortransport-smart-card",
- "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 3"
+ "id": "dictionary-client-data",
+ "href": "https://www.w3.org/TR/webauthn-3/#dictionary-client-data",
+ "title": "Client Data Used in WebAuthn Signatures (dictionary CollectedClientData)",
+ "number": "5.8.1"
},
"definedIn": "dt"
},
{
- "id": "dom-authenticatortransport-hybrid",
- "href": "https://www.w3.org/TR/webauthn-3/#dom-authenticatortransport-hybrid",
+ "id": "dom-tokenbindingstatus-supported",
+ "href": "https://www.w3.org/TR/webauthn-3/#dom-tokenbindingstatus-supported",
"linkingText": [
- "\"hybrid\"",
- "hybrid"
+ "\"supported\"",
+ "supported"
],
"localLinkingText": [],
"type": "enum-value",
"for": [
- "AuthenticatorTransport"
+ "TokenBindingStatus"
],
"access": "public",
"informative": false,
"heading": {
- "href": "https://www.w3.org/TR/webauthn-3/#dom-authenticatortransport-hybrid",
- "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 3"
+ "id": "dictionary-client-data",
+ "href": "https://www.w3.org/TR/webauthn-3/#dictionary-client-data",
+ "title": "Client Data Used in WebAuthn Signatures (dictionary CollectedClientData)",
+ "number": "5.8.1"
},
"definedIn": "dt"
},
{
- "id": "dom-authenticatortransport-internal",
- "href": "https://www.w3.org/TR/webauthn-3/#dom-authenticatortransport-internal",
+ "id": "dom-tokenbindingstatus-present",
+ "href": "https://www.w3.org/TR/webauthn-3/#dom-tokenbindingstatus-present",
"linkingText": [
- "\"internal\"",
- "internal"
+ "\"present\"",
+ "present"
],
"localLinkingText": [],
"type": "enum-value",
"for": [
- "AuthenticatorTransport"
+ "TokenBindingStatus"
],
"access": "public",
"informative": false,
"heading": {
- "href": "https://www.w3.org/TR/webauthn-3/#dom-authenticatortransport-internal",
- "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 3"
+ "id": "dictionary-client-data",
+ "href": "https://www.w3.org/TR/webauthn-3/#dictionary-client-data",
+ "title": "Client Data Used in WebAuthn Signatures (dictionary CollectedClientData)",
+ "number": "5.8.1"
},
"definedIn": "dt"
},
{
- "id": "typedefdef-cosealgorithmidentifier",
- "href": "https://www.w3.org/TR/webauthn-3/#typedefdef-cosealgorithmidentifier",
+ "id": "dom-tokenbinding-id",
+ "href": "https://www.w3.org/TR/webauthn-3/#dom-tokenbinding-id",
"linkingText": [
- "COSEAlgorithmIdentifier"
+ "id"
],
"localLinkingText": [],
- "type": "typedef",
- "for": [],
+ "type": "dict-member",
+ "for": [
+ "TokenBinding"
+ ],
"access": "public",
"informative": false,
"heading": {
- "id": "sctn-alg-identifier",
- "href": "https://www.w3.org/TR/webauthn-3/#sctn-alg-identifier",
- "title": "Cryptographic Algorithm Identifier (typedef COSEAlgorithmIdentifier)",
- "number": "5.8.5"
+ "id": "dictionary-client-data",
+ "href": "https://www.w3.org/TR/webauthn-3/#dictionary-client-data",
+ "title": "Client Data Used in WebAuthn Signatures (dictionary CollectedClientData)",
+ "number": "5.8.1"
},
- "definedIn": "pre"
+ "definedIn": "dt"
},
{
- "id": "enumdef-userverificationrequirement",
- "href": "https://www.w3.org/TR/webauthn-3/#enumdef-userverificationrequirement",
+ "id": "collectedclientdata-json-compatible-serialization-of-client-data",
+ "href": "https://www.w3.org/TR/webauthn-3/#collectedclientdata-json-compatible-serialization-of-client-data",
"linkingText": [
- "UserVerificationRequirement"
+ "JSON-compatible serialization of client data"
],
"localLinkingText": [],
- "type": "enum",
- "for": [],
- "access": "public",
+ "type": "dfn",
+ "for": [
+ "CollectedClientData"
+ ],
+ "access": "private",
"informative": false,
"heading": {
- "id": "enum-userVerificationRequirement",
- "href": "https://www.w3.org/TR/webauthn-3/#enum-userVerificationRequirement",
- "title": "User Verification Requirement Enumeration (enum UserVerificationRequirement)",
- "number": "5.8.6"
+ "id": "dictionary-client-data",
+ "href": "https://www.w3.org/TR/webauthn-3/#dictionary-client-data",
+ "title": "Client Data Used in WebAuthn Signatures (dictionary CollectedClientData)",
+ "number": "5.8.1"
},
- "definedIn": "heading"
+ "definedIn": "dt"
},
{
- "id": "dom-userverificationrequirement-required",
- "href": "https://www.w3.org/TR/webauthn-3/#dom-userverificationrequirement-required",
+ "id": "collectedclientdata-hash-of-the-serialized-client-data",
+ "href": "https://www.w3.org/TR/webauthn-3/#collectedclientdata-hash-of-the-serialized-client-data",
"linkingText": [
- "\"required\"",
- "required"
+ "Hash of the serialized client data"
],
"localLinkingText": [],
- "type": "enum-value",
+ "type": "dfn",
"for": [
- "UserVerificationRequirement"
+ "CollectedClientData"
],
- "access": "public",
+ "access": "private",
"informative": false,
"heading": {
- "id": "enum-userVerificationRequirement",
- "href": "https://www.w3.org/TR/webauthn-3/#enum-userVerificationRequirement",
- "title": "User Verification Requirement Enumeration (enum UserVerificationRequirement)",
- "number": "5.8.6"
+ "id": "dictionary-client-data",
+ "href": "https://www.w3.org/TR/webauthn-3/#dictionary-client-data",
+ "title": "Client Data Used in WebAuthn Signatures (dictionary CollectedClientData)",
+ "number": "5.8.1"
},
"definedIn": "dt"
},
{
- "id": "dom-userverificationrequirement-preferred",
- "href": "https://www.w3.org/TR/webauthn-3/#dom-userverificationrequirement-preferred",
+ "id": "ccdtostring",
+ "href": "https://www.w3.org/TR/webauthn-3/#ccdtostring",
"linkingText": [
- "\"preferred\"",
- "preferred"
+ "CCDToString"
],
"localLinkingText": [],
- "type": "enum-value",
- "for": [
- "UserVerificationRequirement"
+ "type": "dfn",
+ "for": [],
+ "access": "private",
+ "informative": false,
+ "heading": {
+ "id": "clientdatajson-serialization",
+ "href": "https://www.w3.org/TR/webauthn-3/#clientdatajson-serialization",
+ "title": "Serialization",
+ "number": "5.8.1.1"
+ },
+ "definedIn": "prose"
+ },
+ {
+ "id": "enumdef-publickeycredentialtype",
+ "href": "https://www.w3.org/TR/webauthn-3/#enumdef-publickeycredentialtype",
+ "linkingText": [
+ "PublicKeyCredentialType"
],
+ "localLinkingText": [],
+ "type": "enum",
+ "for": [],
"access": "public",
"informative": false,
"heading": {
- "href": "https://www.w3.org/TR/webauthn-3/#dom-userverificationrequirement-preferred",
- "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 3"
+ "id": "enum-credentialType",
+ "href": "https://www.w3.org/TR/webauthn-3/#enum-credentialType",
+ "title": "Credential Type Enumeration (enum PublicKeyCredentialType)",
+ "number": "5.8.2"
},
- "definedIn": "dt"
+ "definedIn": "heading"
},
{
- "id": "dom-userverificationrequirement-discouraged",
- "href": "https://www.w3.org/TR/webauthn-3/#dom-userverificationrequirement-discouraged",
+ "id": "dom-publickeycredentialtype-public-key",
+ "href": "https://www.w3.org/TR/webauthn-3/#dom-publickeycredentialtype-public-key",
"linkingText": [
- "\"discouraged\"",
- "discouraged"
+ "\"public-key\"",
+ "public-key"
],
"localLinkingText": [],
"type": "enum-value",
"for": [
- "UserVerificationRequirement"
+ "PublicKeyCredentialType"
],
"access": "public",
"informative": false,
"heading": {
- "href": "https://www.w3.org/TR/webauthn-3/#dom-userverificationrequirement-discouraged",
- "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 3"
+ "id": "enum-credentialType",
+ "href": "https://www.w3.org/TR/webauthn-3/#enum-credentialType",
+ "title": "Credential Type Enumeration (enum PublicKeyCredentialType)",
+ "number": "5.8.2"
},
- "definedIn": "dt"
+ "definedIn": "prose"
},
{
- "id": "enumdef-publickeycredentialhints",
- "href": "https://www.w3.org/TR/webauthn-3/#enumdef-publickeycredentialhints",
+ "id": "dictdef-publickeycredentialdescriptor",
+ "href": "https://www.w3.org/TR/webauthn-3/#dictdef-publickeycredentialdescriptor",
"linkingText": [
- "PublicKeyCredentialHints"
+ "PublicKeyCredentialDescriptor"
],
"localLinkingText": [],
- "type": "enum",
+ "type": "dictionary",
"for": [],
"access": "public",
"informative": false,
"heading": {
- "id": "enum-hints",
- "href": "https://www.w3.org/TR/webauthn-3/#enum-hints",
- "title": "User-agent Hints Enumeration (enum PublicKeyCredentialHints)",
- "number": "5.8.7"
+ "id": "dictionary-credential-descriptor",
+ "href": "https://www.w3.org/TR/webauthn-3/#dictionary-credential-descriptor",
+ "title": "Credential Descriptor (dictionary PublicKeyCredentialDescriptor)",
+ "number": "5.8.3"
},
"definedIn": "heading"
},
{
- "id": "dom-publickeycredentialhints-security-key",
- "href": "https://www.w3.org/TR/webauthn-3/#dom-publickeycredentialhints-security-key",
+ "id": "dom-publickeycredentialdescriptor-type",
+ "href": "https://www.w3.org/TR/webauthn-3/#dom-publickeycredentialdescriptor-type",
"linkingText": [
- "\"security-key\"",
- "security-key"
+ "type"
],
"localLinkingText": [],
- "type": "enum-value",
+ "type": "dict-member",
"for": [
- "PublicKeyCredentialHints"
+ "PublicKeyCredentialDescriptor"
],
"access": "public",
"informative": false,
"heading": {
- "id": "enum-hints",
- "href": "https://www.w3.org/TR/webauthn-3/#enum-hints",
- "title": "User-agent Hints Enumeration (enum PublicKeyCredentialHints)",
- "number": "5.8.7"
+ "id": "dictionary-credential-descriptor",
+ "href": "https://www.w3.org/TR/webauthn-3/#dictionary-credential-descriptor",
+ "title": "Credential Descriptor (dictionary PublicKeyCredentialDescriptor)",
+ "number": "5.8.3"
},
"definedIn": "dt"
},
{
- "id": "dom-publickeycredentialhints-client-device",
- "href": "https://www.w3.org/TR/webauthn-3/#dom-publickeycredentialhints-client-device",
+ "id": "dom-publickeycredentialdescriptor-id",
+ "href": "https://www.w3.org/TR/webauthn-3/#dom-publickeycredentialdescriptor-id",
"linkingText": [
- "\"client-device\"",
- "client-device"
+ "id"
],
"localLinkingText": [],
- "type": "enum-value",
+ "type": "dict-member",
"for": [
- "PublicKeyCredentialHints"
+ "PublicKeyCredentialDescriptor"
],
"access": "public",
"informative": false,
"heading": {
- "href": "https://www.w3.org/TR/webauthn-3/#dom-publickeycredentialhints-client-device",
- "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 3"
+ "id": "dictionary-credential-descriptor",
+ "href": "https://www.w3.org/TR/webauthn-3/#dictionary-credential-descriptor",
+ "title": "Credential Descriptor (dictionary PublicKeyCredentialDescriptor)",
+ "number": "5.8.3"
},
"definedIn": "dt"
},
{
- "id": "dom-publickeycredentialhints-hybrid",
- "href": "https://www.w3.org/TR/webauthn-3/#dom-publickeycredentialhints-hybrid",
+ "id": "dom-publickeycredentialdescriptor-transports",
+ "href": "https://www.w3.org/TR/webauthn-3/#dom-publickeycredentialdescriptor-transports",
"linkingText": [
- "\"hybrid\"",
- "hybrid"
+ "transports"
],
"localLinkingText": [],
- "type": "enum-value",
+ "type": "dict-member",
"for": [
- "PublicKeyCredentialHints"
+ "PublicKeyCredentialDescriptor"
],
"access": "public",
"informative": false,
"heading": {
- "href": "https://www.w3.org/TR/webauthn-3/#dom-publickeycredentialhints-hybrid",
- "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 3"
+ "id": "dictionary-credential-descriptor",
+ "href": "https://www.w3.org/TR/webauthn-3/#dictionary-credential-descriptor",
+ "title": "Credential Descriptor (dictionary PublicKeyCredentialDescriptor)",
+ "number": "5.8.3"
},
"definedIn": "dt"
},
{
- "id": "publickey-credentials-create-feature",
- "href": "https://www.w3.org/TR/webauthn-3/#publickey-credentials-create-feature",
+ "id": "enumdef-authenticatortransport",
+ "href": "https://www.w3.org/TR/webauthn-3/#enumdef-authenticatortransport",
"linkingText": [
- "publickey-credentials-create-feature"
+ "AuthenticatorTransport"
],
"localLinkingText": [],
- "type": "dfn",
+ "type": "enum",
"for": [],
"access": "public",
"informative": false,
"heading": {
- "id": "sctn-permissions-policy",
- "href": "https://www.w3.org/TR/webauthn-3/#sctn-permissions-policy",
- "title": "Permissions Policy integration",
- "number": "5.9"
+ "id": "enum-transport",
+ "href": "https://www.w3.org/TR/webauthn-3/#enum-transport",
+ "title": "Authenticator Transport Enumeration (enum AuthenticatorTransport)",
+ "number": "5.8.4"
},
- "definedIn": "prose"
+ "definedIn": "heading"
},
{
- "id": "publickey-credentials-get-feature",
- "href": "https://www.w3.org/TR/webauthn-3/#publickey-credentials-get-feature",
+ "id": "dom-authenticatortransport-usb",
+ "href": "https://www.w3.org/TR/webauthn-3/#dom-authenticatortransport-usb",
"linkingText": [
- "publickey-credentials-get-feature"
+ "\"usb\"",
+ "usb"
],
"localLinkingText": [],
- "type": "dfn",
+ "type": "enum-value",
+ "for": [
+ "AuthenticatorTransport"
+ ],
+ "access": "public",
+ "informative": false,
+ "heading": {
+ "id": "enum-transport",
+ "href": "https://www.w3.org/TR/webauthn-3/#enum-transport",
+ "title": "Authenticator Transport Enumeration (enum AuthenticatorTransport)",
+ "number": "5.8.4"
+ },
+ "definedIn": "dt"
+ },
+ {
+ "id": "dom-authenticatortransport-nfc",
+ "href": "https://www.w3.org/TR/webauthn-3/#dom-authenticatortransport-nfc",
+ "linkingText": [
+ "\"nfc\"",
+ "nfc"
+ ],
+ "localLinkingText": [],
+ "type": "enum-value",
+ "for": [
+ "AuthenticatorTransport"
+ ],
+ "access": "public",
+ "informative": false,
+ "heading": {
+ "id": "enum-transport",
+ "href": "https://www.w3.org/TR/webauthn-3/#enum-transport",
+ "title": "Authenticator Transport Enumeration (enum AuthenticatorTransport)",
+ "number": "5.8.4"
+ },
+ "definedIn": "dt"
+ },
+ {
+ "id": "dom-authenticatortransport-ble",
+ "href": "https://www.w3.org/TR/webauthn-3/#dom-authenticatortransport-ble",
+ "linkingText": [
+ "\"ble\"",
+ "ble"
+ ],
+ "localLinkingText": [],
+ "type": "enum-value",
+ "for": [
+ "AuthenticatorTransport"
+ ],
+ "access": "public",
+ "informative": false,
+ "heading": {
+ "id": "enum-transport",
+ "href": "https://www.w3.org/TR/webauthn-3/#enum-transport",
+ "title": "Authenticator Transport Enumeration (enum AuthenticatorTransport)",
+ "number": "5.8.4"
+ },
+ "definedIn": "dt"
+ },
+ {
+ "id": "dom-authenticatortransport-smart-card",
+ "href": "https://www.w3.org/TR/webauthn-3/#dom-authenticatortransport-smart-card",
+ "linkingText": [
+ "\"smart-card\"",
+ "smart-card"
+ ],
+ "localLinkingText": [],
+ "type": "enum-value",
+ "for": [
+ "AuthenticatorTransport"
+ ],
+ "access": "public",
+ "informative": false,
+ "heading": {
+ "id": "enum-transport",
+ "href": "https://www.w3.org/TR/webauthn-3/#enum-transport",
+ "title": "Authenticator Transport Enumeration (enum AuthenticatorTransport)",
+ "number": "5.8.4"
+ },
+ "definedIn": "dt"
+ },
+ {
+ "id": "dom-authenticatortransport-hybrid",
+ "href": "https://www.w3.org/TR/webauthn-3/#dom-authenticatortransport-hybrid",
+ "linkingText": [
+ "\"hybrid\"",
+ "hybrid"
+ ],
+ "localLinkingText": [],
+ "type": "enum-value",
+ "for": [
+ "AuthenticatorTransport"
+ ],
+ "access": "public",
+ "informative": false,
+ "heading": {
+ "id": "enum-transport",
+ "href": "https://www.w3.org/TR/webauthn-3/#enum-transport",
+ "title": "Authenticator Transport Enumeration (enum AuthenticatorTransport)",
+ "number": "5.8.4"
+ },
+ "definedIn": "dt"
+ },
+ {
+ "id": "dom-authenticatortransport-internal",
+ "href": "https://www.w3.org/TR/webauthn-3/#dom-authenticatortransport-internal",
+ "linkingText": [
+ "\"internal\"",
+ "internal"
+ ],
+ "localLinkingText": [],
+ "type": "enum-value",
+ "for": [
+ "AuthenticatorTransport"
+ ],
+ "access": "public",
+ "informative": false,
+ "heading": {
+ "id": "enum-transport",
+ "href": "https://www.w3.org/TR/webauthn-3/#enum-transport",
+ "title": "Authenticator Transport Enumeration (enum AuthenticatorTransport)",
+ "number": "5.8.4"
+ },
+ "definedIn": "dt"
+ },
+ {
+ "id": "typedefdef-cosealgorithmidentifier",
+ "href": "https://www.w3.org/TR/webauthn-3/#typedefdef-cosealgorithmidentifier",
+ "linkingText": [
+ "COSEAlgorithmIdentifier"
+ ],
+ "localLinkingText": [],
+ "type": "typedef",
"for": [],
"access": "public",
"informative": false,
"heading": {
- "id": "sctn-permissions-policy",
- "href": "https://www.w3.org/TR/webauthn-3/#sctn-permissions-policy",
- "title": "Permissions Policy integration",
- "number": "5.9"
+ "id": "sctn-alg-identifier",
+ "href": "https://www.w3.org/TR/webauthn-3/#sctn-alg-identifier",
+ "title": "Cryptographic Algorithm Identifier (typedef COSEAlgorithmIdentifier)",
+ "number": "5.8.5"
},
- "definedIn": "prose"
+ "definedIn": "pre"
},
{
- "id": "authenticator-model",
- "href": "https://www.w3.org/TR/webauthn-3/#authenticator-model",
+ "id": "enumdef-userverificationrequirement",
+ "href": "https://www.w3.org/TR/webauthn-3/#enumdef-userverificationrequirement",
"linkingText": [
- "Authenticator Model"
+ "UserVerificationRequirement"
],
"localLinkingText": [],
- "type": "dfn",
+ "type": "enum",
"for": [],
- "access": "private",
+ "access": "public",
"informative": false,
"heading": {
- "id": "sctn-authenticator-model",
- "href": "https://www.w3.org/TR/webauthn-3/#sctn-authenticator-model",
- "title": "WebAuthn Authenticator Model",
- "number": "6"
+ "id": "enum-userVerificationRequirement",
+ "href": "https://www.w3.org/TR/webauthn-3/#enum-userVerificationRequirement",
+ "title": "User Verification Requirement Enumeration (enum UserVerificationRequirement)",
+ "number": "5.8.6"
},
"definedIn": "heading"
},
{
- "id": "authenticator-credentials-map",
- "href": "https://www.w3.org/TR/webauthn-3/#authenticator-credentials-map",
+ "id": "dom-userverificationrequirement-required",
+ "href": "https://www.w3.org/TR/webauthn-3/#dom-userverificationrequirement-required",
"linkingText": [
- "credentials map"
+ "\"required\"",
+ "required"
],
"localLinkingText": [],
- "type": "dfn",
+ "type": "enum-value",
"for": [
- "authenticator"
+ "UserVerificationRequirement"
],
- "access": "private",
+ "access": "public",
"informative": false,
"heading": {
- "id": "sctn-authenticator-model",
- "href": "https://www.w3.org/TR/webauthn-3/#sctn-authenticator-model",
- "title": "WebAuthn Authenticator Model",
- "number": "6"
+ "id": "enum-userVerificationRequirement",
+ "href": "https://www.w3.org/TR/webauthn-3/#enum-userVerificationRequirement",
+ "title": "User Verification Requirement Enumeration (enum UserVerificationRequirement)",
+ "number": "5.8.6"
},
- "definedIn": "prose"
+ "definedIn": "dt"
},
{
- "id": "attestation-signature",
- "href": "https://www.w3.org/TR/webauthn-3/#attestation-signature",
+ "id": "dom-userverificationrequirement-preferred",
+ "href": "https://www.w3.org/TR/webauthn-3/#dom-userverificationrequirement-preferred",
"linkingText": [
- "attestation signature"
+ "\"preferred\"",
+ "preferred"
],
"localLinkingText": [],
- "type": "dfn",
- "for": [],
- "access": "private",
+ "type": "enum-value",
+ "for": [
+ "UserVerificationRequirement"
+ ],
+ "access": "public",
"informative": false,
"heading": {
- "href": "https://www.w3.org/TR/webauthn-3/#attestation-signature",
- "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 3"
+ "id": "enum-userVerificationRequirement",
+ "href": "https://www.w3.org/TR/webauthn-3/#enum-userVerificationRequirement",
+ "title": "User Verification Requirement Enumeration (enum UserVerificationRequirement)",
+ "number": "5.8.6"
},
- "definedIn": "prose"
+ "definedIn": "dt"
},
{
- "id": "assertion-signature",
- "href": "https://www.w3.org/TR/webauthn-3/#assertion-signature",
+ "id": "dom-userverificationrequirement-discouraged",
+ "href": "https://www.w3.org/TR/webauthn-3/#dom-userverificationrequirement-discouraged",
"linkingText": [
- "assertion signature"
+ "\"discouraged\"",
+ "discouraged"
],
"localLinkingText": [],
- "type": "dfn",
- "for": [],
- "access": "private",
+ "type": "enum-value",
+ "for": [
+ "UserVerificationRequirement"
+ ],
+ "access": "public",
"informative": false,
"heading": {
- "href": "https://www.w3.org/TR/webauthn-3/#assertion-signature",
- "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 3"
+ "id": "enum-userVerificationRequirement",
+ "href": "https://www.w3.org/TR/webauthn-3/#enum-userVerificationRequirement",
+ "title": "User Verification Requirement Enumeration (enum UserVerificationRequirement)",
+ "number": "5.8.6"
},
- "definedIn": "prose"
+ "definedIn": "dt"
},
{
- "id": "webauthn-signature",
- "href": "https://www.w3.org/TR/webauthn-3/#webauthn-signature",
+ "id": "enumdef-clientcapability",
+ "href": "https://www.w3.org/TR/webauthn-3/#enumdef-clientcapability",
"linkingText": [
- "WebAuthn signature"
+ "ClientCapability"
],
"localLinkingText": [],
- "type": "dfn",
+ "type": "enum",
"for": [],
- "access": "private",
+ "access": "public",
"informative": false,
"heading": {
- "href": "https://www.w3.org/TR/webauthn-3/#webauthn-signature",
- "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 3"
+ "id": "enum-clientCapability",
+ "href": "https://www.w3.org/TR/webauthn-3/#enum-clientCapability",
+ "title": "Client Capability Enumeration (enum ClientCapability)",
+ "number": "5.8.7"
},
- "definedIn": "prose"
+ "definedIn": "heading"
},
{
- "id": "authenticator-data",
- "href": "https://www.w3.org/TR/webauthn-3/#authenticator-data",
+ "id": "dom-clientcapability-conditionalcreate",
+ "href": "https://www.w3.org/TR/webauthn-3/#dom-clientcapability-conditionalcreate",
"linkingText": [
- "authenticator data"
+ "\"conditionalCreate\"",
+ "conditionalCreate"
],
"localLinkingText": [],
- "type": "dfn",
- "for": [],
- "access": "private",
+ "type": "enum-value",
+ "for": [
+ "ClientCapability"
+ ],
+ "access": "public",
"informative": false,
"heading": {
- "id": "sctn-authenticator-data",
- "href": "https://www.w3.org/TR/webauthn-3/#sctn-authenticator-data",
- "title": "Authenticator Data",
- "number": "6.1"
+ "id": "enum-clientCapability",
+ "href": "https://www.w3.org/TR/webauthn-3/#enum-clientCapability",
+ "title": "Client Capability Enumeration (enum ClientCapability)",
+ "number": "5.8.7"
},
- "definedIn": "prose"
+ "definedIn": "dt"
},
{
- "id": "authdata-rpidhash",
- "href": "https://www.w3.org/TR/webauthn-3/#authdata-rpidhash",
+ "id": "dom-clientcapability-conditionalget",
+ "href": "https://www.w3.org/TR/webauthn-3/#dom-clientcapability-conditionalget",
"linkingText": [
- "rpIdHash"
+ "\"conditionalGet\"",
+ "conditionalGet"
],
"localLinkingText": [],
- "type": "dfn",
+ "type": "enum-value",
"for": [
- "authData"
+ "ClientCapability"
],
- "access": "private",
+ "access": "public",
"informative": false,
"heading": {
- "href": "https://www.w3.org/TR/webauthn-3/#authdata-rpidhash",
- "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 3"
+ "id": "enum-clientCapability",
+ "href": "https://www.w3.org/TR/webauthn-3/#enum-clientCapability",
+ "title": "Client Capability Enumeration (enum ClientCapability)",
+ "number": "5.8.7"
},
- "definedIn": "table"
+ "definedIn": "dt"
},
{
- "id": "authdata-flags",
- "href": "https://www.w3.org/TR/webauthn-3/#authdata-flags",
+ "id": "dom-clientcapability-hybridtransport",
+ "href": "https://www.w3.org/TR/webauthn-3/#dom-clientcapability-hybridtransport",
"linkingText": [
- "flags"
+ "\"hybridTransport\"",
+ "hybridTransport"
],
"localLinkingText": [],
- "type": "dfn",
+ "type": "enum-value",
"for": [
- "authData"
+ "ClientCapability"
],
- "access": "private",
+ "access": "public",
"informative": false,
"heading": {
- "href": "https://www.w3.org/TR/webauthn-3/#authdata-flags",
- "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 3"
+ "id": "enum-clientCapability",
+ "href": "https://www.w3.org/TR/webauthn-3/#enum-clientCapability",
+ "title": "Client Capability Enumeration (enum ClientCapability)",
+ "number": "5.8.7"
},
- "definedIn": "table"
+ "definedIn": "dt"
},
{
- "id": "authdata-flags-up",
- "href": "https://www.w3.org/TR/webauthn-3/#authdata-flags-up",
+ "id": "dom-clientcapability-passkeyplatformauthenticator",
+ "href": "https://www.w3.org/TR/webauthn-3/#dom-clientcapability-passkeyplatformauthenticator",
"linkingText": [
- "UP"
+ "\"passkeyPlatformAuthenticator\"",
+ "passkeyPlatformAuthenticator"
],
"localLinkingText": [],
- "type": "dfn",
+ "type": "enum-value",
"for": [
- "authData/flags"
+ "ClientCapability"
],
- "access": "private",
+ "access": "public",
"informative": false,
"heading": {
- "href": "https://www.w3.org/TR/webauthn-3/#authdata-flags-up",
- "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 3"
+ "id": "enum-clientCapability",
+ "href": "https://www.w3.org/TR/webauthn-3/#enum-clientCapability",
+ "title": "Client Capability Enumeration (enum ClientCapability)",
+ "number": "5.8.7"
},
- "definedIn": "table"
+ "definedIn": "dt"
},
{
- "id": "authdata-flags-uv",
- "href": "https://www.w3.org/TR/webauthn-3/#authdata-flags-uv",
+ "id": "dom-clientcapability-userverifyingplatformauthenticator",
+ "href": "https://www.w3.org/TR/webauthn-3/#dom-clientcapability-userverifyingplatformauthenticator",
"linkingText": [
- "UV"
+ "\"userVerifyingPlatformAuthenticator\"",
+ "userVerifyingPlatformAuthenticator"
],
"localLinkingText": [],
- "type": "dfn",
+ "type": "enum-value",
"for": [
- "authData/flags"
+ "ClientCapability"
],
- "access": "private",
+ "access": "public",
"informative": false,
"heading": {
- "href": "https://www.w3.org/TR/webauthn-3/#authdata-flags-uv",
- "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 3"
+ "id": "enum-clientCapability",
+ "href": "https://www.w3.org/TR/webauthn-3/#enum-clientCapability",
+ "title": "Client Capability Enumeration (enum ClientCapability)",
+ "number": "5.8.7"
},
- "definedIn": "table"
+ "definedIn": "dt"
},
{
- "id": "authdata-flags-be",
- "href": "https://www.w3.org/TR/webauthn-3/#authdata-flags-be",
+ "id": "dom-clientcapability-relatedorigins",
+ "href": "https://www.w3.org/TR/webauthn-3/#dom-clientcapability-relatedorigins",
"linkingText": [
- "BE"
+ "\"relatedOrigins\"",
+ "relatedOrigins"
],
"localLinkingText": [],
- "type": "dfn",
+ "type": "enum-value",
"for": [
- "authData/flags"
+ "ClientCapability"
],
- "access": "private",
+ "access": "public",
"informative": false,
"heading": {
- "href": "https://www.w3.org/TR/webauthn-3/#authdata-flags-be",
- "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 3"
+ "id": "enum-clientCapability",
+ "href": "https://www.w3.org/TR/webauthn-3/#enum-clientCapability",
+ "title": "Client Capability Enumeration (enum ClientCapability)",
+ "number": "5.8.7"
},
- "definedIn": "table"
+ "definedIn": "dt"
},
{
- "id": "authdata-flags-bs",
- "href": "https://www.w3.org/TR/webauthn-3/#authdata-flags-bs",
+ "id": "dom-clientcapability-signalallacceptedcredentials",
+ "href": "https://www.w3.org/TR/webauthn-3/#dom-clientcapability-signalallacceptedcredentials",
"linkingText": [
- "BS"
+ "\"signalAllAcceptedCredentials\"",
+ "signalAllAcceptedCredentials"
],
"localLinkingText": [],
- "type": "dfn",
+ "type": "enum-value",
"for": [
- "authData/flags"
+ "ClientCapability"
],
- "access": "private",
+ "access": "public",
"informative": false,
"heading": {
- "href": "https://www.w3.org/TR/webauthn-3/#authdata-flags-bs",
- "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 3"
+ "id": "enum-clientCapability",
+ "href": "https://www.w3.org/TR/webauthn-3/#enum-clientCapability",
+ "title": "Client Capability Enumeration (enum ClientCapability)",
+ "number": "5.8.7"
},
- "definedIn": "table"
+ "definedIn": "dt"
},
{
- "id": "authdata-flags-at",
- "href": "https://www.w3.org/TR/webauthn-3/#authdata-flags-at",
+ "id": "dom-clientcapability-signalcurrentuserdetails",
+ "href": "https://www.w3.org/TR/webauthn-3/#dom-clientcapability-signalcurrentuserdetails",
"linkingText": [
- "AT"
+ "\"signalCurrentUserDetails\"",
+ "signalCurrentUserDetails"
],
"localLinkingText": [],
- "type": "dfn",
+ "type": "enum-value",
"for": [
- "authData/flags"
+ "ClientCapability"
],
- "access": "private",
+ "access": "public",
"informative": false,
"heading": {
- "href": "https://www.w3.org/TR/webauthn-3/#authdata-flags-at",
- "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 3"
+ "id": "enum-clientCapability",
+ "href": "https://www.w3.org/TR/webauthn-3/#enum-clientCapability",
+ "title": "Client Capability Enumeration (enum ClientCapability)",
+ "number": "5.8.7"
},
- "definedIn": "table"
+ "definedIn": "dt"
},
{
- "id": "authdata-flags-ed",
- "href": "https://www.w3.org/TR/webauthn-3/#authdata-flags-ed",
+ "id": "dom-clientcapability-signalunknowncredential",
+ "href": "https://www.w3.org/TR/webauthn-3/#dom-clientcapability-signalunknowncredential",
"linkingText": [
- "ED"
+ "\"signalUnknownCredential\"",
+ "signalUnknownCredential"
],
"localLinkingText": [],
- "type": "dfn",
+ "type": "enum-value",
"for": [
- "authData/flags"
+ "ClientCapability"
],
- "access": "private",
+ "access": "public",
"informative": false,
"heading": {
- "href": "https://www.w3.org/TR/webauthn-3/#authdata-flags-ed",
- "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 3"
+ "id": "enum-clientCapability",
+ "href": "https://www.w3.org/TR/webauthn-3/#enum-clientCapability",
+ "title": "Client Capability Enumeration (enum ClientCapability)",
+ "number": "5.8.7"
},
- "definedIn": "table"
+ "definedIn": "dt"
},
{
- "id": "authdata-signcount",
- "href": "https://www.w3.org/TR/webauthn-3/#authdata-signcount",
+ "id": "enumdef-publickeycredentialhint",
+ "href": "https://www.w3.org/TR/webauthn-3/#enumdef-publickeycredentialhint",
"linkingText": [
- "signCount"
+ "PublicKeyCredentialHint"
],
"localLinkingText": [],
- "type": "dfn",
+ "type": "enum",
+ "for": [],
+ "access": "public",
+ "informative": false,
+ "heading": {
+ "id": "enum-hints",
+ "href": "https://www.w3.org/TR/webauthn-3/#enum-hints",
+ "title": "User-agent Hints Enumeration (enum PublicKeyCredentialHint)",
+ "number": "5.8.8"
+ },
+ "definedIn": "heading"
+ },
+ {
+ "id": "dom-publickeycredentialhint-security-key",
+ "href": "https://www.w3.org/TR/webauthn-3/#dom-publickeycredentialhint-security-key",
+ "linkingText": [
+ "\"security-key\"",
+ "security-key"
+ ],
+ "localLinkingText": [],
+ "type": "enum-value",
"for": [
- "authData"
+ "PublicKeyCredentialHint"
],
- "access": "private",
+ "access": "public",
"informative": false,
"heading": {
- "href": "https://www.w3.org/TR/webauthn-3/#authdata-signcount",
- "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 3"
+ "id": "enum-hints",
+ "href": "https://www.w3.org/TR/webauthn-3/#enum-hints",
+ "title": "User-agent Hints Enumeration (enum PublicKeyCredentialHint)",
+ "number": "5.8.8"
},
- "definedIn": "table"
+ "definedIn": "dt"
},
{
- "id": "authdata-attestedcredentialdata",
- "href": "https://www.w3.org/TR/webauthn-3/#authdata-attestedcredentialdata",
+ "id": "dom-publickeycredentialhint-client-device",
+ "href": "https://www.w3.org/TR/webauthn-3/#dom-publickeycredentialhint-client-device",
"linkingText": [
- "attestedCredentialData"
+ "\"client-device\"",
+ "client-device"
],
"localLinkingText": [],
- "type": "dfn",
+ "type": "enum-value",
"for": [
- "authData"
+ "PublicKeyCredentialHint"
],
- "access": "private",
+ "access": "public",
+ "informative": false,
+ "heading": {
+ "id": "enum-hints",
+ "href": "https://www.w3.org/TR/webauthn-3/#enum-hints",
+ "title": "User-agent Hints Enumeration (enum PublicKeyCredentialHint)",
+ "number": "5.8.8"
+ },
+ "definedIn": "dt"
+ },
+ {
+ "id": "dom-publickeycredentialhint-hybrid",
+ "href": "https://www.w3.org/TR/webauthn-3/#dom-publickeycredentialhint-hybrid",
+ "linkingText": [
+ "\"hybrid\"",
+ "hybrid"
+ ],
+ "localLinkingText": [],
+ "type": "enum-value",
+ "for": [
+ "PublicKeyCredentialHint"
+ ],
+ "access": "public",
+ "informative": false,
+ "heading": {
+ "id": "enum-hints",
+ "href": "https://www.w3.org/TR/webauthn-3/#enum-hints",
+ "title": "User-agent Hints Enumeration (enum PublicKeyCredentialHint)",
+ "number": "5.8.8"
+ },
+ "definedIn": "dt"
+ },
+ {
+ "id": "publickey-credentials-create-feature",
+ "href": "https://www.w3.org/TR/webauthn-3/#publickey-credentials-create-feature",
+ "linkingText": [
+ "publickey-credentials-create-feature"
+ ],
+ "localLinkingText": [],
+ "type": "dfn",
+ "for": [],
+ "access": "public",
"informative": false,
"heading": {
- "href": "https://www.w3.org/TR/webauthn-3/#authdata-attestedcredentialdata",
- "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 3"
+ "id": "sctn-permissions-policy",
+ "href": "https://www.w3.org/TR/webauthn-3/#sctn-permissions-policy",
+ "title": "Permissions Policy integration",
+ "number": "5.9"
},
- "definedIn": "table"
+ "definedIn": "prose"
},
{
- "id": "authdata-extensions",
- "href": "https://www.w3.org/TR/webauthn-3/#authdata-extensions",
+ "id": "publickey-credentials-get-feature",
+ "href": "https://www.w3.org/TR/webauthn-3/#publickey-credentials-get-feature",
"linkingText": [
- "extensions"
+ "publickey-credentials-get-feature"
],
"localLinkingText": [],
"type": "dfn",
- "for": [
- "authData"
- ],
- "access": "private",
+ "for": [],
+ "access": "public",
"informative": false,
"heading": {
- "href": "https://www.w3.org/TR/webauthn-3/#authdata-extensions",
- "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 3"
+ "id": "sctn-permissions-policy",
+ "href": "https://www.w3.org/TR/webauthn-3/#sctn-permissions-policy",
+ "title": "Permissions Policy integration",
+ "number": "5.9"
},
- "definedIn": "table"
+ "definedIn": "prose"
},
{
- "id": "authenticator-data-perform-the-following-steps-to-generate-an-authenticator-data-structure",
- "href": "https://www.w3.org/TR/webauthn-3/#authenticator-data-perform-the-following-steps-to-generate-an-authenticator-data-structure",
+ "id": "abstract-opdef-related-origins-validation-procedure",
+ "href": "https://www.w3.org/TR/webauthn-3/#abstract-opdef-related-origins-validation-procedure",
"linkingText": [
- "perform the following steps to generate an authenticator data structure"
+ "related origins validation procedure"
],
"localLinkingText": [],
- "type": "dfn",
- "for": [
- "authenticator data"
- ],
- "access": "private",
+ "type": "abstract-op",
+ "for": [],
+ "access": "public",
"informative": false,
"heading": {
- "href": "https://www.w3.org/TR/webauthn-3/#authenticator-data-perform-the-following-steps-to-generate-an-authenticator-data-structure",
- "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 3"
+ "id": "sctn-validating-relation-origin",
+ "href": "https://www.w3.org/TR/webauthn-3/#sctn-validating-relation-origin",
+ "title": "Validating Related Origins",
+ "number": "5.11.1"
},
"definedIn": "prose"
},
{
- "id": "signature-counter",
- "href": "https://www.w3.org/TR/webauthn-3/#signature-counter",
+ "id": "authenticator-model",
+ "href": "https://www.w3.org/TR/webauthn-3/#authenticator-model",
"linkingText": [
- "Signature Counter"
+ "Authenticator Model"
],
"localLinkingText": [],
"type": "dfn",
@@ -6373,37 +7016,39 @@
"access": "private",
"informative": false,
"heading": {
- "id": "sctn-sign-counter",
- "href": "https://www.w3.org/TR/webauthn-3/#sctn-sign-counter",
- "title": "Signature Counter Considerations",
- "number": "6.1.1"
+ "id": "sctn-authenticator-model",
+ "href": "https://www.w3.org/TR/webauthn-3/#sctn-authenticator-model",
+ "title": "WebAuthn Authenticator Model",
+ "number": "6"
},
"definedIn": "heading"
},
{
- "id": "authenticator-type",
- "href": "https://www.w3.org/TR/webauthn-3/#authenticator-type",
+ "id": "authenticator-credentials-map",
+ "href": "https://www.w3.org/TR/webauthn-3/#authenticator-credentials-map",
"linkingText": [
- "authenticator type"
+ "credentials map"
],
"localLinkingText": [],
"type": "dfn",
- "for": [],
+ "for": [
+ "authenticator"
+ ],
"access": "private",
"informative": false,
"heading": {
- "id": "sctn-authenticator-taxonomy",
- "href": "https://www.w3.org/TR/webauthn-3/#sctn-authenticator-taxonomy",
- "title": "Authenticator Taxonomy",
- "number": "6.2"
+ "id": "sctn-authenticator-model",
+ "href": "https://www.w3.org/TR/webauthn-3/#sctn-authenticator-model",
+ "title": "WebAuthn Authenticator Model",
+ "number": "6"
},
"definedIn": "prose"
},
{
- "id": "second-factor-platform-authenticator",
- "href": "https://www.w3.org/TR/webauthn-3/#second-factor-platform-authenticator",
+ "id": "aaguid",
+ "href": "https://www.w3.org/TR/webauthn-3/#aaguid",
"linkingText": [
- "Second-factor platform authenticator"
+ "AAGUID"
],
"localLinkingText": [],
"type": "dfn",
@@ -6411,16 +7056,18 @@
"access": "private",
"informative": false,
"heading": {
- "href": "https://www.w3.org/TR/webauthn-3/#second-factor-platform-authenticator",
- "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 3"
+ "id": "sctn-authenticator-model",
+ "href": "https://www.w3.org/TR/webauthn-3/#sctn-authenticator-model",
+ "title": "WebAuthn Authenticator Model",
+ "number": "6"
},
- "definedIn": "table"
+ "definedIn": "prose"
},
{
- "id": "user-verifying-platform-authenticator",
- "href": "https://www.w3.org/TR/webauthn-3/#user-verifying-platform-authenticator",
+ "id": "attestation-signature",
+ "href": "https://www.w3.org/TR/webauthn-3/#attestation-signature",
"linkingText": [
- "User-verifying platform authenticator"
+ "attestation signature"
],
"localLinkingText": [],
"type": "dfn",
@@ -6428,16 +7075,18 @@
"access": "private",
"informative": false,
"heading": {
- "href": "https://www.w3.org/TR/webauthn-3/#user-verifying-platform-authenticator",
- "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 3"
+ "id": "sctn-authenticator-model",
+ "href": "https://www.w3.org/TR/webauthn-3/#sctn-authenticator-model",
+ "title": "WebAuthn Authenticator Model",
+ "number": "6"
},
- "definedIn": "table"
+ "definedIn": "prose"
},
{
- "id": "second-factor-roaming-authenticator",
- "href": "https://www.w3.org/TR/webauthn-3/#second-factor-roaming-authenticator",
+ "id": "assertion-signature",
+ "href": "https://www.w3.org/TR/webauthn-3/#assertion-signature",
"linkingText": [
- "Second-factor roaming authenticator"
+ "assertion signature"
],
"localLinkingText": [],
"type": "dfn",
@@ -6445,16 +7094,18 @@
"access": "private",
"informative": false,
"heading": {
- "href": "https://www.w3.org/TR/webauthn-3/#second-factor-roaming-authenticator",
- "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 3"
+ "id": "sctn-authenticator-model",
+ "href": "https://www.w3.org/TR/webauthn-3/#sctn-authenticator-model",
+ "title": "WebAuthn Authenticator Model",
+ "number": "6"
},
- "definedIn": "table"
+ "definedIn": "prose"
},
{
- "id": "first-factor-roaming-authenticator",
- "href": "https://www.w3.org/TR/webauthn-3/#first-factor-roaming-authenticator",
+ "id": "webauthn-signature",
+ "href": "https://www.w3.org/TR/webauthn-3/#webauthn-signature",
"linkingText": [
- "First-factor roaming authenticator"
+ "WebAuthn signature"
],
"localLinkingText": [],
"type": "dfn",
@@ -6462,16 +7113,18 @@
"access": "private",
"informative": false,
"heading": {
- "href": "https://www.w3.org/TR/webauthn-3/#first-factor-roaming-authenticator",
- "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 3"
+ "id": "sctn-authenticator-model",
+ "href": "https://www.w3.org/TR/webauthn-3/#sctn-authenticator-model",
+ "title": "WebAuthn Authenticator Model",
+ "number": "6"
},
- "definedIn": "table"
+ "definedIn": "prose"
},
{
- "id": "passkey-platform-authenticator",
- "href": "https://www.w3.org/TR/webauthn-3/#passkey-platform-authenticator",
+ "id": "authenticator-data",
+ "href": "https://www.w3.org/TR/webauthn-3/#authenticator-data",
"linkingText": [
- "Passkey platform authenticator"
+ "authenticator data"
],
"localLinkingText": [],
"type": "dfn",
@@ -6479,228 +7132,270 @@
"access": "private",
"informative": false,
"heading": {
- "href": "https://www.w3.org/TR/webauthn-3/#passkey-platform-authenticator",
- "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 3"
+ "id": "sctn-authenticator-data",
+ "href": "https://www.w3.org/TR/webauthn-3/#sctn-authenticator-data",
+ "title": "Authenticator Data",
+ "number": "6.1"
},
- "definedIn": "table"
+ "definedIn": "prose"
},
{
- "id": "authenticator-attachment-modality",
- "href": "https://www.w3.org/TR/webauthn-3/#authenticator-attachment-modality",
+ "id": "authdata-rpidhash",
+ "href": "https://www.w3.org/TR/webauthn-3/#authdata-rpidhash",
"linkingText": [
- "Authenticator Attachment Modality"
+ "rpIdHash"
],
"localLinkingText": [],
"type": "dfn",
- "for": [],
+ "for": [
+ "authData"
+ ],
"access": "private",
"informative": false,
"heading": {
- "id": "sctn-authenticator-attachment-modality",
- "href": "https://www.w3.org/TR/webauthn-3/#sctn-authenticator-attachment-modality",
- "title": "Authenticator Attachment Modality",
- "number": "6.2.1"
+ "id": "sctn-authenticator-data",
+ "href": "https://www.w3.org/TR/webauthn-3/#sctn-authenticator-data",
+ "title": "Authenticator Data",
+ "number": "6.1"
},
- "definedIn": "heading"
+ "definedIn": "table"
},
{
- "id": "platform-authenticators",
- "href": "https://www.w3.org/TR/webauthn-3/#platform-authenticators",
+ "id": "authdata-flags",
+ "href": "https://www.w3.org/TR/webauthn-3/#authdata-flags",
"linkingText": [
- "platform authenticators"
+ "flags"
],
"localLinkingText": [],
"type": "dfn",
- "for": [],
+ "for": [
+ "authData"
+ ],
"access": "private",
"informative": false,
"heading": {
- "id": "sctn-authenticator-attachment-modality",
- "href": "https://www.w3.org/TR/webauthn-3/#sctn-authenticator-attachment-modality",
- "title": "Authenticator Attachment Modality",
- "number": "6.2.1"
+ "id": "sctn-authenticator-data",
+ "href": "https://www.w3.org/TR/webauthn-3/#sctn-authenticator-data",
+ "title": "Authenticator Data",
+ "number": "6.1"
},
- "definedIn": "prose"
+ "definedIn": "table"
},
{
- "id": "roaming-authenticators",
- "href": "https://www.w3.org/TR/webauthn-3/#roaming-authenticators",
+ "id": "authdata-flags-up",
+ "href": "https://www.w3.org/TR/webauthn-3/#authdata-flags-up",
"linkingText": [
- "roaming authenticators"
+ "UP"
],
"localLinkingText": [],
"type": "dfn",
- "for": [],
+ "for": [
+ "authData/flags"
+ ],
"access": "private",
"informative": false,
"heading": {
- "href": "https://www.w3.org/TR/webauthn-3/#roaming-authenticators",
- "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 3"
+ "id": "sctn-authenticator-data",
+ "href": "https://www.w3.org/TR/webauthn-3/#sctn-authenticator-data",
+ "title": "Authenticator Data",
+ "number": "6.1"
},
- "definedIn": "prose"
+ "definedIn": "table"
},
{
- "id": "platform-attachment",
- "href": "https://www.w3.org/TR/webauthn-3/#platform-attachment",
+ "id": "authdata-flags-uv",
+ "href": "https://www.w3.org/TR/webauthn-3/#authdata-flags-uv",
"linkingText": [
- "platform attachment"
+ "UV"
],
"localLinkingText": [],
"type": "dfn",
- "for": [],
+ "for": [
+ "authData/flags"
+ ],
"access": "private",
"informative": false,
"heading": {
- "href": "https://www.w3.org/TR/webauthn-3/#platform-attachment",
- "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 3"
+ "id": "sctn-authenticator-data",
+ "href": "https://www.w3.org/TR/webauthn-3/#sctn-authenticator-data",
+ "title": "Authenticator Data",
+ "number": "6.1"
},
- "definedIn": "prose"
+ "definedIn": "table"
},
{
- "id": "platform-credential",
- "href": "https://www.w3.org/TR/webauthn-3/#platform-credential",
+ "id": "authdata-flags-be",
+ "href": "https://www.w3.org/TR/webauthn-3/#authdata-flags-be",
"linkingText": [
- "platform credential"
+ "BE"
],
"localLinkingText": [],
"type": "dfn",
- "for": [],
+ "for": [
+ "authData/flags"
+ ],
"access": "private",
"informative": false,
"heading": {
- "href": "https://www.w3.org/TR/webauthn-3/#platform-credential",
- "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 3"
+ "id": "sctn-authenticator-data",
+ "href": "https://www.w3.org/TR/webauthn-3/#sctn-authenticator-data",
+ "title": "Authenticator Data",
+ "number": "6.1"
},
- "definedIn": "prose"
+ "definedIn": "table"
},
{
- "id": "cross-platform-attachment",
- "href": "https://www.w3.org/TR/webauthn-3/#cross-platform-attachment",
+ "id": "authdata-flags-bs",
+ "href": "https://www.w3.org/TR/webauthn-3/#authdata-flags-bs",
"linkingText": [
- "cross-platform attachment"
+ "BS"
],
"localLinkingText": [],
"type": "dfn",
- "for": [],
+ "for": [
+ "authData/flags"
+ ],
"access": "private",
"informative": false,
"heading": {
- "href": "https://www.w3.org/TR/webauthn-3/#cross-platform-attachment",
- "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 3"
+ "id": "sctn-authenticator-data",
+ "href": "https://www.w3.org/TR/webauthn-3/#sctn-authenticator-data",
+ "title": "Authenticator Data",
+ "number": "6.1"
},
- "definedIn": "prose"
+ "definedIn": "table"
},
{
- "id": "roaming-credential",
- "href": "https://www.w3.org/TR/webauthn-3/#roaming-credential",
+ "id": "authdata-flags-at",
+ "href": "https://www.w3.org/TR/webauthn-3/#authdata-flags-at",
"linkingText": [
- "roaming credential"
+ "AT"
],
"localLinkingText": [],
"type": "dfn",
- "for": [],
+ "for": [
+ "authData/flags"
+ ],
"access": "private",
"informative": false,
"heading": {
- "href": "https://www.w3.org/TR/webauthn-3/#roaming-credential",
- "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 3"
+ "id": "sctn-authenticator-data",
+ "href": "https://www.w3.org/TR/webauthn-3/#sctn-authenticator-data",
+ "title": "Authenticator Data",
+ "number": "6.1"
},
- "definedIn": "prose"
+ "definedIn": "table"
},
{
- "id": "credential-storage-modality",
- "href": "https://www.w3.org/TR/webauthn-3/#credential-storage-modality",
+ "id": "authdata-flags-ed",
+ "href": "https://www.w3.org/TR/webauthn-3/#authdata-flags-ed",
"linkingText": [
- "credential storage modality"
+ "ED"
],
"localLinkingText": [],
"type": "dfn",
- "for": [],
+ "for": [
+ "authData/flags"
+ ],
"access": "private",
"informative": false,
- "heading": {
- "id": "sctn-credential-storage-modality",
- "href": "https://www.w3.org/TR/webauthn-3/#sctn-credential-storage-modality",
- "title": "Credential Storage Modality",
- "number": "6.2.2"
+ "heading": {
+ "id": "sctn-authenticator-data",
+ "href": "https://www.w3.org/TR/webauthn-3/#sctn-authenticator-data",
+ "title": "Authenticator Data",
+ "number": "6.1"
},
- "definedIn": "prose"
+ "definedIn": "table"
},
{
- "id": "client-side-credential-storage-modality",
- "href": "https://www.w3.org/TR/webauthn-3/#client-side-credential-storage-modality",
+ "id": "authdata-signcount",
+ "href": "https://www.w3.org/TR/webauthn-3/#authdata-signcount",
"linkingText": [
- "client-side credential storage modality"
+ "signCount"
],
"localLinkingText": [],
"type": "dfn",
- "for": [],
+ "for": [
+ "authData"
+ ],
"access": "private",
"informative": false,
"heading": {
- "href": "https://www.w3.org/TR/webauthn-3/#client-side-credential-storage-modality",
- "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 3"
+ "id": "sctn-authenticator-data",
+ "href": "https://www.w3.org/TR/webauthn-3/#sctn-authenticator-data",
+ "title": "Authenticator Data",
+ "number": "6.1"
},
- "definedIn": "prose"
+ "definedIn": "table"
},
{
- "id": "discoverable-credential-capable",
- "href": "https://www.w3.org/TR/webauthn-3/#discoverable-credential-capable",
+ "id": "authdata-attestedcredentialdata",
+ "href": "https://www.w3.org/TR/webauthn-3/#authdata-attestedcredentialdata",
"linkingText": [
- "discoverable credential capable"
+ "attestedCredentialData"
],
"localLinkingText": [],
"type": "dfn",
- "for": [],
+ "for": [
+ "authData"
+ ],
"access": "private",
"informative": false,
"heading": {
- "href": "https://www.w3.org/TR/webauthn-3/#discoverable-credential-capable",
- "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 3"
+ "id": "sctn-authenticator-data",
+ "href": "https://www.w3.org/TR/webauthn-3/#sctn-authenticator-data",
+ "title": "Authenticator Data",
+ "number": "6.1"
},
- "definedIn": "prose"
+ "definedIn": "table"
},
{
- "id": "server-side-credential-storage-modality",
- "href": "https://www.w3.org/TR/webauthn-3/#server-side-credential-storage-modality",
+ "id": "authdata-extensions",
+ "href": "https://www.w3.org/TR/webauthn-3/#authdata-extensions",
"linkingText": [
- "server-side credential storage modality"
+ "extensions"
],
"localLinkingText": [],
"type": "dfn",
- "for": [],
+ "for": [
+ "authData"
+ ],
"access": "private",
"informative": false,
"heading": {
- "href": "https://www.w3.org/TR/webauthn-3/#server-side-credential-storage-modality",
- "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 3"
+ "id": "sctn-authenticator-data",
+ "href": "https://www.w3.org/TR/webauthn-3/#sctn-authenticator-data",
+ "title": "Authenticator Data",
+ "number": "6.1"
},
- "definedIn": "prose"
+ "definedIn": "table"
},
{
- "id": "authentication-factor-capability",
- "href": "https://www.w3.org/TR/webauthn-3/#authentication-factor-capability",
+ "id": "authenticator-data-perform-the-following-steps-to-generate-an-authenticator-data-structure",
+ "href": "https://www.w3.org/TR/webauthn-3/#authenticator-data-perform-the-following-steps-to-generate-an-authenticator-data-structure",
"linkingText": [
- "Authentication Factor Capability"
+ "perform the following steps to generate an authenticator data structure"
],
"localLinkingText": [],
"type": "dfn",
- "for": [],
+ "for": [
+ "authenticator data"
+ ],
"access": "private",
"informative": false,
"heading": {
- "id": "sctn-authentication-factor-capability",
- "href": "https://www.w3.org/TR/webauthn-3/#sctn-authentication-factor-capability",
- "title": "Authentication Factor Capability",
- "number": "6.2.3"
+ "id": "sctn-authenticator-data",
+ "href": "https://www.w3.org/TR/webauthn-3/#sctn-authenticator-data",
+ "title": "Authenticator Data",
+ "number": "6.1"
},
- "definedIn": "heading"
+ "definedIn": "prose"
},
{
- "id": "multi-factor-capable",
- "href": "https://www.w3.org/TR/webauthn-3/#multi-factor-capable",
+ "id": "signature-counter",
+ "href": "https://www.w3.org/TR/webauthn-3/#signature-counter",
"linkingText": [
- "multi-factor capable"
+ "Signature Counter"
],
"localLinkingText": [],
"type": "dfn",
@@ -6708,18 +7403,18 @@
"access": "private",
"informative": false,
"heading": {
- "id": "sctn-authentication-factor-capability",
- "href": "https://www.w3.org/TR/webauthn-3/#sctn-authentication-factor-capability",
- "title": "Authentication Factor Capability",
- "number": "6.2.3"
+ "id": "sctn-sign-counter",
+ "href": "https://www.w3.org/TR/webauthn-3/#sctn-sign-counter",
+ "title": "Signature Counter Considerations",
+ "number": "6.1.1"
},
- "definedIn": "prose"
+ "definedIn": "heading"
},
{
- "id": "single-factor-capable",
- "href": "https://www.w3.org/TR/webauthn-3/#single-factor-capable",
+ "id": "authenticator-type",
+ "href": "https://www.w3.org/TR/webauthn-3/#authenticator-type",
"linkingText": [
- "single-factor capable"
+ "authenticator type"
],
"localLinkingText": [],
"type": "dfn",
@@ -6727,16 +7422,18 @@
"access": "private",
"informative": false,
"heading": {
- "href": "https://www.w3.org/TR/webauthn-3/#single-factor-capable",
- "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 3"
+ "id": "sctn-authenticator-taxonomy",
+ "href": "https://www.w3.org/TR/webauthn-3/#sctn-authenticator-taxonomy",
+ "title": "Authenticator Taxonomy",
+ "number": "6.2"
},
"definedIn": "prose"
},
{
- "id": "authenticator-operations",
- "href": "https://www.w3.org/TR/webauthn-3/#authenticator-operations",
+ "id": "second-factor-platform-authenticator",
+ "href": "https://www.w3.org/TR/webauthn-3/#second-factor-platform-authenticator",
"linkingText": [
- "Authenticator Operations"
+ "Second-factor platform authenticator"
],
"localLinkingText": [],
"type": "dfn",
@@ -6744,18 +7441,18 @@
"access": "private",
"informative": false,
"heading": {
- "id": "sctn-authenticator-ops",
- "href": "https://www.w3.org/TR/webauthn-3/#sctn-authenticator-ops",
- "title": "Authenticator Operations",
- "number": "6.3"
+ "id": "sctn-authenticator-taxonomy",
+ "href": "https://www.w3.org/TR/webauthn-3/#sctn-authenticator-taxonomy",
+ "title": "Authenticator Taxonomy",
+ "number": "6.2"
},
- "definedIn": "heading"
+ "definedIn": "table"
},
{
- "id": "authenticator-session",
- "href": "https://www.w3.org/TR/webauthn-3/#authenticator-session",
+ "id": "user-verifying-platform-authenticator",
+ "href": "https://www.w3.org/TR/webauthn-3/#user-verifying-platform-authenticator",
"linkingText": [
- "authenticator session"
+ "User-verifying platform authenticator"
],
"localLinkingText": [],
"type": "dfn",
@@ -6763,39 +7460,37 @@
"access": "private",
"informative": false,
"heading": {
- "id": "sctn-authenticator-ops",
- "href": "https://www.w3.org/TR/webauthn-3/#sctn-authenticator-ops",
- "title": "Authenticator Operations",
- "number": "6.3"
+ "id": "sctn-authenticator-taxonomy",
+ "href": "https://www.w3.org/TR/webauthn-3/#sctn-authenticator-taxonomy",
+ "title": "Authenticator Taxonomy",
+ "number": "6.2"
},
- "definedIn": "prose"
+ "definedIn": "table"
},
{
- "id": "credential-id-looking-up",
- "href": "https://www.w3.org/TR/webauthn-3/#credential-id-looking-up",
+ "id": "second-factor-roaming-authenticator",
+ "href": "https://www.w3.org/TR/webauthn-3/#second-factor-roaming-authenticator",
"linkingText": [
- "looking up"
+ "Second-factor roaming authenticator"
],
"localLinkingText": [],
"type": "dfn",
- "for": [
- "credential id"
- ],
+ "for": [],
"access": "private",
"informative": false,
"heading": {
- "id": "sctn-op-lookup-credsource-by-credid",
- "href": "https://www.w3.org/TR/webauthn-3/#sctn-op-lookup-credsource-by-credid",
- "title": "Lookup Credential Source by Credential ID Algorithm",
- "number": "6.3.1"
+ "id": "sctn-authenticator-taxonomy",
+ "href": "https://www.w3.org/TR/webauthn-3/#sctn-authenticator-taxonomy",
+ "title": "Authenticator Taxonomy",
+ "number": "6.2"
},
- "definedIn": "prose"
+ "definedIn": "table"
},
{
- "id": "authenticatormakecredential",
- "href": "https://www.w3.org/TR/webauthn-3/#authenticatormakecredential",
+ "id": "passkey-roaming-authenticator",
+ "href": "https://www.w3.org/TR/webauthn-3/#passkey-roaming-authenticator",
"linkingText": [
- "authenticatorMakeCredential"
+ "Passkey roaming authenticator"
],
"localLinkingText": [],
"type": "dfn",
@@ -6803,18 +7498,18 @@
"access": "private",
"informative": false,
"heading": {
- "id": "sctn-op-make-cred",
- "href": "https://www.w3.org/TR/webauthn-3/#sctn-op-make-cred",
- "title": "The authenticatorMakeCredential Operation",
- "number": "6.3.2"
+ "id": "sctn-authenticator-taxonomy",
+ "href": "https://www.w3.org/TR/webauthn-3/#sctn-authenticator-taxonomy",
+ "title": "Authenticator Taxonomy",
+ "number": "6.2"
},
- "definedIn": "heading"
+ "definedIn": "table"
},
{
- "id": "authenticatorgetassertion",
- "href": "https://www.w3.org/TR/webauthn-3/#authenticatorgetassertion",
+ "id": "passkey-platform-authenticator",
+ "href": "https://www.w3.org/TR/webauthn-3/#passkey-platform-authenticator",
"linkingText": [
- "authenticatorGetAssertion"
+ "Passkey platform authenticator"
],
"localLinkingText": [],
"type": "dfn",
@@ -6822,18 +7517,18 @@
"access": "private",
"informative": false,
"heading": {
- "id": "sctn-op-get-assertion",
- "href": "https://www.w3.org/TR/webauthn-3/#sctn-op-get-assertion",
- "title": "The authenticatorGetAssertion Operation",
- "number": "6.3.3"
+ "id": "sctn-authenticator-taxonomy",
+ "href": "https://www.w3.org/TR/webauthn-3/#sctn-authenticator-taxonomy",
+ "title": "Authenticator Taxonomy",
+ "number": "6.2"
},
- "definedIn": "heading"
+ "definedIn": "table"
},
{
- "id": "authenticatorcancel",
- "href": "https://www.w3.org/TR/webauthn-3/#authenticatorcancel",
+ "id": "authenticator-attachment-modality",
+ "href": "https://www.w3.org/TR/webauthn-3/#authenticator-attachment-modality",
"linkingText": [
- "authenticatorCancel"
+ "Authenticator Attachment Modality"
],
"localLinkingText": [],
"type": "dfn",
@@ -6841,18 +7536,18 @@
"access": "private",
"informative": false,
"heading": {
- "id": "sctn-op-cancel",
- "href": "https://www.w3.org/TR/webauthn-3/#sctn-op-cancel",
- "title": "The authenticatorCancel Operation",
- "number": "6.3.4"
+ "id": "sctn-authenticator-attachment-modality",
+ "href": "https://www.w3.org/TR/webauthn-3/#sctn-authenticator-attachment-modality",
+ "title": "Authenticator Attachment Modality",
+ "number": "6.2.1"
},
"definedIn": "heading"
},
{
- "id": "silentcredentialdiscovery",
- "href": "https://www.w3.org/TR/webauthn-3/#silentcredentialdiscovery",
+ "id": "platform-authenticators",
+ "href": "https://www.w3.org/TR/webauthn-3/#platform-authenticators",
"linkingText": [
- "silentCredentialDiscovery"
+ "platform authenticators"
],
"localLinkingText": [],
"type": "dfn",
@@ -6860,18 +7555,18 @@
"access": "private",
"informative": false,
"heading": {
- "id": "sctn-op-silent-discovery",
- "href": "https://www.w3.org/TR/webauthn-3/#sctn-op-silent-discovery",
- "title": "The silentCredentialDiscovery operation",
- "number": "6.3.5"
+ "id": "sctn-authenticator-attachment-modality",
+ "href": "https://www.w3.org/TR/webauthn-3/#sctn-authenticator-attachment-modality",
+ "title": "Authenticator Attachment Modality",
+ "number": "6.2.1"
},
- "definedIn": "heading"
+ "definedIn": "prose"
},
{
- "id": "discoverablecredentialmetadata",
- "href": "https://www.w3.org/TR/webauthn-3/#discoverablecredentialmetadata",
+ "id": "roaming-authenticators",
+ "href": "https://www.w3.org/TR/webauthn-3/#roaming-authenticators",
"linkingText": [
- "DiscoverableCredentialMetadata"
+ "roaming authenticators"
],
"localLinkingText": [],
"type": "dfn",
@@ -6879,75 +7574,75 @@
"access": "private",
"informative": false,
"heading": {
- "id": "sctn-op-silent-discovery",
- "href": "https://www.w3.org/TR/webauthn-3/#sctn-op-silent-discovery",
- "title": "The silentCredentialDiscovery operation",
- "number": "6.3.5"
+ "id": "sctn-authenticator-attachment-modality",
+ "href": "https://www.w3.org/TR/webauthn-3/#sctn-authenticator-attachment-modality",
+ "title": "Authenticator Attachment Modality",
+ "number": "6.2.1"
},
"definedIn": "prose"
},
{
- "id": "discoverablecredentialmetadata-type",
- "href": "https://www.w3.org/TR/webauthn-3/#discoverablecredentialmetadata-type",
+ "id": "platform-attachment",
+ "href": "https://www.w3.org/TR/webauthn-3/#platform-attachment",
"linkingText": [
- "type"
+ "platform attachment"
],
"localLinkingText": [],
"type": "dfn",
- "for": [
- "DiscoverableCredentialMetadata"
- ],
+ "for": [],
"access": "private",
"informative": false,
"heading": {
- "href": "https://www.w3.org/TR/webauthn-3/#discoverablecredentialmetadata-type",
- "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 3"
+ "id": "sctn-authenticator-attachment-modality",
+ "href": "https://www.w3.org/TR/webauthn-3/#sctn-authenticator-attachment-modality",
+ "title": "Authenticator Attachment Modality",
+ "number": "6.2.1"
},
- "definedIn": "dt"
+ "definedIn": "prose"
},
{
- "id": "discoverablecredentialmetadata-id",
- "href": "https://www.w3.org/TR/webauthn-3/#discoverablecredentialmetadata-id",
+ "id": "platform-credential",
+ "href": "https://www.w3.org/TR/webauthn-3/#platform-credential",
"linkingText": [
- "id"
+ "platform credential"
],
"localLinkingText": [],
"type": "dfn",
- "for": [
- "DiscoverableCredentialMetadata"
- ],
+ "for": [],
"access": "private",
"informative": false,
"heading": {
- "href": "https://www.w3.org/TR/webauthn-3/#discoverablecredentialmetadata-id",
- "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 3"
+ "id": "sctn-authenticator-attachment-modality",
+ "href": "https://www.w3.org/TR/webauthn-3/#sctn-authenticator-attachment-modality",
+ "title": "Authenticator Attachment Modality",
+ "number": "6.2.1"
},
- "definedIn": "dt"
+ "definedIn": "prose"
},
{
- "id": "discoverablecredentialmetadata-otherui",
- "href": "https://www.w3.org/TR/webauthn-3/#discoverablecredentialmetadata-otherui",
+ "id": "cross-platform-attachment",
+ "href": "https://www.w3.org/TR/webauthn-3/#cross-platform-attachment",
"linkingText": [
- "otherUI"
+ "cross-platform attachment"
],
"localLinkingText": [],
"type": "dfn",
- "for": [
- "DiscoverableCredentialMetadata"
- ],
+ "for": [],
"access": "private",
"informative": false,
"heading": {
- "href": "https://www.w3.org/TR/webauthn-3/#discoverablecredentialmetadata-otherui",
- "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 3"
+ "id": "sctn-authenticator-attachment-modality",
+ "href": "https://www.w3.org/TR/webauthn-3/#sctn-authenticator-attachment-modality",
+ "title": "Authenticator Attachment Modality",
+ "number": "6.2.1"
},
- "definedIn": "dt"
+ "definedIn": "prose"
},
{
- "id": "attestation-object",
- "href": "https://www.w3.org/TR/webauthn-3/#attestation-object",
+ "id": "roaming-credential",
+ "href": "https://www.w3.org/TR/webauthn-3/#roaming-credential",
"linkingText": [
- "attestation object"
+ "roaming credential"
],
"localLinkingText": [],
"type": "dfn",
@@ -6955,18 +7650,18 @@
"access": "private",
"informative": false,
"heading": {
- "id": "sctn-attestation",
- "href": "https://www.w3.org/TR/webauthn-3/#sctn-attestation",
- "title": "Attestation",
- "number": "6.5"
+ "id": "sctn-authenticator-attachment-modality",
+ "href": "https://www.w3.org/TR/webauthn-3/#sctn-authenticator-attachment-modality",
+ "title": "Authenticator Attachment Modality",
+ "number": "6.2.1"
},
"definedIn": "prose"
},
{
- "id": "attestation-statement",
- "href": "https://www.w3.org/TR/webauthn-3/#attestation-statement",
+ "id": "credential-storage-modality",
+ "href": "https://www.w3.org/TR/webauthn-3/#credential-storage-modality",
"linkingText": [
- "attestation statement"
+ "credential storage modality"
],
"localLinkingText": [],
"type": "dfn",
@@ -6974,16 +7669,18 @@
"access": "private",
"informative": false,
"heading": {
- "href": "https://www.w3.org/TR/webauthn-3/#attestation-statement",
- "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 3"
+ "id": "sctn-credential-storage-modality",
+ "href": "https://www.w3.org/TR/webauthn-3/#sctn-credential-storage-modality",
+ "title": "Credential Storage Modality",
+ "number": "6.2.2"
},
"definedIn": "prose"
},
{
- "id": "attestation-statement-format",
- "href": "https://www.w3.org/TR/webauthn-3/#attestation-statement-format",
+ "id": "client-side-credential-storage-modality",
+ "href": "https://www.w3.org/TR/webauthn-3/#client-side-credential-storage-modality",
"linkingText": [
- "attestation statement format"
+ "client-side credential storage modality"
],
"localLinkingText": [],
"type": "dfn",
@@ -6991,16 +7688,18 @@
"access": "private",
"informative": false,
"heading": {
- "href": "https://www.w3.org/TR/webauthn-3/#attestation-statement-format",
- "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 3"
+ "id": "sctn-credential-storage-modality",
+ "href": "https://www.w3.org/TR/webauthn-3/#sctn-credential-storage-modality",
+ "title": "Credential Storage Modality",
+ "number": "6.2.2"
},
"definedIn": "prose"
},
{
- "id": "attestation-type",
- "href": "https://www.w3.org/TR/webauthn-3/#attestation-type",
+ "id": "discoverable-credential-capable",
+ "href": "https://www.w3.org/TR/webauthn-3/#discoverable-credential-capable",
"linkingText": [
- "attestation type"
+ "discoverable credential capable"
],
"localLinkingText": [],
"type": "dfn",
@@ -7008,16 +7707,18 @@
"access": "private",
"informative": false,
"heading": {
- "href": "https://www.w3.org/TR/webauthn-3/#attestation-type",
- "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 3"
+ "id": "sctn-credential-storage-modality",
+ "href": "https://www.w3.org/TR/webauthn-3/#sctn-credential-storage-modality",
+ "title": "Credential Storage Modality",
+ "number": "6.2.2"
},
"definedIn": "prose"
},
{
- "id": "attested-credential-data",
- "href": "https://www.w3.org/TR/webauthn-3/#attested-credential-data",
+ "id": "server-side-credential-storage-modality",
+ "href": "https://www.w3.org/TR/webauthn-3/#server-side-credential-storage-modality",
"linkingText": [
- "Attested credential data"
+ "server-side credential storage modality"
],
"localLinkingText": [],
"type": "dfn",
@@ -7025,94 +7726,94 @@
"access": "private",
"informative": false,
"heading": {
- "id": "sctn-attested-credential-data",
- "href": "https://www.w3.org/TR/webauthn-3/#sctn-attested-credential-data",
- "title": "Attested Credential Data",
- "number": "6.5.2"
+ "id": "sctn-credential-storage-modality",
+ "href": "https://www.w3.org/TR/webauthn-3/#sctn-credential-storage-modality",
+ "title": "Credential Storage Modality",
+ "number": "6.2.2"
},
"definedIn": "prose"
},
{
- "id": "authdata-attestedcredentialdata-aaguid",
- "href": "https://www.w3.org/TR/webauthn-3/#authdata-attestedcredentialdata-aaguid",
+ "id": "authentication-factor-capability",
+ "href": "https://www.w3.org/TR/webauthn-3/#authentication-factor-capability",
"linkingText": [
- "aaguid"
+ "Authentication Factor Capability"
],
"localLinkingText": [],
"type": "dfn",
- "for": [
- "authData/attestedCredentialData"
- ],
+ "for": [],
"access": "private",
"informative": false,
"heading": {
- "href": "https://www.w3.org/TR/webauthn-3/#authdata-attestedcredentialdata-aaguid",
- "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 3"
+ "id": "sctn-authentication-factor-capability",
+ "href": "https://www.w3.org/TR/webauthn-3/#sctn-authentication-factor-capability",
+ "title": "Authentication Factor Capability",
+ "number": "6.2.3"
},
- "definedIn": "table"
+ "definedIn": "heading"
},
{
- "id": "authdata-attestedcredentialdata-credentialidlength",
- "href": "https://www.w3.org/TR/webauthn-3/#authdata-attestedcredentialdata-credentialidlength",
+ "id": "multi-factor-capable",
+ "href": "https://www.w3.org/TR/webauthn-3/#multi-factor-capable",
"linkingText": [
- "credentialIdLength"
+ "multi-factor capable"
],
"localLinkingText": [],
"type": "dfn",
- "for": [
- "authData/attestedCredentialData"
- ],
+ "for": [],
"access": "private",
"informative": false,
"heading": {
- "href": "https://www.w3.org/TR/webauthn-3/#authdata-attestedcredentialdata-credentialidlength",
- "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 3"
+ "id": "sctn-authentication-factor-capability",
+ "href": "https://www.w3.org/TR/webauthn-3/#sctn-authentication-factor-capability",
+ "title": "Authentication Factor Capability",
+ "number": "6.2.3"
},
- "definedIn": "table"
+ "definedIn": "prose"
},
{
- "id": "authdata-attestedcredentialdata-credentialid",
- "href": "https://www.w3.org/TR/webauthn-3/#authdata-attestedcredentialdata-credentialid",
+ "id": "single-factor-capable",
+ "href": "https://www.w3.org/TR/webauthn-3/#single-factor-capable",
"linkingText": [
- "credentialId"
+ "single-factor capable"
],
"localLinkingText": [],
"type": "dfn",
- "for": [
- "authData/attestedCredentialData"
- ],
+ "for": [],
"access": "private",
"informative": false,
"heading": {
- "href": "https://www.w3.org/TR/webauthn-3/#authdata-attestedcredentialdata-credentialid",
- "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 3"
+ "id": "sctn-authentication-factor-capability",
+ "href": "https://www.w3.org/TR/webauthn-3/#sctn-authentication-factor-capability",
+ "title": "Authentication Factor Capability",
+ "number": "6.2.3"
},
- "definedIn": "table"
+ "definedIn": "prose"
},
{
- "id": "authdata-attestedcredentialdata-credentialpublickey",
- "href": "https://www.w3.org/TR/webauthn-3/#authdata-attestedcredentialdata-credentialpublickey",
+ "id": "authenticator-operations",
+ "href": "https://www.w3.org/TR/webauthn-3/#authenticator-operations",
"linkingText": [
- "credentialPublicKey"
+ "Authenticator Operations"
],
"localLinkingText": [],
"type": "dfn",
- "for": [
- "authData/attestedCredentialData"
- ],
+ "for": [],
"access": "private",
"informative": false,
"heading": {
- "href": "https://www.w3.org/TR/webauthn-3/#authdata-attestedcredentialdata-credentialpublickey",
- "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 3"
+ "id": "sctn-authenticator-ops",
+ "href": "https://www.w3.org/TR/webauthn-3/#sctn-authenticator-ops",
+ "title": "Authenticator Operations",
+ "number": "6.3"
},
- "definedIn": "table"
+ "definedIn": "heading"
},
{
- "id": "signing-procedure",
- "href": "https://www.w3.org/TR/webauthn-3/#signing-procedure",
+ "id": "authenticator-session",
+ "href": "https://www.w3.org/TR/webauthn-3/#authenticator-session",
"linkingText": [
- "Signing procedure"
+ "authenticator session"
],
"localLinkingText": [],
"type": "dfn",
@@ -7120,35 +7821,39 @@
"access": "private",
"informative": false,
"heading": {
- "id": "sctn-attestation-formats",
- "href": "https://www.w3.org/TR/webauthn-3/#sctn-attestation-formats",
- "title": "Attestation Statement Formats",
- "number": "6.5.3"
+ "id": "sctn-authenticator-ops",
+ "href": "https://www.w3.org/TR/webauthn-3/#sctn-authenticator-ops",
+ "title": "Authenticator Operations",
+ "number": "6.3"
},
"definedIn": "prose"
},
{
- "id": "authenticator-data-for-the-attestation",
- "href": "https://www.w3.org/TR/webauthn-3/#authenticator-data-for-the-attestation",
+ "id": "credential-id-looking-up",
+ "href": "https://www.w3.org/TR/webauthn-3/#credential-id-looking-up",
"linkingText": [
- "authenticator data for the attestation"
+ "looking up"
],
"localLinkingText": [],
"type": "dfn",
- "for": [],
+ "for": [
+ "credential id"
+ ],
"access": "private",
"informative": false,
"heading": {
- "href": "https://www.w3.org/TR/webauthn-3/#authenticator-data-for-the-attestation",
- "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 3"
+ "id": "sctn-op-lookup-credsource-by-credid",
+ "href": "https://www.w3.org/TR/webauthn-3/#sctn-op-lookup-credsource-by-credid",
+ "title": "Lookup Credential Source by Credential ID Algorithm",
+ "number": "6.3.1"
},
"definedIn": "prose"
},
{
- "id": "verification-procedure",
- "href": "https://www.w3.org/TR/webauthn-3/#verification-procedure",
+ "id": "authenticatormakecredential",
+ "href": "https://www.w3.org/TR/webauthn-3/#authenticatormakecredential",
"linkingText": [
- "Verification procedure"
+ "authenticatorMakeCredential"
],
"localLinkingText": [],
"type": "dfn",
@@ -7156,16 +7861,18 @@
"access": "private",
"informative": false,
"heading": {
- "href": "https://www.w3.org/TR/webauthn-3/#verification-procedure",
- "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 3"
+ "id": "sctn-op-make-cred",
+ "href": "https://www.w3.org/TR/webauthn-3/#sctn-op-make-cred",
+ "title": "The authenticatorMakeCredential Operation",
+ "number": "6.3.2"
},
- "definedIn": "prose"
+ "definedIn": "heading"
},
{
- "id": "verification-procedure-inputs",
- "href": "https://www.w3.org/TR/webauthn-3/#verification-procedure-inputs",
+ "id": "authenticatorgetassertion",
+ "href": "https://www.w3.org/TR/webauthn-3/#authenticatorgetassertion",
"linkingText": [
- "verification procedure inputs"
+ "authenticatorGetAssertion"
],
"localLinkingText": [],
"type": "dfn",
@@ -7173,16 +7880,18 @@
"access": "private",
"informative": false,
"heading": {
- "href": "https://www.w3.org/TR/webauthn-3/#verification-procedure-inputs",
- "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 3"
+ "id": "sctn-op-get-assertion",
+ "href": "https://www.w3.org/TR/webauthn-3/#sctn-op-get-assertion",
+ "title": "The authenticatorGetAssertion Operation",
+ "number": "6.3.3"
},
- "definedIn": "prose"
+ "definedIn": "heading"
},
{
- "id": "authenticator-data-claimed-to-have-been-used-for-the-attestation",
- "href": "https://www.w3.org/TR/webauthn-3/#authenticator-data-claimed-to-have-been-used-for-the-attestation",
+ "id": "authenticatorcancel",
+ "href": "https://www.w3.org/TR/webauthn-3/#authenticatorcancel",
"linkingText": [
- "authenticator data claimed to have been used for the attestation"
+ "authenticatorCancel"
],
"localLinkingText": [],
"type": "dfn",
@@ -7190,16 +7899,18 @@
"access": "private",
"informative": false,
"heading": {
- "href": "https://www.w3.org/TR/webauthn-3/#authenticator-data-claimed-to-have-been-used-for-the-attestation",
- "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 3"
+ "id": "sctn-op-cancel",
+ "href": "https://www.w3.org/TR/webauthn-3/#sctn-op-cancel",
+ "title": "The authenticatorCancel Operation",
+ "number": "6.3.4"
},
- "definedIn": "prose"
+ "definedIn": "heading"
},
{
- "id": "attestation-trust-path",
- "href": "https://www.w3.org/TR/webauthn-3/#attestation-trust-path",
+ "id": "silentcredentialdiscovery",
+ "href": "https://www.w3.org/TR/webauthn-3/#silentcredentialdiscovery",
"linkingText": [
- "attestation trust path"
+ "silentCredentialDiscovery"
],
"localLinkingText": [],
"type": "dfn",
@@ -7207,16 +7918,18 @@
"access": "private",
"informative": false,
"heading": {
- "href": "https://www.w3.org/TR/webauthn-3/#attestation-trust-path",
- "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 3"
+ "id": "sctn-op-silent-discovery",
+ "href": "https://www.w3.org/TR/webauthn-3/#sctn-op-silent-discovery",
+ "title": "The silentCredentialDiscovery operation",
+ "number": "6.3.5"
},
- "definedIn": "prose"
+ "definedIn": "heading"
},
{
- "id": "basic-attestation",
- "href": "https://www.w3.org/TR/webauthn-3/#basic-attestation",
+ "id": "discoverablecredentialmetadata",
+ "href": "https://www.w3.org/TR/webauthn-3/#discoverablecredentialmetadata",
"linkingText": [
- "Basic Attestation"
+ "DiscoverableCredentialMetadata"
],
"localLinkingText": [],
"type": "dfn",
@@ -7224,69 +7937,81 @@
"access": "private",
"informative": false,
"heading": {
- "id": "sctn-attestation-types",
- "href": "https://www.w3.org/TR/webauthn-3/#sctn-attestation-types",
- "title": "Attestation Types",
- "number": "6.5.4"
+ "id": "sctn-op-silent-discovery",
+ "href": "https://www.w3.org/TR/webauthn-3/#sctn-op-silent-discovery",
+ "title": "The silentCredentialDiscovery operation",
+ "number": "6.3.5"
},
- "definedIn": "dt"
+ "definedIn": "prose"
},
{
- "id": "basic",
- "href": "https://www.w3.org/TR/webauthn-3/#basic",
+ "id": "discoverablecredentialmetadata-type",
+ "href": "https://www.w3.org/TR/webauthn-3/#discoverablecredentialmetadata-type",
"linkingText": [
- "Basic"
+ "type"
],
"localLinkingText": [],
"type": "dfn",
- "for": [],
+ "for": [
+ "DiscoverableCredentialMetadata"
+ ],
"access": "private",
"informative": false,
"heading": {
- "href": "https://www.w3.org/TR/webauthn-3/#basic",
- "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 3"
+ "id": "sctn-op-silent-discovery",
+ "href": "https://www.w3.org/TR/webauthn-3/#sctn-op-silent-discovery",
+ "title": "The silentCredentialDiscovery operation",
+ "number": "6.3.5"
},
"definedIn": "dt"
},
{
- "id": "batch-attestation",
- "href": "https://www.w3.org/TR/webauthn-3/#batch-attestation",
+ "id": "discoverablecredentialmetadata-id",
+ "href": "https://www.w3.org/TR/webauthn-3/#discoverablecredentialmetadata-id",
"linkingText": [
- "batch attestation"
+ "id"
+ ],
+ "localLinkingText": [],
+ "type": "dfn",
+ "for": [
+ "DiscoverableCredentialMetadata"
],
- "localLinkingText": [],
- "type": "dfn",
- "for": [],
"access": "private",
"informative": false,
"heading": {
- "href": "https://www.w3.org/TR/webauthn-3/#batch-attestation",
- "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 3"
+ "id": "sctn-op-silent-discovery",
+ "href": "https://www.w3.org/TR/webauthn-3/#sctn-op-silent-discovery",
+ "title": "The silentCredentialDiscovery operation",
+ "number": "6.3.5"
},
- "definedIn": "prose"
+ "definedIn": "dt"
},
{
- "id": "self-attestation",
- "href": "https://www.w3.org/TR/webauthn-3/#self-attestation",
+ "id": "discoverablecredentialmetadata-otherui",
+ "href": "https://www.w3.org/TR/webauthn-3/#discoverablecredentialmetadata-otherui",
"linkingText": [
- "Self Attestation"
+ "otherUI"
],
"localLinkingText": [],
"type": "dfn",
- "for": [],
+ "for": [
+ "DiscoverableCredentialMetadata"
+ ],
"access": "private",
"informative": false,
"heading": {
- "href": "https://www.w3.org/TR/webauthn-3/#self-attestation",
- "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 3"
+ "id": "sctn-op-silent-discovery",
+ "href": "https://www.w3.org/TR/webauthn-3/#sctn-op-silent-discovery",
+ "title": "The silentCredentialDiscovery operation",
+ "number": "6.3.5"
},
"definedIn": "dt"
},
{
- "id": "self",
- "href": "https://www.w3.org/TR/webauthn-3/#self",
+ "id": "attestation-object",
+ "href": "https://www.w3.org/TR/webauthn-3/#attestation-object",
"linkingText": [
- "Self"
+ "attestation object"
],
"localLinkingText": [],
"type": "dfn",
@@ -7294,16 +8019,18 @@
"access": "private",
"informative": false,
"heading": {
- "href": "https://www.w3.org/TR/webauthn-3/#self",
- "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 3"
+ "id": "sctn-attestation",
+ "href": "https://www.w3.org/TR/webauthn-3/#sctn-attestation",
+ "title": "Attestation",
+ "number": "6.5"
},
- "definedIn": "dt"
+ "definedIn": "prose"
},
{
- "id": "attestation-ca",
- "href": "https://www.w3.org/TR/webauthn-3/#attestation-ca",
+ "id": "attestation-statement",
+ "href": "https://www.w3.org/TR/webauthn-3/#attestation-statement",
"linkingText": [
- "Attestation CA"
+ "attestation statement"
],
"localLinkingText": [],
"type": "dfn",
@@ -7311,16 +8038,18 @@
"access": "private",
"informative": false,
"heading": {
- "href": "https://www.w3.org/TR/webauthn-3/#attestation-ca",
- "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 3"
+ "id": "sctn-attestation",
+ "href": "https://www.w3.org/TR/webauthn-3/#sctn-attestation",
+ "title": "Attestation",
+ "number": "6.5"
},
- "definedIn": "dt"
+ "definedIn": "prose"
},
{
- "id": "attca",
- "href": "https://www.w3.org/TR/webauthn-3/#attca",
+ "id": "attestation-statement-format",
+ "href": "https://www.w3.org/TR/webauthn-3/#attestation-statement-format",
"linkingText": [
- "AttCA"
+ "attestation statement format"
],
"localLinkingText": [],
"type": "dfn",
@@ -7328,16 +8057,18 @@
"access": "private",
"informative": false,
"heading": {
- "href": "https://www.w3.org/TR/webauthn-3/#attca",
- "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 3"
+ "id": "sctn-attestation",
+ "href": "https://www.w3.org/TR/webauthn-3/#sctn-attestation",
+ "title": "Attestation",
+ "number": "6.5"
},
- "definedIn": "dt"
+ "definedIn": "prose"
},
{
- "id": "anonymization-ca",
- "href": "https://www.w3.org/TR/webauthn-3/#anonymization-ca",
+ "id": "attestation-type",
+ "href": "https://www.w3.org/TR/webauthn-3/#attestation-type",
"linkingText": [
- "Anonymization CA"
+ "attestation type"
],
"localLinkingText": [],
"type": "dfn",
@@ -7345,16 +8076,18 @@
"access": "private",
"informative": false,
"heading": {
- "href": "https://www.w3.org/TR/webauthn-3/#anonymization-ca",
- "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 3"
+ "id": "sctn-attestation",
+ "href": "https://www.w3.org/TR/webauthn-3/#sctn-attestation",
+ "title": "Attestation",
+ "number": "6.5"
},
- "definedIn": "dt"
+ "definedIn": "prose"
},
{
- "id": "anonca",
- "href": "https://www.w3.org/TR/webauthn-3/#anonca",
+ "id": "attested-credential-data",
+ "href": "https://www.w3.org/TR/webauthn-3/#attested-credential-data",
"linkingText": [
- "AnonCA"
+ "Attested credential data"
],
"localLinkingText": [],
"type": "dfn",
@@ -7362,90 +8095,102 @@
"access": "private",
"informative": false,
"heading": {
- "href": "https://www.w3.org/TR/webauthn-3/#anonca",
- "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 3"
+ "id": "sctn-attested-credential-data",
+ "href": "https://www.w3.org/TR/webauthn-3/#sctn-attested-credential-data",
+ "title": "Attested Credential Data",
+ "number": "6.5.1"
},
- "definedIn": "dt"
+ "definedIn": "prose"
},
{
- "id": "none",
- "href": "https://www.w3.org/TR/webauthn-3/#none",
+ "id": "authdata-attestedcredentialdata-aaguid",
+ "href": "https://www.w3.org/TR/webauthn-3/#authdata-attestedcredentialdata-aaguid",
"linkingText": [
- "None"
+ "aaguid"
],
"localLinkingText": [],
"type": "dfn",
- "for": [],
+ "for": [
+ "authData/attestedCredentialData"
+ ],
"access": "private",
"informative": false,
"heading": {
- "href": "https://www.w3.org/TR/webauthn-3/#none",
- "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 3"
+ "id": "sctn-attested-credential-data",
+ "href": "https://www.w3.org/TR/webauthn-3/#sctn-attested-credential-data",
+ "title": "Attested Credential Data",
+ "number": "6.5.1"
},
- "definedIn": "dt"
+ "definedIn": "table"
},
{
- "id": "attestation-statement-format-identifier",
- "href": "https://www.w3.org/TR/webauthn-3/#attestation-statement-format-identifier",
+ "id": "authdata-attestedcredentialdata-credentialidlength",
+ "href": "https://www.w3.org/TR/webauthn-3/#authdata-attestedcredentialdata-credentialidlength",
"linkingText": [
- "attestation statement format identifier"
+ "credentialIdLength"
],
"localLinkingText": [],
"type": "dfn",
- "for": [],
+ "for": [
+ "authData/attestedCredentialData"
+ ],
"access": "private",
"informative": false,
"heading": {
- "id": "sctn-attstn-fmt-ids",
- "href": "https://www.w3.org/TR/webauthn-3/#sctn-attstn-fmt-ids",
- "title": "Attestation Statement Format Identifiers",
- "number": "8.1"
+ "id": "sctn-attested-credential-data",
+ "href": "https://www.w3.org/TR/webauthn-3/#sctn-attested-credential-data",
+ "title": "Attested Credential Data",
+ "number": "6.5.1"
},
- "definedIn": "prose"
+ "definedIn": "table"
},
{
- "id": "android-key-attestation-certificate-extension-data",
- "href": "https://www.w3.org/TR/webauthn-3/#android-key-attestation-certificate-extension-data",
+ "id": "authdata-attestedcredentialdata-credentialid",
+ "href": "https://www.w3.org/TR/webauthn-3/#authdata-attestedcredentialdata-credentialid",
"linkingText": [
- "android key attestation certificate extension data"
+ "credentialId"
],
"localLinkingText": [],
"type": "dfn",
- "for": [],
+ "for": [
+ "authData/attestedCredentialData"
+ ],
"access": "private",
"informative": false,
"heading": {
- "id": "sctn-key-attstn-cert-requirements",
- "href": "https://www.w3.org/TR/webauthn-3/#sctn-key-attstn-cert-requirements",
- "title": "Android Key Attestation Statement Certificate Requirements",
- "number": "8.4.1"
+ "id": "sctn-attested-credential-data",
+ "href": "https://www.w3.org/TR/webauthn-3/#sctn-attested-credential-data",
+ "title": "Attested Credential Data",
+ "number": "6.5.1"
},
- "definedIn": "prose"
+ "definedIn": "table"
},
{
- "id": "webauthn-extensions",
- "href": "https://www.w3.org/TR/webauthn-3/#webauthn-extensions",
+ "id": "authdata-attestedcredentialdata-credentialpublickey",
+ "href": "https://www.w3.org/TR/webauthn-3/#authdata-attestedcredentialdata-credentialpublickey",
"linkingText": [
- "WebAuthn Extensions"
+ "credentialPublicKey"
],
"localLinkingText": [],
"type": "dfn",
- "for": [],
+ "for": [
+ "authData/attestedCredentialData"
+ ],
"access": "private",
"informative": false,
"heading": {
- "id": "sctn-extensions",
- "href": "https://www.w3.org/TR/webauthn-3/#sctn-extensions",
- "title": "WebAuthn Extensions",
- "number": "9"
+ "id": "sctn-attested-credential-data",
+ "href": "https://www.w3.org/TR/webauthn-3/#sctn-attested-credential-data",
+ "title": "Attested Credential Data",
+ "number": "6.5.1"
},
- "definedIn": "heading"
+ "definedIn": "table"
},
{
- "id": "registration-extension",
- "href": "https://www.w3.org/TR/webauthn-3/#registration-extension",
+ "id": "signing-procedure",
+ "href": "https://www.w3.org/TR/webauthn-3/#signing-procedure",
"linkingText": [
- "registration extension"
+ "Signing procedure"
],
"localLinkingText": [],
"type": "dfn",
@@ -7453,18 +8198,18 @@
"access": "private",
"informative": false,
"heading": {
- "id": "sctn-extensions",
- "href": "https://www.w3.org/TR/webauthn-3/#sctn-extensions",
- "title": "WebAuthn Extensions",
- "number": "9"
+ "id": "sctn-attestation-formats",
+ "href": "https://www.w3.org/TR/webauthn-3/#sctn-attestation-formats",
+ "title": "Attestation Statement Formats",
+ "number": "6.5.2"
},
"definedIn": "prose"
},
{
- "id": "authentication-extension",
- "href": "https://www.w3.org/TR/webauthn-3/#authentication-extension",
+ "id": "authenticator-data-for-the-attestation",
+ "href": "https://www.w3.org/TR/webauthn-3/#authenticator-data-for-the-attestation",
"linkingText": [
- "authentication extension"
+ "authenticator data for the attestation"
],
"localLinkingText": [],
"type": "dfn",
@@ -7472,16 +8217,18 @@
"access": "private",
"informative": false,
"heading": {
- "href": "https://www.w3.org/TR/webauthn-3/#authentication-extension",
- "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 3"
+ "id": "sctn-attestation-formats",
+ "href": "https://www.w3.org/TR/webauthn-3/#sctn-attestation-formats",
+ "title": "Attestation Statement Formats",
+ "number": "6.5.2"
},
"definedIn": "prose"
},
{
- "id": "client-extension",
- "href": "https://www.w3.org/TR/webauthn-3/#client-extension",
+ "id": "verification-procedure",
+ "href": "https://www.w3.org/TR/webauthn-3/#verification-procedure",
"linkingText": [
- "client extension"
+ "Verification procedure"
],
"localLinkingText": [],
"type": "dfn",
@@ -7489,16 +8236,18 @@
"access": "private",
"informative": false,
"heading": {
- "href": "https://www.w3.org/TR/webauthn-3/#client-extension",
- "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 3"
+ "id": "sctn-attestation-formats",
+ "href": "https://www.w3.org/TR/webauthn-3/#sctn-attestation-formats",
+ "title": "Attestation Statement Formats",
+ "number": "6.5.2"
},
"definedIn": "prose"
},
{
- "id": "authenticator-extension",
- "href": "https://www.w3.org/TR/webauthn-3/#authenticator-extension",
+ "id": "verification-procedure-inputs",
+ "href": "https://www.w3.org/TR/webauthn-3/#verification-procedure-inputs",
"linkingText": [
- "authenticator extension"
+ "verification procedure inputs"
],
"localLinkingText": [],
"type": "dfn",
@@ -7506,16 +8255,18 @@
"access": "private",
"informative": false,
"heading": {
- "href": "https://www.w3.org/TR/webauthn-3/#authenticator-extension",
- "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 3"
+ "id": "sctn-attestation-formats",
+ "href": "https://www.w3.org/TR/webauthn-3/#sctn-attestation-formats",
+ "title": "Attestation Statement Formats",
+ "number": "6.5.2"
},
"definedIn": "prose"
},
{
- "id": "extension-identifier",
- "href": "https://www.w3.org/TR/webauthn-3/#extension-identifier",
+ "id": "authenticator-data-claimed-to-have-been-used-for-the-attestation",
+ "href": "https://www.w3.org/TR/webauthn-3/#authenticator-data-claimed-to-have-been-used-for-the-attestation",
"linkingText": [
- "extension identifier"
+ "authenticator data claimed to have been used for the attestation"
],
"localLinkingText": [],
"type": "dfn",
@@ -7523,18 +8274,18 @@
"access": "private",
"informative": false,
"heading": {
- "id": "sctn-extension-id",
- "href": "https://www.w3.org/TR/webauthn-3/#sctn-extension-id",
- "title": "Extension Identifiers",
- "number": "9.1"
+ "id": "sctn-attestation-formats",
+ "href": "https://www.w3.org/TR/webauthn-3/#sctn-attestation-formats",
+ "title": "Attestation Statement Formats",
+ "number": "6.5.2"
},
"definedIn": "prose"
},
{
- "id": "client-extension-input",
- "href": "https://www.w3.org/TR/webauthn-3/#client-extension-input",
+ "id": "attestation-trust-path",
+ "href": "https://www.w3.org/TR/webauthn-3/#attestation-trust-path",
"linkingText": [
- "client extension input"
+ "attestation trust path"
],
"localLinkingText": [],
"type": "dfn",
@@ -7542,18 +8293,18 @@
"access": "private",
"informative": false,
"heading": {
- "id": "sctn-extension-request-parameters",
- "href": "https://www.w3.org/TR/webauthn-3/#sctn-extension-request-parameters",
- "title": "Extending Request Parameters",
- "number": "9.3"
+ "id": "sctn-attestation-formats",
+ "href": "https://www.w3.org/TR/webauthn-3/#sctn-attestation-formats",
+ "title": "Attestation Statement Formats",
+ "number": "6.5.2"
},
"definedIn": "prose"
},
{
- "id": "authenticator-extension-input",
- "href": "https://www.w3.org/TR/webauthn-3/#authenticator-extension-input",
+ "id": "basic-attestation",
+ "href": "https://www.w3.org/TR/webauthn-3/#basic-attestation",
"linkingText": [
- "authenticator extension input"
+ "Basic Attestation"
],
"localLinkingText": [],
"type": "dfn",
@@ -7561,16 +8312,18 @@
"access": "private",
"informative": false,
"heading": {
- "href": "https://www.w3.org/TR/webauthn-3/#authenticator-extension-input",
- "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 3"
+ "id": "sctn-attestation-types",
+ "href": "https://www.w3.org/TR/webauthn-3/#sctn-attestation-types",
+ "title": "Attestation Types",
+ "number": "6.5.3"
},
- "definedIn": "prose"
+ "definedIn": "dt"
},
{
- "id": "client-extension-processing",
- "href": "https://www.w3.org/TR/webauthn-3/#client-extension-processing",
+ "id": "basic",
+ "href": "https://www.w3.org/TR/webauthn-3/#basic",
"linkingText": [
- "Client Extension Processing"
+ "Basic"
],
"localLinkingText": [],
"type": "dfn",
@@ -7578,18 +8331,18 @@
"access": "private",
"informative": false,
"heading": {
- "id": "sctn-client-extension-processing",
- "href": "https://www.w3.org/TR/webauthn-3/#sctn-client-extension-processing",
- "title": "Client Extension Processing",
- "number": "9.4"
+ "id": "sctn-attestation-types",
+ "href": "https://www.w3.org/TR/webauthn-3/#sctn-attestation-types",
+ "title": "Attestation Types",
+ "number": "6.5.3"
},
- "definedIn": "heading"
+ "definedIn": "dt"
},
{
- "id": "client-extension-output",
- "href": "https://www.w3.org/TR/webauthn-3/#client-extension-output",
+ "id": "batch-attestation",
+ "href": "https://www.w3.org/TR/webauthn-3/#batch-attestation",
"linkingText": [
- "client extension output"
+ "batch attestation"
],
"localLinkingText": [],
"type": "dfn",
@@ -7597,18 +8350,18 @@
"access": "private",
"informative": false,
"heading": {
- "id": "sctn-client-extension-processing",
- "href": "https://www.w3.org/TR/webauthn-3/#sctn-client-extension-processing",
- "title": "Client Extension Processing",
- "number": "9.4"
+ "id": "sctn-attestation-types",
+ "href": "https://www.w3.org/TR/webauthn-3/#sctn-attestation-types",
+ "title": "Attestation Types",
+ "number": "6.5.3"
},
"definedIn": "prose"
},
{
- "id": "authenticator-extension-processing",
- "href": "https://www.w3.org/TR/webauthn-3/#authenticator-extension-processing",
+ "id": "self-attestation",
+ "href": "https://www.w3.org/TR/webauthn-3/#self-attestation",
"linkingText": [
- "Authenticator Extension Processing"
+ "Self Attestation"
],
"localLinkingText": [],
"type": "dfn",
@@ -7616,18 +8369,18 @@
"access": "private",
"informative": false,
"heading": {
- "id": "sctn-authenticator-extension-processing",
- "href": "https://www.w3.org/TR/webauthn-3/#sctn-authenticator-extension-processing",
- "title": "Authenticator Extension Processing",
- "number": "9.5"
+ "id": "sctn-attestation-types",
+ "href": "https://www.w3.org/TR/webauthn-3/#sctn-attestation-types",
+ "title": "Attestation Types",
+ "number": "6.5.3"
},
- "definedIn": "heading"
+ "definedIn": "dt"
},
{
- "id": "authenticator-extension-output",
- "href": "https://www.w3.org/TR/webauthn-3/#authenticator-extension-output",
+ "id": "self",
+ "href": "https://www.w3.org/TR/webauthn-3/#self",
"linkingText": [
- "authenticator extension output"
+ "Self"
],
"localLinkingText": [],
"type": "dfn",
@@ -7635,18 +8388,18 @@
"access": "private",
"informative": false,
"heading": {
- "id": "sctn-authenticator-extension-processing",
- "href": "https://www.w3.org/TR/webauthn-3/#sctn-authenticator-extension-processing",
- "title": "Authenticator Extension Processing",
- "number": "9.5"
+ "id": "sctn-attestation-types",
+ "href": "https://www.w3.org/TR/webauthn-3/#sctn-attestation-types",
+ "title": "Attestation Types",
+ "number": "6.5.3"
},
- "definedIn": "prose"
+ "definedIn": "dt"
},
{
- "id": "unsigned-extension-outputs",
- "href": "https://www.w3.org/TR/webauthn-3/#unsigned-extension-outputs",
+ "id": "attestation-ca",
+ "href": "https://www.w3.org/TR/webauthn-3/#attestation-ca",
"linkingText": [
- "Unsigned extension outputs"
+ "Attestation CA"
],
"localLinkingText": [],
"type": "dfn",
@@ -7654,16 +8407,18 @@
"access": "private",
"informative": false,
"heading": {
- "href": "https://www.w3.org/TR/webauthn-3/#unsigned-extension-outputs",
- "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 3"
+ "id": "sctn-attestation-types",
+ "href": "https://www.w3.org/TR/webauthn-3/#sctn-attestation-types",
+ "title": "Attestation Types",
+ "number": "6.5.3"
},
- "definedIn": "prose"
+ "definedIn": "dt"
},
{
- "id": "appid",
- "href": "https://www.w3.org/TR/webauthn-3/#appid",
+ "id": "attca",
+ "href": "https://www.w3.org/TR/webauthn-3/#attca",
"linkingText": [
- "AppID"
+ "AttCA"
],
"localLinkingText": [],
"type": "dfn",
@@ -7671,98 +8426,75 @@
"access": "private",
"informative": false,
"heading": {
- "id": "sctn-appid-extension",
- "href": "https://www.w3.org/TR/webauthn-3/#sctn-appid-extension",
- "title": "FIDO AppID Extension (appid)",
- "number": "10.1.1"
- },
- "definedIn": "heading"
- },
- {
- "id": "dom-authenticationextensionsclientinputs-appid",
- "href": "https://www.w3.org/TR/webauthn-3/#dom-authenticationextensionsclientinputs-appid",
- "linkingText": [
- "appid"
- ],
- "localLinkingText": [],
- "type": "dict-member",
- "for": [
- "AuthenticationExtensionsClientInputs"
- ],
- "access": "public",
- "informative": false,
- "heading": {
- "id": "sctn-appid-extension",
- "href": "https://www.w3.org/TR/webauthn-3/#sctn-appid-extension",
- "title": "FIDO AppID Extension (appid)",
- "number": "10.1.1"
+ "id": "sctn-attestation-types",
+ "href": "https://www.w3.org/TR/webauthn-3/#sctn-attestation-types",
+ "title": "Attestation Types",
+ "number": "6.5.3"
},
- "definedIn": "pre"
+ "definedIn": "dt"
},
{
- "id": "dom-authenticationextensionsclientoutputs-appid",
- "href": "https://www.w3.org/TR/webauthn-3/#dom-authenticationextensionsclientoutputs-appid",
+ "id": "anonymization-ca",
+ "href": "https://www.w3.org/TR/webauthn-3/#anonymization-ca",
"linkingText": [
- "appid"
+ "Anonymization CA"
],
"localLinkingText": [],
- "type": "dict-member",
- "for": [
- "AuthenticationExtensionsClientOutputs"
- ],
- "access": "public",
+ "type": "dfn",
+ "for": [],
+ "access": "private",
"informative": false,
"heading": {
- "href": "https://www.w3.org/TR/webauthn-3/#dom-authenticationextensionsclientoutputs-appid",
- "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 3"
+ "id": "sctn-attestation-types",
+ "href": "https://www.w3.org/TR/webauthn-3/#sctn-attestation-types",
+ "title": "Attestation Types",
+ "number": "6.5.3"
},
- "definedIn": "pre"
+ "definedIn": "dt"
},
{
- "id": "dom-authenticationextensionsclientinputs-appidexclude",
- "href": "https://www.w3.org/TR/webauthn-3/#dom-authenticationextensionsclientinputs-appidexclude",
+ "id": "anonca",
+ "href": "https://www.w3.org/TR/webauthn-3/#anonca",
"linkingText": [
- "appidExclude"
+ "AnonCA"
],
"localLinkingText": [],
- "type": "dict-member",
- "for": [
- "AuthenticationExtensionsClientInputs"
- ],
- "access": "public",
+ "type": "dfn",
+ "for": [],
+ "access": "private",
"informative": false,
"heading": {
- "id": "sctn-appid-exclude-extension",
- "href": "https://www.w3.org/TR/webauthn-3/#sctn-appid-exclude-extension",
- "title": "FIDO AppID Exclusion Extension (appidExclude)",
- "number": "10.1.2"
+ "id": "sctn-attestation-types",
+ "href": "https://www.w3.org/TR/webauthn-3/#sctn-attestation-types",
+ "title": "Attestation Types",
+ "number": "6.5.3"
},
- "definedIn": "pre"
+ "definedIn": "dt"
},
{
- "id": "dom-authenticationextensionsclientoutputs-appidexclude",
- "href": "https://www.w3.org/TR/webauthn-3/#dom-authenticationextensionsclientoutputs-appidexclude",
+ "id": "none",
+ "href": "https://www.w3.org/TR/webauthn-3/#none",
"linkingText": [
- "appidExclude"
+ "None"
],
"localLinkingText": [],
- "type": "dict-member",
- "for": [
- "AuthenticationExtensionsClientOutputs"
- ],
- "access": "public",
+ "type": "dfn",
+ "for": [],
+ "access": "private",
"informative": false,
"heading": {
- "href": "https://www.w3.org/TR/webauthn-3/#dom-authenticationextensionsclientoutputs-appidexclude",
- "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 3"
+ "id": "sctn-attestation-types",
+ "href": "https://www.w3.org/TR/webauthn-3/#sctn-attestation-types",
+ "title": "Attestation Types",
+ "number": "6.5.3"
},
- "definedIn": "pre"
+ "definedIn": "dt"
},
{
- "id": "credprops",
- "href": "https://www.w3.org/TR/webauthn-3/#credprops",
+ "id": "attestation-statement-format-identifier",
+ "href": "https://www.w3.org/TR/webauthn-3/#attestation-statement-format-identifier",
"linkingText": [
- "credProps"
+ "attestation statement format identifier"
],
"localLinkingText": [],
"type": "dfn",
@@ -7770,134 +8502,132 @@
"access": "private",
"informative": false,
"heading": {
- "id": "sctn-authenticator-credential-properties-extension",
- "href": "https://www.w3.org/TR/webauthn-3/#sctn-authenticator-credential-properties-extension",
- "title": "Credential Properties Extension (credProps)",
- "number": "10.1.3"
+ "id": "sctn-attstn-fmt-ids",
+ "href": "https://www.w3.org/TR/webauthn-3/#sctn-attstn-fmt-ids",
+ "title": "Attestation Statement Format Identifiers",
+ "number": "8.1"
},
- "definedIn": "heading"
+ "definedIn": "prose"
},
{
- "id": "dom-authenticationextensionsclientinputs-credprops",
- "href": "https://www.w3.org/TR/webauthn-3/#dom-authenticationextensionsclientinputs-credprops",
+ "id": "android-key-attestation-certificate-extension-data",
+ "href": "https://www.w3.org/TR/webauthn-3/#android-key-attestation-certificate-extension-data",
"linkingText": [
- "credProps"
+ "android key attestation certificate extension data"
],
"localLinkingText": [],
- "type": "dict-member",
- "for": [
- "AuthenticationExtensionsClientInputs"
- ],
- "access": "public",
+ "type": "dfn",
+ "for": [],
+ "access": "private",
"informative": false,
"heading": {
- "id": "sctn-authenticator-credential-properties-extension",
- "href": "https://www.w3.org/TR/webauthn-3/#sctn-authenticator-credential-properties-extension",
- "title": "Credential Properties Extension (credProps)",
- "number": "10.1.3"
+ "id": "sctn-key-attstn-cert-requirements",
+ "href": "https://www.w3.org/TR/webauthn-3/#sctn-key-attstn-cert-requirements",
+ "title": "Android Key Attestation Statement Certificate Requirements",
+ "number": "8.4.1"
},
- "definedIn": "pre"
+ "definedIn": "prose"
},
{
- "id": "dictdef-credentialpropertiesoutput",
- "href": "https://www.w3.org/TR/webauthn-3/#dictdef-credentialpropertiesoutput",
+ "id": "webauthn-extensions",
+ "href": "https://www.w3.org/TR/webauthn-3/#webauthn-extensions",
"linkingText": [
- "CredentialPropertiesOutput"
+ "WebAuthn Extensions"
],
"localLinkingText": [],
- "type": "dictionary",
+ "type": "dfn",
"for": [],
- "access": "public",
+ "access": "private",
"informative": false,
"heading": {
- "id": "sctn-authenticator-credential-properties-extension",
- "href": "https://www.w3.org/TR/webauthn-3/#sctn-authenticator-credential-properties-extension",
- "title": "Credential Properties Extension (credProps)",
- "number": "10.1.3"
+ "id": "sctn-extensions",
+ "href": "https://www.w3.org/TR/webauthn-3/#sctn-extensions",
+ "title": "WebAuthn Extensions",
+ "number": "9"
},
- "definedIn": "pre"
+ "definedIn": "heading"
},
{
- "id": "dom-authenticationextensionsclientoutputs-credprops",
- "href": "https://www.w3.org/TR/webauthn-3/#dom-authenticationextensionsclientoutputs-credprops",
+ "id": "registration-extension",
+ "href": "https://www.w3.org/TR/webauthn-3/#registration-extension",
"linkingText": [
- "credProps"
+ "registration extension"
],
"localLinkingText": [],
- "type": "dict-member",
- "for": [
- "AuthenticationExtensionsClientOutputs"
- ],
- "access": "public",
+ "type": "dfn",
+ "for": [],
+ "access": "private",
"informative": false,
"heading": {
- "href": "https://www.w3.org/TR/webauthn-3/#dom-authenticationextensionsclientoutputs-credprops",
- "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 3"
+ "id": "sctn-extensions",
+ "href": "https://www.w3.org/TR/webauthn-3/#sctn-extensions",
+ "title": "WebAuthn Extensions",
+ "number": "9"
},
- "definedIn": "pre"
+ "definedIn": "prose"
},
{
- "id": "dom-credentialpropertiesoutput-rk",
- "href": "https://www.w3.org/TR/webauthn-3/#dom-credentialpropertiesoutput-rk",
+ "id": "authentication-extension",
+ "href": "https://www.w3.org/TR/webauthn-3/#authentication-extension",
"linkingText": [
- "rk"
+ "authentication extension"
],
"localLinkingText": [],
- "type": "dict-member",
- "for": [
- "CredentialPropertiesOutput"
- ],
- "access": "public",
+ "type": "dfn",
+ "for": [],
+ "access": "private",
"informative": false,
"heading": {
- "href": "https://www.w3.org/TR/webauthn-3/#dom-credentialpropertiesoutput-rk",
- "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 3"
+ "id": "sctn-extensions",
+ "href": "https://www.w3.org/TR/webauthn-3/#sctn-extensions",
+ "title": "WebAuthn Extensions",
+ "number": "9"
},
- "definedIn": "dt"
+ "definedIn": "prose"
},
{
- "id": "credentialpropertiesoutput-resident-key-credential-property",
- "href": "https://www.w3.org/TR/webauthn-3/#credentialpropertiesoutput-resident-key-credential-property",
+ "id": "client-extension",
+ "href": "https://www.w3.org/TR/webauthn-3/#client-extension",
"linkingText": [
- "resident key credential property"
+ "client extension"
],
"localLinkingText": [],
"type": "dfn",
- "for": [
- "CredentialPropertiesOutput"
- ],
+ "for": [],
"access": "private",
"informative": false,
"heading": {
- "href": "https://www.w3.org/TR/webauthn-3/#credentialpropertiesoutput-resident-key-credential-property",
- "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 3"
+ "id": "sctn-extensions",
+ "href": "https://www.w3.org/TR/webauthn-3/#sctn-extensions",
+ "title": "WebAuthn Extensions",
+ "number": "9"
},
"definedIn": "prose"
},
{
- "id": "credentialpropertiesoutput-client-side-discoverable-credential-property",
- "href": "https://www.w3.org/TR/webauthn-3/#credentialpropertiesoutput-client-side-discoverable-credential-property",
+ "id": "authenticator-extension",
+ "href": "https://www.w3.org/TR/webauthn-3/#authenticator-extension",
"linkingText": [
- "client-side discoverable credential property"
+ "authenticator extension"
],
"localLinkingText": [],
"type": "dfn",
- "for": [
- "CredentialPropertiesOutput"
- ],
+ "for": [],
"access": "private",
"informative": false,
"heading": {
- "href": "https://www.w3.org/TR/webauthn-3/#credentialpropertiesoutput-client-side-discoverable-credential-property",
- "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 3"
+ "id": "sctn-extensions",
+ "href": "https://www.w3.org/TR/webauthn-3/#sctn-extensions",
+ "title": "WebAuthn Extensions",
+ "number": "9"
},
"definedIn": "prose"
},
{
- "id": "prf",
- "href": "https://www.w3.org/TR/webauthn-3/#prf",
+ "id": "extension-identifier",
+ "href": "https://www.w3.org/TR/webauthn-3/#extension-identifier",
"linkingText": [
- "prf"
+ "extension identifier"
],
"localLinkingText": [],
"type": "dfn",
@@ -7905,413 +8635,416 @@
"access": "private",
"informative": false,
"heading": {
- "id": "prf-extension",
- "href": "https://www.w3.org/TR/webauthn-3/#prf-extension",
- "title": "Pseudo-random function extension (prf)",
- "number": "10.1.4"
+ "id": "sctn-extension-id",
+ "href": "https://www.w3.org/TR/webauthn-3/#sctn-extension-id",
+ "title": "Extension Identifiers",
+ "number": "9.1"
},
- "definedIn": "heading"
+ "definedIn": "prose"
},
{
- "id": "dictdef-authenticationextensionsprfvalues",
- "href": "https://www.w3.org/TR/webauthn-3/#dictdef-authenticationextensionsprfvalues",
+ "id": "client-extension-input",
+ "href": "https://www.w3.org/TR/webauthn-3/#client-extension-input",
"linkingText": [
- "AuthenticationExtensionsPRFValues"
+ "client extension input"
],
"localLinkingText": [],
- "type": "dictionary",
+ "type": "dfn",
"for": [],
- "access": "public",
+ "access": "private",
"informative": false,
"heading": {
- "id": "prf-extension",
- "href": "https://www.w3.org/TR/webauthn-3/#prf-extension",
- "title": "Pseudo-random function extension (prf)",
- "number": "10.1.4"
+ "id": "sctn-extension-request-parameters",
+ "href": "https://www.w3.org/TR/webauthn-3/#sctn-extension-request-parameters",
+ "title": "Extending Request Parameters",
+ "number": "9.3"
},
- "definedIn": "pre"
+ "definedIn": "prose"
},
{
- "id": "dom-authenticationextensionsprfvalues-first",
- "href": "https://www.w3.org/TR/webauthn-3/#dom-authenticationextensionsprfvalues-first",
+ "id": "authenticator-extension-input",
+ "href": "https://www.w3.org/TR/webauthn-3/#authenticator-extension-input",
"linkingText": [
- "first"
+ "authenticator extension input"
],
"localLinkingText": [],
- "type": "dict-member",
- "for": [
- "AuthenticationExtensionsPRFValues"
- ],
- "access": "public",
+ "type": "dfn",
+ "for": [],
+ "access": "private",
"informative": false,
"heading": {
- "href": "https://www.w3.org/TR/webauthn-3/#dom-authenticationextensionsprfvalues-first",
- "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 3"
+ "id": "sctn-extension-request-parameters",
+ "href": "https://www.w3.org/TR/webauthn-3/#sctn-extension-request-parameters",
+ "title": "Extending Request Parameters",
+ "number": "9.3"
},
- "definedIn": "pre"
+ "definedIn": "prose"
},
{
- "id": "dom-authenticationextensionsprfvalues-second",
- "href": "https://www.w3.org/TR/webauthn-3/#dom-authenticationextensionsprfvalues-second",
+ "id": "client-extension-processing",
+ "href": "https://www.w3.org/TR/webauthn-3/#client-extension-processing",
"linkingText": [
- "second"
+ "Client Extension Processing"
],
"localLinkingText": [],
- "type": "dict-member",
- "for": [
- "AuthenticationExtensionsPRFValues"
- ],
- "access": "public",
+ "type": "dfn",
+ "for": [],
+ "access": "private",
"informative": false,
"heading": {
- "href": "https://www.w3.org/TR/webauthn-3/#dom-authenticationextensionsprfvalues-second",
- "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 3"
+ "id": "sctn-client-extension-processing",
+ "href": "https://www.w3.org/TR/webauthn-3/#sctn-client-extension-processing",
+ "title": "Client Extension Processing",
+ "number": "9.4"
},
- "definedIn": "pre"
+ "definedIn": "heading"
},
{
- "id": "dictdef-authenticationextensionsprfinputs",
- "href": "https://www.w3.org/TR/webauthn-3/#dictdef-authenticationextensionsprfinputs",
+ "id": "client-extension-output",
+ "href": "https://www.w3.org/TR/webauthn-3/#client-extension-output",
"linkingText": [
- "AuthenticationExtensionsPRFInputs"
+ "client extension output"
],
"localLinkingText": [],
- "type": "dictionary",
+ "type": "dfn",
"for": [],
- "access": "public",
+ "access": "private",
"informative": false,
"heading": {
- "href": "https://www.w3.org/TR/webauthn-3/#dictdef-authenticationextensionsprfinputs",
- "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 3"
+ "id": "sctn-client-extension-processing",
+ "href": "https://www.w3.org/TR/webauthn-3/#sctn-client-extension-processing",
+ "title": "Client Extension Processing",
+ "number": "9.4"
},
- "definedIn": "pre"
+ "definedIn": "prose"
},
{
- "id": "dom-authenticationextensionsclientinputs-prf",
- "href": "https://www.w3.org/TR/webauthn-3/#dom-authenticationextensionsclientinputs-prf",
+ "id": "authenticator-extension-processing",
+ "href": "https://www.w3.org/TR/webauthn-3/#authenticator-extension-processing",
"linkingText": [
- "prf"
+ "Authenticator Extension Processing"
],
"localLinkingText": [],
- "type": "dict-member",
- "for": [
- "AuthenticationExtensionsClientInputs"
- ],
- "access": "public",
+ "type": "dfn",
+ "for": [],
+ "access": "private",
"informative": false,
"heading": {
- "href": "https://www.w3.org/TR/webauthn-3/#dom-authenticationextensionsclientinputs-prf",
- "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 3"
+ "id": "sctn-authenticator-extension-processing",
+ "href": "https://www.w3.org/TR/webauthn-3/#sctn-authenticator-extension-processing",
+ "title": "Authenticator Extension Processing",
+ "number": "9.5"
},
- "definedIn": "pre"
+ "definedIn": "heading"
},
{
- "id": "dom-authenticationextensionsprfinputs-eval",
- "href": "https://www.w3.org/TR/webauthn-3/#dom-authenticationextensionsprfinputs-eval",
+ "id": "authenticator-extension-output",
+ "href": "https://www.w3.org/TR/webauthn-3/#authenticator-extension-output",
"linkingText": [
- "eval"
+ "authenticator extension output"
],
"localLinkingText": [],
- "type": "dict-member",
- "for": [
- "AuthenticationExtensionsPRFInputs"
- ],
- "access": "public",
+ "type": "dfn",
+ "for": [],
+ "access": "private",
"informative": false,
"heading": {
- "href": "https://www.w3.org/TR/webauthn-3/#dom-authenticationextensionsprfinputs-eval",
- "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 3"
+ "id": "sctn-authenticator-extension-processing",
+ "href": "https://www.w3.org/TR/webauthn-3/#sctn-authenticator-extension-processing",
+ "title": "Authenticator Extension Processing",
+ "number": "9.5"
},
- "definedIn": "dt"
+ "definedIn": "prose"
},
{
- "id": "dom-authenticationextensionsprfinputs-evalbycredential",
- "href": "https://www.w3.org/TR/webauthn-3/#dom-authenticationextensionsprfinputs-evalbycredential",
+ "id": "unsigned-extension-outputs",
+ "href": "https://www.w3.org/TR/webauthn-3/#unsigned-extension-outputs",
"linkingText": [
- "evalByCredential"
+ "Unsigned extension outputs"
],
"localLinkingText": [],
- "type": "dict-member",
- "for": [
- "AuthenticationExtensionsPRFInputs"
- ],
- "access": "public",
+ "type": "dfn",
+ "for": [],
+ "access": "private",
"informative": false,
"heading": {
- "href": "https://www.w3.org/TR/webauthn-3/#dom-authenticationextensionsprfinputs-evalbycredential",
- "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 3"
+ "id": "sctn-authenticator-extension-processing",
+ "href": "https://www.w3.org/TR/webauthn-3/#sctn-authenticator-extension-processing",
+ "title": "Authenticator Extension Processing",
+ "number": "9.5"
},
- "definedIn": "dt"
+ "definedIn": "prose"
},
{
- "id": "dictdef-authenticationextensionsprfoutputs",
- "href": "https://www.w3.org/TR/webauthn-3/#dictdef-authenticationextensionsprfoutputs",
+ "id": "appid",
+ "href": "https://www.w3.org/TR/webauthn-3/#appid",
"linkingText": [
- "AuthenticationExtensionsPRFOutputs"
+ "AppID"
],
"localLinkingText": [],
- "type": "dictionary",
+ "type": "dfn",
"for": [],
- "access": "public",
+ "access": "private",
"informative": false,
"heading": {
- "href": "https://www.w3.org/TR/webauthn-3/#dictdef-authenticationextensionsprfoutputs",
- "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 3"
+ "id": "sctn-appid-extension",
+ "href": "https://www.w3.org/TR/webauthn-3/#sctn-appid-extension",
+ "title": "FIDO AppID Extension (appid)",
+ "number": "10.1.1"
},
- "definedIn": "pre"
+ "definedIn": "heading"
},
{
- "id": "dom-authenticationextensionsclientoutputs-prf",
- "href": "https://www.w3.org/TR/webauthn-3/#dom-authenticationextensionsclientoutputs-prf",
+ "id": "dom-authenticationextensionsclientinputs-appid",
+ "href": "https://www.w3.org/TR/webauthn-3/#dom-authenticationextensionsclientinputs-appid",
"linkingText": [
- "prf"
+ "appid"
],
"localLinkingText": [],
"type": "dict-member",
"for": [
- "AuthenticationExtensionsClientOutputs"
+ "AuthenticationExtensionsClientInputs"
],
"access": "public",
"informative": false,
"heading": {
- "href": "https://www.w3.org/TR/webauthn-3/#dom-authenticationextensionsclientoutputs-prf",
- "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 3"
+ "id": "sctn-appid-extension",
+ "href": "https://www.w3.org/TR/webauthn-3/#sctn-appid-extension",
+ "title": "FIDO AppID Extension (appid)",
+ "number": "10.1.1"
},
"definedIn": "pre"
},
{
- "id": "dom-authenticationextensionsprfoutputs-enabled",
- "href": "https://www.w3.org/TR/webauthn-3/#dom-authenticationextensionsprfoutputs-enabled",
+ "id": "dom-authenticationextensionsclientoutputs-appid",
+ "href": "https://www.w3.org/TR/webauthn-3/#dom-authenticationextensionsclientoutputs-appid",
"linkingText": [
- "enabled"
+ "appid"
],
"localLinkingText": [],
"type": "dict-member",
"for": [
- "AuthenticationExtensionsPRFOutputs"
+ "AuthenticationExtensionsClientOutputs"
],
"access": "public",
"informative": false,
"heading": {
- "href": "https://www.w3.org/TR/webauthn-3/#dom-authenticationextensionsprfoutputs-enabled",
- "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 3"
+ "id": "sctn-appid-extension",
+ "href": "https://www.w3.org/TR/webauthn-3/#sctn-appid-extension",
+ "title": "FIDO AppID Extension (appid)",
+ "number": "10.1.1"
},
- "definedIn": "dt"
+ "definedIn": "pre"
},
{
- "id": "dom-authenticationextensionsprfoutputs-results",
- "href": "https://www.w3.org/TR/webauthn-3/#dom-authenticationextensionsprfoutputs-results",
+ "id": "dom-authenticationextensionsclientinputs-appidexclude",
+ "href": "https://www.w3.org/TR/webauthn-3/#dom-authenticationextensionsclientinputs-appidexclude",
"linkingText": [
- "results"
+ "appidExclude"
],
"localLinkingText": [],
"type": "dict-member",
"for": [
- "AuthenticationExtensionsPRFOutputs"
+ "AuthenticationExtensionsClientInputs"
],
"access": "public",
"informative": false,
"heading": {
- "href": "https://www.w3.org/TR/webauthn-3/#dom-authenticationextensionsprfoutputs-results",
- "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 3"
- },
- "definedIn": "dt"
- },
- {
- "id": "largeblob",
- "href": "https://www.w3.org/TR/webauthn-3/#largeblob",
- "linkingText": [
- "largeBlob"
- ],
- "localLinkingText": [],
- "type": "dfn",
- "for": [],
- "access": "private",
- "informative": false,
- "heading": {
- "id": "sctn-large-blob-extension",
- "href": "https://www.w3.org/TR/webauthn-3/#sctn-large-blob-extension",
- "title": "Large blob storage extension (largeBlob)",
- "number": "10.1.5"
+ "id": "sctn-appid-exclude-extension",
+ "href": "https://www.w3.org/TR/webauthn-3/#sctn-appid-exclude-extension",
+ "title": "FIDO AppID Exclusion Extension (appidExclude)",
+ "number": "10.1.2"
},
- "definedIn": "heading"
+ "definedIn": "pre"
},
{
- "id": "dom-authenticationextensionsclientinputs-largeblob",
- "href": "https://www.w3.org/TR/webauthn-3/#dom-authenticationextensionsclientinputs-largeblob",
+ "id": "dom-authenticationextensionsclientoutputs-appidexclude",
+ "href": "https://www.w3.org/TR/webauthn-3/#dom-authenticationextensionsclientoutputs-appidexclude",
"linkingText": [
- "largeBlob"
+ "appidExclude"
],
"localLinkingText": [],
"type": "dict-member",
"for": [
- "AuthenticationExtensionsClientInputs"
+ "AuthenticationExtensionsClientOutputs"
],
"access": "public",
"informative": false,
"heading": {
- "id": "sctn-large-blob-extension",
- "href": "https://www.w3.org/TR/webauthn-3/#sctn-large-blob-extension",
- "title": "Large blob storage extension (largeBlob)",
- "number": "10.1.5"
+ "id": "sctn-appid-exclude-extension",
+ "href": "https://www.w3.org/TR/webauthn-3/#sctn-appid-exclude-extension",
+ "title": "FIDO AppID Exclusion Extension (appidExclude)",
+ "number": "10.1.2"
},
"definedIn": "pre"
},
{
- "id": "enumdef-largeblobsupport",
- "href": "https://www.w3.org/TR/webauthn-3/#enumdef-largeblobsupport",
+ "id": "credprops",
+ "href": "https://www.w3.org/TR/webauthn-3/#credprops",
"linkingText": [
- "LargeBlobSupport"
+ "credProps"
],
"localLinkingText": [],
- "type": "enum",
+ "type": "dfn",
"for": [],
- "access": "public",
+ "access": "private",
"informative": false,
"heading": {
- "id": "sctn-large-blob-extension",
- "href": "https://www.w3.org/TR/webauthn-3/#sctn-large-blob-extension",
- "title": "Large blob storage extension (largeBlob)",
- "number": "10.1.5"
+ "id": "sctn-authenticator-credential-properties-extension",
+ "href": "https://www.w3.org/TR/webauthn-3/#sctn-authenticator-credential-properties-extension",
+ "title": "Credential Properties Extension (credProps)",
+ "number": "10.1.3"
},
- "definedIn": "pre"
+ "definedIn": "heading"
},
{
- "id": "dom-largeblobsupport-required",
- "href": "https://www.w3.org/TR/webauthn-3/#dom-largeblobsupport-required",
+ "id": "dom-authenticationextensionsclientinputs-credprops",
+ "href": "https://www.w3.org/TR/webauthn-3/#dom-authenticationextensionsclientinputs-credprops",
"linkingText": [
- "\"required\""
+ "credProps"
],
"localLinkingText": [],
- "type": "enum-value",
+ "type": "dict-member",
"for": [
- "LargeBlobSupport"
+ "AuthenticationExtensionsClientInputs"
],
"access": "public",
"informative": false,
"heading": {
- "href": "https://www.w3.org/TR/webauthn-3/#dom-largeblobsupport-required",
- "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 3"
+ "id": "sctn-authenticator-credential-properties-extension",
+ "href": "https://www.w3.org/TR/webauthn-3/#sctn-authenticator-credential-properties-extension",
+ "title": "Credential Properties Extension (credProps)",
+ "number": "10.1.3"
},
"definedIn": "pre"
},
{
- "id": "dom-largeblobsupport-preferred",
- "href": "https://www.w3.org/TR/webauthn-3/#dom-largeblobsupport-preferred",
+ "id": "dictdef-credentialpropertiesoutput",
+ "href": "https://www.w3.org/TR/webauthn-3/#dictdef-credentialpropertiesoutput",
"linkingText": [
- "\"preferred\""
+ "CredentialPropertiesOutput"
],
"localLinkingText": [],
- "type": "enum-value",
- "for": [
- "LargeBlobSupport"
- ],
+ "type": "dictionary",
+ "for": [],
"access": "public",
"informative": false,
"heading": {
- "href": "https://www.w3.org/TR/webauthn-3/#dom-largeblobsupport-preferred",
- "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 3"
+ "id": "sctn-authenticator-credential-properties-extension",
+ "href": "https://www.w3.org/TR/webauthn-3/#sctn-authenticator-credential-properties-extension",
+ "title": "Credential Properties Extension (credProps)",
+ "number": "10.1.3"
},
"definedIn": "pre"
},
{
- "id": "dictdef-authenticationextensionslargeblobinputs",
- "href": "https://www.w3.org/TR/webauthn-3/#dictdef-authenticationextensionslargeblobinputs",
+ "id": "dom-authenticationextensionsclientoutputs-credprops",
+ "href": "https://www.w3.org/TR/webauthn-3/#dom-authenticationextensionsclientoutputs-credprops",
"linkingText": [
- "AuthenticationExtensionsLargeBlobInputs"
+ "credProps"
],
"localLinkingText": [],
- "type": "dictionary",
- "for": [],
+ "type": "dict-member",
+ "for": [
+ "AuthenticationExtensionsClientOutputs"
+ ],
"access": "public",
"informative": false,
"heading": {
- "href": "https://www.w3.org/TR/webauthn-3/#dictdef-authenticationextensionslargeblobinputs",
- "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 3"
+ "id": "sctn-authenticator-credential-properties-extension",
+ "href": "https://www.w3.org/TR/webauthn-3/#sctn-authenticator-credential-properties-extension",
+ "title": "Credential Properties Extension (credProps)",
+ "number": "10.1.3"
},
"definedIn": "pre"
},
{
- "id": "dom-authenticationextensionslargeblobinputs-support",
- "href": "https://www.w3.org/TR/webauthn-3/#dom-authenticationextensionslargeblobinputs-support",
+ "id": "dom-credentialpropertiesoutput-rk",
+ "href": "https://www.w3.org/TR/webauthn-3/#dom-credentialpropertiesoutput-rk",
"linkingText": [
- "support"
+ "rk"
],
"localLinkingText": [],
"type": "dict-member",
"for": [
- "AuthenticationExtensionsLargeBlobInputs"
+ "CredentialPropertiesOutput"
],
"access": "public",
"informative": false,
"heading": {
- "href": "https://www.w3.org/TR/webauthn-3/#dom-authenticationextensionslargeblobinputs-support",
- "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 3"
+ "id": "sctn-authenticator-credential-properties-extension",
+ "href": "https://www.w3.org/TR/webauthn-3/#sctn-authenticator-credential-properties-extension",
+ "title": "Credential Properties Extension (credProps)",
+ "number": "10.1.3"
},
"definedIn": "dt"
},
{
- "id": "dom-authenticationextensionslargeblobinputs-read",
- "href": "https://www.w3.org/TR/webauthn-3/#dom-authenticationextensionslargeblobinputs-read",
+ "id": "credentialpropertiesoutput-client-side-discoverable-credential-property",
+ "href": "https://www.w3.org/TR/webauthn-3/#credentialpropertiesoutput-client-side-discoverable-credential-property",
"linkingText": [
- "read"
+ "client-side discoverable credential property"
],
"localLinkingText": [],
- "type": "dict-member",
+ "type": "dfn",
"for": [
- "AuthenticationExtensionsLargeBlobInputs"
+ "CredentialPropertiesOutput"
],
- "access": "public",
+ "access": "private",
"informative": false,
"heading": {
- "href": "https://www.w3.org/TR/webauthn-3/#dom-authenticationextensionslargeblobinputs-read",
- "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 3"
+ "id": "sctn-authenticator-credential-properties-extension",
+ "href": "https://www.w3.org/TR/webauthn-3/#sctn-authenticator-credential-properties-extension",
+ "title": "Credential Properties Extension (credProps)",
+ "number": "10.1.3"
},
- "definedIn": "dt"
+ "definedIn": "prose"
},
{
- "id": "dom-authenticationextensionslargeblobinputs-write",
- "href": "https://www.w3.org/TR/webauthn-3/#dom-authenticationextensionslargeblobinputs-write",
+ "id": "credentialpropertiesoutput-resident-key-credential-property",
+ "href": "https://www.w3.org/TR/webauthn-3/#credentialpropertiesoutput-resident-key-credential-property",
"linkingText": [
- "write"
+ "resident key credential property"
],
"localLinkingText": [],
- "type": "dict-member",
+ "type": "dfn",
"for": [
- "AuthenticationExtensionsLargeBlobInputs"
+ "CredentialPropertiesOutput"
],
- "access": "public",
+ "access": "private",
"informative": false,
"heading": {
- "href": "https://www.w3.org/TR/webauthn-3/#dom-authenticationextensionslargeblobinputs-write",
- "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 3"
+ "id": "sctn-authenticator-credential-properties-extension",
+ "href": "https://www.w3.org/TR/webauthn-3/#sctn-authenticator-credential-properties-extension",
+ "title": "Credential Properties Extension (credProps)",
+ "number": "10.1.3"
},
- "definedIn": "dt"
+ "definedIn": "prose"
},
{
- "id": "dom-authenticationextensionsclientoutputs-largeblob",
- "href": "https://www.w3.org/TR/webauthn-3/#dom-authenticationextensionsclientoutputs-largeblob",
+ "id": "prf",
+ "href": "https://www.w3.org/TR/webauthn-3/#prf",
"linkingText": [
- "largeBlob"
+ "prf"
],
"localLinkingText": [],
- "type": "dict-member",
- "for": [
- "AuthenticationExtensionsClientOutputs"
- ],
- "access": "public",
+ "type": "dfn",
+ "for": [],
+ "access": "private",
"informative": false,
"heading": {
- "href": "https://www.w3.org/TR/webauthn-3/#dom-authenticationextensionsclientoutputs-largeblob",
- "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 3"
+ "id": "prf-extension",
+ "href": "https://www.w3.org/TR/webauthn-3/#prf-extension",
+ "title": "Pseudo-random function extension (prf)",
+ "number": "10.1.4"
},
- "definedIn": "pre"
+ "definedIn": "heading"
},
{
- "id": "dictdef-authenticationextensionslargebloboutputs",
- "href": "https://www.w3.org/TR/webauthn-3/#dictdef-authenticationextensionslargebloboutputs",
+ "id": "dictdef-authenticationextensionsprfvalues",
+ "href": "https://www.w3.org/TR/webauthn-3/#dictdef-authenticationextensionsprfvalues",
"linkingText": [
- "AuthenticationExtensionsLargeBlobOutputs"
+ "AuthenticationExtensionsPRFValues"
],
"localLinkingText": [],
"type": "dictionary",
@@ -8319,149 +9052,161 @@
"access": "public",
"informative": false,
"heading": {
- "href": "https://www.w3.org/TR/webauthn-3/#dictdef-authenticationextensionslargebloboutputs",
- "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 3"
+ "id": "prf-extension",
+ "href": "https://www.w3.org/TR/webauthn-3/#prf-extension",
+ "title": "Pseudo-random function extension (prf)",
+ "number": "10.1.4"
},
"definedIn": "pre"
},
{
- "id": "dom-authenticationextensionslargebloboutputs-supported",
- "href": "https://www.w3.org/TR/webauthn-3/#dom-authenticationextensionslargebloboutputs-supported",
+ "id": "dom-authenticationextensionsprfvalues-first",
+ "href": "https://www.w3.org/TR/webauthn-3/#dom-authenticationextensionsprfvalues-first",
"linkingText": [
- "supported"
+ "first"
],
"localLinkingText": [],
"type": "dict-member",
"for": [
- "AuthenticationExtensionsLargeBlobOutputs"
+ "AuthenticationExtensionsPRFValues"
],
"access": "public",
"informative": false,
"heading": {
- "href": "https://www.w3.org/TR/webauthn-3/#dom-authenticationextensionslargebloboutputs-supported",
- "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 3"
+ "id": "prf-extension",
+ "href": "https://www.w3.org/TR/webauthn-3/#prf-extension",
+ "title": "Pseudo-random function extension (prf)",
+ "number": "10.1.4"
},
- "definedIn": "dt"
+ "definedIn": "pre"
},
{
- "id": "dom-authenticationextensionslargebloboutputs-blob",
- "href": "https://www.w3.org/TR/webauthn-3/#dom-authenticationextensionslargebloboutputs-blob",
+ "id": "dom-authenticationextensionsprfvalues-second",
+ "href": "https://www.w3.org/TR/webauthn-3/#dom-authenticationextensionsprfvalues-second",
"linkingText": [
- "blob"
+ "second"
],
"localLinkingText": [],
"type": "dict-member",
"for": [
- "AuthenticationExtensionsLargeBlobOutputs"
+ "AuthenticationExtensionsPRFValues"
],
"access": "public",
"informative": false,
"heading": {
- "href": "https://www.w3.org/TR/webauthn-3/#dom-authenticationextensionslargebloboutputs-blob",
- "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 3"
+ "id": "prf-extension",
+ "href": "https://www.w3.org/TR/webauthn-3/#prf-extension",
+ "title": "Pseudo-random function extension (prf)",
+ "number": "10.1.4"
},
- "definedIn": "dt"
+ "definedIn": "pre"
},
{
- "id": "dom-authenticationextensionslargebloboutputs-written",
- "href": "https://www.w3.org/TR/webauthn-3/#dom-authenticationextensionslargebloboutputs-written",
+ "id": "dictdef-authenticationextensionsprfinputs",
+ "href": "https://www.w3.org/TR/webauthn-3/#dictdef-authenticationextensionsprfinputs",
"linkingText": [
- "written"
+ "AuthenticationExtensionsPRFInputs"
],
"localLinkingText": [],
- "type": "dict-member",
- "for": [
- "AuthenticationExtensionsLargeBlobOutputs"
- ],
+ "type": "dictionary",
+ "for": [],
"access": "public",
"informative": false,
"heading": {
- "href": "https://www.w3.org/TR/webauthn-3/#dom-authenticationextensionslargebloboutputs-written",
- "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 3"
+ "id": "prf-extension",
+ "href": "https://www.w3.org/TR/webauthn-3/#prf-extension",
+ "title": "Pseudo-random function extension (prf)",
+ "number": "10.1.4"
},
- "definedIn": "dt"
+ "definedIn": "pre"
},
{
- "id": "user-verification-method",
- "href": "https://www.w3.org/TR/webauthn-3/#user-verification-method",
+ "id": "dom-authenticationextensionsclientinputs-prf",
+ "href": "https://www.w3.org/TR/webauthn-3/#dom-authenticationextensionsclientinputs-prf",
"linkingText": [
- "User Verification Method"
+ "prf"
],
"localLinkingText": [],
- "type": "dfn",
- "for": [],
- "access": "private",
+ "type": "dict-member",
+ "for": [
+ "AuthenticationExtensionsClientInputs"
+ ],
+ "access": "public",
"informative": false,
"heading": {
- "id": "sctn-uvm-extension",
- "href": "https://www.w3.org/TR/webauthn-3/#sctn-uvm-extension",
- "title": "User Verification Method Extension (uvm)",
- "number": "10.2.1"
+ "id": "prf-extension",
+ "href": "https://www.w3.org/TR/webauthn-3/#prf-extension",
+ "title": "Pseudo-random function extension (prf)",
+ "number": "10.1.4"
},
- "definedIn": "heading"
+ "definedIn": "pre"
},
{
- "id": "dom-authenticationextensionsclientinputs-uvm",
- "href": "https://www.w3.org/TR/webauthn-3/#dom-authenticationextensionsclientinputs-uvm",
+ "id": "dom-authenticationextensionsprfinputs-eval",
+ "href": "https://www.w3.org/TR/webauthn-3/#dom-authenticationextensionsprfinputs-eval",
"linkingText": [
- "uvm"
+ "eval"
],
"localLinkingText": [],
"type": "dict-member",
"for": [
- "AuthenticationExtensionsClientInputs"
+ "AuthenticationExtensionsPRFInputs"
],
"access": "public",
"informative": false,
"heading": {
- "id": "sctn-uvm-extension",
- "href": "https://www.w3.org/TR/webauthn-3/#sctn-uvm-extension",
- "title": "User Verification Method Extension (uvm)",
- "number": "10.2.1"
+ "id": "prf-extension",
+ "href": "https://www.w3.org/TR/webauthn-3/#prf-extension",
+ "title": "Pseudo-random function extension (prf)",
+ "number": "10.1.4"
},
- "definedIn": "pre"
+ "definedIn": "dt"
},
{
- "id": "typedefdef-uvmentry",
- "href": "https://www.w3.org/TR/webauthn-3/#typedefdef-uvmentry",
+ "id": "dom-authenticationextensionsprfinputs-evalbycredential",
+ "href": "https://www.w3.org/TR/webauthn-3/#dom-authenticationextensionsprfinputs-evalbycredential",
"linkingText": [
- "UvmEntry"
+ "evalByCredential"
],
"localLinkingText": [],
- "type": "typedef",
- "for": [],
+ "type": "dict-member",
+ "for": [
+ "AuthenticationExtensionsPRFInputs"
+ ],
"access": "public",
"informative": false,
"heading": {
- "id": "sctn-uvm-extension",
- "href": "https://www.w3.org/TR/webauthn-3/#sctn-uvm-extension",
- "title": "User Verification Method Extension (uvm)",
- "number": "10.2.1"
+ "id": "prf-extension",
+ "href": "https://www.w3.org/TR/webauthn-3/#prf-extension",
+ "title": "Pseudo-random function extension (prf)",
+ "number": "10.1.4"
},
- "definedIn": "pre"
+ "definedIn": "dt"
},
{
- "id": "typedefdef-uvmentries",
- "href": "https://www.w3.org/TR/webauthn-3/#typedefdef-uvmentries",
+ "id": "dictdef-authenticationextensionsprfoutputs",
+ "href": "https://www.w3.org/TR/webauthn-3/#dictdef-authenticationextensionsprfoutputs",
"linkingText": [
- "UvmEntries"
+ "AuthenticationExtensionsPRFOutputs"
],
"localLinkingText": [],
- "type": "typedef",
+ "type": "dictionary",
"for": [],
"access": "public",
"informative": false,
"heading": {
- "href": "https://www.w3.org/TR/webauthn-3/#typedefdef-uvmentries",
- "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 3"
+ "id": "prf-extension",
+ "href": "https://www.w3.org/TR/webauthn-3/#prf-extension",
+ "title": "Pseudo-random function extension (prf)",
+ "number": "10.1.4"
},
"definedIn": "pre"
},
{
- "id": "dom-authenticationextensionsclientoutputs-uvm",
- "href": "https://www.w3.org/TR/webauthn-3/#dom-authenticationextensionsclientoutputs-uvm",
+ "id": "dom-authenticationextensionsclientoutputs-prf",
+ "href": "https://www.w3.org/TR/webauthn-3/#dom-authenticationextensionsclientoutputs-prf",
"linkingText": [
- "uvm"
+ "prf"
],
"localLinkingText": [],
"type": "dict-member",
@@ -8471,331 +9216,340 @@
"access": "public",
"informative": false,
"heading": {
- "href": "https://www.w3.org/TR/webauthn-3/#dom-authenticationextensionsclientoutputs-uvm",
- "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 3"
+ "id": "prf-extension",
+ "href": "https://www.w3.org/TR/webauthn-3/#prf-extension",
+ "title": "Pseudo-random function extension (prf)",
+ "number": "10.1.4"
},
"definedIn": "pre"
},
{
- "id": "devicepubkey",
- "href": "https://www.w3.org/TR/webauthn-3/#devicepubkey",
+ "id": "dom-authenticationextensionsprfoutputs-enabled",
+ "href": "https://www.w3.org/TR/webauthn-3/#dom-authenticationextensionsprfoutputs-enabled",
"linkingText": [
- "devicePubKey"
+ "enabled"
],
"localLinkingText": [],
- "type": "dfn",
- "for": [],
- "access": "private",
- "informative": false,
- "heading": {
- "id": "sctn-device-publickey-extension",
- "href": "https://www.w3.org/TR/webauthn-3/#sctn-device-publickey-extension",
- "title": "Device-bound public key extension (devicePubKey)",
- "number": "10.2.2"
- },
- "definedIn": "heading"
- },
- {
- "id": "dictdef-authenticationextensionsdevicepublickeyinputs",
- "href": "https://www.w3.org/TR/webauthn-3/#dictdef-authenticationextensionsdevicepublickeyinputs",
- "linkingText": [
- "AuthenticationExtensionsDevicePublicKeyInputs"
+ "type": "dict-member",
+ "for": [
+ "AuthenticationExtensionsPRFOutputs"
],
- "localLinkingText": [],
- "type": "dictionary",
- "for": [],
"access": "public",
"informative": false,
"heading": {
- "id": "sctn-device-publickey-extension-definition",
- "href": "https://www.w3.org/TR/webauthn-3/#sctn-device-publickey-extension-definition",
- "title": "Extension Definition",
- "number": "10.2.2.2"
+ "id": "prf-extension",
+ "href": "https://www.w3.org/TR/webauthn-3/#prf-extension",
+ "title": "Pseudo-random function extension (prf)",
+ "number": "10.1.4"
},
- "definedIn": "pre"
+ "definedIn": "dt"
},
{
- "id": "dom-authenticationextensionsclientinputs-devicepubkey",
- "href": "https://www.w3.org/TR/webauthn-3/#dom-authenticationextensionsclientinputs-devicepubkey",
+ "id": "dom-authenticationextensionsprfoutputs-results",
+ "href": "https://www.w3.org/TR/webauthn-3/#dom-authenticationextensionsprfoutputs-results",
"linkingText": [
- "devicePubKey"
+ "results"
],
"localLinkingText": [],
"type": "dict-member",
"for": [
- "AuthenticationExtensionsClientInputs"
+ "AuthenticationExtensionsPRFOutputs"
],
"access": "public",
"informative": false,
"heading": {
- "href": "https://www.w3.org/TR/webauthn-3/#dom-authenticationextensionsclientinputs-devicepubkey",
- "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 3"
+ "id": "prf-extension",
+ "href": "https://www.w3.org/TR/webauthn-3/#prf-extension",
+ "title": "Pseudo-random function extension (prf)",
+ "number": "10.1.4"
},
- "definedIn": "pre"
+ "definedIn": "dt"
},
{
- "id": "dom-authenticationextensionsdevicepublickeyinputs-attestation",
- "href": "https://www.w3.org/TR/webauthn-3/#dom-authenticationextensionsdevicepublickeyinputs-attestation",
+ "id": "largeblob",
+ "href": "https://www.w3.org/TR/webauthn-3/#largeblob",
"linkingText": [
- "attestation"
+ "largeBlob"
],
"localLinkingText": [],
- "type": "dict-member",
- "for": [
- "AuthenticationExtensionsDevicePublicKeyInputs"
- ],
- "access": "public",
+ "type": "dfn",
+ "for": [],
+ "access": "private",
"informative": false,
"heading": {
- "href": "https://www.w3.org/TR/webauthn-3/#dom-authenticationextensionsdevicepublickeyinputs-attestation",
- "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 3"
+ "id": "sctn-large-blob-extension",
+ "href": "https://www.w3.org/TR/webauthn-3/#sctn-large-blob-extension",
+ "title": "Large blob storage extension (largeBlob)",
+ "number": "10.1.5"
},
- "definedIn": "dt"
+ "definedIn": "heading"
},
{
- "id": "dom-authenticationextensionsdevicepublickeyinputs-attestationformats",
- "href": "https://www.w3.org/TR/webauthn-3/#dom-authenticationextensionsdevicepublickeyinputs-attestationformats",
+ "id": "dom-authenticationextensionsclientinputs-largeblob",
+ "href": "https://www.w3.org/TR/webauthn-3/#dom-authenticationextensionsclientinputs-largeblob",
"linkingText": [
- "attestationFormats"
+ "largeBlob"
],
"localLinkingText": [],
"type": "dict-member",
"for": [
- "AuthenticationExtensionsDevicePublicKeyInputs"
+ "AuthenticationExtensionsClientInputs"
],
"access": "public",
"informative": false,
"heading": {
- "href": "https://www.w3.org/TR/webauthn-3/#dom-authenticationextensionsdevicepublickeyinputs-attestationformats",
- "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 3"
+ "id": "sctn-large-blob-extension",
+ "href": "https://www.w3.org/TR/webauthn-3/#sctn-large-blob-extension",
+ "title": "Large blob storage extension (largeBlob)",
+ "number": "10.1.5"
},
- "definedIn": "dt"
+ "definedIn": "pre"
},
{
- "id": "dictdef-authenticationextensionsdevicepublickeyoutputs",
- "href": "https://www.w3.org/TR/webauthn-3/#dictdef-authenticationextensionsdevicepublickeyoutputs",
+ "id": "enumdef-largeblobsupport",
+ "href": "https://www.w3.org/TR/webauthn-3/#enumdef-largeblobsupport",
"linkingText": [
- "AuthenticationExtensionsDevicePublicKeyOutputs"
+ "LargeBlobSupport"
],
"localLinkingText": [],
- "type": "dictionary",
+ "type": "enum",
"for": [],
"access": "public",
"informative": false,
"heading": {
- "href": "https://www.w3.org/TR/webauthn-3/#dictdef-authenticationextensionsdevicepublickeyoutputs",
- "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 3"
+ "id": "sctn-large-blob-extension",
+ "href": "https://www.w3.org/TR/webauthn-3/#sctn-large-blob-extension",
+ "title": "Large blob storage extension (largeBlob)",
+ "number": "10.1.5"
},
"definedIn": "pre"
},
{
- "id": "dom-authenticationextensionsdevicepublickeyoutputs-signature",
- "href": "https://www.w3.org/TR/webauthn-3/#dom-authenticationextensionsdevicepublickeyoutputs-signature",
+ "id": "dom-largeblobsupport-required",
+ "href": "https://www.w3.org/TR/webauthn-3/#dom-largeblobsupport-required",
"linkingText": [
- "signature"
+ "\"required\""
],
"localLinkingText": [],
- "type": "dict-member",
+ "type": "enum-value",
"for": [
- "AuthenticationExtensionsDevicePublicKeyOutputs"
+ "LargeBlobSupport"
],
"access": "public",
"informative": false,
"heading": {
- "href": "https://www.w3.org/TR/webauthn-3/#dom-authenticationextensionsdevicepublickeyoutputs-signature",
- "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 3"
+ "id": "sctn-large-blob-extension",
+ "href": "https://www.w3.org/TR/webauthn-3/#sctn-large-blob-extension",
+ "title": "Large blob storage extension (largeBlob)",
+ "number": "10.1.5"
},
"definedIn": "pre"
},
{
- "id": "dom-authenticationextensionsclientoutputs-devicepubkey",
- "href": "https://www.w3.org/TR/webauthn-3/#dom-authenticationextensionsclientoutputs-devicepubkey",
+ "id": "dom-largeblobsupport-preferred",
+ "href": "https://www.w3.org/TR/webauthn-3/#dom-largeblobsupport-preferred",
"linkingText": [
- "devicePubKey"
+ "\"preferred\""
],
"localLinkingText": [],
- "type": "dict-member",
+ "type": "enum-value",
"for": [
- "AuthenticationExtensionsClientOutputs"
+ "LargeBlobSupport"
],
"access": "public",
"informative": false,
"heading": {
- "href": "https://www.w3.org/TR/webauthn-3/#dom-authenticationextensionsclientoutputs-devicepubkey",
- "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 3"
+ "id": "sctn-large-blob-extension",
+ "href": "https://www.w3.org/TR/webauthn-3/#sctn-large-blob-extension",
+ "title": "Large blob storage extension (largeBlob)",
+ "number": "10.1.5"
},
"definedIn": "pre"
},
{
- "id": "device-public-key-attestation-object",
- "href": "https://www.w3.org/TR/webauthn-3/#device-public-key-attestation-object",
+ "id": "dictdef-authenticationextensionslargeblobinputs",
+ "href": "https://www.w3.org/TR/webauthn-3/#dictdef-authenticationextensionslargeblobinputs",
"linkingText": [
- "device public key attestation object"
+ "AuthenticationExtensionsLargeBlobInputs"
],
"localLinkingText": [],
- "type": "dfn",
+ "type": "dictionary",
"for": [],
- "access": "private",
+ "access": "public",
"informative": false,
"heading": {
- "href": "https://www.w3.org/TR/webauthn-3/#device-public-key-attestation-object",
- "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 3"
+ "id": "sctn-large-blob-extension",
+ "href": "https://www.w3.org/TR/webauthn-3/#sctn-large-blob-extension",
+ "title": "Large blob storage extension (largeBlob)",
+ "number": "10.1.5"
},
- "definedIn": "prose"
+ "definedIn": "pre"
},
{
- "id": "abstract-opdef-credential-record-devicepubkeys",
- "href": "https://www.w3.org/TR/webauthn-3/#abstract-opdef-credential-record-devicepubkeys",
+ "id": "dom-authenticationextensionslargeblobinputs-support",
+ "href": "https://www.w3.org/TR/webauthn-3/#dom-authenticationextensionslargeblobinputs-support",
"linkingText": [
- "devicePubKeys"
+ "support"
],
"localLinkingText": [],
- "type": "abstract-op",
+ "type": "dict-member",
"for": [
- "credential record"
+ "AuthenticationExtensionsLargeBlobInputs"
],
"access": "public",
"informative": false,
"heading": {
- "id": "sctn-device-publickey-extension-verification",
- "href": "https://www.w3.org/TR/webauthn-3/#sctn-device-publickey-extension-verification",
- "title": "devicePubKey Extension Output Verification Procedures",
- "number": "10.2.2.3"
+ "id": "sctn-large-blob-extension",
+ "href": "https://www.w3.org/TR/webauthn-3/#sctn-large-blob-extension",
+ "title": "Large blob storage extension (largeBlob)",
+ "number": "10.1.5"
},
"definedIn": "dt"
},
{
- "id": "credential-record-device-bound-key-record",
- "href": "https://www.w3.org/TR/webauthn-3/#credential-record-device-bound-key-record",
+ "id": "dom-authenticationextensionslargeblobinputs-read",
+ "href": "https://www.w3.org/TR/webauthn-3/#dom-authenticationextensionslargeblobinputs-read",
"linkingText": [
- "device-bound key record"
+ "read"
],
"localLinkingText": [],
- "type": "dfn",
+ "type": "dict-member",
"for": [
- "credential record"
+ "AuthenticationExtensionsLargeBlobInputs"
],
- "access": "private",
+ "access": "public",
"informative": false,
"heading": {
- "href": "https://www.w3.org/TR/webauthn-3/#credential-record-device-bound-key-record",
- "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 3"
+ "id": "sctn-large-blob-extension",
+ "href": "https://www.w3.org/TR/webauthn-3/#sctn-large-blob-extension",
+ "title": "Large blob storage extension (largeBlob)",
+ "number": "10.1.5"
},
- "definedIn": "prose"
+ "definedIn": "dt"
},
{
- "id": "abstract-opdef-devicepubkey-record-aaguid",
- "href": "https://www.w3.org/TR/webauthn-3/#abstract-opdef-devicepubkey-record-aaguid",
+ "id": "dom-authenticationextensionslargeblobinputs-write",
+ "href": "https://www.w3.org/TR/webauthn-3/#dom-authenticationextensionslargeblobinputs-write",
"linkingText": [
- "aaguid"
+ "write"
],
"localLinkingText": [],
- "type": "abstract-op",
+ "type": "dict-member",
"for": [
- "devicePubKey record"
+ "AuthenticationExtensionsLargeBlobInputs"
],
"access": "public",
"informative": false,
"heading": {
- "href": "https://www.w3.org/TR/webauthn-3/#abstract-opdef-devicepubkey-record-aaguid",
- "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 3"
+ "id": "sctn-large-blob-extension",
+ "href": "https://www.w3.org/TR/webauthn-3/#sctn-large-blob-extension",
+ "title": "Large blob storage extension (largeBlob)",
+ "number": "10.1.5"
},
"definedIn": "dt"
},
{
- "id": "abstract-opdef-devicepubkey-record-dpk",
- "href": "https://www.w3.org/TR/webauthn-3/#abstract-opdef-devicepubkey-record-dpk",
+ "id": "dom-authenticationextensionsclientoutputs-largeblob",
+ "href": "https://www.w3.org/TR/webauthn-3/#dom-authenticationextensionsclientoutputs-largeblob",
"linkingText": [
- "dpk"
+ "largeBlob"
],
"localLinkingText": [],
- "type": "abstract-op",
+ "type": "dict-member",
"for": [
- "devicePubKey record"
+ "AuthenticationExtensionsClientOutputs"
],
"access": "public",
"informative": false,
"heading": {
- "href": "https://www.w3.org/TR/webauthn-3/#abstract-opdef-devicepubkey-record-dpk",
- "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 3"
+ "id": "sctn-large-blob-extension",
+ "href": "https://www.w3.org/TR/webauthn-3/#sctn-large-blob-extension",
+ "title": "Large blob storage extension (largeBlob)",
+ "number": "10.1.5"
},
- "definedIn": "dt"
+ "definedIn": "pre"
},
{
- "id": "abstract-opdef-devicepubkey-record-scope",
- "href": "https://www.w3.org/TR/webauthn-3/#abstract-opdef-devicepubkey-record-scope",
+ "id": "dictdef-authenticationextensionslargebloboutputs",
+ "href": "https://www.w3.org/TR/webauthn-3/#dictdef-authenticationextensionslargebloboutputs",
"linkingText": [
- "scope"
+ "AuthenticationExtensionsLargeBlobOutputs"
],
"localLinkingText": [],
- "type": "abstract-op",
- "for": [
- "devicePubKey record"
- ],
+ "type": "dictionary",
+ "for": [],
"access": "public",
"informative": false,
"heading": {
- "href": "https://www.w3.org/TR/webauthn-3/#abstract-opdef-devicepubkey-record-scope",
- "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 3"
+ "id": "sctn-large-blob-extension",
+ "href": "https://www.w3.org/TR/webauthn-3/#sctn-large-blob-extension",
+ "title": "Large blob storage extension (largeBlob)",
+ "number": "10.1.5"
},
- "definedIn": "dt"
+ "definedIn": "pre"
},
{
- "id": "abstract-opdef-devicepubkey-record-fmt",
- "href": "https://www.w3.org/TR/webauthn-3/#abstract-opdef-devicepubkey-record-fmt",
+ "id": "dom-authenticationextensionslargebloboutputs-supported",
+ "href": "https://www.w3.org/TR/webauthn-3/#dom-authenticationextensionslargebloboutputs-supported",
"linkingText": [
- "fmt"
+ "supported"
],
"localLinkingText": [],
- "type": "abstract-op",
+ "type": "dict-member",
"for": [
- "devicePubKey record"
+ "AuthenticationExtensionsLargeBlobOutputs"
],
"access": "public",
"informative": false,
"heading": {
- "href": "https://www.w3.org/TR/webauthn-3/#abstract-opdef-devicepubkey-record-fmt",
- "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 3"
+ "id": "sctn-large-blob-extension",
+ "href": "https://www.w3.org/TR/webauthn-3/#sctn-large-blob-extension",
+ "title": "Large blob storage extension (largeBlob)",
+ "number": "10.1.5"
},
"definedIn": "dt"
},
{
- "id": "abstract-opdef-devicepubkey-record-attstmt",
- "href": "https://www.w3.org/TR/webauthn-3/#abstract-opdef-devicepubkey-record-attstmt",
+ "id": "dom-authenticationextensionslargebloboutputs-blob",
+ "href": "https://www.w3.org/TR/webauthn-3/#dom-authenticationextensionslargebloboutputs-blob",
"linkingText": [
- "attStmt"
+ "blob"
],
"localLinkingText": [],
- "type": "abstract-op",
+ "type": "dict-member",
"for": [
- "devicePubKey record"
+ "AuthenticationExtensionsLargeBlobOutputs"
],
"access": "public",
"informative": false,
"heading": {
- "href": "https://www.w3.org/TR/webauthn-3/#abstract-opdef-devicepubkey-record-attstmt",
- "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 3"
+ "id": "sctn-large-blob-extension",
+ "href": "https://www.w3.org/TR/webauthn-3/#sctn-large-blob-extension",
+ "title": "Large blob storage extension (largeBlob)",
+ "number": "10.1.5"
},
"definedIn": "dt"
},
{
- "id": "abstract-opdef-create-a-new-device-bound-key-record",
- "href": "https://www.w3.org/TR/webauthn-3/#abstract-opdef-create-a-new-device-bound-key-record",
+ "id": "dom-authenticationextensionslargebloboutputs-written",
+ "href": "https://www.w3.org/TR/webauthn-3/#dom-authenticationextensionslargebloboutputs-written",
"linkingText": [
- "Create a new device-bound key record"
+ "written"
],
"localLinkingText": [],
- "type": "abstract-op",
- "for": [],
+ "type": "dict-member",
+ "for": [
+ "AuthenticationExtensionsLargeBlobOutputs"
+ ],
"access": "public",
"informative": false,
"heading": {
- "id": "sctn-device-publickey-extension-verification-get",
- "href": "https://www.w3.org/TR/webauthn-3/#sctn-device-publickey-extension-verification-get",
- "title": "Authentication (get())",
- "number": "10.2.2.3.2"
+ "id": "sctn-large-blob-extension",
+ "href": "https://www.w3.org/TR/webauthn-3/#sctn-large-blob-extension",
+ "title": "Large blob storage extension (largeBlob)",
+ "number": "10.1.5"
},
- "definedIn": "prose"
+ "definedIn": "dt"
},
{
"id": "authenticator-extension-capabilities",
@@ -8866,8 +9620,10 @@
"access": "private",
"informative": false,
"heading": {
- "href": "https://www.w3.org/TR/webauthn-3/#authenticatorid",
- "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 3"
+ "id": "sctn-automation-virtual-authenticators",
+ "href": "https://www.w3.org/TR/webauthn-3/#sctn-automation-virtual-authenticators",
+ "title": "Virtual Authenticators",
+ "number": "11.2"
},
"definedIn": "dt"
},
@@ -9042,6 +9798,44 @@
},
"definedIn": "heading"
},
+ {
+ "id": "set-credential-properties",
+ "href": "https://www.w3.org/TR/webauthn-3/#set-credential-properties",
+ "linkingText": [
+ "Set Credential Properties"
+ ],
+ "localLinkingText": [],
+ "type": "dfn",
+ "for": [],
+ "access": "private",
+ "informative": false,
+ "heading": {
+ "id": "sctn-automation-set-credential-properties",
+ "href": "https://www.w3.org/TR/webauthn-3/#sctn-automation-set-credential-properties",
+ "title": "Set Credential Properties",
+ "number": "11.10"
+ },
+ "definedIn": "heading"
+ },
+ {
+ "id": "set-credential-properties-parameters",
+ "href": "https://www.w3.org/TR/webauthn-3/#set-credential-properties-parameters",
+ "linkingText": [
+ "Set Credential Properties Parameters"
+ ],
+ "localLinkingText": [],
+ "type": "dfn",
+ "for": [],
+ "access": "private",
+ "informative": false,
+ "heading": {
+ "id": "sctn-automation-set-credential-properties",
+ "href": "https://www.w3.org/TR/webauthn-3/#sctn-automation-set-credential-properties",
+ "title": "Set Credential Properties",
+ "number": "11.10"
+ },
+ "definedIn": "prose"
+ },
{
"id": "ui-redressing",
"href": "https://www.w3.org/TR/webauthn-3/#ui-redressing",
@@ -9060,6 +9854,25 @@
"number": "13.4.2"
},
"definedIn": "prose"
+ },
+ {
+ "id": "recommended-range-and-default-for-a-webauthn-ceremony-timeout",
+ "href": "https://www.w3.org/TR/webauthn-3/#recommended-range-and-default-for-a-webauthn-ceremony-timeout",
+ "linkingText": [
+ "recommended range and default for a WebAuthn ceremony timeout"
+ ],
+ "localLinkingText": [],
+ "type": "dfn",
+ "for": [],
+ "access": "private",
+ "informative": false,
+ "heading": {
+ "id": "sctn-timeout-recommended-range",
+ "href": "https://www.w3.org/TR/webauthn-3/#sctn-timeout-recommended-range",
+ "title": "Recommended Range for Ceremony Timeouts",
+ "number": "15.1"
+ },
+ "definedIn": "prose"
}
]
}
\ No newline at end of file
diff --git a/tr/headings/vc-data-model-2.0.json b/tr/headings/vc-data-model-2.0.json
index 4b4617c74f14..d3737378e651 100644
--- a/tr/headings/vc-data-model-2.0.json
+++ b/tr/headings/vc-data-model-2.0.json
@@ -115,26 +115,26 @@
"number": "4.4"
},
{
- "id": "sd-jwt-claim-iT0WUsuc7NXZmE3NvfPwetGAuwWZIDCzp6n-EUxsAR0",
- "href": "https://www.w3.org/TR/vc-data-model-2.0/#sd-jwt-claim-iT0WUsuc7NXZmE3NvfPwetGAuwWZIDCzp6n-EUxsAR0",
+ "id": "sd-jwt-claim-MDOqNS0roJVQJuu9Uvgjj7bRFZgZ6mZb44FvyGQprW8",
+ "href": "https://www.w3.org/TR/vc-data-model-2.0/#sd-jwt-claim-MDOqNS0roJVQJuu9Uvgjj7bRFZgZ6mZb44FvyGQprW8",
"level": 3,
"title": "Claim: id"
},
{
- "id": "sd-jwt-claim-ofJhlGFtFaehjnEBrScTPYSK0GwPmdj70yfm9jTlwpg",
- "href": "https://www.w3.org/TR/vc-data-model-2.0/#sd-jwt-claim-ofJhlGFtFaehjnEBrScTPYSK0GwPmdj70yfm9jTlwpg",
+ "id": "sd-jwt-claim-BtlO8okjj9Xcqb1f01wQhKiQ5LryLuHqJ92FRPslNI4",
+ "href": "https://www.w3.org/TR/vc-data-model-2.0/#sd-jwt-claim-BtlO8okjj9Xcqb1f01wQhKiQ5LryLuHqJ92FRPslNI4",
"level": 3,
"title": "Claim: type"
},
{
- "id": "sd-jwt-claim-lOTP8vxXpBiCI9UTAeITENIx6FvnwQvsfa9XvUW5XpU",
- "href": "https://www.w3.org/TR/vc-data-model-2.0/#sd-jwt-claim-lOTP8vxXpBiCI9UTAeITENIx6FvnwQvsfa9XvUW5XpU",
+ "id": "sd-jwt-claim-uKuA_my5QUKOnCjC5jQWQGyfV-BOS3agCCVaCv9fmrY",
+ "href": "https://www.w3.org/TR/vc-data-model-2.0/#sd-jwt-claim-uKuA_my5QUKOnCjC5jQWQGyfV-BOS3agCCVaCv9fmrY",
"level": 3,
"title": "Claim: id"
},
{
- "id": "sd-jwt-claim-DWsqKR1O5J6GrsBA8Cf_qtekHOtQlvMvPCswUMkbMqo",
- "href": "https://www.w3.org/TR/vc-data-model-2.0/#sd-jwt-claim-DWsqKR1O5J6GrsBA8Cf_qtekHOtQlvMvPCswUMkbMqo",
+ "id": "sd-jwt-claim-pK8Ij9JEJCexdgMUXm_ie48X57V4T8xa26mc_BvK3Ws",
+ "href": "https://www.w3.org/TR/vc-data-model-2.0/#sd-jwt-claim-pK8Ij9JEJCexdgMUXm_ie48X57V4T8xa26mc_BvK3Ws",
"level": 3,
"title": "Claim: type"
},
@@ -146,26 +146,26 @@
"number": "4.5"
},
{
- "id": "sd-jwt-claim-0nYowPcNoBc09ktZWidsxFH0dDjzbPEm6gEbYA-CiUI",
- "href": "https://www.w3.org/TR/vc-data-model-2.0/#sd-jwt-claim-0nYowPcNoBc09ktZWidsxFH0dDjzbPEm6gEbYA-CiUI",
+ "id": "sd-jwt-claim-TOfXtkgZgjcDGyQg9N32gzdFFJUS0Aq-etUXOjEVST8",
+ "href": "https://www.w3.org/TR/vc-data-model-2.0/#sd-jwt-claim-TOfXtkgZgjcDGyQg9N32gzdFFJUS0Aq-etUXOjEVST8",
"level": 3,
"title": "Claim: id"
},
{
- "id": "sd-jwt-claim-ra9kLb_S-uKAEpDxfe3JFrPWFjOqJ2Lj3-HNKhMBzik",
- "href": "https://www.w3.org/TR/vc-data-model-2.0/#sd-jwt-claim-ra9kLb_S-uKAEpDxfe3JFrPWFjOqJ2Lj3-HNKhMBzik",
+ "id": "sd-jwt-claim-m7kxMcVLVsU_r8-b9AnttiMCN6_yqu-AYGtSyji1dzY",
+ "href": "https://www.w3.org/TR/vc-data-model-2.0/#sd-jwt-claim-m7kxMcVLVsU_r8-b9AnttiMCN6_yqu-AYGtSyji1dzY",
"level": 3,
"title": "Claim: type"
},
{
- "id": "sd-jwt-claim-yuJlhtAMrgdx5Dry6ZXqN_nlwaCBafcHJe55KO8KwnM",
- "href": "https://www.w3.org/TR/vc-data-model-2.0/#sd-jwt-claim-yuJlhtAMrgdx5Dry6ZXqN_nlwaCBafcHJe55KO8KwnM",
+ "id": "sd-jwt-claim-aR6ACQLkm0KWuIwApfbrUxvH76jZjWi7QztWhrtCnIs",
+ "href": "https://www.w3.org/TR/vc-data-model-2.0/#sd-jwt-claim-aR6ACQLkm0KWuIwApfbrUxvH76jZjWi7QztWhrtCnIs",
"level": 3,
"title": "Claim: id"
},
{
- "id": "sd-jwt-claim-kULnZp_N1uXgzfJGFD6AsY2S6iwV4KUxnJigN2zlPW4",
- "href": "https://www.w3.org/TR/vc-data-model-2.0/#sd-jwt-claim-kULnZp_N1uXgzfJGFD6AsY2S6iwV4KUxnJigN2zlPW4",
+ "id": "sd-jwt-claim-Q1ug5odA1H1leVKXCkbbY0ySkKct8e_HkTo8PRs1u9U",
+ "href": "https://www.w3.org/TR/vc-data-model-2.0/#sd-jwt-claim-Q1ug5odA1H1leVKXCkbbY0ySkKct8e_HkTo8PRs1u9U",
"level": 3,
"title": "Claim: type"
},
@@ -177,32 +177,32 @@
"number": "4.6"
},
{
- "id": "sd-jwt-claim-VIf-VJfHz0d3mxZfqjQykgtG9BXg5EKjENqBiai0-bU",
- "href": "https://www.w3.org/TR/vc-data-model-2.0/#sd-jwt-claim-VIf-VJfHz0d3mxZfqjQykgtG9BXg5EKjENqBiai0-bU",
+ "id": "sd-jwt-claim-AgxaQTRdsqUIsGcHuDHe9HmtFm9W694WokZgLkfvpxM",
+ "href": "https://www.w3.org/TR/vc-data-model-2.0/#sd-jwt-claim-AgxaQTRdsqUIsGcHuDHe9HmtFm9W694WokZgLkfvpxM",
"level": 3,
"title": "Claim: id"
},
{
- "id": "sd-jwt-claim-_Enyx3trHIpr6eFISP2632wCoRuv6FT19ZSv_KgQ3l0",
- "href": "https://www.w3.org/TR/vc-data-model-2.0/#sd-jwt-claim-_Enyx3trHIpr6eFISP2632wCoRuv6FT19ZSv_KgQ3l0",
+ "id": "sd-jwt-claim-bEBtJclMC0pVVBy8HsDYTcrwznOlryQBE-N3IXeBZ0M",
+ "href": "https://www.w3.org/TR/vc-data-model-2.0/#sd-jwt-claim-bEBtJclMC0pVVBy8HsDYTcrwznOlryQBE-N3IXeBZ0M",
"level": 3,
"title": "Claim: type"
},
{
- "id": "sd-jwt-claim-Ajnsz_deYH4rqe0AJNi4Syzh7gA0ZTzPy6xbdArd5Rw",
- "href": "https://www.w3.org/TR/vc-data-model-2.0/#sd-jwt-claim-Ajnsz_deYH4rqe0AJNi4Syzh7gA0ZTzPy6xbdArd5Rw",
+ "id": "sd-jwt-claim-1w68TadOvewvmNfjSipYOQsv-w3IRxZFfq-1M9jup08",
+ "href": "https://www.w3.org/TR/vc-data-model-2.0/#sd-jwt-claim-1w68TadOvewvmNfjSipYOQsv-w3IRxZFfq-1M9jup08",
"level": 3,
"title": "Claim: id"
},
{
- "id": "sd-jwt-claim-5D5KwJwmvm5B0XlTcqfpIrrIaey0MFwaDQL6_m4Axaw",
- "href": "https://www.w3.org/TR/vc-data-model-2.0/#sd-jwt-claim-5D5KwJwmvm5B0XlTcqfpIrrIaey0MFwaDQL6_m4Axaw",
+ "id": "sd-jwt-claim-jj5FR0NAUVGmQ6PMSHdeKyPS5FnfKCaznc8-_Nq_Rsc",
+ "href": "https://www.w3.org/TR/vc-data-model-2.0/#sd-jwt-claim-jj5FR0NAUVGmQ6PMSHdeKyPS5FnfKCaznc8-_Nq_Rsc",
"level": 3,
"title": "Claim: id"
},
{
- "id": "sd-jwt-claim-3mO8fRNq9bgEuFebuXHLo5gqj9bxAovbA51HuRayz6Q",
- "href": "https://www.w3.org/TR/vc-data-model-2.0/#sd-jwt-claim-3mO8fRNq9bgEuFebuXHLo5gqj9bxAovbA51HuRayz6Q",
+ "id": "sd-jwt-claim-cSE5W8v271h86kbkK-sihJ8TEMCe-O-U9GoZXeMhyzg",
+ "href": "https://www.w3.org/TR/vc-data-model-2.0/#sd-jwt-claim-cSE5W8v271h86kbkK-sihJ8TEMCe-O-U9GoZXeMhyzg",
"level": 3,
"title": "Claim: type"
},
@@ -214,56 +214,56 @@
"number": "4.7"
},
{
- "id": "sd-jwt-claim-EIjy55bI5YvJ7llXvDelPPB_MTvyDH-JvR7Si4GPnTo",
- "href": "https://www.w3.org/TR/vc-data-model-2.0/#sd-jwt-claim-EIjy55bI5YvJ7llXvDelPPB_MTvyDH-JvR7Si4GPnTo",
+ "id": "sd-jwt-claim-ilxRLAlEjyGfTzdUxeeVSFABRMjcSqglNxycaO-PtEw",
+ "href": "https://www.w3.org/TR/vc-data-model-2.0/#sd-jwt-claim-ilxRLAlEjyGfTzdUxeeVSFABRMjcSqglNxycaO-PtEw",
"level": 3,
"title": "Claim: id"
},
{
- "id": "sd-jwt-claim-Qae6LoQR3bO9nBteFwSfChgiiA3c0H9ds3S2harOKcg",
- "href": "https://www.w3.org/TR/vc-data-model-2.0/#sd-jwt-claim-Qae6LoQR3bO9nBteFwSfChgiiA3c0H9ds3S2harOKcg",
+ "id": "sd-jwt-claim-VQNt2WzeC66scr4nn2-8amdn-gTcCT0qPQv-kLdpkI0",
+ "href": "https://www.w3.org/TR/vc-data-model-2.0/#sd-jwt-claim-VQNt2WzeC66scr4nn2-8amdn-gTcCT0qPQv-kLdpkI0",
"level": 3,
"title": "Claim: type"
},
{
- "id": "sd-jwt-claim-1NR-eDexRTwonJmtmqKHknKg6AuMGpT9hIpuGO61Cho",
- "href": "https://www.w3.org/TR/vc-data-model-2.0/#sd-jwt-claim-1NR-eDexRTwonJmtmqKHknKg6AuMGpT9hIpuGO61Cho",
+ "id": "sd-jwt-claim-QwtUXRwIUMu8RbGCkuJb9rlCwbiP2E2PXBJDAJdWOwU",
+ "href": "https://www.w3.org/TR/vc-data-model-2.0/#sd-jwt-claim-QwtUXRwIUMu8RbGCkuJb9rlCwbiP2E2PXBJDAJdWOwU",
"level": 3,
"title": "Claim: id"
},
{
- "id": "sd-jwt-claim-1zUVqgvEvoWVdOjNd9BqI5OnSP8MVnPaPhsQtnEVQ5M",
- "href": "https://www.w3.org/TR/vc-data-model-2.0/#sd-jwt-claim-1zUVqgvEvoWVdOjNd9BqI5OnSP8MVnPaPhsQtnEVQ5M",
+ "id": "sd-jwt-claim-bSDeXPOoXCvxpQRcVXepXxiofciM0IEyIX6lrZtANBI",
+ "href": "https://www.w3.org/TR/vc-data-model-2.0/#sd-jwt-claim-bSDeXPOoXCvxpQRcVXepXxiofciM0IEyIX6lrZtANBI",
"level": 3,
"title": "Claim: type"
},
{
- "id": "sd-jwt-claim-BnP2uQko-ds_Oq6lCnmTOMbPnlwn4QVhYaRfByhRl2s",
- "href": "https://www.w3.org/TR/vc-data-model-2.0/#sd-jwt-claim-BnP2uQko-ds_Oq6lCnmTOMbPnlwn4QVhYaRfByhRl2s",
+ "id": "sd-jwt-claim-es-qM_PkVl4y9trWQ5-jBaYUIkUx1S8TRjwhlq3VZeg",
+ "href": "https://www.w3.org/TR/vc-data-model-2.0/#sd-jwt-claim-es-qM_PkVl4y9trWQ5-jBaYUIkUx1S8TRjwhlq3VZeg",
"level": 3,
"title": "Claim: id"
},
{
- "id": "sd-jwt-claim-oUjPQ_Xk237QyaQE_ouzJLXQor1fRsT03uS_gzaYS0Y",
- "href": "https://www.w3.org/TR/vc-data-model-2.0/#sd-jwt-claim-oUjPQ_Xk237QyaQE_ouzJLXQor1fRsT03uS_gzaYS0Y",
+ "id": "sd-jwt-claim-o-N4vUMjZiLW3SHtLbBeFll9NgTt9gEQQEU2xpogRI0",
+ "href": "https://www.w3.org/TR/vc-data-model-2.0/#sd-jwt-claim-o-N4vUMjZiLW3SHtLbBeFll9NgTt9gEQQEU2xpogRI0",
"level": 3,
"title": "Claim: type"
},
{
- "id": "sd-jwt-claim-l8m_eDq_L7q99k7KKX5tq7pATbC6Z2gvYBeeyoJ16ho",
- "href": "https://www.w3.org/TR/vc-data-model-2.0/#sd-jwt-claim-l8m_eDq_L7q99k7KKX5tq7pATbC6Z2gvYBeeyoJ16ho",
+ "id": "sd-jwt-claim-NgreTBbTupmb1oUptcJsLG9AZEtjBy3CnNhzNr0T5ss",
+ "href": "https://www.w3.org/TR/vc-data-model-2.0/#sd-jwt-claim-NgreTBbTupmb1oUptcJsLG9AZEtjBy3CnNhzNr0T5ss",
"level": 3,
"title": "Claim: id"
},
{
- "id": "sd-jwt-claim-6dXTQrH50HUFSp7Ns2wv_0bEkfsi0Pb_rN5SvljZasY",
- "href": "https://www.w3.org/TR/vc-data-model-2.0/#sd-jwt-claim-6dXTQrH50HUFSp7Ns2wv_0bEkfsi0Pb_rN5SvljZasY",
+ "id": "sd-jwt-claim-S08AKbBl-__Is_BCeXYAFQmS7hnQEPlgjVR4rZuWxIY",
+ "href": "https://www.w3.org/TR/vc-data-model-2.0/#sd-jwt-claim-S08AKbBl-__Is_BCeXYAFQmS7hnQEPlgjVR4rZuWxIY",
"level": 3,
"title": "Claim: id"
},
{
- "id": "sd-jwt-claim-ER7UqAIeFpsXt_fSfQp8rKcKYPx10y7MEtba4BrmE9I",
- "href": "https://www.w3.org/TR/vc-data-model-2.0/#sd-jwt-claim-ER7UqAIeFpsXt_fSfQp8rKcKYPx10y7MEtba4BrmE9I",
+ "id": "sd-jwt-claim-phPSe-MxcdMqJpNnLcAv80UHG9dPL19GgLKRz8KjBtc",
+ "href": "https://www.w3.org/TR/vc-data-model-2.0/#sd-jwt-claim-phPSe-MxcdMqJpNnLcAv80UHG9dPL19GgLKRz8KjBtc",
"level": 3,
"title": "Claim: type"
},
@@ -275,26 +275,26 @@
"number": "4.8"
},
{
- "id": "sd-jwt-claim-Ag1Rr_d3Jus_uxCIdoNn99-gYc5k8Hf9etPxsXOfYQQ",
- "href": "https://www.w3.org/TR/vc-data-model-2.0/#sd-jwt-claim-Ag1Rr_d3Jus_uxCIdoNn99-gYc5k8Hf9etPxsXOfYQQ",
+ "id": "sd-jwt-claim--HoUopx2czpAvgJqG6NU_p_USmJVofP2hmjdnryr8OI",
+ "href": "https://www.w3.org/TR/vc-data-model-2.0/#sd-jwt-claim--HoUopx2czpAvgJqG6NU_p_USmJVofP2hmjdnryr8OI",
"level": 3,
"title": "Claim: id"
},
{
- "id": "sd-jwt-claim-eRT7hO02OS5IZHTRFhCQphlvhWQJFJ93LockQcI0dJQ",
- "href": "https://www.w3.org/TR/vc-data-model-2.0/#sd-jwt-claim-eRT7hO02OS5IZHTRFhCQphlvhWQJFJ93LockQcI0dJQ",
+ "id": "sd-jwt-claim-BbRfqa_9NEwRoub8N1J-xtTNHz1HqEl37JWfGUO1f30",
+ "href": "https://www.w3.org/TR/vc-data-model-2.0/#sd-jwt-claim-BbRfqa_9NEwRoub8N1J-xtTNHz1HqEl37JWfGUO1f30",
"level": 3,
"title": "Claim: type"
},
{
- "id": "sd-jwt-claim-0Ofqsg3Bb5Qo6VltpB9xfsJL0jDhKqPyRUmLUUmv8qQ",
- "href": "https://www.w3.org/TR/vc-data-model-2.0/#sd-jwt-claim-0Ofqsg3Bb5Qo6VltpB9xfsJL0jDhKqPyRUmLUUmv8qQ",
+ "id": "sd-jwt-claim-Yb9Ud8WkMK3jQcA2oyQ7gk-CNkaTAoUDHAsg9oPLDtI",
+ "href": "https://www.w3.org/TR/vc-data-model-2.0/#sd-jwt-claim-Yb9Ud8WkMK3jQcA2oyQ7gk-CNkaTAoUDHAsg9oPLDtI",
"level": 3,
"title": "Claim: id"
},
{
- "id": "sd-jwt-claim-2j7G1WjGl2W6YX4cX4FobmHMmKKganKanAaQJFJ02Sk",
- "href": "https://www.w3.org/TR/vc-data-model-2.0/#sd-jwt-claim-2j7G1WjGl2W6YX4cX4FobmHMmKKganKanAaQJFJ02Sk",
+ "id": "sd-jwt-claim-b0Sr6RIXkNpca3Ut6tbXoC9KJTaBaHfkoCYOhJH964U",
+ "href": "https://www.w3.org/TR/vc-data-model-2.0/#sd-jwt-claim-b0Sr6RIXkNpca3Ut6tbXoC9KJTaBaHfkoCYOhJH964U",
"level": 3,
"title": "Claim: type"
},
@@ -306,26 +306,26 @@
"number": "4.9"
},
{
- "id": "sd-jwt-claim-VnFmwq3xfLbYv3QqP2YqGATLjGrqaiwEyjbpAIACKBA",
- "href": "https://www.w3.org/TR/vc-data-model-2.0/#sd-jwt-claim-VnFmwq3xfLbYv3QqP2YqGATLjGrqaiwEyjbpAIACKBA",
+ "id": "sd-jwt-claim-TCsHgGdrwywLB5rvQW3Qv2IcrPWrcn9hVK6W-FK7Sx4",
+ "href": "https://www.w3.org/TR/vc-data-model-2.0/#sd-jwt-claim-TCsHgGdrwywLB5rvQW3Qv2IcrPWrcn9hVK6W-FK7Sx4",
"level": 3,
"title": "Claim: id"
},
{
- "id": "sd-jwt-claim-TsN8Ka9GtkPjaYx0dQmry8QqRWFrjhusIQozuGgQXzw",
- "href": "https://www.w3.org/TR/vc-data-model-2.0/#sd-jwt-claim-TsN8Ka9GtkPjaYx0dQmry8QqRWFrjhusIQozuGgQXzw",
+ "id": "sd-jwt-claim-0wMeO7uxwQVMLo-sJaa7Q4ueDjg73UPMFRs37zQRKLw",
+ "href": "https://www.w3.org/TR/vc-data-model-2.0/#sd-jwt-claim-0wMeO7uxwQVMLo-sJaa7Q4ueDjg73UPMFRs37zQRKLw",
"level": 3,
"title": "Claim: type"
},
{
- "id": "sd-jwt-claim-XeNfhUmSca9rF330vcalXPtFFqOzrjm6Z-sK4bbpKZw",
- "href": "https://www.w3.org/TR/vc-data-model-2.0/#sd-jwt-claim-XeNfhUmSca9rF330vcalXPtFFqOzrjm6Z-sK4bbpKZw",
+ "id": "sd-jwt-claim-yJ4gVQyekTrDnx2xdC-36njoYwnya4H0w6OiOipPT4A",
+ "href": "https://www.w3.org/TR/vc-data-model-2.0/#sd-jwt-claim-yJ4gVQyekTrDnx2xdC-36njoYwnya4H0w6OiOipPT4A",
"level": 3,
"title": "Claim: id"
},
{
- "id": "sd-jwt-claim-oXc7w5bK84xBbrtM7Gx8qAe8lUcsm3fl8huC2xkytic",
- "href": "https://www.w3.org/TR/vc-data-model-2.0/#sd-jwt-claim-oXc7w5bK84xBbrtM7Gx8qAe8lUcsm3fl8huC2xkytic",
+ "id": "sd-jwt-claim-8vs0OjNFZwEMlZV7o-vZqOW_FEEQWJ2XThnmhVx46ao",
+ "href": "https://www.w3.org/TR/vc-data-model-2.0/#sd-jwt-claim-8vs0OjNFZwEMlZV7o-vZqOW_FEEQWJ2XThnmhVx46ao",
"level": 3,
"title": "Claim: type"
},
@@ -403,20 +403,20 @@
"number": "5.2"
},
{
- "id": "sd-jwt-claim-vpXsY1Vqzo41eSN7Y92VdOgtJX3KcXPZAvFA0HtwGZg",
- "href": "https://www.w3.org/TR/vc-data-model-2.0/#sd-jwt-claim-vpXsY1Vqzo41eSN7Y92VdOgtJX3KcXPZAvFA0HtwGZg",
+ "id": "sd-jwt-claim-VijPk28B282lro-MQbZQlS2SA17mpdSXQM_4P8H1LC8",
+ "href": "https://www.w3.org/TR/vc-data-model-2.0/#sd-jwt-claim-VijPk28B282lro-MQbZQlS2SA17mpdSXQM_4P8H1LC8",
"level": 3,
"title": "Claim: id"
},
{
- "id": "sd-jwt-claim-uoK0wHaZLlU0kEPhMgexUR-Vtsl_tMWO5qaujhw8t3A",
- "href": "https://www.w3.org/TR/vc-data-model-2.0/#sd-jwt-claim-uoK0wHaZLlU0kEPhMgexUR-Vtsl_tMWO5qaujhw8t3A",
+ "id": "sd-jwt-claim-Nz2LObD78D_cBboaZhrqHMKbcgmqTmjtmjet-gwQAUw",
+ "href": "https://www.w3.org/TR/vc-data-model-2.0/#sd-jwt-claim-Nz2LObD78D_cBboaZhrqHMKbcgmqTmjtmjet-gwQAUw",
"level": 3,
"title": "Claim: type"
},
{
- "id": "sd-jwt-claim-5K4ldrOk21ID4tMmYGw9G3bXW79KEOeGBkOtmQ1LCJ0",
- "href": "https://www.w3.org/TR/vc-data-model-2.0/#sd-jwt-claim-5K4ldrOk21ID4tMmYGw9G3bXW79KEOeGBkOtmQ1LCJ0",
+ "id": "sd-jwt-claim-0996lMR7fh-Bt-GgQJMFquKl4aV8z5kMFHFaUoDuA54",
+ "href": "https://www.w3.org/TR/vc-data-model-2.0/#sd-jwt-claim-0996lMR7fh-Bt-GgQJMFquKl4aV8z5kMFHFaUoDuA54",
"level": 3,
"title": "Claim: id"
},
@@ -654,20 +654,20 @@
"number": "8.10"
},
{
- "id": "sd-jwt-claim-NvEGiTINyExKZVqDMbhJUqaINKvwSU-u9GYvbX0ArwU",
- "href": "https://www.w3.org/TR/vc-data-model-2.0/#sd-jwt-claim-NvEGiTINyExKZVqDMbhJUqaINKvwSU-u9GYvbX0ArwU",
+ "id": "sd-jwt-claim-nTNRUmJy_g0bqOqROwHkIIimWvCioyMTMTNbdlZCFFU",
+ "href": "https://www.w3.org/TR/vc-data-model-2.0/#sd-jwt-claim-nTNRUmJy_g0bqOqROwHkIIimWvCioyMTMTNbdlZCFFU",
"level": 3,
"title": "Claim: id"
},
{
- "id": "sd-jwt-claim-Su0wK1wnHUCGHNNUyIfwkdfwWY9Gt245nN5QCF9uz_o",
- "href": "https://www.w3.org/TR/vc-data-model-2.0/#sd-jwt-claim-Su0wK1wnHUCGHNNUyIfwkdfwWY9Gt245nN5QCF9uz_o",
+ "id": "sd-jwt-claim-Dipn_VSCXgMKX4VzGIAoJHSnwZphF5wvTnnXta3iotQ",
+ "href": "https://www.w3.org/TR/vc-data-model-2.0/#sd-jwt-claim-Dipn_VSCXgMKX4VzGIAoJHSnwZphF5wvTnnXta3iotQ",
"level": 3,
"title": "Claim: type"
},
{
- "id": "sd-jwt-claim-yu_VqnAB9gVUOie6PsTzK5dCIgZdEQXkaZUtbcfPDkA",
- "href": "https://www.w3.org/TR/vc-data-model-2.0/#sd-jwt-claim-yu_VqnAB9gVUOie6PsTzK5dCIgZdEQXkaZUtbcfPDkA",
+ "id": "sd-jwt-claim-0XcNuaIA1PLmc35fHOrkB2e8agYmr_MJZ9JbX5YCHvs",
+ "href": "https://www.w3.org/TR/vc-data-model-2.0/#sd-jwt-claim-0XcNuaIA1PLmc35fHOrkB2e8agYmr_MJZ9JbX5YCHvs",
"level": 3,
"title": "Claim: type"
},
diff --git a/tr/headings/webauthn-3.json b/tr/headings/webauthn-3.json
index 26277921e561..272a87abe8b2 100644
--- a/tr/headings/webauthn-3.json
+++ b/tr/headings/webauthn-3.json
@@ -4,6 +4,12 @@
"url": "https://www.w3.org/TR/webauthn-3/"
},
"headings": [
+ {
+ "id": "title",
+ "href": "https://www.w3.org/TR/webauthn-3/#title",
+ "level": 1,
+ "title": "Web Authentication:An API for accessing Public Key CredentialsLevel 3"
+ },
{
"id": "abstract",
"href": "https://www.w3.org/TR/webauthn-3/#abstract",
@@ -44,32 +50,53 @@
"number": "1.2"
},
{
- "id": "sctn-usecase-registration",
- "href": "https://www.w3.org/TR/webauthn-3/#sctn-usecase-registration",
+ "id": "sctn-usecase-consumer-mdc",
+ "href": "https://www.w3.org/TR/webauthn-3/#sctn-usecase-consumer-mdc",
"level": 4,
- "title": "Registration",
+ "title": "Consumer with Multi-Device Credentials",
"number": "1.2.1"
},
{
- "id": "sctn-usecase-authentication",
- "href": "https://www.w3.org/TR/webauthn-3/#sctn-usecase-authentication",
- "level": 4,
+ "id": "sctn-usecase-consumer-mdc-reg",
+ "href": "https://www.w3.org/TR/webauthn-3/#sctn-usecase-consumer-mdc-reg",
+ "level": 5,
+ "title": "Registration",
+ "number": "1.2.1.1"
+ },
+ {
+ "id": "sctn-usecase-consumer-mdc-auth",
+ "href": "https://www.w3.org/TR/webauthn-3/#sctn-usecase-consumer-mdc-auth",
+ "level": 5,
"title": "Authentication",
- "number": "1.2.2"
+ "number": "1.2.1.2"
},
{
- "id": "sctn-usecase-new-device-registration",
- "href": "https://www.w3.org/TR/webauthn-3/#sctn-usecase-new-device-registration",
+ "id": "sctn-usecase-workforce-sdc",
+ "href": "https://www.w3.org/TR/webauthn-3/#sctn-usecase-workforce-sdc",
"level": 4,
- "title": "New Device Registration",
- "number": "1.2.3"
+ "title": "Workforce with Single-Device Credentials",
+ "number": "1.2.2"
+ },
+ {
+ "id": "sctn-usecase-workforce-sdc-reg",
+ "href": "https://www.w3.org/TR/webauthn-3/#sctn-usecase-workforce-sdc-reg",
+ "level": 5,
+ "title": "Registration",
+ "number": "1.2.2.1"
+ },
+ {
+ "id": "sctn-usecase-workforce-sdc-auth",
+ "href": "https://www.w3.org/TR/webauthn-3/#sctn-usecase-workforce-sdc-auth",
+ "level": 5,
+ "title": "Authentication",
+ "number": "1.2.2.2"
},
{
"id": "sctn-other-configurations",
"href": "https://www.w3.org/TR/webauthn-3/#sctn-other-configurations",
"level": 4,
"title": "Other Use Cases and Configurations",
- "number": "1.2.4"
+ "number": "1.2.3"
},
{
"id": "sctn-sample-scenarios",
@@ -215,21 +242,28 @@
"id": "sctn-createCredential",
"href": "https://www.w3.org/TR/webauthn-3/#sctn-createCredential",
"level": 4,
- "title": "Create a New Credential - PublicKeyCredential’s [[Create]](origin, options, sameOriginWithAncestors) Method",
+ "title": "Create a New Credential - PublicKeyCredential’s [[Create]](origin, options, sameOriginWithAncestors) Internal Method",
"number": "5.1.3"
},
+ {
+ "id": "sctn-create-request-exceptions",
+ "href": "https://www.w3.org/TR/webauthn-3/#sctn-create-request-exceptions",
+ "level": 5,
+ "title": "Create Request Exceptions",
+ "number": "5.1.3.1"
+ },
{
"id": "sctn-getAssertion",
"href": "https://www.w3.org/TR/webauthn-3/#sctn-getAssertion",
"level": 4,
- "title": "Use an Existing Credential to Make an Assertion - PublicKeyCredential’s [[Get]](options) Method",
+ "title": "Use an Existing Credential to Make an Assertion",
"number": "5.1.4"
},
{
"id": "sctn-discover-from-external-source",
"href": "https://www.w3.org/TR/webauthn-3/#sctn-discover-from-external-source",
"level": 5,
- "title": "PublicKeyCredential’s [[DiscoverFromExternalSource]](origin, options, sameOriginWithAncestors) Method",
+ "title": "PublicKeyCredential’s [[DiscoverFromExternalSource]](origin, options, sameOriginWithAncestors) Internal Method",
"number": "5.1.4.1"
},
{
@@ -239,48 +273,83 @@
"title": "Issuing a Credential Request to an Authenticator",
"number": "5.1.4.2"
},
+ {
+ "id": "sctn-get-request-exceptions",
+ "href": "https://www.w3.org/TR/webauthn-3/#sctn-get-request-exceptions",
+ "level": 5,
+ "title": "Get Request Exceptions",
+ "number": "5.1.4.3"
+ },
{
"id": "sctn-storeCredential",
"href": "https://www.w3.org/TR/webauthn-3/#sctn-storeCredential",
"level": 4,
- "title": "Store an Existing Credential - PublicKeyCredential’s [[Store]](credential, sameOriginWithAncestors) Method",
+ "title": "Store an Existing Credential - PublicKeyCredential’s [[Store]](credential, sameOriginWithAncestors) Internal Method",
"number": "5.1.5"
},
- {
- "id": "sctn-preventSilentAccessCredential",
- "href": "https://www.w3.org/TR/webauthn-3/#sctn-preventSilentAccessCredential",
- "level": 4,
- "title": "Preventing Silent Access to an Existing Credential - PublicKeyCredential’s [[preventSilentAccess]](credential, sameOriginWithAncestors) Method",
- "number": "5.1.6"
- },
{
"id": "sctn-isUserVerifyingPlatformAuthenticatorAvailable",
"href": "https://www.w3.org/TR/webauthn-3/#sctn-isUserVerifyingPlatformAuthenticatorAvailable",
"level": 4,
"title": "Availability of User-Verifying Platform Authenticator - PublicKeyCredential’s isUserVerifyingPlatformAuthenticatorAvailable() Method",
- "number": "5.1.7"
+ "number": "5.1.6"
},
{
- "id": "sctn-isPasskeyPlatformAuthenticatorAvailable",
- "href": "https://www.w3.org/TR/webauthn-3/#sctn-isPasskeyPlatformAuthenticatorAvailable",
+ "id": "sctn-getClientCapabilities",
+ "href": "https://www.w3.org/TR/webauthn-3/#sctn-getClientCapabilities",
"level": 4,
- "title": "Availability of a passkey platform authenticator - PublicKeyCredential’s isPasskeyPlatformAuthenticatorAvailable() Method",
- "number": "5.1.8"
+ "title": "Availability of client capabilities - PublicKeyCredential’s getClientCapabilities() Method",
+ "number": "5.1.7"
},
{
"id": "sctn-parseCreationOptionsFromJSON",
"href": "https://www.w3.org/TR/webauthn-3/#sctn-parseCreationOptionsFromJSON",
"level": 4,
"title": "Deserialize Registration ceremony options - PublicKeyCredential’s parseCreationOptionsFromJSON() Method",
- "number": "5.1.9"
+ "number": "5.1.8"
},
{
"id": "sctn-parseRequestOptionsFromJSON",
"href": "https://www.w3.org/TR/webauthn-3/#sctn-parseRequestOptionsFromJSON",
"level": 4,
"title": "Deserialize Authentication ceremony options - PublicKeyCredential’s parseRequestOptionsFromJSON() Methods",
+ "number": "5.1.9"
+ },
+ {
+ "id": "sctn-signal-methods",
+ "href": "https://www.w3.org/TR/webauthn-3/#sctn-signal-methods",
+ "level": 4,
+ "title": "Signal Credential Changes to the Authenticator - PublicKeyCredential’s signal methods",
"number": "5.1.10"
},
+ {
+ "id": "sctn-signal-methods-async-rp-id-validation",
+ "href": "https://www.w3.org/TR/webauthn-3/#sctn-signal-methods-async-rp-id-validation",
+ "level": 5,
+ "title": "Asynchronous RP ID validation algorithm",
+ "number": "5.1.10.1"
+ },
+ {
+ "id": "sctn-signalUnknownCredential",
+ "href": "https://www.w3.org/TR/webauthn-3/#sctn-signalUnknownCredential",
+ "level": 5,
+ "title": "signalUnknownCredential(options)",
+ "number": "5.1.10.2"
+ },
+ {
+ "id": "sctn-signalAllAcceptedCredentials",
+ "href": "https://www.w3.org/TR/webauthn-3/#sctn-signalAllAcceptedCredentials",
+ "level": 5,
+ "title": "signalAllAcceptedCredentials(options)",
+ "number": "5.1.10.3"
+ },
+ {
+ "id": "sctn-signalCurrentUserDetails",
+ "href": "https://www.w3.org/TR/webauthn-3/#sctn-signalCurrentUserDetails",
+ "level": 5,
+ "title": "signalCurrentUserDetails(options)",
+ "number": "5.1.10.4"
+ },
{
"id": "iface-authenticatorresponse",
"href": "https://www.w3.org/TR/webauthn-3/#iface-authenticatorresponse",
@@ -491,12 +560,19 @@
"title": "User Verification Requirement Enumeration (enum UserVerificationRequirement)",
"number": "5.8.6"
},
+ {
+ "id": "enum-clientCapability",
+ "href": "https://www.w3.org/TR/webauthn-3/#enum-clientCapability",
+ "level": 4,
+ "title": "Client Capability Enumeration (enum ClientCapability)",
+ "number": "5.8.7"
+ },
{
"id": "enum-hints",
"href": "https://www.w3.org/TR/webauthn-3/#enum-hints",
"level": 4,
- "title": "User-agent Hints Enumeration (enum PublicKeyCredentialHints)",
- "number": "5.8.7"
+ "title": "User-agent Hints Enumeration (enum PublicKeyCredentialHint)",
+ "number": "5.8.8"
},
{
"id": "sctn-permissions-policy",
@@ -512,6 +588,20 @@
"title": "Using Web Authentication within iframe elements",
"number": "5.10"
},
+ {
+ "id": "sctn-related-origins",
+ "href": "https://www.w3.org/TR/webauthn-3/#sctn-related-origins",
+ "level": 3,
+ "title": "Using Web Authentication across related origins",
+ "number": "5.11"
+ },
+ {
+ "id": "sctn-validating-relation-origin",
+ "href": "https://www.w3.org/TR/webauthn-3/#sctn-validating-relation-origin",
+ "level": 4,
+ "title": "Validating Related Origins",
+ "number": "5.11.1"
+ },
{
"id": "sctn-authenticator-model",
"href": "https://www.w3.org/TR/webauthn-3/#sctn-authenticator-model",
@@ -631,6 +721,20 @@
"title": "String Truncation",
"number": "6.4.1"
},
+ {
+ "id": "sctn-strings-truncation-client",
+ "href": "https://www.w3.org/TR/webauthn-3/#sctn-strings-truncation-client",
+ "level": 5,
+ "title": "String Truncation by Clients",
+ "number": "6.4.1.1"
+ },
+ {
+ "id": "sctn-strings-truncation-authenticator",
+ "href": "https://www.w3.org/TR/webauthn-3/#sctn-strings-truncation-authenticator",
+ "level": 5,
+ "title": "String Truncation by Authenticators",
+ "number": "6.4.1.2"
+ },
{
"id": "sctn-strings-langdir",
"href": "https://www.w3.org/TR/webauthn-3/#sctn-strings-langdir",
@@ -645,54 +749,47 @@
"title": "Attestation",
"number": "6.5"
},
- {
- "id": "sctn-attestation-in-assertions",
- "href": "https://www.w3.org/TR/webauthn-3/#sctn-attestation-in-assertions",
- "level": 4,
- "title": "Attestation in assertions",
- "number": "6.5.1"
- },
{
"id": "sctn-attested-credential-data",
"href": "https://www.w3.org/TR/webauthn-3/#sctn-attested-credential-data",
"level": 4,
"title": "Attested Credential Data",
- "number": "6.5.2"
+ "number": "6.5.1"
},
{
"id": "sctn-encoded-credPubKey-examples",
"href": "https://www.w3.org/TR/webauthn-3/#sctn-encoded-credPubKey-examples",
"level": 5,
"title": "Examples of credentialPublicKey Values Encoded in COSE_Key Format",
- "number": "6.5.2.1"
+ "number": "6.5.1.1"
},
{
"id": "sctn-attestation-formats",
"href": "https://www.w3.org/TR/webauthn-3/#sctn-attestation-formats",
"level": 4,
"title": "Attestation Statement Formats",
- "number": "6.5.3"
+ "number": "6.5.2"
},
{
"id": "sctn-attestation-types",
"href": "https://www.w3.org/TR/webauthn-3/#sctn-attestation-types",
"level": 4,
"title": "Attestation Types",
- "number": "6.5.4"
+ "number": "6.5.3"
},
{
"id": "sctn-generating-an-attestation-object",
"href": "https://www.w3.org/TR/webauthn-3/#sctn-generating-an-attestation-object",
"level": 4,
"title": "Generating an Attestation Object",
- "number": "6.5.5"
+ "number": "6.5.4"
},
{
"id": "sctn-signature-attestation-types",
"href": "https://www.w3.org/TR/webauthn-3/#sctn-signature-attestation-types",
"level": 4,
"title": "Signature Formats for Packed Attestation, FIDO U2F Attestation, and Assertion Signatures",
- "number": "6.5.6"
+ "number": "6.5.5"
},
{
"id": "sctn-rp-operations",
@@ -740,9 +837,16 @@
"id": "sctn-packed-attestation-cert-requirements",
"href": "https://www.w3.org/TR/webauthn-3/#sctn-packed-attestation-cert-requirements",
"level": 4,
- "title": "Packed Attestation Statement Certificate Requirements",
+ "title": "Certificate Requirements for Packed Attestation Statements",
"number": "8.2.1"
},
+ {
+ "id": "sctn-enterprise-packed-attestation-cert-requirements",
+ "href": "https://www.w3.org/TR/webauthn-3/#sctn-enterprise-packed-attestation-cert-requirements",
+ "level": 4,
+ "title": "Certificate Requirements for Enterprise Packed Attestation Statements",
+ "number": "8.2.2"
+ },
{
"id": "sctn-tpm-attestation",
"href": "https://www.w3.org/TR/webauthn-3/#sctn-tpm-attestation",
@@ -799,6 +903,13 @@
"title": "Apple Anonymous Attestation Statement Format",
"number": "8.8"
},
+ {
+ "id": "sctn-compound-attestation",
+ "href": "https://www.w3.org/TR/webauthn-3/#sctn-compound-attestation",
+ "level": 3,
+ "title": "Compound Attestation Statement Format",
+ "number": "8.9"
+ },
{
"id": "sctn-extensions",
"href": "https://www.w3.org/TR/webauthn-3/#sctn-extensions",
@@ -896,69 +1007,6 @@
"title": "Authenticator Extensions",
"number": "10.2"
},
- {
- "id": "sctn-uvm-extension",
- "href": "https://www.w3.org/TR/webauthn-3/#sctn-uvm-extension",
- "level": 4,
- "title": "User Verification Method Extension (uvm)",
- "number": "10.2.1"
- },
- {
- "id": "sctn-device-publickey-extension",
- "href": "https://www.w3.org/TR/webauthn-3/#sctn-device-publickey-extension",
- "level": 4,
- "title": "Device-bound public key extension (devicePubKey)",
- "number": "10.2.2"
- },
- {
- "id": "sctn-device-publickey-extension-usage",
- "href": "https://www.w3.org/TR/webauthn-3/#sctn-device-publickey-extension-usage",
- "level": 5,
- "title": "Relying Party Usage",
- "number": "10.2.2.1"
- },
- {
- "id": "sctn-device-publickey-extension-definition",
- "href": "https://www.w3.org/TR/webauthn-3/#sctn-device-publickey-extension-definition",
- "level": 5,
- "title": "Extension Definition",
- "number": "10.2.2.2"
- },
- {
- "id": "sctn-device-publickey-attestation-aaguid",
- "href": "https://www.w3.org/TR/webauthn-3/#sctn-device-publickey-attestation-aaguid",
- "level": 6,
- "title": "AAGUIDs",
- "number": "10.2.2.2.1"
- },
- {
- "id": "sctn-device-publickey-attestation-calculations",
- "href": "https://www.w3.org/TR/webauthn-3/#sctn-device-publickey-attestation-calculations",
- "level": 6,
- "title": "Attestation calculations",
- "number": "10.2.2.2.2"
- },
- {
- "id": "sctn-device-publickey-extension-verification",
- "href": "https://www.w3.org/TR/webauthn-3/#sctn-device-publickey-extension-verification",
- "level": 5,
- "title": "devicePubKey Extension Output Verification Procedures",
- "number": "10.2.2.3"
- },
- {
- "id": "sctn-device-publickey-extension-verification-create",
- "href": "https://www.w3.org/TR/webauthn-3/#sctn-device-publickey-extension-verification-create",
- "level": 6,
- "title": "Registration (create())",
- "number": "10.2.2.3.1"
- },
- {
- "id": "sctn-device-publickey-extension-verification-get",
- "href": "https://www.w3.org/TR/webauthn-3/#sctn-device-publickey-extension-verification-get",
- "level": 6,
- "title": "Authentication (get())",
- "number": "10.2.2.3.2"
- },
{
"id": "sctn-automation",
"href": "https://www.w3.org/TR/webauthn-3/#sctn-automation",
@@ -1035,6 +1083,13 @@
"title": "Set User Verified",
"number": "11.9"
},
+ {
+ "id": "sctn-automation-set-credential-properties",
+ "href": "https://www.w3.org/TR/webauthn-3/#sctn-automation-set-credential-properties",
+ "level": 3,
+ "title": "Set Credential Properties",
+ "number": "11.10"
+ },
{
"id": "sctn-IANA",
"href": "https://www.w3.org/TR/webauthn-3/#sctn-IANA",
@@ -1256,6 +1311,13 @@
"title": "Privacy Between Operating System Accounts",
"number": "14.5.3"
},
+ {
+ "id": "sctn-disclosing-client-capabilities",
+ "href": "https://www.w3.org/TR/webauthn-3/#sctn-disclosing-client-capabilities",
+ "level": 4,
+ "title": "Disclosing Client Capabilities",
+ "number": "14.5.4"
+ },
{
"id": "sctn-privacy-considerations-rp",
"href": "https://www.w3.org/TR/webauthn-3/#sctn-privacy-considerations-rp",
@@ -1290,11 +1352,184 @@
"level": 2,
"title": "15. Accessibility Considerations"
},
+ {
+ "id": "sctn-timeout-recommended-range",
+ "href": "https://www.w3.org/TR/webauthn-3/#sctn-timeout-recommended-range",
+ "level": 3,
+ "title": "Recommended Range for Ceremony Timeouts",
+ "number": "15.1"
+ },
+ {
+ "id": "sctn-test-vectors",
+ "href": "https://www.w3.org/TR/webauthn-3/#sctn-test-vectors",
+ "level": 2,
+ "title": "16. Test Vectors"
+ },
+ {
+ "id": "sctn-test-vectors-attestation-root-cert",
+ "href": "https://www.w3.org/TR/webauthn-3/#sctn-test-vectors-attestation-root-cert",
+ "level": 3,
+ "title": "Attestation trust root certificate",
+ "number": "16.1"
+ },
+ {
+ "id": "sctn-test-vectors-none-es256",
+ "href": "https://www.w3.org/TR/webauthn-3/#sctn-test-vectors-none-es256",
+ "level": 4,
+ "title": "ES256 Credential with No Attestation",
+ "number": "16.1.1"
+ },
+ {
+ "id": "sctn-test-vectors-packed-self-es256",
+ "href": "https://www.w3.org/TR/webauthn-3/#sctn-test-vectors-packed-self-es256",
+ "level": 4,
+ "title": "ES256 Credential with Self Attestation",
+ "number": "16.1.2"
+ },
+ {
+ "id": "sctn-test-vectors-none-es256-crossOrigin",
+ "href": "https://www.w3.org/TR/webauthn-3/#sctn-test-vectors-none-es256-crossOrigin",
+ "level": 4,
+ "title": "ES256 Credential with \"crossOrigin\": true in clientDataJSON",
+ "number": "16.1.3"
+ },
+ {
+ "id": "sctn-test-vectors-none-es256-topOrigin",
+ "href": "https://www.w3.org/TR/webauthn-3/#sctn-test-vectors-none-es256-topOrigin",
+ "level": 4,
+ "title": "ES256 Credential with \"topOrigin\" in clientDataJSON",
+ "number": "16.1.4"
+ },
+ {
+ "id": "sctn-test-vectors-none-es256-long-credential-id",
+ "href": "https://www.w3.org/TR/webauthn-3/#sctn-test-vectors-none-es256-long-credential-id",
+ "level": 4,
+ "title": "ES256 Credential with very long credential ID",
+ "number": "16.1.5"
+ },
+ {
+ "id": "sctn-test-vectors-packed-es256",
+ "href": "https://www.w3.org/TR/webauthn-3/#sctn-test-vectors-packed-es256",
+ "level": 4,
+ "title": "Packed Attestation with ES256 Credential",
+ "number": "16.1.6"
+ },
+ {
+ "id": "sctn-test-vectors-packed-es384",
+ "href": "https://www.w3.org/TR/webauthn-3/#sctn-test-vectors-packed-es384",
+ "level": 4,
+ "title": "Packed Attestation with ES384 Credential",
+ "number": "16.1.7"
+ },
+ {
+ "id": "sctn-test-vectors-packed-es512",
+ "href": "https://www.w3.org/TR/webauthn-3/#sctn-test-vectors-packed-es512",
+ "level": 4,
+ "title": "Packed Attestation with ES512 Credential",
+ "number": "16.1.8"
+ },
+ {
+ "id": "sctn-test-vectors-packed-rs256",
+ "href": "https://www.w3.org/TR/webauthn-3/#sctn-test-vectors-packed-rs256",
+ "level": 4,
+ "title": "Packed Attestation with RS256 Credential",
+ "number": "16.1.9"
+ },
+ {
+ "id": "sctn-test-vectors-packed-ed25519",
+ "href": "https://www.w3.org/TR/webauthn-3/#sctn-test-vectors-packed-ed25519",
+ "level": 4,
+ "title": "Packed Attestation with Ed25519 Credential",
+ "number": "16.1.10"
+ },
+ {
+ "id": "sctn-test-vectors-tpm-es256",
+ "href": "https://www.w3.org/TR/webauthn-3/#sctn-test-vectors-tpm-es256",
+ "level": 4,
+ "title": "TPM Attestation with ES256 Credential",
+ "number": "16.1.11"
+ },
+ {
+ "id": "sctn-test-vectors-android-key-es256",
+ "href": "https://www.w3.org/TR/webauthn-3/#sctn-test-vectors-android-key-es256",
+ "level": 4,
+ "title": "Android Key Attestation with ES256 Credential",
+ "number": "16.1.12"
+ },
+ {
+ "id": "sctn-test-vectors-apple-es256",
+ "href": "https://www.w3.org/TR/webauthn-3/#sctn-test-vectors-apple-es256",
+ "level": 4,
+ "title": "Apple Anonymous Attestation with ES256 Credential",
+ "number": "16.1.13"
+ },
+ {
+ "id": "sctn-test-vectors-fido-u2f-es256",
+ "href": "https://www.w3.org/TR/webauthn-3/#sctn-test-vectors-fido-u2f-es256",
+ "level": 4,
+ "title": "FIDO U2F Attestation with ES256 Credential",
+ "number": "16.1.14"
+ },
+ {
+ "id": "test-vectors-extensions",
+ "href": "https://www.w3.org/TR/webauthn-3/#test-vectors-extensions",
+ "level": 3,
+ "title": "Test Vectors for WebAuthn Extensions",
+ "number": "16.2"
+ },
+ {
+ "id": "test-vectors-extensions-prf",
+ "href": "https://www.w3.org/TR/webauthn-3/#test-vectors-extensions-prf",
+ "level": 4,
+ "title": "Pseudo-random function extension (prf)",
+ "number": "16.2.1"
+ },
+ {
+ "id": "test-vectors-extensions-prf-webauthn",
+ "href": "https://www.w3.org/TR/webauthn-3/#test-vectors-extensions-prf-webauthn",
+ "level": 5,
+ "title": "Web Authentication API",
+ "number": "16.2.1.1"
+ },
+ {
+ "id": "test-vectors-extensions-prf-ctap",
+ "href": "https://www.w3.org/TR/webauthn-3/#test-vectors-extensions-prf-ctap",
+ "level": 5,
+ "title": "CTAP2 hmac-secret extension",
+ "number": "16.2.1.2"
+ },
{
"id": "sctn-acknowledgements",
"href": "https://www.w3.org/TR/webauthn-3/#sctn-acknowledgements",
"level": 2,
- "title": "16. Acknowledgements"
+ "title": "17. Acknowledgements"
+ },
+ {
+ "id": "revision-history",
+ "href": "https://www.w3.org/TR/webauthn-3/#revision-history",
+ "level": 2,
+ "title": "18. Revision History"
+ },
+ {
+ "id": "changes-since-l2",
+ "href": "https://www.w3.org/TR/webauthn-3/#changes-since-l2",
+ "level": 3,
+ "title": "Changes since Web Authentication Level 2 [webauthn-2-20210408]",
+ "number": "18.1"
+ },
+ {
+ "id": "changes-l3-substantive",
+ "href": "https://www.w3.org/TR/webauthn-3/#changes-l3-substantive",
+ "level": 4,
+ "title": "Substantive Changes",
+ "number": "18.1.1"
+ },
+ {
+ "id": "changes-l3-editorial",
+ "href": "https://www.w3.org/TR/webauthn-3/#changes-l3-editorial",
+ "level": 4,
+ "title": "Editorial Changes",
+ "number": "18.1.2"
},
{
"id": "index",
@@ -1337,12 +1572,6 @@
"href": "https://www.w3.org/TR/webauthn-3/#idl-index",
"level": 2,
"title": "IDL Index"
- },
- {
- "id": "issues-index",
- "href": "https://www.w3.org/TR/webauthn-3/#issues-index",
- "level": 2,
- "title": "Issues Index"
}
]
}
\ No newline at end of file
diff --git a/tr/idl/webauthn.idl b/tr/idl/webauthn.idl
index f75e0d47d75b..c17907ea68a4 100644
--- a/tr/idl/webauthn.idl
+++ b/tr/idl/webauthn.idl
@@ -7,17 +7,19 @@
interface PublicKeyCredential : Credential {
[SameObject] readonly attribute ArrayBuffer rawId;
[SameObject] readonly attribute AuthenticatorResponse response;
- [SameObject] readonly attribute DOMString? authenticatorAttachment;
+ readonly attribute DOMString? authenticatorAttachment;
AuthenticationExtensionsClientOutputs getClientExtensionResults();
static Promise isConditionalMediationAvailable();
PublicKeyCredentialJSON toJSON();
};
typedef DOMString Base64URLString;
-typedef (RegistrationResponseJSON or AuthenticationResponseJSON) PublicKeyCredentialJSON;
+// The structure of this object will be either
+// RegistrationResponseJSON or AuthenticationResponseJSON
+typedef object PublicKeyCredentialJSON;
dictionary RegistrationResponseJSON {
- required Base64URLString id;
+ required DOMString id;
required Base64URLString rawId;
required AuthenticatorAttestationResponseJSON response;
DOMString authenticatorAttachment;
@@ -30,20 +32,20 @@ dictionary AuthenticatorAttestationResponseJSON {
required Base64URLString authenticatorData;
required sequence transports;
// The publicKey field will be missing if pubKeyCredParams was used to
- // negotiate a public-key algorithm that the user agent doesn’t
+ // negotiate a public-key algorithm that the user agent doesn't
// understand. (See section “Easily accessing credential data” for a
// list of which algorithms user agents must support.) If using such an
// algorithm then the public key must be parsed directly from
// attestationObject or authenticatorData.
Base64URLString publicKey;
- required long long publicKeyAlgorithm;
+ required COSEAlgorithmIdentifier publicKeyAlgorithm;
// This value contains copies of some of the fields above. See
// section “Easily accessing credential data”.
required Base64URLString attestationObject;
};
dictionary AuthenticationResponseJSON {
- required Base64URLString id;
+ required DOMString id;
required Base64URLString rawId;
required AuthenticatorAssertionResponseJSON response;
DOMString authenticatorAttachment;
@@ -56,7 +58,6 @@ dictionary AuthenticatorAssertionResponseJSON {
required Base64URLString authenticatorData;
required Base64URLString signature;
Base64URLString userHandle;
- Base64URLString attestationObject;
};
dictionary AuthenticationExtensionsClientOutputsJSON {
@@ -75,9 +76,11 @@ partial interface PublicKeyCredential {
};
partial interface PublicKeyCredential {
- static Promise isPasskeyPlatformAuthenticatorAvailable();
+ static Promise getClientCapabilities();
};
+typedef record PublicKeyCredentialClientCapabilities;
+
partial interface PublicKeyCredential {
static PublicKeyCredentialCreationOptions parseCreationOptionsFromJSON(PublicKeyCredentialCreationOptionsJSON options);
};
@@ -103,8 +106,8 @@ dictionary PublicKeyCredentialUserEntityJSON {
};
dictionary PublicKeyCredentialDescriptorJSON {
- required Base64URLString id;
required DOMString type;
+ required Base64URLString id;
sequence transports;
};
@@ -122,11 +125,33 @@ dictionary PublicKeyCredentialRequestOptionsJSON {
sequence allowCredentials = [];
DOMString userVerification = "preferred";
sequence hints = [];
- DOMString attestation = "none";
- sequence attestationFormats = [];
AuthenticationExtensionsClientInputsJSON extensions;
};
+partial interface PublicKeyCredential {
+ static Promise signalUnknownCredential(UnknownCredentialOptions options);
+ static Promise signalAllAcceptedCredentials(AllAcceptedCredentialsOptions options);
+ static Promise signalCurrentUserDetails(CurrentUserDetailsOptions options);
+};
+
+dictionary UnknownCredentialOptions {
+ required DOMString rpId;
+ required Base64URLString credentialId;
+};
+
+dictionary AllAcceptedCredentialsOptions {
+ required DOMString rpId;
+ required Base64URLString userId;
+ required sequence allAcceptedCredentialIds;
+};
+
+dictionary CurrentUserDetailsOptions {
+ required DOMString rpId;
+ required Base64URLString userId;
+ required DOMString name;
+ required DOMString displayName;
+};
+
[SecureContext, Exposed=Window]
interface AuthenticatorResponse {
[SameObject] readonly attribute ArrayBuffer clientDataJSON;
@@ -146,7 +171,6 @@ interface AuthenticatorAssertionResponse : AuthenticatorResponse {
[SameObject] readonly attribute ArrayBuffer authenticatorData;
[SameObject] readonly attribute ArrayBuffer signature;
[SameObject] readonly attribute ArrayBuffer? userHandle;
- [SameObject] readonly attribute ArrayBuffer? attestationObject;
};
dictionary PublicKeyCredentialParameters {
@@ -211,12 +235,10 @@ enum AttestationConveyancePreference {
dictionary PublicKeyCredentialRequestOptions {
required BufferSource challenge;
unsigned long timeout;
- USVString rpId;
+ DOMString rpId;
sequence allowCredentials = [];
DOMString userVerification = "preferred";
sequence hints = [];
- DOMString attestation = "none";
- sequence attestationFormats = [];
AuthenticationExtensionsClientInputs extensions;
};
@@ -230,8 +252,8 @@ dictionary CollectedClientData {
required DOMString type;
required DOMString challenge;
required DOMString origin;
- DOMString topOrigin;
boolean crossOrigin;
+ DOMString topOrigin;
};
dictionary TokenBinding {
@@ -268,14 +290,26 @@ enum UserVerificationRequirement {
"discouraged"
};
-enum PublicKeyCredentialHints {
+enum ClientCapability {
+ "conditionalCreate",
+ "conditionalGet",
+ "hybridTransport",
+ "passkeyPlatformAuthenticator",
+ "userVerifyingPlatformAuthenticator",
+ "relatedOrigins",
+ "signalAllAcceptedCredentials",
+ "signalCurrentUserDetails",
+ "signalUnknownCredential"
+};
+
+enum PublicKeyCredentialHint {
"security-key",
"client-device",
"hybrid",
};
partial dictionary AuthenticationExtensionsClientInputs {
- USVString appid;
+ DOMString appid;
};
partial dictionary AuthenticationExtensionsClientOutputs {
@@ -283,7 +317,7 @@ partial dictionary AuthenticationExtensionsClientOutputs {
};
partial dictionary AuthenticationExtensionsClientInputs {
- USVString appidExclude;
+ DOMString appidExclude;
};
partial dictionary AuthenticationExtensionsClientOutputs {
@@ -309,7 +343,7 @@ dictionary AuthenticationExtensionsPRFValues {
dictionary AuthenticationExtensionsPRFInputs {
AuthenticationExtensionsPRFValues eval;
- record evalByCredential;
+ record evalByCredential;
};
partial dictionary AuthenticationExtensionsClientInputs {
@@ -349,31 +383,3 @@ dictionary AuthenticationExtensionsLargeBlobOutputs {
ArrayBuffer blob;
boolean written;
};
-
-partial dictionary AuthenticationExtensionsClientInputs {
- boolean uvm;
-};
-
-typedef sequence UvmEntry;
-typedef sequence UvmEntries;
-
-partial dictionary AuthenticationExtensionsClientOutputs {
- UvmEntries uvm;
-};
-
-dictionary AuthenticationExtensionsDevicePublicKeyInputs {
- DOMString attestation = "none";
- sequence attestationFormats = [];
-};
-
-partial dictionary AuthenticationExtensionsClientInputs {
- AuthenticationExtensionsDevicePublicKeyInputs devicePubKey;
-};
-
-dictionary AuthenticationExtensionsDevicePublicKeyOutputs {
- ArrayBuffer signature;
-};
-
-partial dictionary AuthenticationExtensionsClientOutputs {
- AuthenticationExtensionsDevicePublicKeyOutputs devicePubKey;
-};
diff --git a/tr/ids/vc-data-model-2.0.json b/tr/ids/vc-data-model-2.0.json
index f4377d3a2293..f8dd64e0c488 100644
--- a/tr/ids/vc-data-model-2.0.json
+++ b/tr/ids/vc-data-model-2.0.json
@@ -19,8 +19,6 @@
"https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-holders-1",
"https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifier-1",
"https://www.w3.org/TR/vc-data-model-2.0/#sotd",
- "https://www.w3.org/TR/vc-data-model-2.0/#issue-container-generatedID",
- "https://www.w3.org/TR/vc-data-model-2.0/#h-issue",
"https://www.w3.org/TR/vc-data-model-2.0/#w3c_process_revision",
"https://www.w3.org/TR/vc-data-model-2.0/#toc",
"https://www.w3.org/TR/vc-data-model-2.0/#table-of-contents",
@@ -104,7 +102,7 @@
"https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-subjects-7",
"https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verification-material-2",
"https://www.w3.org/TR/vc-data-model-2.0/#roles",
- "https://www.w3.org/TR/vc-data-model-2.0/#issue-container-generatedID-0",
+ "https://www.w3.org/TR/vc-data-model-2.0/#issue-container-generatedID",
"https://www.w3.org/TR/vc-data-model-2.0/#h-note",
"https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifiable-credential-21",
"https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-holders-5",
@@ -112,7 +110,7 @@
"https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-holders-6",
"https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-issuers-4",
"https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-holders-7",
- "https://www.w3.org/TR/vc-data-model-2.0/#issue-container-generatedID-1",
+ "https://www.w3.org/TR/vc-data-model-2.0/#issue-container-generatedID-0",
"https://www.w3.org/TR/vc-data-model-2.0/#h-note-0",
"https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-holders-8",
"https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifiable-credential-22",
@@ -139,7 +137,7 @@
"https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-conforming-document-6",
"https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-conforming-issuer-implementation-1",
"https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-conforming-verifier-implementation-1",
- "https://www.w3.org/TR/vc-data-model-2.0/#issue-container-generatedID-2",
+ "https://www.w3.org/TR/vc-data-model-2.0/#issue-container-generatedID-1",
"https://www.w3.org/TR/vc-data-model-2.0/#h-note-1",
"https://www.w3.org/TR/vc-data-model-2.0/#terminology",
"https://www.w3.org/TR/vc-data-model-2.0/#x2-terminology",
@@ -246,7 +244,7 @@
"https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-presentation-3",
"https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifiable-credential-44",
"https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifiable-presentation-16",
- "https://www.w3.org/TR/vc-data-model-2.0/#issue-container-generatedID-3",
+ "https://www.w3.org/TR/vc-data-model-2.0/#issue-container-generatedID-2",
"https://www.w3.org/TR/vc-data-model-2.0/#h-note-2",
"https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-credential-20",
"https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-presentation-4",
@@ -386,13 +384,13 @@
"https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifiable-presentation-29",
"https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-enveloping-proof-4",
"https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifiable-credential-60",
- "https://www.w3.org/TR/vc-data-model-2.0/#issue-container-generatedID-4",
+ "https://www.w3.org/TR/vc-data-model-2.0/#issue-container-generatedID-3",
"https://www.w3.org/TR/vc-data-model-2.0/#h-note-3",
"https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-presentation-11",
"https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-credential-31",
"https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-subjects-22",
"https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifiable-credential-61",
- "https://www.w3.org/TR/vc-data-model-2.0/#issue-container-generatedID-5",
+ "https://www.w3.org/TR/vc-data-model-2.0/#issue-container-generatedID-4",
"https://www.w3.org/TR/vc-data-model-2.0/#h-note-4",
"https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-entities-11",
"https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-holders-16",
@@ -441,7 +439,7 @@
"https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifiable-credential-71",
"https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-url-7",
"https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-url-8",
- "https://www.w3.org/TR/vc-data-model-2.0/#issue-container-generatedID-6",
+ "https://www.w3.org/TR/vc-data-model-2.0/#issue-container-generatedID-5",
"https://www.w3.org/TR/vc-data-model-2.0/#h-note-5",
"https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-property-4",
"https://www.w3.org/TR/vc-data-model-2.0/#identifiers",
@@ -454,7 +452,7 @@
"https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-holders-19",
"https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifiable-presentation-33",
"https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-property-7",
- "https://www.w3.org/TR/vc-data-model-2.0/#issue-container-generatedID-7",
+ "https://www.w3.org/TR/vc-data-model-2.0/#issue-container-generatedID-6",
"https://www.w3.org/TR/vc-data-model-2.0/#h-note-6",
"https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-property-8",
"https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-property-9",
@@ -472,23 +470,23 @@
"https://www.w3.org/TR/vc-data-model-2.0/#vc-tab1jose",
"https://www.w3.org/TR/vc-data-model-2.0/#vc-tab1cose",
"https://www.w3.org/TR/vc-data-model-2.0/#vc-tab1sd-jwt",
- "https://www.w3.org/TR/vc-data-model-2.0/#sd-jwt-1-nq6c7ly-encoded",
- "https://www.w3.org/TR/vc-data-model-2.0/#sd-jwt-1-nq6c7ly-decoded",
- "https://www.w3.org/TR/vc-data-model-2.0/#sd-jwt-1-nq6c7ly-disclosures",
- "https://www.w3.org/TR/vc-data-model-2.0/#sd-jwt-1-nq6c7ly-content-encoded",
- "https://www.w3.org/TR/vc-data-model-2.0/#sd-jwt-1-nq6c7ly-content-decoded",
- "https://www.w3.org/TR/vc-data-model-2.0/#sd-jwt-1-nq6c7ly-content-disclosures",
- "https://www.w3.org/TR/vc-data-model-2.0/#sd-jwt-claim-iT0WUsuc7NXZmE3NvfPwetGAuwWZIDCzp6n-EUxsAR0",
- "https://www.w3.org/TR/vc-data-model-2.0/#sd-jwt-claim-ofJhlGFtFaehjnEBrScTPYSK0GwPmdj70yfm9jTlwpg",
- "https://www.w3.org/TR/vc-data-model-2.0/#sd-jwt-claim-lOTP8vxXpBiCI9UTAeITENIx6FvnwQvsfa9XvUW5XpU",
- "https://www.w3.org/TR/vc-data-model-2.0/#sd-jwt-claim-DWsqKR1O5J6GrsBA8Cf_qtekHOtQlvMvPCswUMkbMqo",
+ "https://www.w3.org/TR/vc-data-model-2.0/#sd-jwt-1-psd7gbz-encoded",
+ "https://www.w3.org/TR/vc-data-model-2.0/#sd-jwt-1-psd7gbz-decoded",
+ "https://www.w3.org/TR/vc-data-model-2.0/#sd-jwt-1-psd7gbz-disclosures",
+ "https://www.w3.org/TR/vc-data-model-2.0/#sd-jwt-1-psd7gbz-content-encoded",
+ "https://www.w3.org/TR/vc-data-model-2.0/#sd-jwt-1-psd7gbz-content-decoded",
+ "https://www.w3.org/TR/vc-data-model-2.0/#sd-jwt-1-psd7gbz-content-disclosures",
+ "https://www.w3.org/TR/vc-data-model-2.0/#sd-jwt-claim-MDOqNS0roJVQJuu9Uvgjj7bRFZgZ6mZb44FvyGQprW8",
+ "https://www.w3.org/TR/vc-data-model-2.0/#sd-jwt-claim-BtlO8okjj9Xcqb1f01wQhKiQ5LryLuHqJ92FRPslNI4",
+ "https://www.w3.org/TR/vc-data-model-2.0/#sd-jwt-claim-uKuA_my5QUKOnCjC5jQWQGyfV-BOS3agCCVaCv9fmrY",
+ "https://www.w3.org/TR/vc-data-model-2.0/#sd-jwt-claim-pK8Ij9JEJCexdgMUXm_ie48X57V4T8xa26mc_BvK3Ws",
"https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifiable-credential-74",
"https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-subjects-24",
"https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifiable-credential-75",
"https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-claims-34",
"https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-decentralized-identifiers-2",
"https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-decentralized-identifiers-3",
- "https://www.w3.org/TR/vc-data-model-2.0/#issue-container-generatedID-8",
+ "https://www.w3.org/TR/vc-data-model-2.0/#issue-container-generatedID-7",
"https://www.w3.org/TR/vc-data-model-2.0/#h-note-7",
"https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-decentralized-identifiers-4",
"https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifiable-credential-76",
@@ -524,16 +522,16 @@
"https://www.w3.org/TR/vc-data-model-2.0/#vc-tab2jose",
"https://www.w3.org/TR/vc-data-model-2.0/#vc-tab2cose",
"https://www.w3.org/TR/vc-data-model-2.0/#vc-tab2sd-jwt",
- "https://www.w3.org/TR/vc-data-model-2.0/#sd-jwt-2-pm3v1ko-encoded",
- "https://www.w3.org/TR/vc-data-model-2.0/#sd-jwt-2-pm3v1ko-decoded",
- "https://www.w3.org/TR/vc-data-model-2.0/#sd-jwt-2-pm3v1ko-disclosures",
- "https://www.w3.org/TR/vc-data-model-2.0/#sd-jwt-2-pm3v1ko-content-encoded",
- "https://www.w3.org/TR/vc-data-model-2.0/#sd-jwt-2-pm3v1ko-content-decoded",
- "https://www.w3.org/TR/vc-data-model-2.0/#sd-jwt-2-pm3v1ko-content-disclosures",
- "https://www.w3.org/TR/vc-data-model-2.0/#sd-jwt-claim-0nYowPcNoBc09ktZWidsxFH0dDjzbPEm6gEbYA-CiUI",
- "https://www.w3.org/TR/vc-data-model-2.0/#sd-jwt-claim-ra9kLb_S-uKAEpDxfe3JFrPWFjOqJ2Lj3-HNKhMBzik",
- "https://www.w3.org/TR/vc-data-model-2.0/#sd-jwt-claim-yuJlhtAMrgdx5Dry6ZXqN_nlwaCBafcHJe55KO8KwnM",
- "https://www.w3.org/TR/vc-data-model-2.0/#sd-jwt-claim-kULnZp_N1uXgzfJGFD6AsY2S6iwV4KUxnJigN2zlPW4",
+ "https://www.w3.org/TR/vc-data-model-2.0/#sd-jwt-2-16d9ecq-encoded",
+ "https://www.w3.org/TR/vc-data-model-2.0/#sd-jwt-2-16d9ecq-decoded",
+ "https://www.w3.org/TR/vc-data-model-2.0/#sd-jwt-2-16d9ecq-disclosures",
+ "https://www.w3.org/TR/vc-data-model-2.0/#sd-jwt-2-16d9ecq-content-encoded",
+ "https://www.w3.org/TR/vc-data-model-2.0/#sd-jwt-2-16d9ecq-content-decoded",
+ "https://www.w3.org/TR/vc-data-model-2.0/#sd-jwt-2-16d9ecq-content-disclosures",
+ "https://www.w3.org/TR/vc-data-model-2.0/#sd-jwt-claim-TOfXtkgZgjcDGyQg9N32gzdFFJUS0Aq-etUXOjEVST8",
+ "https://www.w3.org/TR/vc-data-model-2.0/#sd-jwt-claim-m7kxMcVLVsU_r8-b9AnttiMCN6_yqu-AYGtSyji1dzY",
+ "https://www.w3.org/TR/vc-data-model-2.0/#sd-jwt-claim-aR6ACQLkm0KWuIwApfbrUxvH76jZjWi7QztWhrtCnIs",
+ "https://www.w3.org/TR/vc-data-model-2.0/#sd-jwt-claim-Q1ug5odA1H1leVKXCkbbY0ySkKct8e_HkTo8PRs1u9U",
"https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-type-1",
"https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifiable-credential-83",
"https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifiable-credential-84",
@@ -547,7 +545,7 @@
"https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-type-6",
"https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-type-7",
"https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-type-8",
- "https://www.w3.org/TR/vc-data-model-2.0/#issue-container-generatedID-9",
+ "https://www.w3.org/TR/vc-data-model-2.0/#issue-container-generatedID-8",
"https://www.w3.org/TR/vc-data-model-2.0/#h-note-8",
"https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-type-9",
"https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-credential-34",
@@ -563,7 +561,7 @@
"https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-subjects-26",
"https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verify-7",
"https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-url-11",
- "https://www.w3.org/TR/vc-data-model-2.0/#issue-container-generatedID-10",
+ "https://www.w3.org/TR/vc-data-model-2.0/#issue-container-generatedID-9",
"https://www.w3.org/TR/vc-data-model-2.0/#h-note-9",
"https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifiable-credential-85",
"https://www.w3.org/TR/vc-data-model-2.0/#names-and-descriptions",
@@ -593,18 +591,18 @@
"https://www.w3.org/TR/vc-data-model-2.0/#vc-tab3jose",
"https://www.w3.org/TR/vc-data-model-2.0/#vc-tab3cose",
"https://www.w3.org/TR/vc-data-model-2.0/#vc-tab3sd-jwt",
- "https://www.w3.org/TR/vc-data-model-2.0/#sd-jwt-3-bcojfxo-encoded",
- "https://www.w3.org/TR/vc-data-model-2.0/#sd-jwt-3-bcojfxo-decoded",
- "https://www.w3.org/TR/vc-data-model-2.0/#sd-jwt-3-bcojfxo-disclosures",
- "https://www.w3.org/TR/vc-data-model-2.0/#sd-jwt-3-bcojfxo-content-encoded",
- "https://www.w3.org/TR/vc-data-model-2.0/#sd-jwt-3-bcojfxo-content-decoded",
- "https://www.w3.org/TR/vc-data-model-2.0/#sd-jwt-3-bcojfxo-content-disclosures",
- "https://www.w3.org/TR/vc-data-model-2.0/#sd-jwt-claim-VIf-VJfHz0d3mxZfqjQykgtG9BXg5EKjENqBiai0-bU",
- "https://www.w3.org/TR/vc-data-model-2.0/#sd-jwt-claim-_Enyx3trHIpr6eFISP2632wCoRuv6FT19ZSv_KgQ3l0",
- "https://www.w3.org/TR/vc-data-model-2.0/#sd-jwt-claim-Ajnsz_deYH4rqe0AJNi4Syzh7gA0ZTzPy6xbdArd5Rw",
- "https://www.w3.org/TR/vc-data-model-2.0/#sd-jwt-claim-5D5KwJwmvm5B0XlTcqfpIrrIaey0MFwaDQL6_m4Axaw",
- "https://www.w3.org/TR/vc-data-model-2.0/#sd-jwt-claim-3mO8fRNq9bgEuFebuXHLo5gqj9bxAovbA51HuRayz6Q",
- "https://www.w3.org/TR/vc-data-model-2.0/#issue-container-generatedID-11",
+ "https://www.w3.org/TR/vc-data-model-2.0/#sd-jwt-3-g0u9cg4-encoded",
+ "https://www.w3.org/TR/vc-data-model-2.0/#sd-jwt-3-g0u9cg4-decoded",
+ "https://www.w3.org/TR/vc-data-model-2.0/#sd-jwt-3-g0u9cg4-disclosures",
+ "https://www.w3.org/TR/vc-data-model-2.0/#sd-jwt-3-g0u9cg4-content-encoded",
+ "https://www.w3.org/TR/vc-data-model-2.0/#sd-jwt-3-g0u9cg4-content-decoded",
+ "https://www.w3.org/TR/vc-data-model-2.0/#sd-jwt-3-g0u9cg4-content-disclosures",
+ "https://www.w3.org/TR/vc-data-model-2.0/#sd-jwt-claim-AgxaQTRdsqUIsGcHuDHe9HmtFm9W694WokZgLkfvpxM",
+ "https://www.w3.org/TR/vc-data-model-2.0/#sd-jwt-claim-bEBtJclMC0pVVBy8HsDYTcrwznOlryQBE-N3IXeBZ0M",
+ "https://www.w3.org/TR/vc-data-model-2.0/#sd-jwt-claim-1w68TadOvewvmNfjSipYOQsv-w3IRxZFfq-1M9jup08",
+ "https://www.w3.org/TR/vc-data-model-2.0/#sd-jwt-claim-jj5FR0NAUVGmQ6PMSHdeKyPS5FnfKCaznc8-_Nq_Rsc",
+ "https://www.w3.org/TR/vc-data-model-2.0/#sd-jwt-claim-cSE5W8v271h86kbkK-sihJ8TEMCe-O-U9GoZXeMhyzg",
+ "https://www.w3.org/TR/vc-data-model-2.0/#issue-container-generatedID-10",
"https://www.w3.org/TR/vc-data-model-2.0/#h-note-10",
"https://www.w3.org/TR/vc-data-model-2.0/#example-use-of-the-name-and-description-properties-0",
"https://www.w3.org/TR/vc-data-model-2.0/#issuer",
@@ -632,16 +630,16 @@
"https://www.w3.org/TR/vc-data-model-2.0/#vc-tab4jose",
"https://www.w3.org/TR/vc-data-model-2.0/#vc-tab4cose",
"https://www.w3.org/TR/vc-data-model-2.0/#vc-tab4sd-jwt",
- "https://www.w3.org/TR/vc-data-model-2.0/#sd-jwt-4-9htfkn6-encoded",
- "https://www.w3.org/TR/vc-data-model-2.0/#sd-jwt-4-9htfkn6-decoded",
- "https://www.w3.org/TR/vc-data-model-2.0/#sd-jwt-4-9htfkn6-disclosures",
- "https://www.w3.org/TR/vc-data-model-2.0/#sd-jwt-4-9htfkn6-content-encoded",
- "https://www.w3.org/TR/vc-data-model-2.0/#sd-jwt-4-9htfkn6-content-decoded",
- "https://www.w3.org/TR/vc-data-model-2.0/#sd-jwt-4-9htfkn6-content-disclosures",
- "https://www.w3.org/TR/vc-data-model-2.0/#sd-jwt-claim-EIjy55bI5YvJ7llXvDelPPB_MTvyDH-JvR7Si4GPnTo",
- "https://www.w3.org/TR/vc-data-model-2.0/#sd-jwt-claim-Qae6LoQR3bO9nBteFwSfChgiiA3c0H9ds3S2harOKcg",
- "https://www.w3.org/TR/vc-data-model-2.0/#sd-jwt-claim-1NR-eDexRTwonJmtmqKHknKg6AuMGpT9hIpuGO61Cho",
- "https://www.w3.org/TR/vc-data-model-2.0/#sd-jwt-claim-1zUVqgvEvoWVdOjNd9BqI5OnSP8MVnPaPhsQtnEVQ5M",
+ "https://www.w3.org/TR/vc-data-model-2.0/#sd-jwt-4-bzpih4u-encoded",
+ "https://www.w3.org/TR/vc-data-model-2.0/#sd-jwt-4-bzpih4u-decoded",
+ "https://www.w3.org/TR/vc-data-model-2.0/#sd-jwt-4-bzpih4u-disclosures",
+ "https://www.w3.org/TR/vc-data-model-2.0/#sd-jwt-4-bzpih4u-content-encoded",
+ "https://www.w3.org/TR/vc-data-model-2.0/#sd-jwt-4-bzpih4u-content-decoded",
+ "https://www.w3.org/TR/vc-data-model-2.0/#sd-jwt-4-bzpih4u-content-disclosures",
+ "https://www.w3.org/TR/vc-data-model-2.0/#sd-jwt-claim-ilxRLAlEjyGfTzdUxeeVSFABRMjcSqglNxycaO-PtEw",
+ "https://www.w3.org/TR/vc-data-model-2.0/#sd-jwt-claim-VQNt2WzeC66scr4nn2-8amdn-gTcCT0qPQv-kLdpkI0",
+ "https://www.w3.org/TR/vc-data-model-2.0/#sd-jwt-claim-QwtUXRwIUMu8RbGCkuJb9rlCwbiP2E2PXBJDAJdWOwU",
+ "https://www.w3.org/TR/vc-data-model-2.0/#sd-jwt-claim-bSDeXPOoXCvxpQRcVXepXxiofciM0IEyIX6lrZtANBI",
"https://www.w3.org/TR/vc-data-model-2.0/#example-expanded-use-of-the-issuer-property",
"https://www.w3.org/TR/vc-data-model-2.0/#vc-tab5unsigned",
"https://www.w3.org/TR/vc-data-model-2.0/#vc-tab5ecdsa-rdfc-2019",
@@ -651,18 +649,18 @@
"https://www.w3.org/TR/vc-data-model-2.0/#vc-tab5jose",
"https://www.w3.org/TR/vc-data-model-2.0/#vc-tab5cose",
"https://www.w3.org/TR/vc-data-model-2.0/#vc-tab5sd-jwt",
- "https://www.w3.org/TR/vc-data-model-2.0/#sd-jwt-5-hfx74zk-encoded",
- "https://www.w3.org/TR/vc-data-model-2.0/#sd-jwt-5-hfx74zk-decoded",
- "https://www.w3.org/TR/vc-data-model-2.0/#sd-jwt-5-hfx74zk-disclosures",
- "https://www.w3.org/TR/vc-data-model-2.0/#sd-jwt-5-hfx74zk-content-encoded",
- "https://www.w3.org/TR/vc-data-model-2.0/#sd-jwt-5-hfx74zk-content-decoded",
- "https://www.w3.org/TR/vc-data-model-2.0/#sd-jwt-5-hfx74zk-content-disclosures",
- "https://www.w3.org/TR/vc-data-model-2.0/#sd-jwt-claim-BnP2uQko-ds_Oq6lCnmTOMbPnlwn4QVhYaRfByhRl2s",
- "https://www.w3.org/TR/vc-data-model-2.0/#sd-jwt-claim-oUjPQ_Xk237QyaQE_ouzJLXQor1fRsT03uS_gzaYS0Y",
- "https://www.w3.org/TR/vc-data-model-2.0/#sd-jwt-claim-l8m_eDq_L7q99k7KKX5tq7pATbC6Z2gvYBeeyoJ16ho",
- "https://www.w3.org/TR/vc-data-model-2.0/#sd-jwt-claim-6dXTQrH50HUFSp7Ns2wv_0bEkfsi0Pb_rN5SvljZasY",
- "https://www.w3.org/TR/vc-data-model-2.0/#sd-jwt-claim-ER7UqAIeFpsXt_fSfQp8rKcKYPx10y7MEtba4BrmE9I",
- "https://www.w3.org/TR/vc-data-model-2.0/#issue-container-generatedID-12",
+ "https://www.w3.org/TR/vc-data-model-2.0/#sd-jwt-5-qfgcw4g-encoded",
+ "https://www.w3.org/TR/vc-data-model-2.0/#sd-jwt-5-qfgcw4g-decoded",
+ "https://www.w3.org/TR/vc-data-model-2.0/#sd-jwt-5-qfgcw4g-disclosures",
+ "https://www.w3.org/TR/vc-data-model-2.0/#sd-jwt-5-qfgcw4g-content-encoded",
+ "https://www.w3.org/TR/vc-data-model-2.0/#sd-jwt-5-qfgcw4g-content-decoded",
+ "https://www.w3.org/TR/vc-data-model-2.0/#sd-jwt-5-qfgcw4g-content-disclosures",
+ "https://www.w3.org/TR/vc-data-model-2.0/#sd-jwt-claim-es-qM_PkVl4y9trWQ5-jBaYUIkUx1S8TRjwhlq3VZeg",
+ "https://www.w3.org/TR/vc-data-model-2.0/#sd-jwt-claim-o-N4vUMjZiLW3SHtLbBeFll9NgTt9gEQQEU2xpogRI0",
+ "https://www.w3.org/TR/vc-data-model-2.0/#sd-jwt-claim-NgreTBbTupmb1oUptcJsLG9AZEtjBy3CnNhzNr0T5ss",
+ "https://www.w3.org/TR/vc-data-model-2.0/#sd-jwt-claim-S08AKbBl-__Is_BCeXYAFQmS7hnQEPlgjVR4rZuWxIY",
+ "https://www.w3.org/TR/vc-data-model-2.0/#sd-jwt-claim-phPSe-MxcdMqJpNnLcAv80UHG9dPL19GgLKRz8KjBtc",
+ "https://www.w3.org/TR/vc-data-model-2.0/#issue-container-generatedID-11",
"https://www.w3.org/TR/vc-data-model-2.0/#h-note-11",
"https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-property-21",
"https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-decentralized-identifiers-10",
@@ -692,16 +690,16 @@
"https://www.w3.org/TR/vc-data-model-2.0/#vc-tab6jose",
"https://www.w3.org/TR/vc-data-model-2.0/#vc-tab6cose",
"https://www.w3.org/TR/vc-data-model-2.0/#vc-tab6sd-jwt",
- "https://www.w3.org/TR/vc-data-model-2.0/#sd-jwt-6-4tndunv-encoded",
- "https://www.w3.org/TR/vc-data-model-2.0/#sd-jwt-6-4tndunv-decoded",
- "https://www.w3.org/TR/vc-data-model-2.0/#sd-jwt-6-4tndunv-disclosures",
- "https://www.w3.org/TR/vc-data-model-2.0/#sd-jwt-6-4tndunv-content-encoded",
- "https://www.w3.org/TR/vc-data-model-2.0/#sd-jwt-6-4tndunv-content-decoded",
- "https://www.w3.org/TR/vc-data-model-2.0/#sd-jwt-6-4tndunv-content-disclosures",
- "https://www.w3.org/TR/vc-data-model-2.0/#sd-jwt-claim-Ag1Rr_d3Jus_uxCIdoNn99-gYc5k8Hf9etPxsXOfYQQ",
- "https://www.w3.org/TR/vc-data-model-2.0/#sd-jwt-claim-eRT7hO02OS5IZHTRFhCQphlvhWQJFJ93LockQcI0dJQ",
- "https://www.w3.org/TR/vc-data-model-2.0/#sd-jwt-claim-0Ofqsg3Bb5Qo6VltpB9xfsJL0jDhKqPyRUmLUUmv8qQ",
- "https://www.w3.org/TR/vc-data-model-2.0/#sd-jwt-claim-2j7G1WjGl2W6YX4cX4FobmHMmKKganKanAaQJFJ02Sk",
+ "https://www.w3.org/TR/vc-data-model-2.0/#sd-jwt-6-yi073h0-encoded",
+ "https://www.w3.org/TR/vc-data-model-2.0/#sd-jwt-6-yi073h0-decoded",
+ "https://www.w3.org/TR/vc-data-model-2.0/#sd-jwt-6-yi073h0-disclosures",
+ "https://www.w3.org/TR/vc-data-model-2.0/#sd-jwt-6-yi073h0-content-encoded",
+ "https://www.w3.org/TR/vc-data-model-2.0/#sd-jwt-6-yi073h0-content-decoded",
+ "https://www.w3.org/TR/vc-data-model-2.0/#sd-jwt-6-yi073h0-content-disclosures",
+ "https://www.w3.org/TR/vc-data-model-2.0/#sd-jwt-claim--HoUopx2czpAvgJqG6NU_p_USmJVofP2hmjdnryr8OI",
+ "https://www.w3.org/TR/vc-data-model-2.0/#sd-jwt-claim-BbRfqa_9NEwRoub8N1J-xtTNHz1HqEl37JWfGUO1f30",
+ "https://www.w3.org/TR/vc-data-model-2.0/#sd-jwt-claim-Yb9Ud8WkMK3jQcA2oyQ7gk-CNkaTAoUDHAsg9oPLDtI",
+ "https://www.w3.org/TR/vc-data-model-2.0/#sd-jwt-claim-b0Sr6RIXkNpca3Ut6tbXoC9KJTaBaHfkoCYOhJH964U",
"https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-subjects-31",
"https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifiable-credential-90",
"https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-subjects-32",
@@ -730,17 +728,17 @@
"https://www.w3.org/TR/vc-data-model-2.0/#vc-tab7jose",
"https://www.w3.org/TR/vc-data-model-2.0/#vc-tab7cose",
"https://www.w3.org/TR/vc-data-model-2.0/#vc-tab7sd-jwt",
- "https://www.w3.org/TR/vc-data-model-2.0/#sd-jwt-7-pgj1i09-encoded",
- "https://www.w3.org/TR/vc-data-model-2.0/#sd-jwt-7-pgj1i09-decoded",
- "https://www.w3.org/TR/vc-data-model-2.0/#sd-jwt-7-pgj1i09-disclosures",
- "https://www.w3.org/TR/vc-data-model-2.0/#sd-jwt-7-pgj1i09-content-encoded",
- "https://www.w3.org/TR/vc-data-model-2.0/#sd-jwt-7-pgj1i09-content-decoded",
- "https://www.w3.org/TR/vc-data-model-2.0/#sd-jwt-7-pgj1i09-content-disclosures",
- "https://www.w3.org/TR/vc-data-model-2.0/#sd-jwt-claim-VnFmwq3xfLbYv3QqP2YqGATLjGrqaiwEyjbpAIACKBA",
- "https://www.w3.org/TR/vc-data-model-2.0/#sd-jwt-claim-TsN8Ka9GtkPjaYx0dQmry8QqRWFrjhusIQozuGgQXzw",
- "https://www.w3.org/TR/vc-data-model-2.0/#sd-jwt-claim-XeNfhUmSca9rF330vcalXPtFFqOzrjm6Z-sK4bbpKZw",
- "https://www.w3.org/TR/vc-data-model-2.0/#sd-jwt-claim-oXc7w5bK84xBbrtM7Gx8qAe8lUcsm3fl8huC2xkytic",
- "https://www.w3.org/TR/vc-data-model-2.0/#issue-container-generatedID-13",
+ "https://www.w3.org/TR/vc-data-model-2.0/#sd-jwt-7-8umc82u-encoded",
+ "https://www.w3.org/TR/vc-data-model-2.0/#sd-jwt-7-8umc82u-decoded",
+ "https://www.w3.org/TR/vc-data-model-2.0/#sd-jwt-7-8umc82u-disclosures",
+ "https://www.w3.org/TR/vc-data-model-2.0/#sd-jwt-7-8umc82u-content-encoded",
+ "https://www.w3.org/TR/vc-data-model-2.0/#sd-jwt-7-8umc82u-content-decoded",
+ "https://www.w3.org/TR/vc-data-model-2.0/#sd-jwt-7-8umc82u-content-disclosures",
+ "https://www.w3.org/TR/vc-data-model-2.0/#sd-jwt-claim-TCsHgGdrwywLB5rvQW3Qv2IcrPWrcn9hVK6W-FK7Sx4",
+ "https://www.w3.org/TR/vc-data-model-2.0/#sd-jwt-claim-0wMeO7uxwQVMLo-sJaa7Q4ueDjg73UPMFRs37zQRKLw",
+ "https://www.w3.org/TR/vc-data-model-2.0/#sd-jwt-claim-yJ4gVQyekTrDnx2xdC-36njoYwnya4H0w6OiOipPT4A",
+ "https://www.w3.org/TR/vc-data-model-2.0/#sd-jwt-claim-8vs0OjNFZwEMlZV7o-vZqOW_FEEQWJ2XThnmhVx46ao",
+ "https://www.w3.org/TR/vc-data-model-2.0/#issue-container-generatedID-12",
"https://www.w3.org/TR/vc-data-model-2.0/#h-note-12",
"https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifiable-credential-91",
"https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifiable-credential-92",
@@ -784,7 +782,7 @@
"https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifier-19",
"https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-property-40",
"https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-url-16",
- "https://www.w3.org/TR/vc-data-model-2.0/#issue-container-generatedID-14",
+ "https://www.w3.org/TR/vc-data-model-2.0/#issue-container-generatedID-13",
"https://www.w3.org/TR/vc-data-model-2.0/#h-note-13",
"https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-property-41",
"https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifiable-credential-98",
@@ -856,7 +854,7 @@
"https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifiable-presentation-51",
"https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifiable-credential-108",
"https://www.w3.org/TR/vc-data-model-2.0/#example-basic-structure-of-a-presentation-0",
- "https://www.w3.org/TR/vc-data-model-2.0/#issue-container-generatedID-15",
+ "https://www.w3.org/TR/vc-data-model-2.0/#issue-container-generatedID-14",
"https://www.w3.org/TR/vc-data-model-2.0/#h-note-14",
"https://www.w3.org/TR/vc-data-model-2.0/#enveloped-verifiable-presentations",
"https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifiable-presentation-52",
@@ -876,7 +874,7 @@
"https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-issuers-25",
"https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-claims-40",
"https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifiable-credential-112",
- "https://www.w3.org/TR/vc-data-model-2.0/#issue-container-generatedID-16",
+ "https://www.w3.org/TR/vc-data-model-2.0/#issue-container-generatedID-15",
"https://www.w3.org/TR/vc-data-model-2.0/#h-note-15",
"https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifiable-presentation-56",
"https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifiable-credential-113",
@@ -996,7 +994,7 @@
"https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-issuers-43",
"https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-issuers-44",
"https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifier-36",
- "https://www.w3.org/TR/vc-data-model-2.0/#issue-container-generatedID-17",
+ "https://www.w3.org/TR/vc-data-model-2.0/#issue-container-generatedID-16",
"https://www.w3.org/TR/vc-data-model-2.0/#h-note-16",
"https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifier-37",
"https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-issuers-45",
@@ -1013,15 +1011,15 @@
"https://www.w3.org/TR/vc-data-model-2.0/#vc-tab8jose",
"https://www.w3.org/TR/vc-data-model-2.0/#vc-tab8cose",
"https://www.w3.org/TR/vc-data-model-2.0/#vc-tab8sd-jwt",
- "https://www.w3.org/TR/vc-data-model-2.0/#sd-jwt-8-zpu5ffg-encoded",
- "https://www.w3.org/TR/vc-data-model-2.0/#sd-jwt-8-zpu5ffg-decoded",
- "https://www.w3.org/TR/vc-data-model-2.0/#sd-jwt-8-zpu5ffg-disclosures",
- "https://www.w3.org/TR/vc-data-model-2.0/#sd-jwt-8-zpu5ffg-content-encoded",
- "https://www.w3.org/TR/vc-data-model-2.0/#sd-jwt-8-zpu5ffg-content-decoded",
- "https://www.w3.org/TR/vc-data-model-2.0/#sd-jwt-8-zpu5ffg-content-disclosures",
- "https://www.w3.org/TR/vc-data-model-2.0/#sd-jwt-claim-vpXsY1Vqzo41eSN7Y92VdOgtJX3KcXPZAvFA0HtwGZg",
- "https://www.w3.org/TR/vc-data-model-2.0/#sd-jwt-claim-uoK0wHaZLlU0kEPhMgexUR-Vtsl_tMWO5qaujhw8t3A",
- "https://www.w3.org/TR/vc-data-model-2.0/#sd-jwt-claim-5K4ldrOk21ID4tMmYGw9G3bXW79KEOeGBkOtmQ1LCJ0",
+ "https://www.w3.org/TR/vc-data-model-2.0/#sd-jwt-8-65mzr18-encoded",
+ "https://www.w3.org/TR/vc-data-model-2.0/#sd-jwt-8-65mzr18-decoded",
+ "https://www.w3.org/TR/vc-data-model-2.0/#sd-jwt-8-65mzr18-disclosures",
+ "https://www.w3.org/TR/vc-data-model-2.0/#sd-jwt-8-65mzr18-content-encoded",
+ "https://www.w3.org/TR/vc-data-model-2.0/#sd-jwt-8-65mzr18-content-decoded",
+ "https://www.w3.org/TR/vc-data-model-2.0/#sd-jwt-8-65mzr18-content-disclosures",
+ "https://www.w3.org/TR/vc-data-model-2.0/#sd-jwt-claim-VijPk28B282lro-MQbZQlS2SA17mpdSXQM_4P8H1LC8",
+ "https://www.w3.org/TR/vc-data-model-2.0/#sd-jwt-claim-Nz2LObD78D_cBboaZhrqHMKbcgmqTmjtmjet-gwQAUw",
+ "https://www.w3.org/TR/vc-data-model-2.0/#sd-jwt-claim-0996lMR7fh-Bt-GgQJMFquKl4aV8z5kMFHFaUoDuA54",
"https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifiable-credential-134",
"https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-entities-14",
"https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifiable-credential-135",
@@ -1038,7 +1036,7 @@
"https://www.w3.org/TR/vc-data-model-2.0/#semantic-interoperability",
"https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-property-56",
"https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-property-57",
- "https://www.w3.org/TR/vc-data-model-2.0/#issue-container-generatedID-18",
+ "https://www.w3.org/TR/vc-data-model-2.0/#issue-container-generatedID-17",
"https://www.w3.org/TR/vc-data-model-2.0/#h-note-17",
"https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-conforming-document-8",
"https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-conforming-document-9",
@@ -1095,7 +1093,7 @@
"https://www.w3.org/TR/vc-data-model-2.0/#example-use-of-the-refreshservice-property-by-an-issuer",
"https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-issuers-54",
"https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifiable-credential-152",
- "https://www.w3.org/TR/vc-data-model-2.0/#issue-container-generatedID-19",
+ "https://www.w3.org/TR/vc-data-model-2.0/#issue-container-generatedID-18",
"https://www.w3.org/TR/vc-data-model-2.0/#h-note-18",
"https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-property-61",
"https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifiable-credential-153",
@@ -1154,14 +1152,14 @@
"https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-property-67",
"https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-property-68",
"https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-property-69",
- "https://www.w3.org/TR/vc-data-model-2.0/#issue-container-generatedID-20",
+ "https://www.w3.org/TR/vc-data-model-2.0/#issue-container-generatedID-19",
"https://www.w3.org/TR/vc-data-model-2.0/#h-note-19",
"https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-credential-79",
"https://www.w3.org/TR/vc-data-model-2.0/#example-example-of-evidence-supporting-a-skill-achievement-credential",
"https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-issuers-62",
"https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-subjects-40",
"https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-credential-80",
- "https://www.w3.org/TR/vc-data-model-2.0/#issue-container-generatedID-21",
+ "https://www.w3.org/TR/vc-data-model-2.0/#issue-container-generatedID-20",
"https://www.w3.org/TR/vc-data-model-2.0/#h-note-20",
"https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-property-70",
"https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-property-71",
@@ -1250,7 +1248,7 @@
"https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-conforming-document-14",
"https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-conforming-document-15",
"https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-conforming-document-16",
- "https://www.w3.org/TR/vc-data-model-2.0/#issue-container-generatedID-22",
+ "https://www.w3.org/TR/vc-data-model-2.0/#issue-container-generatedID-21",
"https://www.w3.org/TR/vc-data-model-2.0/#h-note-21",
"https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-conforming-document-17",
"https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-conforming-document-18",
@@ -1293,13 +1291,13 @@
"https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-proof-graph-9",
"https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifiable-credential-201",
"https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifiable-presentation-79",
- "https://www.w3.org/TR/vc-data-model-2.0/#issue-container-generatedID-23",
+ "https://www.w3.org/TR/vc-data-model-2.0/#issue-container-generatedID-22",
"https://www.w3.org/TR/vc-data-model-2.0/#h-note-22",
"https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-default-graph-6",
"https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifiable-presentation-80",
"https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifiable-credential-202",
"https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-proof-graph-10",
- "https://www.w3.org/TR/vc-data-model-2.0/#issue-container-generatedID-24",
+ "https://www.w3.org/TR/vc-data-model-2.0/#issue-container-generatedID-23",
"https://www.w3.org/TR/vc-data-model-2.0/#h-note-23",
"https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifiable-credential-203",
"https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifiable-presentation-81",
@@ -1333,7 +1331,7 @@
"https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-conforming-document-25",
"https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-type-specific-credential-processing-2",
"https://www.w3.org/TR/vc-data-model-2.0/#lists-and-arrays",
- "https://www.w3.org/TR/vc-data-model-2.0/#issue-container-generatedID-25",
+ "https://www.w3.org/TR/vc-data-model-2.0/#issue-container-generatedID-24",
"https://www.w3.org/TR/vc-data-model-2.0/#h-note-24",
"https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-type-specific-credential-processing-3",
"https://www.w3.org/TR/vc-data-model-2.0/#example-a-context-file-that-defines-a-matrix-as-an-embedded-json-data-structure",
@@ -1377,7 +1375,7 @@
"https://www.w3.org/TR/vc-data-model-2.0/#algorithms",
"https://www.w3.org/TR/vc-data-model-2.0/#x7-algorithms",
"https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verify-12",
- "https://www.w3.org/TR/vc-data-model-2.0/#issue-container-generatedID-26",
+ "https://www.w3.org/TR/vc-data-model-2.0/#issue-container-generatedID-25",
"https://www.w3.org/TR/vc-data-model-2.0/#h-note-25",
"https://www.w3.org/TR/vc-data-model-2.0/#verification",
"https://www.w3.org/TR/vc-data-model-2.0/#x7-1-verification",
@@ -1411,7 +1409,7 @@
"https://www.w3.org/TR/vc-data-model-2.0/#spectrum-of-privacy",
"https://www.w3.org/TR/vc-data-model-2.0/#x8-1-spectrum-of-privacy",
"https://www.w3.org/TR/vc-data-model-2.0/#fig-privacy-spectrum-ranging-from-pseudonymous-to-fully-identified",
- "https://www.w3.org/TR/vc-data-model-2.0/#issue-container-generatedID-27",
+ "https://www.w3.org/TR/vc-data-model-2.0/#issue-container-generatedID-26",
"https://www.w3.org/TR/vc-data-model-2.0/#h-note-26",
"https://www.w3.org/TR/vc-data-model-2.0/#software-trust-boundaries",
"https://www.w3.org/TR/vc-data-model-2.0/#x8-2-software-trust-boundaries",
@@ -1485,7 +1483,7 @@
"https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifiable-presentation-95",
"https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-holders-72",
"https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-subjects-49",
- "https://www.w3.org/TR/vc-data-model-2.0/#issue-container-generatedID-28",
+ "https://www.w3.org/TR/vc-data-model-2.0/#issue-container-generatedID-27",
"https://www.w3.org/TR/vc-data-model-2.0/#h-note-27",
"https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifiable-credential-243",
"https://www.w3.org/TR/vc-data-model-2.0/#metadata-based-correlation",
@@ -1562,7 +1560,7 @@
"https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-holders-82",
"https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifier-82",
"https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-holders-83",
- "https://www.w3.org/TR/vc-data-model-2.0/#issue-container-generatedID-29",
+ "https://www.w3.org/TR/vc-data-model-2.0/#issue-container-generatedID-28",
"https://www.w3.org/TR/vc-data-model-2.0/#h-note-28",
"https://www.w3.org/TR/vc-data-model-2.0/#bearer-credentials",
"https://www.w3.org/TR/vc-data-model-2.0/#x8-10-bearer-credentials",
@@ -1587,15 +1585,15 @@
"https://www.w3.org/TR/vc-data-model-2.0/#vc-tab9jose",
"https://www.w3.org/TR/vc-data-model-2.0/#vc-tab9cose",
"https://www.w3.org/TR/vc-data-model-2.0/#vc-tab9sd-jwt",
- "https://www.w3.org/TR/vc-data-model-2.0/#sd-jwt-9-t6h47rh-encoded",
- "https://www.w3.org/TR/vc-data-model-2.0/#sd-jwt-9-t6h47rh-decoded",
- "https://www.w3.org/TR/vc-data-model-2.0/#sd-jwt-9-t6h47rh-disclosures",
- "https://www.w3.org/TR/vc-data-model-2.0/#sd-jwt-9-t6h47rh-content-encoded",
- "https://www.w3.org/TR/vc-data-model-2.0/#sd-jwt-9-t6h47rh-content-decoded",
- "https://www.w3.org/TR/vc-data-model-2.0/#sd-jwt-9-t6h47rh-content-disclosures",
- "https://www.w3.org/TR/vc-data-model-2.0/#sd-jwt-claim-NvEGiTINyExKZVqDMbhJUqaINKvwSU-u9GYvbX0ArwU",
- "https://www.w3.org/TR/vc-data-model-2.0/#sd-jwt-claim-Su0wK1wnHUCGHNNUyIfwkdfwWY9Gt245nN5QCF9uz_o",
- "https://www.w3.org/TR/vc-data-model-2.0/#sd-jwt-claim-yu_VqnAB9gVUOie6PsTzK5dCIgZdEQXkaZUtbcfPDkA",
+ "https://www.w3.org/TR/vc-data-model-2.0/#sd-jwt-9-wlwxxnc-encoded",
+ "https://www.w3.org/TR/vc-data-model-2.0/#sd-jwt-9-wlwxxnc-decoded",
+ "https://www.w3.org/TR/vc-data-model-2.0/#sd-jwt-9-wlwxxnc-disclosures",
+ "https://www.w3.org/TR/vc-data-model-2.0/#sd-jwt-9-wlwxxnc-content-encoded",
+ "https://www.w3.org/TR/vc-data-model-2.0/#sd-jwt-9-wlwxxnc-content-decoded",
+ "https://www.w3.org/TR/vc-data-model-2.0/#sd-jwt-9-wlwxxnc-content-disclosures",
+ "https://www.w3.org/TR/vc-data-model-2.0/#sd-jwt-claim-nTNRUmJy_g0bqOqROwHkIIimWvCioyMTMTNbdlZCFFU",
+ "https://www.w3.org/TR/vc-data-model-2.0/#sd-jwt-claim-Dipn_VSCXgMKX4VzGIAoJHSnwZphF5wvTnnXta3iotQ",
+ "https://www.w3.org/TR/vc-data-model-2.0/#sd-jwt-claim-0XcNuaIA1PLmc35fHOrkB2e8agYmr_MJZ9JbX5YCHvs",
"https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-bearer-credentials-4",
"https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-issuers-88",
"https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-holders-87",
@@ -1955,7 +1953,7 @@
"https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-credential-124",
"https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-holders-146",
"https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-credential-125",
- "https://www.w3.org/TR/vc-data-model-2.0/#issue-container-generatedID-30",
+ "https://www.w3.org/TR/vc-data-model-2.0/#issue-container-generatedID-29",
"https://www.w3.org/TR/vc-data-model-2.0/#h-note-29",
"https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-holders-147",
"https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-presentation-25",
@@ -1991,7 +1989,7 @@
"https://www.w3.org/TR/vc-data-model-2.0/#example-design-pattern-for-natural-language-strings",
"https://www.w3.org/TR/vc-data-model-2.0/#example-expressing-natural-language-text-as-english",
"https://www.w3.org/TR/vc-data-model-2.0/#example-arabic-text-with-a-base-direction-of-right-to-left",
- "https://www.w3.org/TR/vc-data-model-2.0/#issue-container-generatedID-31",
+ "https://www.w3.org/TR/vc-data-model-2.0/#issue-container-generatedID-30",
"https://www.w3.org/TR/vc-data-model-2.0/#h-note-30",
"https://www.w3.org/TR/vc-data-model-2.0/#example-multiple-language-texts-provided-for-title",
"https://www.w3.org/TR/vc-data-model-2.0/#example-example-dual-language-credential",
@@ -2053,7 +2051,7 @@
"https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-property-87",
"https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifiable-credential-342",
"https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-subjects-71",
- "https://www.w3.org/TR/vc-data-model-2.0/#issue-container-generatedID-32",
+ "https://www.w3.org/TR/vc-data-model-2.0/#issue-container-generatedID-31",
"https://www.w3.org/TR/vc-data-model-2.0/#h-note-31",
"https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifiable-credential-343",
"https://www.w3.org/TR/vc-data-model-2.0/#issuer-0",
@@ -2082,7 +2080,7 @@
"https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-holders-161",
"https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-subjects-72",
"https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-holders-162",
- "https://www.w3.org/TR/vc-data-model-2.0/#issue-container-generatedID-33",
+ "https://www.w3.org/TR/vc-data-model-2.0/#issue-container-generatedID-32",
"https://www.w3.org/TR/vc-data-model-2.0/#h-note-32",
"https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifiable-credential-345",
"https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifier-146",
@@ -2163,11 +2161,9 @@
"https://www.w3.org/TR/vc-data-model-2.0/#b-contexts-vocabularies-types-and-credential-schemas",
"https://www.w3.org/TR/vc-data-model-2.0/#base-context",
"https://www.w3.org/TR/vc-data-model-2.0/#b-1-base-context",
- "https://www.w3.org/TR/vc-data-model-2.0/#issue-container-number-1437",
- "https://www.w3.org/TR/vc-data-model-2.0/#h-issue-0",
"https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifiable-credential-363",
"https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifiable-presentation-124",
- "https://www.w3.org/TR/vc-data-model-2.0/#issue-container-generatedID-34",
+ "https://www.w3.org/TR/vc-data-model-2.0/#issue-container-generatedID-33",
"https://www.w3.org/TR/vc-data-model-2.0/#h-note-33",
"https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifiable-credential-364",
"https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifiable-presentation-125",
@@ -2186,9 +2182,7 @@
"https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-holders-166",
"https://www.w3.org/TR/vc-data-model-2.0/#vocabularies",
"https://www.w3.org/TR/vc-data-model-2.0/#b-2-vocabularies",
- "https://www.w3.org/TR/vc-data-model-2.0/#issue-container-generatedID-35",
- "https://www.w3.org/TR/vc-data-model-2.0/#h-issue-1",
- "https://www.w3.org/TR/vc-data-model-2.0/#issue-container-generatedID-36",
+ "https://www.w3.org/TR/vc-data-model-2.0/#issue-container-generatedID-34",
"https://www.w3.org/TR/vc-data-model-2.0/#h-note-34",
"https://www.w3.org/TR/vc-data-model-2.0/#bc-credential-evidence",
"https://www.w3.org/TR/vc-data-model-2.0/#bc-credential-schema",
diff --git a/tr/ids/webauthn-3.json b/tr/ids/webauthn-3.json
index 20a38d464665..eedf67fc26a1 100644
--- a/tr/ids/webauthn-3.json
+++ b/tr/ids/webauthn-3.json
@@ -7,6 +7,8 @@
"https://www.w3.org/TR/webauthn-3/#toc-nav",
"https://www.w3.org/TR/webauthn-3/#toc-jump",
"https://www.w3.org/TR/webauthn-3/#toc-toggle",
+ "https://www.w3.org/TR/webauthn-3/#toc-theme-toggle",
+ "https://www.w3.org/TR/webauthn-3/#title",
"https://www.w3.org/TR/webauthn-3/#w3c-state",
"https://www.w3.org/TR/webauthn-3/#abstract",
"https://www.w3.org/TR/webauthn-3/#ref-for-scope",
@@ -98,12 +100,20 @@
"https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A0%E2%91%A4",
"https://www.w3.org/TR/webauthn-3/#sctn-use-cases",
"https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A0%E2%91%A5",
- "https://www.w3.org/TR/webauthn-3/#sctn-usecase-registration",
+ "https://www.w3.org/TR/webauthn-3/#sctn-usecase-consumer-mdc",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A0%E2%91%A5",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-multi-device-credential",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-passkey",
+ "https://www.w3.org/TR/webauthn-3/#sctn-usecase-consumer-mdc-reg",
"https://www.w3.org/TR/webauthn-3/#ref-for-authorization-gesture",
- "https://www.w3.org/TR/webauthn-3/#sctn-usecase-authentication",
+ "https://www.w3.org/TR/webauthn-3/#sctn-usecase-consumer-mdc-auth",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-multi-device-credential%E2%91%A0",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-passkey%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#ref-for-authorization-gesture%E2%91%A0",
- "https://www.w3.org/TR/webauthn-3/#sctn-usecase-new-device-registration",
- "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A0%E2%91%A5",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-passkey%E2%91%A1",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authorization-gesture%E2%91%A1",
+ "https://www.w3.org/TR/webauthn-3/#sctn-usecase-workforce-sdc",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A0%E2%91%A6",
"https://www.w3.org/TR/webauthn-3/#ref-for-roaming-authenticators%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#ref-for-platform-authenticators%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#ref-for-roaming-authenticators%E2%91%A1",
@@ -112,90 +122,91 @@
"https://www.w3.org/TR/webauthn-3/#ref-for-platform-authenticators%E2%91%A1",
"https://www.w3.org/TR/webauthn-3/#ref-for-client-device%E2%91%A1",
"https://www.w3.org/TR/webauthn-3/#ref-for-platform-authenticators%E2%91%A2",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A0%E2%91%A6",
- "https://www.w3.org/TR/webauthn-3/#ref-for-platform-authenticators%E2%91%A3",
- "https://www.w3.org/TR/webauthn-3/#ref-for-platform-authenticators%E2%91%A4",
- "https://www.w3.org/TR/webauthn-3/#ref-for-platform-authenticators%E2%91%A5",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authorization-gesture%E2%91%A1",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authorization-gesture%E2%91%A2",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-client-device%E2%91%A2",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-passkey-platform-authenticator",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-single-device-credential",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-passkey%E2%91%A2",
+ "https://www.w3.org/TR/webauthn-3/#sctn-usecase-workforce-sdc-reg",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-passkey%E2%91%A3",
+ "https://www.w3.org/TR/webauthn-3/#sctn-usecase-workforce-sdc-auth",
"https://www.w3.org/TR/webauthn-3/#sctn-other-configurations",
"https://www.w3.org/TR/webauthn-3/#ref-for-roaming-authenticators%E2%91%A2",
- "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A0%E2%91%A6",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authorization-gesture%E2%91%A3",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A0%E2%91%A7",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authorization-gesture%E2%91%A2",
"https://www.w3.org/TR/webauthn-3/#sctn-sample-scenarios",
"https://www.w3.org/TR/webauthn-3/#ref-for-public-key-credential%E2%91%A6",
- "https://www.w3.org/TR/webauthn-3/#ref-for-first-factor-roaming-authenticator",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-passkey-roaming-authenticator",
"https://www.w3.org/TR/webauthn-3/#ref-for-client-platform",
- "https://www.w3.org/TR/webauthn-3/#ref-for-client-device%E2%91%A2",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-client-device%E2%91%A3",
"https://www.w3.org/TR/webauthn-3/#ref-for-client-platform%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#ref-for-client-platform%E2%91%A1",
"https://www.w3.org/TR/webauthn-3/#sctn-sample-registration",
"https://www.w3.org/TR/webauthn-3/#ref-for-webauthn-relying-party%E2%91%A2",
- "https://www.w3.org/TR/webauthn-3/#ref-for-platform-authenticators%E2%91%A6",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-platform-authenticators%E2%91%A3",
"https://www.w3.org/TR/webauthn-3/#ref-for-roaming-authenticators%E2%91%A3",
- "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A0%E2%91%A7",
"https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A0%E2%91%A8",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A1%E2%93%AA",
"https://www.w3.org/TR/webauthn-3/#ref-for-client-platform%E2%91%A2",
"https://www.w3.org/TR/webauthn-3/#ref-for-client%E2%91%A0",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authorization-gesture%E2%91%A4",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authorization-gesture%E2%91%A3",
"https://www.w3.org/TR/webauthn-3/#ref-for-client%E2%91%A1",
- "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A1%E2%93%AA",
"https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A1%E2%91%A0",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A1%E2%91%A1",
"https://www.w3.org/TR/webauthn-3/#ref-for-credential-public-key",
"https://www.w3.org/TR/webauthn-3/#ref-for-credential-public-key%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#ref-for-credential-id",
- "https://www.w3.org/TR/webauthn-3/#example-838c9f88",
+ "https://www.w3.org/TR/webauthn-3/#example-5f2e796a",
"https://www.w3.org/TR/webauthn-3/#sctn-sample-registration-with-platform-authenticator",
"https://www.w3.org/TR/webauthn-3/#ref-for-webauthn-relying-party%E2%91%A3",
"https://www.w3.org/TR/webauthn-3/#ref-for-public-key-credential%E2%91%A7",
"https://www.w3.org/TR/webauthn-3/#ref-for-user-verifying-platform-authenticator",
- "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A1%E2%91%A1",
- "https://www.w3.org/TR/webauthn-3/#ref-for-user-verifying-platform-authenticator%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A1%E2%91%A2",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-user-verifying-platform-authenticator%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A1%E2%91%A3",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A1%E2%91%A4",
"https://www.w3.org/TR/webauthn-3/#example-47a0ff57",
"https://www.w3.org/TR/webauthn-3/#sctn-sample-authentication",
"https://www.w3.org/TR/webauthn-3/#ref-for-client%E2%91%A2",
- "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A1%E2%91%A4",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A1%E2%91%A5",
"https://www.w3.org/TR/webauthn-3/#ref-for-client-platform%E2%91%A3",
"https://www.w3.org/TR/webauthn-3/#ref-for-client%E2%91%A3",
"https://www.w3.org/TR/webauthn-3/#ref-for-concept-origin%E2%91%A0",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authorization-gesture%E2%91%A5",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authorization-gesture%E2%91%A4",
"https://www.w3.org/TR/webauthn-3/#ref-for-client%E2%91%A4",
- "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A1%E2%91%A5",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A1%E2%91%A6",
"https://www.w3.org/TR/webauthn-3/#ref-for-credential-id%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#ref-for-assertion-signature",
"https://www.w3.org/TR/webauthn-3/#ref-for-credential-id%E2%91%A1",
"https://www.w3.org/TR/webauthn-3/#ref-for-credential-id%E2%91%A2",
- "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A1%E2%91%A6",
"https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A1%E2%91%A7",
- "https://www.w3.org/TR/webauthn-3/#example-84fec6f5",
"https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A1%E2%91%A8",
+ "https://www.w3.org/TR/webauthn-3/#example-84fec6f5",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A2%E2%93%AA",
"https://www.w3.org/TR/webauthn-3/#ref-for-credprops",
"https://www.w3.org/TR/webauthn-3/#example-af2898a4",
"https://www.w3.org/TR/webauthn-3/#sctn-sample-aborting",
- "https://www.w3.org/TR/webauthn-3/#example-4c7ad12d",
+ "https://www.w3.org/TR/webauthn-3/#example-087da4b8",
"https://www.w3.org/TR/webauthn-3/#sctn-sample-decommissioning",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A0%E2%91%A7",
- "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A2%E2%93%AA",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A0%E2%91%A6",
"https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A2%E2%91%A0",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A2%E2%91%A1",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A0%E2%91%A7",
"https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A0%E2%91%A8",
"https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A1%E2%93%AA",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A1%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#sctn-platform-impl-guidance",
"https://www.w3.org/TR/webauthn-3/#sctn-conformance",
"https://www.w3.org/TR/webauthn-3/#sctn-conforming-user-agents",
"https://www.w3.org/TR/webauthn-3/#ref-for-conforming-user-agent%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#sct-domstring-backwards-compatibility",
"https://www.w3.org/TR/webauthn-3/#ref-for-client-platform%E2%91%A4",
- "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A2%E2%91%A1",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A2%E2%91%A2",
"https://www.w3.org/TR/webauthn-3/#ref-for-idl-DOMString",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredentialdescriptor-transports",
"https://www.w3.org/TR/webauthn-3/#sctn-conforming-authenticators",
"https://www.w3.org/TR/webauthn-3/#ref-for-webauthn-authenticator%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#ref-for-conforming-user-agent%E2%91%A1",
"https://www.w3.org/TR/webauthn-3/#sctn-conforming-authenticators-u2f",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A1%E2%91%A1",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A1%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#ref-for-user-handle",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-authenticatorassertionresponse-userhandle",
"https://www.w3.org/TR/webauthn-3/#sctn-conforming-relying-parties",
@@ -206,32 +217,13 @@
"https://www.w3.org/TR/webauthn-3/#ref-for-ctap2-canonical-cbor-encoding-form%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#sctn-dependencies",
"https://www.w3.org/TR/webauthn-3/#base64url-encoding",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-base64url-encoding",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-base64url-encoding",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-base64url-encoding",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-base64url-encoding",
"https://www.w3.org/TR/webauthn-3/#ref-for-ctap2-canonical-cbor-encoding-form%E2%91%A1",
"https://www.w3.org/TR/webauthn-3/#cbor",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-cbor",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-cbor",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-cbor",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-cbor",
"https://www.w3.org/TR/webauthn-3/#ref-for-cbor%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#cddl",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-cddl",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-cddl",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-cddl",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-cddl",
"https://www.w3.org/TR/webauthn-3/#ref-for-credential",
"https://www.w3.org/TR/webauthn-3/#ref-for-idl-DOMException",
"https://www.w3.org/TR/webauthn-3/#ref-for-sec-arraybuffer-constructor",
- "https://www.w3.org/TR/webauthn-3/#ref-for-browsing-context",
- "https://www.w3.org/TR/webauthn-3/#ref-for-concept-origin%E2%91%A1",
- "https://www.w3.org/TR/webauthn-3/#ref-for-concept-origin-opaque",
- "https://www.w3.org/TR/webauthn-3/#ref-for-concept-origin-tuple",
- "https://www.w3.org/TR/webauthn-3/#ref-for-relevant-settings-object",
- "https://www.w3.org/TR/webauthn-3/#ref-for-same-site",
- "https://www.w3.org/TR/webauthn-3/#ref-for-is-a-registrable-domain-suffix-of-or-is-equal-to",
"https://www.w3.org/TR/webauthn-3/#ref-for-concept-domain",
"https://www.w3.org/TR/webauthn-3/#ref-for-concept-url-host",
"https://www.w3.org/TR/webauthn-3/#ref-for-concept-url-port",
@@ -244,12 +236,8 @@
"https://www.w3.org/TR/webauthn-3/#ref-for-appid",
"https://www.w3.org/TR/webauthn-3/#sctn-terminology",
"https://www.w3.org/TR/webauthn-3/#attestation",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-attestation",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-attestation",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-attestation",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-attestation",
"https://www.w3.org/TR/webauthn-3/#ref-for-attestation%E2%91%A2",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A1%E2%91%A2",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A1%E2%91%A1",
"https://www.w3.org/TR/webauthn-3/#ref-for-credential-id%E2%91%A3",
"https://www.w3.org/TR/webauthn-3/#ref-for-credential-key-pair",
"https://www.w3.org/TR/webauthn-3/#ref-for-signature-counter",
@@ -260,146 +248,90 @@
"https://www.w3.org/TR/webauthn-3/#ref-for-attestation-statement%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#ref-for-authdata-attestedcredentialdata-aaguid",
"https://www.w3.org/TR/webauthn-3/#ref-for-attestation-object%E2%91%A0",
- "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A2%E2%91%A2",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A2%E2%91%A3",
"https://www.w3.org/TR/webauthn-3/#ref-for-attestation-conveyance",
"https://www.w3.org/TR/webauthn-3/#attestation-certificate",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-attestation-certificate",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-attestation-certificate",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-attestation-certificate",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-attestation-certificate",
"https://www.w3.org/TR/webauthn-3/#attestation-key-pair",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-attestation-key-pair",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-attestation-key-pair",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-attestation-key-pair",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-attestation-key-pair",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A1%E2%91%A3",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A1%E2%91%A2",
"https://www.w3.org/TR/webauthn-3/#ref-for-registration%E2%91%A3",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A1%E2%91%A4",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A1%E2%91%A3",
"https://www.w3.org/TR/webauthn-3/#attestation-private-key",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-attestation-private-key",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-attestation-private-key",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-attestation-private-key",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-attestation-private-key",
- "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A2%E2%91%A3",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A2%E2%91%A4",
"https://www.w3.org/TR/webauthn-3/#ref-for-credential-public-key%E2%91%A1",
"https://www.w3.org/TR/webauthn-3/#ref-for-authenticatormakecredential",
- "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A2%E2%91%A4",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A2%E2%91%A5",
"https://www.w3.org/TR/webauthn-3/#attestation-public-key",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-attestation-public-key",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-attestation-public-key",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-attestation-public-key",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-attestation-public-key",
"https://www.w3.org/TR/webauthn-3/#ref-for-attestation-certificate",
"https://www.w3.org/TR/webauthn-3/#ref-for-attestation-signature",
"https://www.w3.org/TR/webauthn-3/#ref-for-self-attestation",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A1%E2%91%A5",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A1%E2%91%A4",
"https://www.w3.org/TR/webauthn-3/#ref-for-attestation-key-pair",
"https://www.w3.org/TR/webauthn-3/#ref-for-attestation-certificate%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#ref-for-self-attestation%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#authentication",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-authentication",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-authentication",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-authentication",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-authentication",
"https://www.w3.org/TR/webauthn-3/#authentication-ceremony",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-authentication-ceremony",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-authentication-ceremony",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-authentication-ceremony",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-authentication-ceremony",
"https://www.w3.org/TR/webauthn-3/#ref-for-ceremony%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#ref-for-client-platform%E2%91%A5",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A1%E2%91%A6",
- "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A2%E2%91%A5",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A1%E2%91%A5",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A2%E2%91%A6",
"https://www.w3.org/TR/webauthn-3/#ref-for-credential-private-key",
"https://www.w3.org/TR/webauthn-3/#ref-for-public-key-credential%E2%91%A8",
"https://www.w3.org/TR/webauthn-3/#ref-for-registration%E2%91%A4",
"https://www.w3.org/TR/webauthn-3/#ref-for-test-of-user-presence",
"https://www.w3.org/TR/webauthn-3/#ref-for-user-verification",
"https://www.w3.org/TR/webauthn-3/#ref-for-authentication-ceremony",
- "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A2%E2%91%A6",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A2%E2%91%A7",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-credentialscontainer-get%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-credentialrequestoptions-publickey",
"https://www.w3.org/TR/webauthn-3/#authentication-assertion",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-authentication-assertion",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-authentication-assertion",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-authentication-assertion",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-authentication-assertion",
"https://www.w3.org/TR/webauthn-3/#assertion",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-assertion",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-assertion",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-assertion",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-assertion",
"https://www.w3.org/TR/webauthn-3/#ref-for-authenticatorassertionresponse",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A1%E2%91%A7",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A1%E2%91%A6",
"https://www.w3.org/TR/webauthn-3/#ref-for-authenticatorgetassertion",
"https://www.w3.org/TR/webauthn-3/#ref-for-concept-credential",
"https://www.w3.org/TR/webauthn-3/#authenticator",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-authenticator",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-authenticator",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-authenticator",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-authenticator",
"https://www.w3.org/TR/webauthn-3/#webauthn-authenticator",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-webauthn-authenticator",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-webauthn-authenticator",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-webauthn-authenticator",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-webauthn-authenticator",
"https://www.w3.org/TR/webauthn-3/#ref-for-registration%E2%91%A5",
- "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A2%E2%91%A7",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A2%E2%91%A8",
"https://www.w3.org/TR/webauthn-3/#ref-for-authentication-assertion%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#ref-for-public-key-credential%E2%91%A0%E2%93%AA",
"https://www.w3.org/TR/webauthn-3/#ref-for-user-verification%E2%91%A0",
- "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A2%E2%91%A8",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A1%E2%91%A8",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A3%E2%93%AA",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A1%E2%91%A7",
"https://www.w3.org/TR/webauthn-3/#ref-for-authenticator-type",
"https://www.w3.org/TR/webauthn-3/#ref-for-attestation%E2%91%A3",
"https://www.w3.org/TR/webauthn-3/#ref-for-registration%E2%91%A6",
"https://www.w3.org/TR/webauthn-3/#ref-for-assertion",
"https://www.w3.org/TR/webauthn-3/#ref-for-webauthn-authenticator%E2%91%A1",
"https://www.w3.org/TR/webauthn-3/#ref-for-roaming-authenticators%E2%91%A4",
- "https://www.w3.org/TR/webauthn-3/#ref-for-client-device%E2%91%A3",
- "https://www.w3.org/TR/webauthn-3/#ref-for-client%E2%91%A6",
"https://www.w3.org/TR/webauthn-3/#ref-for-client-device%E2%91%A4",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-client%E2%91%A6",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-client-device%E2%91%A5",
"https://www.w3.org/TR/webauthn-3/#ref-for-webauthn-authenticator%E2%91%A2",
"https://www.w3.org/TR/webauthn-3/#ref-for-credential-key-pair%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#ref-for-client-side",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A1%E2%91%A8",
"https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A2%E2%93%AA",
"https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A2%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A2%E2%91%A1",
"https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A2%E2%91%A2",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A2%E2%91%A3",
"https://www.w3.org/TR/webauthn-3/#ref-for-concept-credential%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#authorization-gesture",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-authorization-gesture",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-authorization-gesture",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-authorization-gesture",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-authorization-gesture",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authorization-gesture%E2%91%A6",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authorization-gesture%E2%91%A5",
"https://www.w3.org/TR/webauthn-3/#ref-for-ceremony%E2%91%A1",
"https://www.w3.org/TR/webauthn-3/#ref-for-registration%E2%91%A7",
"https://www.w3.org/TR/webauthn-3/#ref-for-authentication%E2%91%A2",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authorization-gesture%E2%91%A7",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authorization-gesture%E2%91%A6",
"https://www.w3.org/TR/webauthn-3/#ref-for-user-consent%E2%91%A2",
"https://www.w3.org/TR/webauthn-3/#ref-for-ceremony%E2%91%A2",
"https://www.w3.org/TR/webauthn-3/#ref-for-user-verification%E2%91%A1",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A2%E2%91%A4",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A2%E2%91%A3",
"https://www.w3.org/TR/webauthn-3/#ref-for-test-of-user-presence%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#backed-up",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-backed-up",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-backed-up",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-backed-up",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-backed-up",
"https://www.w3.org/TR/webauthn-3/#ref-for-public-key-credential-source",
"https://www.w3.org/TR/webauthn-3/#ref-for-generating-authenticator",
"https://www.w3.org/TR/webauthn-3/#backup-eligibility",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-backup-eligibility",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-backup-eligibility",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-backup-eligibility",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-backup-eligibility",
"https://www.w3.org/TR/webauthn-3/#backup-eligible",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-backup-eligible",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-backup-eligible",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-backup-eligible",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-backup-eligible",
"https://www.w3.org/TR/webauthn-3/#ref-for-public-key-credential-source%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#ref-for-generating-authenticator%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#ref-for-public-key-credential-source%E2%91%A1",
@@ -411,42 +343,18 @@
"https://www.w3.org/TR/webauthn-3/#ref-for-public-key-credential-source%E2%91%A2",
"https://www.w3.org/TR/webauthn-3/#ref-for-public-key-credential-source%E2%91%A3",
"https://www.w3.org/TR/webauthn-3/#multi-device-credential",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-multi-device-credential",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-multi-device-credential",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-multi-device-credential",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-multi-device-credential",
"https://www.w3.org/TR/webauthn-3/#single-device-credential",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-single-device-credential",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-single-device-credential",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-single-device-credential",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-single-device-credential",
"https://www.w3.org/TR/webauthn-3/#backup-state",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-backup-state",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-backup-state",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-backup-state",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-backup-state",
- "https://www.w3.org/TR/webauthn-3/#ref-for-multi-device-credential",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-multi-device-credential%E2%91%A1",
"https://www.w3.org/TR/webauthn-3/#ref-for-public-key-credential-source-managing-authenticator",
"https://www.w3.org/TR/webauthn-3/#ref-for-authenticator-data%E2%91%A1",
"https://www.w3.org/TR/webauthn-3/#ref-for-authdata-flags%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#ref-for-backup-eligibility",
"https://www.w3.org/TR/webauthn-3/#biometric-authenticator",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-biometric-authenticator",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-biometric-authenticator",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-biometric-authenticator",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-biometric-authenticator",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A2%E2%91%A5",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A2%E2%91%A4",
"https://www.w3.org/TR/webauthn-3/#ref-for-biometric-recognition",
"https://www.w3.org/TR/webauthn-3/#biometric-recognition",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-biometric-recognition",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-biometric-recognition",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-biometric-recognition",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-biometric-recognition",
"https://www.w3.org/TR/webauthn-3/#bound-credential",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-bound-credential",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-bound-credential",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-bound-credential",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-bound-credential",
"https://www.w3.org/TR/webauthn-3/#ref-for-contains",
"https://www.w3.org/TR/webauthn-3/#ref-for-created-on",
"https://www.w3.org/TR/webauthn-3/#ref-for-public-key-credential-source%E2%91%A4",
@@ -459,40 +367,20 @@
"https://www.w3.org/TR/webauthn-3/#ref-for-bound-credential%E2%91%A1",
"https://www.w3.org/TR/webauthn-3/#ref-for-public-key-credential-source-managing-authenticator%E2%91%A2",
"https://www.w3.org/TR/webauthn-3/#contains",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-contains",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-contains",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-contains",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-contains",
"https://www.w3.org/TR/webauthn-3/#ref-for-bound-credential%E2%91%A2",
"https://www.w3.org/TR/webauthn-3/#ref-for-bound-credential%E2%91%A3",
"https://www.w3.org/TR/webauthn-3/#created-on",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-created-on",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-created-on",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-created-on",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-created-on",
"https://www.w3.org/TR/webauthn-3/#ref-for-public-key-credential-source-managing-authenticator%E2%91%A3",
"https://www.w3.org/TR/webauthn-3/#ref-for-server-side-credential",
"https://www.w3.org/TR/webauthn-3/#ref-for-bound-credential%E2%91%A4",
"https://www.w3.org/TR/webauthn-3/#ceremony",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-ceremony",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-ceremony",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-ceremony",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-ceremony",
"https://www.w3.org/TR/webauthn-3/#ref-for-ceremony%E2%91%A3",
"https://www.w3.org/TR/webauthn-3/#ref-for-registration%E2%91%A8",
"https://www.w3.org/TR/webauthn-3/#ref-for-authentication%E2%91%A3",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authorization-gesture%E2%91%A8",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authorization-gesture%E2%91%A7",
"https://www.w3.org/TR/webauthn-3/#ref-for-ceremony%E2%91%A4",
"https://www.w3.org/TR/webauthn-3/#client",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-client",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-client",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-client",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-client",
"https://www.w3.org/TR/webauthn-3/#webauthn-client",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-webauthn-client",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-webauthn-client",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-webauthn-client",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-webauthn-client",
"https://www.w3.org/TR/webauthn-3/#ref-for-client%E2%91%A7",
"https://www.w3.org/TR/webauthn-3/#ref-for-conforming-user-agent%E2%91%A2",
"https://www.w3.org/TR/webauthn-3/#ref-for-webauthn-client%E2%91%A0",
@@ -505,75 +393,35 @@
"https://www.w3.org/TR/webauthn-3/#ref-for-webauthn-client%E2%91%A1",
"https://www.w3.org/TR/webauthn-3/#ref-for-webauthn-client-device",
"https://www.w3.org/TR/webauthn-3/#client-device",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-client-device",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-client-device",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-client-device",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-client-device",
"https://www.w3.org/TR/webauthn-3/#webauthn-client-device",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-webauthn-client-device",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-webauthn-client-device",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-webauthn-client-device",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-webauthn-client-device",
"https://www.w3.org/TR/webauthn-3/#ref-for-webauthn-client%E2%91%A2",
"https://www.w3.org/TR/webauthn-3/#ref-for-webauthn-client-device%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#ref-for-client%E2%91%A8",
- "https://www.w3.org/TR/webauthn-3/#ref-for-client-device%E2%91%A5",
- "https://www.w3.org/TR/webauthn-3/#ref-for-client%E2%91%A0%E2%93%AA",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A2%E2%91%A6",
"https://www.w3.org/TR/webauthn-3/#ref-for-client-device%E2%91%A6",
- "https://www.w3.org/TR/webauthn-3/#ref-for-platform-authenticators%E2%91%A7",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-client%E2%91%A0%E2%93%AA",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A2%E2%91%A5",
"https://www.w3.org/TR/webauthn-3/#ref-for-client-device%E2%91%A7",
- "https://www.w3.org/TR/webauthn-3/#ref-for-webauthn-client%E2%91%A3",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-platform-authenticators%E2%91%A4",
"https://www.w3.org/TR/webauthn-3/#ref-for-client-device%E2%91%A8",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-webauthn-client%E2%91%A3",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-client-device%E2%91%A0%E2%93%AA",
"https://www.w3.org/TR/webauthn-3/#ref-for-client%E2%91%A0%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#ref-for-client-platform%E2%91%A6",
"https://www.w3.org/TR/webauthn-3/#client-platform",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-client-platform",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-client-platform",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-client-platform",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-client-platform",
- "https://www.w3.org/TR/webauthn-3/#ref-for-client-device%E2%91%A0%E2%93%AA",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-client-device%E2%91%A0%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#ref-for-client%E2%91%A0%E2%91%A1",
"https://www.w3.org/TR/webauthn-3/#ref-for-client-platform%E2%91%A7",
"https://www.w3.org/TR/webauthn-3/#ref-for-client-platform%E2%91%A8",
"https://www.w3.org/TR/webauthn-3/#ref-for-client%E2%91%A0%E2%91%A2",
"https://www.w3.org/TR/webauthn-3/#client-side",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-client-side",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-client-side",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-client-side",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-client-side",
"https://www.w3.org/TR/webauthn-3/#ref-for-client-platform%E2%91%A0%E2%93%AA",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A2%E2%91%A7",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A2%E2%91%A6",
"https://www.w3.org/TR/webauthn-3/#client-side-discoverable-public-key-credential-source",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-client-side-discoverable-public-key-credential-source",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-client-side-discoverable-public-key-credential-source",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-client-side-discoverable-public-key-credential-source",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-client-side-discoverable-public-key-credential-source",
"https://www.w3.org/TR/webauthn-3/#client-side-discoverable-credential",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-client-side-discoverable-credential",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-client-side-discoverable-credential",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-client-side-discoverable-credential",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-client-side-discoverable-credential",
"https://www.w3.org/TR/webauthn-3/#discoverable-credential",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-discoverable-credential",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-discoverable-credential",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-discoverable-credential",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-discoverable-credential",
"https://www.w3.org/TR/webauthn-3/#passkey",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-passkey",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-passkey",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-passkey",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-passkey",
"https://www.w3.org/TR/webauthn-3/#resident-credential",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-resident-credential",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-resident-credential",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-resident-credential",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-resident-credential",
"https://www.w3.org/TR/webauthn-3/#resident-key",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-resident-key",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-resident-key",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-resident-key",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-resident-key",
"https://www.w3.org/TR/webauthn-3/#ref-for-client-side-discoverable-credential",
"https://www.w3.org/TR/webauthn-3/#ref-for-resident-credential",
"https://www.w3.org/TR/webauthn-3/#ref-for-resident-key",
@@ -585,23 +433,23 @@
"https://www.w3.org/TR/webauthn-3/#ref-for-discoverable-credential",
"https://www.w3.org/TR/webauthn-3/#ref-for-public-key-credential-source%E2%91%A6",
"https://www.w3.org/TR/webauthn-3/#ref-for-authentication-ceremony%E2%91%A0",
- "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A3%E2%93%AA",
- "https://www.w3.org/TR/webauthn-3/#ref-for-credential-id%E2%91%A4",
"https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A3%E2%91%A0",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-credential-id%E2%91%A4",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A3%E2%91%A1",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-credentialscontainer-get%E2%91%A1",
"https://www.w3.org/TR/webauthn-3/#ref-for-list-is-empty",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredentialrequestoptions-allowcredentials",
- "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A3%E2%91%A1",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A3%E2%91%A2",
"https://www.w3.org/TR/webauthn-3/#ref-for-discoverable-credential-capable",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A2%E2%91%A8",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A2%E2%91%A7",
"https://www.w3.org/TR/webauthn-3/#ref-for-assertion-signature%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#ref-for-discoverable-credential%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#ref-for-rp-id",
"https://www.w3.org/TR/webauthn-3/#ref-for-public-key-credential-source%E2%91%A7",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A3%E2%93%AA",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A2%E2%91%A8",
"https://www.w3.org/TR/webauthn-3/#ref-for-client-platform%E2%91%A0%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#ref-for-server-side-public-key-credential-source",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A3%E2%91%A0",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A3%E2%93%AA",
"https://www.w3.org/TR/webauthn-3/#ref-for-rp-id%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#ref-for-credential-id%E2%91%A5",
"https://www.w3.org/TR/webauthn-3/#ref-for-client-side%E2%91%A0",
@@ -615,72 +463,43 @@
"https://www.w3.org/TR/webauthn-3/#ref-for-list-is-empty%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredentialrequestoptions-allowcredentials%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#conforming-user-agent",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-conforming-user-agent",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-conforming-user-agent",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-conforming-user-agent",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-conforming-user-agent",
- "https://www.w3.org/TR/webauthn-3/#ref-for-client-device%E2%91%A0%E2%91%A0",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-client-device%E2%91%A0%E2%91%A1",
"https://www.w3.org/TR/webauthn-3/#ref-for-web-authentication-api%E2%91%A5",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A3%E2%91%A1",
- "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A3%E2%91%A2",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A3%E2%91%A0",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A3%E2%91%A3",
"https://www.w3.org/TR/webauthn-3/#credential-id",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-credential-id",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-credential-id",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-credential-id",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-credential-id",
"https://www.w3.org/TR/webauthn-3/#ref-for-byte-sequence",
"https://www.w3.org/TR/webauthn-3/#ref-for-public-key-credential-source%E2%91%A0%E2%93%AA",
"https://www.w3.org/TR/webauthn-3/#ref-for-authentication-assertion%E2%91%A1",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A3%E2%91%A2",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A3%E2%91%A1",
"https://www.w3.org/TR/webauthn-3/#ref-for-public-key-credential-source%E2%91%A0%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#ref-for-credential-id%E2%91%A7",
"https://www.w3.org/TR/webauthn-3/#ref-for-public-key-credential-source-mutable-item",
"https://www.w3.org/TR/webauthn-3/#ref-for-public-key-credential-source-managing-authenticator%E2%91%A4",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A3%E2%91%A3",
- "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A3%E2%91%A3",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A3%E2%91%A2",
"https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A3%E2%91%A4",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A3%E2%91%A5",
"https://www.w3.org/TR/webauthn-3/#ref-for-credential-id%E2%91%A8",
"https://www.w3.org/TR/webauthn-3/#credential-key-pair",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-credential-key-pair",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-credential-key-pair",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-credential-key-pair",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-credential-key-pair",
"https://www.w3.org/TR/webauthn-3/#credential-private-key",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-credential-private-key",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-credential-private-key",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-credential-private-key",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-credential-private-key",
"https://www.w3.org/TR/webauthn-3/#credential-public-key",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-credential-public-key",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-credential-public-key",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-credential-public-key",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-credential-public-key",
"https://www.w3.org/TR/webauthn-3/#user-public-key",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-user-public-key",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-user-public-key",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-user-public-key",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-user-public-key",
- "https://www.w3.org/TR/webauthn-3/#user-credential",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-user-credential",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-user-credential",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-user-credential",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-user-credential",
"https://www.w3.org/TR/webauthn-3/#ref-for-credential-key-pair%E2%91%A1",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A3%E2%91%A4",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A3%E2%91%A3",
"https://www.w3.org/TR/webauthn-3/#ref-for-scope%E2%91%A4",
"https://www.w3.org/TR/webauthn-3/#ref-for-webauthn-relying-party%E2%91%A5",
"https://www.w3.org/TR/webauthn-3/#ref-for-public-key-credential%E2%91%A0%E2%91%A1",
"https://www.w3.org/TR/webauthn-3/#ref-for-credential-public-key%E2%91%A2",
"https://www.w3.org/TR/webauthn-3/#ref-for-credential-key-pair%E2%91%A2",
"https://www.w3.org/TR/webauthn-3/#ref-for-credential-public-key%E2%91%A3",
- "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A3%E2%91%A5",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A3%E2%91%A6",
"https://www.w3.org/TR/webauthn-3/#ref-for-registration-ceremony",
"https://www.w3.org/TR/webauthn-3/#ref-for-credential-private-key%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#ref-for-credential-key-pair%E2%91%A3",
"https://www.w3.org/TR/webauthn-3/#ref-for-credential-private-key%E2%91%A1",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A3%E2%91%A5",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A3%E2%91%A4",
"https://www.w3.org/TR/webauthn-3/#ref-for-public-key-credential-source-managing-authenticator%E2%91%A5",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A3%E2%91%A6",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A3%E2%91%A5",
"https://www.w3.org/TR/webauthn-3/#ref-for-self-attestation%E2%91%A1",
"https://www.w3.org/TR/webauthn-3/#ref-for-credential-key-pair%E2%91%A4",
"https://www.w3.org/TR/webauthn-3/#ref-for-attestation-key-pair%E2%91%A0",
@@ -688,83 +507,51 @@
"https://www.w3.org/TR/webauthn-3/#ref-for-credential-public-key%E2%91%A4",
"https://www.w3.org/TR/webauthn-3/#ref-for-user-public-key",
"https://www.w3.org/TR/webauthn-3/#credential-properties",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-credential-properties",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-credential-properties",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-credential-properties",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-credential-properties",
"https://www.w3.org/TR/webauthn-3/#ref-for-credential-properties%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#ref-for-public-key-credential-source%E2%91%A0%E2%91%A1",
"https://www.w3.org/TR/webauthn-3/#ref-for-client-side-discoverable-credential%E2%91%A2",
"https://www.w3.org/TR/webauthn-3/#ref-for-server-side-credential%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#credential-record",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-credential-record",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-credential-record",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-credential-record",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-credential-record",
- "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A3%E2%91%A6",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A3%E2%91%A7",
"https://www.w3.org/TR/webauthn-3/#ref-for-public-key-credential-source%E2%91%A0%E2%91%A2",
"https://www.w3.org/TR/webauthn-3/#ref-for-credential-record",
"https://www.w3.org/TR/webauthn-3/#ref-for-struct",
"https://www.w3.org/TR/webauthn-3/#ref-for-user-account",
"https://www.w3.org/TR/webauthn-3/#ref-for-registration-ceremony%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#ref-for-authentication-ceremony%E2%91%A2",
- "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A3%E2%91%A7",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A3%E2%91%A8",
"https://www.w3.org/TR/webauthn-3/#ref-for-struct-item",
"https://www.w3.org/TR/webauthn-3/#abstract-opdef-credential-record-type",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-abstract-opdef-credential-record-type",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-abstract-opdef-credential-record-type",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-abstract-opdef-credential-record-type",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-abstract-opdef-credential-record-type",
"https://www.w3.org/TR/webauthn-3/#ref-for-public-key-credential-source-type",
"https://www.w3.org/TR/webauthn-3/#ref-for-public-key-credential-source%E2%91%A0%E2%91%A3",
"https://www.w3.org/TR/webauthn-3/#abstract-opdef-credential-record-id",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-abstract-opdef-credential-record-id",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-abstract-opdef-credential-record-id",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-abstract-opdef-credential-record-id",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-abstract-opdef-credential-record-id",
"https://www.w3.org/TR/webauthn-3/#ref-for-credential-id%E2%91%A0%E2%93%AA",
"https://www.w3.org/TR/webauthn-3/#ref-for-public-key-credential-source%E2%91%A0%E2%91%A4",
"https://www.w3.org/TR/webauthn-3/#abstract-opdef-credential-record-publickey",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-abstract-opdef-credential-record-publickey",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-abstract-opdef-credential-record-publickey",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-abstract-opdef-credential-record-publickey",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-abstract-opdef-credential-record-publickey",
"https://www.w3.org/TR/webauthn-3/#ref-for-credential-public-key%E2%91%A5",
"https://www.w3.org/TR/webauthn-3/#ref-for-public-key-credential-source%E2%91%A0%E2%91%A5",
"https://www.w3.org/TR/webauthn-3/#abstract-opdef-credential-record-signcount",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-abstract-opdef-credential-record-signcount",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-abstract-opdef-credential-record-signcount",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-abstract-opdef-credential-record-signcount",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-abstract-opdef-credential-record-signcount",
"https://www.w3.org/TR/webauthn-3/#ref-for-authdata-signcount",
"https://www.w3.org/TR/webauthn-3/#ref-for-authenticator-data%E2%91%A2",
"https://www.w3.org/TR/webauthn-3/#ref-for-ceremony%E2%91%A5",
"https://www.w3.org/TR/webauthn-3/#ref-for-public-key-credential-source%E2%91%A0%E2%91%A6",
"https://www.w3.org/TR/webauthn-3/#abstract-opdef-credential-record-transports",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-abstract-opdef-credential-record-transports",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-abstract-opdef-credential-record-transports",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-abstract-opdef-credential-record-transports",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-abstract-opdef-credential-record-transports",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-authenticatorattestationresponse-gettransports",
"https://www.w3.org/TR/webauthn-3/#ref-for-public-key-credential-source%E2%91%A0%E2%91%A7",
"https://www.w3.org/TR/webauthn-3/#ref-for-registration%E2%91%A0%E2%93%AA",
"https://www.w3.org/TR/webauthn-3/#ref-for-list-item",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-authenticatorattestationresponse-gettransports%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#abstract-opdef-credential-record-uvinitialized",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-abstract-opdef-credential-record-uvinitialized",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-abstract-opdef-credential-record-uvinitialized",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-abstract-opdef-credential-record-uvinitialized",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-abstract-opdef-credential-record-uvinitialized",
"https://www.w3.org/TR/webauthn-3/#ref-for-concept-credential%E2%91%A1",
"https://www.w3.org/TR/webauthn-3/#ref-for-public-key-credential-source%E2%91%A0%E2%91%A8",
"https://www.w3.org/TR/webauthn-3/#ref-for-authdata-flags-uv",
"https://www.w3.org/TR/webauthn-3/#ref-for-authdata-flags%E2%91%A1",
- "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A3%E2%91%A8",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A4%E2%93%AA",
"https://www.w3.org/TR/webauthn-3/#ref-for-authdata-flags-uv%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#ref-for-authdata-flags%E2%91%A2",
"https://www.w3.org/TR/webauthn-3/#ref-for-af",
"https://www.w3.org/TR/webauthn-3/#ref-for-authentication-ceremony%E2%91%A3",
- "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A4%E2%93%AA",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A4%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#ref-for-abstract-opdef-credential-record-uvinitialized",
"https://www.w3.org/TR/webauthn-3/#ref-for-authdata-flags-uv%E2%91%A1",
"https://www.w3.org/TR/webauthn-3/#ref-for-authdata-flags%E2%91%A3",
@@ -776,25 +563,17 @@
"https://www.w3.org/TR/webauthn-3/#ref-for-public-key-credential-source%E2%91%A1%E2%93%AA",
"https://www.w3.org/TR/webauthn-3/#ref-for-authdata-flags-uv%E2%91%A3",
"https://www.w3.org/TR/webauthn-3/#ref-for-authdata-flags%E2%91%A5",
- "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A4%E2%91%A0",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A3%E2%91%A7",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A4%E2%91%A1",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A3%E2%91%A6",
"https://www.w3.org/TR/webauthn-3/#ref-for-user-verification%E2%91%A3",
"https://www.w3.org/TR/webauthn-3/#ref-for-abstract-opdef-credential-record-uvinitialized%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#ref-for-af%E2%91%A1",
"https://www.w3.org/TR/webauthn-3/#ref-for-user-verification%E2%91%A4",
"https://www.w3.org/TR/webauthn-3/#abstract-opdef-credential-record-backupeligible",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-abstract-opdef-credential-record-backupeligible",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-abstract-opdef-credential-record-backupeligible",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-abstract-opdef-credential-record-backupeligible",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-abstract-opdef-credential-record-backupeligible",
"https://www.w3.org/TR/webauthn-3/#ref-for-authdata-flags-be",
"https://www.w3.org/TR/webauthn-3/#ref-for-authdata-flags%E2%91%A6",
"https://www.w3.org/TR/webauthn-3/#ref-for-public-key-credential-source%E2%91%A1%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#abstract-opdef-credential-record-backupstate",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-abstract-opdef-credential-record-backupstate",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-abstract-opdef-credential-record-backupstate",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-abstract-opdef-credential-record-backupstate",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-abstract-opdef-credential-record-backupstate",
"https://www.w3.org/TR/webauthn-3/#ref-for-authdata-flags-bs",
"https://www.w3.org/TR/webauthn-3/#ref-for-authdata-flags%E2%91%A7",
"https://www.w3.org/TR/webauthn-3/#ref-for-authenticator-data%E2%91%A3",
@@ -802,37 +581,25 @@
"https://www.w3.org/TR/webauthn-3/#ref-for-public-key-credential-source%E2%91%A1%E2%91%A1",
"https://www.w3.org/TR/webauthn-3/#ref-for-struct-item%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#abstract-opdef-credential-record-attestationobject",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-abstract-opdef-credential-record-attestationobject",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-abstract-opdef-credential-record-attestationobject",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-abstract-opdef-credential-record-attestationobject",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-abstract-opdef-credential-record-attestationobject",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-authenticatorattestationresponse-attestationobject",
"https://www.w3.org/TR/webauthn-3/#ref-for-public-key-credential-source%E2%91%A1%E2%91%A2",
"https://www.w3.org/TR/webauthn-3/#ref-for-registration%E2%91%A0%E2%91%A0",
- "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A4%E2%91%A1",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A4%E2%91%A2",
"https://www.w3.org/TR/webauthn-3/#ref-for-attestation-statement%E2%91%A1",
"https://www.w3.org/TR/webauthn-3/#abstract-opdef-credential-record-attestationclientdatajson",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-abstract-opdef-credential-record-attestationclientdatajson",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-abstract-opdef-credential-record-attestationclientdatajson",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-abstract-opdef-credential-record-attestationclientdatajson",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-abstract-opdef-credential-record-attestationclientdatajson",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-authenticatorresponse-clientdatajson",
"https://www.w3.org/TR/webauthn-3/#ref-for-public-key-credential-source%E2%91%A1%E2%91%A3",
"https://www.w3.org/TR/webauthn-3/#ref-for-registration%E2%91%A0%E2%91%A1",
"https://www.w3.org/TR/webauthn-3/#ref-for-abstract-opdef-credential-record-attestationobject",
"https://www.w3.org/TR/webauthn-3/#ref-for-struct-item%E2%91%A1",
- "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A4%E2%91%A2",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A4%E2%91%A3",
"https://www.w3.org/TR/webauthn-3/#ref-for-attestation-signature%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#ref-for-webauthn-extensions",
"https://www.w3.org/TR/webauthn-3/#ref-for-struct-item%E2%91%A2",
- "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A4%E2%91%A3",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A4%E2%91%A4",
"https://www.w3.org/TR/webauthn-3/#ref-for-struct-item%E2%91%A3",
"https://www.w3.org/TR/webauthn-3/#ref-for-struct-item%E2%91%A4",
"https://www.w3.org/TR/webauthn-3/#credential-descriptor-for-a-credential-record",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-credential-descriptor-for-a-credential-record",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-credential-descriptor-for-a-credential-record",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-credential-descriptor-for-a-credential-record",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-credential-descriptor-for-a-credential-record",
"https://www.w3.org/TR/webauthn-3/#ref-for-dictdef-publickeycredentialdescriptor",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredentialdescriptor-type",
"https://www.w3.org/TR/webauthn-3/#ref-for-abstract-opdef-credential-record-type",
@@ -843,79 +610,35 @@
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredentialdescriptor-transports%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#ref-for-abstract-opdef-credential-record-transports",
"https://www.w3.org/TR/webauthn-3/#ref-for-credential-record%E2%91%A2",
- "https://www.w3.org/TR/webauthn-3/#hardware-bound-device-key-pair",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-hardware-bound-device-key-pair",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-hardware-bound-device-key-pair",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-hardware-bound-device-key-pair",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-hardware-bound-device-key-pair",
- "https://www.w3.org/TR/webauthn-3/#device-bound-key",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-device-bound-key",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-device-bound-key",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-device-bound-key",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-device-bound-key",
- "https://www.w3.org/TR/webauthn-3/#device-private-key",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-device-private-key",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-device-private-key",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-device-private-key",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-device-private-key",
- "https://www.w3.org/TR/webauthn-3/#device-public-key",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-device-public-key",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-device-public-key",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-device-public-key",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-device-public-key",
- "https://www.w3.org/TR/webauthn-3/#ref-for-hardware-bound-device-key-pair",
- "https://www.w3.org/TR/webauthn-3/#ref-for-device-bound-key",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A3%E2%91%A8",
- "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A4%E2%91%A4",
- "https://www.w3.org/TR/webauthn-3/#ref-for-user-credential",
- "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A4%E2%91%A5",
- "https://www.w3.org/TR/webauthn-3/#ref-for-devicepubkey",
- "https://www.w3.org/TR/webauthn-3/#ref-for-webauthn-extensions%E2%91%A0",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A4%E2%93%AA",
- "https://www.w3.org/TR/webauthn-3/#ref-for-hardware-bound-device-key-pair%E2%91%A0",
- "https://www.w3.org/TR/webauthn-3/#ref-for-device-private-key",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A4%E2%91%A0",
- "https://www.w3.org/TR/webauthn-3/#ref-for-attestation%E2%91%A4",
- "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A4%E2%91%A6",
- "https://www.w3.org/TR/webauthn-3/#ref-for-attestation-statement%E2%91%A2",
"https://www.w3.org/TR/webauthn-3/#generating-authenticator",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-generating-authenticator",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-generating-authenticator",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-generating-authenticator",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-generating-authenticator",
"https://www.w3.org/TR/webauthn-3/#ref-for-authenticatormakecredential%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#ref-for-public-key-credential-source%E2%91%A1%E2%91%A4",
"https://www.w3.org/TR/webauthn-3/#ref-for-generating-authenticator%E2%91%A1",
"https://www.w3.org/TR/webauthn-3/#ref-for-public-key-credential-source-managing-authenticator%E2%91%A6",
- "https://www.w3.org/TR/webauthn-3/#ref-for-single-device-credential",
- "https://www.w3.org/TR/webauthn-3/#ref-for-multi-device-credential%E2%91%A0",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-single-device-credential%E2%91%A0",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-multi-device-credential%E2%91%A2",
"https://www.w3.org/TR/webauthn-3/#ref-for-public-key-credential-source-managing-authenticator%E2%91%A7",
"https://www.w3.org/TR/webauthn-3/#ref-for-authentication%E2%91%A4",
"https://www.w3.org/TR/webauthn-3/#human-palatability",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-human-palatability",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-human-palatability",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-human-palatability",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-human-palatability",
"https://www.w3.org/TR/webauthn-3/#ref-for-human-palatability",
"https://www.w3.org/TR/webauthn-3/#non-discoverable-credential",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-non-discoverable-credential",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-non-discoverable-credential",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-non-discoverable-credential",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-non-discoverable-credential",
"https://www.w3.org/TR/webauthn-3/#ref-for-concept-credential%E2%91%A2",
"https://www.w3.org/TR/webauthn-3/#ref-for-credential-id%E2%91%A0%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredentialrequestoptions-allowcredentials%E2%91%A1",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-credentialscontainer-get%E2%91%A3",
"https://www.w3.org/TR/webauthn-3/#ref-for-client-side-discoverable-credential%E2%91%A3",
"https://www.w3.org/TR/webauthn-3/#ref-for-server-side-credential%E2%91%A1",
+ "https://www.w3.org/TR/webauthn-3/#registrable-origin-label",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-domain-label",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-host-registrable-domain",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-concept-domain%E2%91%A0",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-host-registrable-domain%E2%91%A0",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-registrable-origin-label",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-host-public-suffix",
"https://www.w3.org/TR/webauthn-3/#public-key-credential",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-public-key-credential",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-public-key-credential",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-public-key-credential",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-public-key-credential",
"https://www.w3.org/TR/webauthn-3/#ref-for-public-key-credential%E2%91%A0%E2%91%A2",
"https://www.w3.org/TR/webauthn-3/#ref-for-public-key-credential-source%E2%91%A1%E2%91%A5",
- "https://www.w3.org/TR/webauthn-3/#ref-for-attestation%E2%91%A5",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-attestation%E2%91%A4",
"https://www.w3.org/TR/webauthn-3/#ref-for-credential-public-key%E2%91%A6",
"https://www.w3.org/TR/webauthn-3/#ref-for-public-key-credential-source%E2%91%A1%E2%91%A6",
"https://www.w3.org/TR/webauthn-3/#ref-for-authentication-assertion%E2%91%A2",
@@ -925,124 +648,76 @@
"https://www.w3.org/TR/webauthn-3/#ref-for-credential-public-key%E2%91%A7",
"https://www.w3.org/TR/webauthn-3/#ref-for-attestation-object%E2%91%A1",
"https://www.w3.org/TR/webauthn-3/#ref-for-registration%E2%91%A0%E2%91%A2",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A4%E2%91%A1",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A3%E2%91%A7",
"https://www.w3.org/TR/webauthn-3/#ref-for-credential-private-key%E2%91%A2",
- "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A4%E2%91%A7",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A4%E2%91%A5",
"https://www.w3.org/TR/webauthn-3/#ref-for-public-key-credential-source%E2%91%A1%E2%91%A8",
"https://www.w3.org/TR/webauthn-3/#ref-for-credential-public-key%E2%91%A8",
- "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A4%E2%91%A8",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A4%E2%91%A6",
"https://www.w3.org/TR/webauthn-3/#ref-for-user-account%E2%91%A0",
- "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A5%E2%93%AA",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A4%E2%91%A7",
"https://www.w3.org/TR/webauthn-3/#ref-for-rp-id%E2%91%A1",
"https://www.w3.org/TR/webauthn-3/#ref-for-public-key-credential%E2%91%A0%E2%91%A3",
"https://www.w3.org/TR/webauthn-3/#ref-for-authentication%E2%91%A5",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-credentialscontainer-get%E2%91%A4",
- "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A5%E2%91%A0",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A4%E2%91%A8",
"https://www.w3.org/TR/webauthn-3/#ref-for-credential-public-key%E2%91%A0%E2%93%AA",
"https://www.w3.org/TR/webauthn-3/#ref-for-authentication-assertion%E2%91%A4",
"https://www.w3.org/TR/webauthn-3/#public-key-credential-source",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-public-key-credential-source",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-public-key-credential-source",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-public-key-credential-source",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-public-key-credential-source",
"https://www.w3.org/TR/webauthn-3/#ref-for-credential-source",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A4%E2%91%A2",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A3%E2%91%A8",
"https://www.w3.org/TR/webauthn-3/#ref-for-authentication-assertion%E2%91%A5",
"https://www.w3.org/TR/webauthn-3/#ref-for-public-key-credential-source%E2%91%A2%E2%93%AA",
"https://www.w3.org/TR/webauthn-3/#ref-for-struct%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#ref-for-struct-item%E2%91%A5",
"https://www.w3.org/TR/webauthn-3/#public-key-credential-source-type",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-public-key-credential-source-type",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-public-key-credential-source-type",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-public-key-credential-source-type",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-public-key-credential-source-type",
"https://www.w3.org/TR/webauthn-3/#ref-for-enumdef-publickeycredentialtype",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredentialtype-public-key",
"https://www.w3.org/TR/webauthn-3/#public-key-credential-source-id",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-public-key-credential-source-id",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-public-key-credential-source-id",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-public-key-credential-source-id",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-public-key-credential-source-id",
"https://www.w3.org/TR/webauthn-3/#ref-for-credential-id%E2%91%A0%E2%91%A1",
"https://www.w3.org/TR/webauthn-3/#public-key-credential-source-privatekey",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-public-key-credential-source-privatekey",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-public-key-credential-source-privatekey",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-public-key-credential-source-privatekey",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-public-key-credential-source-privatekey",
"https://www.w3.org/TR/webauthn-3/#ref-for-credential-private-key%E2%91%A3",
"https://www.w3.org/TR/webauthn-3/#public-key-credential-source-rpid",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-public-key-credential-source-rpid",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-public-key-credential-source-rpid",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-public-key-credential-source-rpid",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-public-key-credential-source-rpid",
"https://www.w3.org/TR/webauthn-3/#ref-for-relying-party-identifier",
- "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A5%E2%91%A1",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A5%E2%93%AA",
"https://www.w3.org/TR/webauthn-3/#ref-for-public-key-credential-source%E2%91%A2%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#ref-for-scope%E2%91%A5",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredentialcreationoptions-rp",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredentialrpentity-id",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-credentialscontainer-create%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#public-key-credential-source-userhandle",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-public-key-credential-source-userhandle",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-public-key-credential-source-userhandle",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-public-key-credential-source-userhandle",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-public-key-credential-source-userhandle",
"https://www.w3.org/TR/webauthn-3/#ref-for-user-handle%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#ref-for-public-key-credential-source%E2%91%A2%E2%91%A1",
"https://www.w3.org/TR/webauthn-3/#ref-for-struct-item%E2%91%A6",
"https://www.w3.org/TR/webauthn-3/#ref-for-user-handle%E2%91%A1",
"https://www.w3.org/TR/webauthn-3/#ref-for-discoverable-credential%E2%91%A1",
"https://www.w3.org/TR/webauthn-3/#public-key-credential-source-otherui",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-public-key-credential-source-otherui",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-public-key-credential-source-otherui",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-public-key-credential-source-otherui",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-public-key-credential-source-otherui",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A4%E2%91%A3",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A4%E2%93%AA",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredentialuserentity-displayname",
"https://www.w3.org/TR/webauthn-3/#ref-for-public-key-credential-source-otherui",
"https://www.w3.org/TR/webauthn-3/#public-key-credential-source-mutable-item",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-public-key-credential-source-mutable-item",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-public-key-credential-source-mutable-item",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-public-key-credential-source-mutable-item",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-public-key-credential-source-mutable-item",
"https://www.w3.org/TR/webauthn-3/#ref-for-public-key-credential-source%E2%91%A2%E2%91%A2",
"https://www.w3.org/TR/webauthn-3/#ref-for-public-key-credential-source-otherui%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#ref-for-authenticatormakecredential%E2%91%A1",
"https://www.w3.org/TR/webauthn-3/#ref-for-public-key-credential-source%E2%91%A2%E2%91%A3",
"https://www.w3.org/TR/webauthn-3/#ref-for-bound-credential%E2%91%A5",
"https://www.w3.org/TR/webauthn-3/#public-key-credential-source-managing-authenticator",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-public-key-credential-source-managing-authenticator",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-public-key-credential-source-managing-authenticator",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-public-key-credential-source-managing-authenticator",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-public-key-credential-source-managing-authenticator",
"https://www.w3.org/TR/webauthn-3/#ref-for-credential-public-key%E2%91%A0%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#ref-for-credential-private-key%E2%91%A4",
- "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A5%E2%91%A2",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A5%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#ref-for-credential-public-key%E2%91%A0%E2%91%A1",
"https://www.w3.org/TR/webauthn-3/#ref-for-authentication-assertion%E2%91%A6",
"https://www.w3.org/TR/webauthn-3/#ref-for-public-key-credential-source%E2%91%A2%E2%91%A4",
"https://www.w3.org/TR/webauthn-3/#rate-limiting",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-rate-limiting",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-rate-limiting",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-rate-limiting",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-rate-limiting",
"https://www.w3.org/TR/webauthn-3/#ref-for-af%E2%91%A2",
"https://www.w3.org/TR/webauthn-3/#ref-for-rate-limiting",
"https://www.w3.org/TR/webauthn-3/#ref-for-user-verification%E2%91%A5",
"https://www.w3.org/TR/webauthn-3/#registration",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-registration",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-registration",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-registration",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-registration",
"https://www.w3.org/TR/webauthn-3/#registration-ceremony",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-registration-ceremony",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-registration-ceremony",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-registration-ceremony",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-registration-ceremony",
"https://www.w3.org/TR/webauthn-3/#ref-for-ceremony%E2%91%A7",
- "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A5%E2%91%A3",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A5%E2%91%A1",
"https://www.w3.org/TR/webauthn-3/#ref-for-client-platform%E2%91%A0%E2%91%A1",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A4%E2%91%A4",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A4%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#ref-for-public-key-credential%E2%91%A0%E2%91%A4",
"https://www.w3.org/TR/webauthn-3/#ref-for-user-account%E2%91%A1",
"https://www.w3.org/TR/webauthn-3/#ref-for-test-of-user-presence%E2%91%A1",
@@ -1050,45 +725,25 @@
"https://www.w3.org/TR/webauthn-3/#ref-for-registration-ceremony%E2%91%A1",
"https://www.w3.org/TR/webauthn-3/#ref-for-authentication-ceremony%E2%91%A5",
"https://www.w3.org/TR/webauthn-3/#ref-for-registration-ceremony%E2%91%A2",
- "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A5%E2%91%A4",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A5%E2%91%A2",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-credentialscontainer-create%E2%91%A1",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-credentialcreationoptions-publickey",
"https://www.w3.org/TR/webauthn-3/#relying-party",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-relying-party",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-relying-party",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-relying-party",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-relying-party",
"https://www.w3.org/TR/webauthn-3/#webauthn-relying-party",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-webauthn-relying-party",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-webauthn-relying-party",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-webauthn-relying-party",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-webauthn-relying-party",
"https://www.w3.org/TR/webauthn-3/#web-application",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-web-application",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-web-application",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-web-application",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-web-application",
"https://www.w3.org/TR/webauthn-3/#ref-for-registration%E2%91%A0%E2%91%A3",
"https://www.w3.org/TR/webauthn-3/#ref-for-authentication%E2%91%A6",
- "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A5%E2%91%A5",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A5%E2%91%A3",
"https://www.w3.org/TR/webauthn-3/#ref-for-web-authentication-api%E2%91%A6",
"https://www.w3.org/TR/webauthn-3/#ref-for-client%E2%91%A0%E2%91%A3",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A5%E2%91%A4",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A5%E2%91%A5",
"https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A5%E2%91%A6",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-webauthn-relying-party%E2%91%A6",
"https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A5%E2%91%A7",
"https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A5%E2%91%A8",
- "https://www.w3.org/TR/webauthn-3/#ref-for-webauthn-relying-party%E2%91%A6",
- "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A6%E2%93%AA",
- "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A6%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#relying-party-identifier",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-relying-party-identifier",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-relying-party-identifier",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-relying-party-identifier",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-relying-party-identifier",
"https://www.w3.org/TR/webauthn-3/#rp-id",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-rp-id",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-rp-id",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-rp-id",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-rp-id",
"https://www.w3.org/TR/webauthn-3/#ref-for-web-authentication-api%E2%91%A7",
"https://www.w3.org/TR/webauthn-3/#ref-for-relying-party-identifier%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#ref-for-valid-domain-string%E2%91%A0",
@@ -1102,39 +757,33 @@
"https://www.w3.org/TR/webauthn-3/#ref-for-concept-settings-object-origin",
"https://www.w3.org/TR/webauthn-3/#ref-for-concept-origin-effective-domain",
"https://www.w3.org/TR/webauthn-3/#ref-for-rp-id%E2%91%A4",
- "https://www.w3.org/TR/webauthn-3/#ref-for-is-a-registrable-domain-suffix-of-or-is-equal-to%E2%91%A0",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-is-a-registrable-domain-suffix-of-or-is-equal-to",
"https://www.w3.org/TR/webauthn-3/#ref-for-concept-settings-object-origin%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#ref-for-concept-origin-effective-domain%E2%91%A0",
- "https://www.w3.org/TR/webauthn-3/#note-pkcredscope",
"https://www.w3.org/TR/webauthn-3/#ref-for-rp-id%E2%91%A5",
- "https://www.w3.org/TR/webauthn-3/#ref-for-concept-url-host%E2%91%A0",
- "https://www.w3.org/TR/webauthn-3/#ref-for-concept-domain%E2%91%A0",
- "https://www.w3.org/TR/webauthn-3/#ref-for-concept-url-scheme%E2%91%A0",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-concept-origin-host",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-concept-domain%E2%91%A1",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-concept-origin-scheme",
"https://www.w3.org/TR/webauthn-3/#ref-for-concept-url-port%E2%91%A0",
- "https://www.w3.org/TR/webauthn-3/#ref-for-concept-origin%E2%91%A2",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-concept-origin%E2%91%A1",
"https://www.w3.org/TR/webauthn-3/#ref-for-rp-id%E2%91%A6",
"https://www.w3.org/TR/webauthn-3/#ref-for-public-key-credential%E2%91%A0%E2%91%A6",
"https://www.w3.org/TR/webauthn-3/#scope",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-scope",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-scope",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-scope",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-scope",
"https://www.w3.org/TR/webauthn-3/#determines-the-set-of-origins-on-which-the-public-key-credential-may-be-exercised",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-determines-the-set-of-origins-on-which-the-public-key-credential-may-be-exercised",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-determines-the-set-of-origins-on-which-the-public-key-credential-may-be-exercised",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-determines-the-set-of-origins-on-which-the-public-key-credential-may-be-exercised",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-determines-the-set-of-origins-on-which-the-public-key-credential-may-be-exercised",
"https://www.w3.org/TR/webauthn-3/#ref-for-rp-id%E2%91%A7",
"https://www.w3.org/TR/webauthn-3/#ref-for-determines-the-set-of-origins-on-which-the-public-key-credential-may-be-exercised",
"https://www.w3.org/TR/webauthn-3/#ref-for-concept-origin-effective-domain%E2%91%A1",
- "https://www.w3.org/TR/webauthn-3/#ref-for-is-a-registrable-domain-suffix-of-or-is-equal-to%E2%91%A1",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-is-a-registrable-domain-suffix-of-or-is-equal-to%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#ref-for-determines-the-set-of-origins-on-which-the-public-key-credential-may-be-exercised%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#ref-for-concept-origin-effective-domain%E2%91%A2",
"https://www.w3.org/TR/webauthn-3/#ref-for-determines-the-set-of-origins-on-which-the-public-key-credential-may-be-exercised%E2%91%A1",
- "https://www.w3.org/TR/webauthn-3/#ref-for-concept-url-scheme%E2%91%A1",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-concept-origin-scheme%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#ref-for-determines-the-set-of-origins-on-which-the-public-key-credential-may-be-exercised%E2%91%A2",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-concept-origin-host%E2%91%A0",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-concept-origin-scheme%E2%91%A1",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-determines-the-set-of-origins-on-which-the-public-key-credential-may-be-exercised%E2%91%A3",
"https://www.w3.org/TR/webauthn-3/#ref-for-concept-url-port%E2%91%A1",
- "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A6%E2%91%A1",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A6%E2%93%AA",
"https://www.w3.org/TR/webauthn-3/#ref-for-rp-id%E2%91%A8",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-document-domain",
"https://www.w3.org/TR/webauthn-3/#ref-for-webauthn-client%E2%91%A4",
@@ -1144,20 +793,8 @@
"https://www.w3.org/TR/webauthn-3/#ref-for-rp-id%E2%91%A0%E2%93%AA",
"https://www.w3.org/TR/webauthn-3/#ref-for-valid-domain-string%E2%91%A1",
"https://www.w3.org/TR/webauthn-3/#server-side-public-key-credential-source",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-server-side-public-key-credential-source",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-server-side-public-key-credential-source",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-server-side-public-key-credential-source",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-server-side-public-key-credential-source",
"https://www.w3.org/TR/webauthn-3/#server-side-credential",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-server-side-credential",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-server-side-credential",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-server-side-credential",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-server-side-credential",
"https://www.w3.org/TR/webauthn-3/#non-resident-credential",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-non-resident-credential",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-non-resident-credential",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-non-resident-credential",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-non-resident-credential",
"https://www.w3.org/TR/webauthn-3/#ref-for-server-side-credential%E2%91%A2",
"https://www.w3.org/TR/webauthn-3/#ref-for-non-resident-credential",
"https://www.w3.org/TR/webauthn-3/#ref-for-web-authentication-api%E2%91%A0%E2%93%AA",
@@ -1166,11 +803,11 @@
"https://www.w3.org/TR/webauthn-3/#ref-for-server-side-credential%E2%91%A3",
"https://www.w3.org/TR/webauthn-3/#ref-for-public-key-credential-source%E2%91%A2%E2%91%A5",
"https://www.w3.org/TR/webauthn-3/#ref-for-authentication-ceremony%E2%91%A6",
- "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A6%E2%91%A2",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A6%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#ref-for-credential-id%E2%91%A0%E2%91%A2",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-credentialscontainer-get%E2%91%A5",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredentialrequestoptions-allowcredentials%E2%91%A2",
- "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A6%E2%91%A3",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A6%E2%91%A1",
"https://www.w3.org/TR/webauthn-3/#ref-for-credential-id%E2%91%A0%E2%91%A3",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-credentialscontainer-get%E2%91%A6",
"https://www.w3.org/TR/webauthn-3/#ref-for-client-side%E2%91%A1",
@@ -1182,26 +819,18 @@
"https://www.w3.org/TR/webauthn-3/#ref-for-server-side-credential-storage-modality",
"https://www.w3.org/TR/webauthn-3/#ref-for-non-discoverable-credential%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#test-of-user-presence",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-test-of-user-presence",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-test-of-user-presence",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-test-of-user-presence",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-test-of-user-presence",
"https://www.w3.org/TR/webauthn-3/#ref-for-test-of-user-presence%E2%91%A2",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authorization-gesture%E2%91%A0%E2%93%AA",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A4%E2%91%A5",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authorization-gesture%E2%91%A8",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A4%E2%91%A1",
"https://www.w3.org/TR/webauthn-3/#ref-for-user-verification%E2%91%A7",
"https://www.w3.org/TR/webauthn-3/#ref-for-test-of-user-presence%E2%91%A3",
"https://www.w3.org/TR/webauthn-3/#ref-for-biometric-recognition%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#user-account",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-user-account",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-user-account",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-user-account",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-user-account",
"https://www.w3.org/TR/webauthn-3/#ref-for-user-account%E2%91%A2",
"https://www.w3.org/TR/webauthn-3/#ref-for-concept-credential%E2%91%A3",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A6%E2%91%A2",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A6%E2%91%A3",
"https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A6%E2%91%A4",
- "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A6%E2%91%A5",
- "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A6%E2%91%A6",
"https://www.w3.org/TR/webauthn-3/#ref-for-public-key-credential%E2%91%A0%E2%91%A8",
"https://www.w3.org/TR/webauthn-3/#ref-for-user-account%E2%91%A3",
"https://www.w3.org/TR/webauthn-3/#ref-for-user-account%E2%91%A4",
@@ -1210,22 +839,14 @@
"https://www.w3.org/TR/webauthn-3/#ref-for-user-account%E2%91%A5",
"https://www.w3.org/TR/webauthn-3/#ref-for-user-account%E2%91%A6",
"https://www.w3.org/TR/webauthn-3/#ref-for-user-account%E2%91%A7",
- "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A6%E2%91%A7",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A6%E2%91%A5",
"https://www.w3.org/TR/webauthn-3/#user-consent",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-user-consent",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-user-consent",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-user-consent",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-user-consent",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authorization-gesture%E2%91%A0%E2%91%A0",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authorization-gesture%E2%91%A0%E2%93%AA",
"https://www.w3.org/TR/webauthn-3/#ref-for-ceremony%E2%91%A8",
"https://www.w3.org/TR/webauthn-3/#ref-for-user-consent%E2%91%A3",
"https://www.w3.org/TR/webauthn-3/#user-handle",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-user-handle",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-user-handle",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-user-handle",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-user-handle",
"https://www.w3.org/TR/webauthn-3/#ref-for-user-account%E2%91%A8",
- "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A6%E2%91%A8",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A6%E2%91%A6",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredentialcreationoptions-user",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredentialuserentity-id",
"https://www.w3.org/TR/webauthn-3/#ref-for-registration%E2%91%A0%E2%91%A5",
@@ -1240,117 +861,97 @@
"https://www.w3.org/TR/webauthn-3/#ref-for-authentication-ceremony%E2%91%A8",
"https://www.w3.org/TR/webauthn-3/#ref-for-credential-id%E2%91%A0%E2%91%A5",
"https://www.w3.org/TR/webauthn-3/#ref-for-credential-id%E2%91%A0%E2%91%A6",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A4%E2%91%A6",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A4%E2%91%A2",
"https://www.w3.org/TR/webauthn-3/#ref-for-user-handle%E2%91%A4",
- "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A7%E2%93%AA",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A6%E2%91%A7",
"https://www.w3.org/TR/webauthn-3/#ref-for-concept-credential%E2%91%A4",
"https://www.w3.org/TR/webauthn-3/#ref-for-user-account%E2%91%A0%E2%91%A0",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A4%E2%91%A7",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A4%E2%91%A3",
"https://www.w3.org/TR/webauthn-3/#ref-for-authenticator-credentials-map",
"https://www.w3.org/TR/webauthn-3/#ref-for-rp-id%E2%91%A0%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#ref-for-user-handle%E2%91%A5",
"https://www.w3.org/TR/webauthn-3/#ref-for-public-key-credential-source%E2%91%A2%E2%91%A7",
"https://www.w3.org/TR/webauthn-3/#ref-for-discoverable-credential%E2%91%A3",
"https://www.w3.org/TR/webauthn-3/#ref-for-user-handle%E2%91%A6",
- "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A7%E2%91%A0",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A6%E2%91%A8",
"https://www.w3.org/TR/webauthn-3/#ref-for-user-handle%E2%91%A7",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A4%E2%91%A8",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A4%E2%91%A4",
"https://www.w3.org/TR/webauthn-3/#ref-for-discoverable-credential%E2%91%A4",
"https://www.w3.org/TR/webauthn-3/#ref-for-registration-ceremony%E2%91%A3",
"https://www.w3.org/TR/webauthn-3/#ref-for-byte-sequence%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#concept-user-present",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-concept-user-present",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-concept-user-present",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-concept-user-present",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-concept-user-present",
"https://www.w3.org/TR/webauthn-3/#ref-for-test-of-user-presence%E2%91%A4",
"https://www.w3.org/TR/webauthn-3/#ref-for-concept-user-present",
"https://www.w3.org/TR/webauthn-3/#user-verification",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-user-verification",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-user-verification",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-user-verification",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-user-verification",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A5%E2%93%AA",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A4%E2%91%A5",
"https://www.w3.org/TR/webauthn-3/#ref-for-authenticatormakecredential%E2%91%A2",
"https://www.w3.org/TR/webauthn-3/#ref-for-authenticatorgetassertion%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#ref-for-user-verification%E2%91%A8",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authorization-gesture%E2%91%A0%E2%91%A1",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authorization-gesture%E2%91%A0%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#ref-for-biometric-recognition%E2%91%A1",
"https://www.w3.org/TR/webauthn-3/#ref-for-user-verification%E2%91%A0%E2%93%AA",
- "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A7%E2%91%A1",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A7%E2%93%AA",
"https://www.w3.org/TR/webauthn-3/#ref-for-user-verification%E2%91%A0%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#ref-for-concept-credential%E2%91%A5",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A5%E2%91%A0",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A4%E2%91%A6",
"https://www.w3.org/TR/webauthn-3/#ref-for-client-platform%E2%91%A0%E2%91%A2",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A5%E2%91%A1",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A4%E2%91%A7",
"https://www.w3.org/TR/webauthn-3/#ref-for-user-account%E2%91%A0%E2%91%A1",
"https://www.w3.org/TR/webauthn-3/#ref-for-authenticatormakecredential%E2%91%A3",
"https://www.w3.org/TR/webauthn-3/#ref-for-authenticatorgetassertion%E2%91%A1",
"https://www.w3.org/TR/webauthn-3/#ref-for-user-verification%E2%91%A0%E2%91%A1",
"https://www.w3.org/TR/webauthn-3/#ref-for-credential-private-key%E2%91%A5",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A5%E2%91%A2",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A4%E2%91%A8",
"https://www.w3.org/TR/webauthn-3/#ref-for-user-verification%E2%91%A0%E2%91%A2",
"https://www.w3.org/TR/webauthn-3/#ref-for-rate-limiting%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#concept-user-verified",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-concept-user-verified",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-concept-user-verified",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-concept-user-verified",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-concept-user-verified",
"https://www.w3.org/TR/webauthn-3/#ref-for-user-verification%E2%91%A0%E2%91%A3",
"https://www.w3.org/TR/webauthn-3/#ref-for-concept-user-verified",
"https://www.w3.org/TR/webauthn-3/#sctn-api",
"https://www.w3.org/TR/webauthn-3/#web-authentication-api",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-web-authentication-api",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-web-authentication-api",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-web-authentication-api",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-web-authentication-api",
"https://www.w3.org/TR/webauthn-3/#ref-for-public-key-credential%E2%91%A1%E2%93%AA",
"https://www.w3.org/TR/webauthn-3/#ref-for-public-key-credential-source-managing-authenticator%E2%91%A8",
"https://www.w3.org/TR/webauthn-3/#ref-for-webauthn-authenticator%E2%91%A3",
"https://www.w3.org/TR/webauthn-3/#ref-for-webauthn-relying-party%E2%91%A8",
"https://www.w3.org/TR/webauthn-3/#ref-for-client-platform%E2%91%A0%E2%91%A3",
- "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A7%E2%91%A2",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A7%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#ref-for-user-consent%E2%91%A4",
- "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A7%E2%91%A3",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A7%E2%91%A1",
"https://www.w3.org/TR/webauthn-3/#fig-registration",
"https://www.w3.org/TR/webauthn-3/#ref-for-authentication%E2%91%A0%E2%93%AA",
"https://www.w3.org/TR/webauthn-3/#fig-authentication",
"https://www.w3.org/TR/webauthn-3/#ref-for-client-platform%E2%91%A0%E2%91%A4",
"https://www.w3.org/TR/webauthn-3/#ref-for-public-key-credential-source-managing-authenticator%E2%91%A0%E2%93%AA",
"https://www.w3.org/TR/webauthn-3/#ref-for-scope%E2%91%A6",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-concept-origin%E2%91%A2",
"https://www.w3.org/TR/webauthn-3/#ref-for-concept-origin%E2%91%A3",
"https://www.w3.org/TR/webauthn-3/#ref-for-concept-origin%E2%91%A4",
"https://www.w3.org/TR/webauthn-3/#ref-for-concept-origin%E2%91%A5",
- "https://www.w3.org/TR/webauthn-3/#ref-for-concept-origin%E2%91%A6",
"https://www.w3.org/TR/webauthn-3/#ref-for-attestation-object%E2%91%A2",
- "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A7%E2%91%A4",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A7%E2%91%A2",
"https://www.w3.org/TR/webauthn-3/#ref-for-public-key-credential%E2%91%A1%E2%91%A0",
- "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A7%E2%91%A5",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A7%E2%91%A3",
"https://www.w3.org/TR/webauthn-3/#ref-for-public-key-credential%E2%91%A1%E2%91%A1",
"https://www.w3.org/TR/webauthn-3/#ref-for-scope%E2%91%A7",
"https://www.w3.org/TR/webauthn-3/#ref-for-relying-party-identifier%E2%91%A2",
"https://www.w3.org/TR/webauthn-3/#ref-for-rp-id%E2%91%A0%E2%91%A1",
"https://www.w3.org/TR/webauthn-3/#ref-for-rp-id%E2%91%A0%E2%91%A2",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A5%E2%91%A3",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A5%E2%91%A4",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A5%E2%93%AA",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A5%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#ref-for-public-key-credential%E2%91%A1%E2%91%A2",
- "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A7%E2%91%A6",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A7%E2%91%A4",
"https://www.w3.org/TR/webauthn-3/#ref-for-rp-id%E2%91%A0%E2%91%A3",
- "https://www.w3.org/TR/webauthn-3/#ref-for-concept-origin%E2%91%A7",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-concept-origin%E2%91%A6",
"https://www.w3.org/TR/webauthn-3/#ref-for-rp-id%E2%91%A0%E2%91%A4",
- "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A7%E2%91%A7",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A7%E2%91%A5",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-concept-origin%E2%91%A7",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A7%E2%91%A6",
"https://www.w3.org/TR/webauthn-3/#ref-for-concept-origin%E2%91%A8",
- "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A7%E2%91%A8",
- "https://www.w3.org/TR/webauthn-3/#ref-for-concept-origin%E2%91%A0%E2%93%AA",
"https://www.w3.org/TR/webauthn-3/#ref-for-rp-id%E2%91%A0%E2%91%A5",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A5%E2%91%A5",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A5%E2%91%A1",
"https://www.w3.org/TR/webauthn-3/#ref-for-secure-context",
"https://www.w3.org/TR/webauthn-3/#iface-pkcredential",
"https://www.w3.org/TR/webauthn-3/#publickeycredential",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-publickeycredential",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-publickeycredential",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-publickeycredential",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-publickeycredential",
"https://www.w3.org/TR/webauthn-3/#ref-for-publickeycredential%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#ref-for-credential%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#ref-for-SecureContext",
@@ -1360,35 +961,18 @@
"https://www.w3.org/TR/webauthn-3/#ref-for-SameObject",
"https://www.w3.org/TR/webauthn-3/#ref-for-idl-ArrayBuffer",
"https://www.w3.org/TR/webauthn-3/#dom-publickeycredential-rawid",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-dom-publickeycredential-rawid",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-dom-publickeycredential-rawid",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-dom-publickeycredential-rawid",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-dom-publickeycredential-rawid",
"https://www.w3.org/TR/webauthn-3/#ref-for-SameObject%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#ref-for-authenticatorresponse",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredential-response%E2%91%A0",
- "https://www.w3.org/TR/webauthn-3/#ref-for-SameObject%E2%91%A1",
"https://www.w3.org/TR/webauthn-3/#ref-for-idl-DOMString%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredential-authenticatorattachment",
"https://www.w3.org/TR/webauthn-3/#ref-for-dictdef-authenticationextensionsclientoutputs",
"https://www.w3.org/TR/webauthn-3/#dom-publickeycredential-getclientextensionresults",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-dom-publickeycredential-getclientextensionresults",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-dom-publickeycredential-getclientextensionresults",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-dom-publickeycredential-getclientextensionresults",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-dom-publickeycredential-getclientextensionresults",
"https://www.w3.org/TR/webauthn-3/#ref-for-idl-promise%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#ref-for-idl-boolean",
"https://www.w3.org/TR/webauthn-3/#dom-publickeycredential-isconditionalmediationavailable",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-dom-publickeycredential-isconditionalmediationavailable",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-dom-publickeycredential-isconditionalmediationavailable",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-dom-publickeycredential-isconditionalmediationavailable",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-dom-publickeycredential-isconditionalmediationavailable",
"https://www.w3.org/TR/webauthn-3/#ref-for-typedefdef-publickeycredentialjson",
"https://www.w3.org/TR/webauthn-3/#dom-publickeycredential-tojson",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-dom-publickeycredential-tojson",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-dom-publickeycredential-tojson",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-dom-publickeycredential-tojson",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-dom-publickeycredential-tojson",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-credential-id",
"https://www.w3.org/TR/webauthn-3/#ref-for-credential%E2%91%A2",
"https://www.w3.org/TR/webauthn-3/#ref-for-publickeycredential%E2%91%A2",
@@ -1400,12 +984,8 @@
"https://www.w3.org/TR/webauthn-3/#ref-for-idl-ArrayBuffer%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredential-identifier-slot%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#dom-publickeycredential-response",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-dom-publickeycredential-response",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-dom-publickeycredential-response",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-dom-publickeycredential-response",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-dom-publickeycredential-response",
"https://www.w3.org/TR/webauthn-3/#ref-for-authenticatorresponse%E2%91%A0",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A5%E2%91%A6",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A5%E2%91%A2",
"https://www.w3.org/TR/webauthn-3/#ref-for-public-key-credential%E2%91%A1%E2%91%A3",
"https://www.w3.org/TR/webauthn-3/#ref-for-authentication-assertion%E2%91%A7",
"https://www.w3.org/TR/webauthn-3/#ref-for-publickeycredential%E2%91%A3",
@@ -1415,26 +995,22 @@
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-credentialscontainer-get%E2%91%A8",
"https://www.w3.org/TR/webauthn-3/#ref-for-authenticatorassertionresponse%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#dom-publickeycredential-authenticatorattachment",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-dom-publickeycredential-authenticatorattachment",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-dom-publickeycredential-authenticatorattachment",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-dom-publickeycredential-authenticatorattachment",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-dom-publickeycredential-authenticatorattachment",
"https://www.w3.org/TR/webauthn-3/#ref-for-idl-DOMString%E2%91%A1",
"https://www.w3.org/TR/webauthn-3/#ref-for-authenticator-attachment-modality",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-credentialscontainer-create%E2%91%A3",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-credentialscontainer-get%E2%91%A0%E2%93%AA",
"https://www.w3.org/TR/webauthn-3/#ref-for-enumdef-authenticatorattachment",
- "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A8%E2%93%AA",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A7%E2%91%A7",
"https://www.w3.org/TR/webauthn-3/#ref-for-registration-ceremony%E2%91%A4",
"https://www.w3.org/TR/webauthn-3/#ref-for-authentication-ceremony%E2%91%A0%E2%93%AA",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredential-authenticatorattachment%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredential-isuserverifyingplatformauthenticatoravailable",
"https://www.w3.org/TR/webauthn-3/#ref-for-roaming-authenticators%E2%91%A5",
"https://www.w3.org/TR/webauthn-3/#ref-for-ceremony%E2%91%A0%E2%93%AA",
- "https://www.w3.org/TR/webauthn-3/#ref-for-platform-authenticators%E2%91%A8",
- "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A8%E2%91%A0",
- "https://www.w3.org/TR/webauthn-3/#ref-for-platform-authenticators%E2%91%A0%E2%93%AA",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A5%E2%91%A7",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-platform-authenticators%E2%91%A5",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A7%E2%91%A8",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-platform-authenticators%E2%91%A6",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A5%E2%91%A3",
"https://www.w3.org/TR/webauthn-3/#ref-for-authenticator-attachment-modality%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#ref-for-platform-attachment",
"https://www.w3.org/TR/webauthn-3/#ref-for-cross-platform-attachment",
@@ -1447,19 +1023,27 @@
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredential-isconditionalmediationavailable",
"https://www.w3.org/TR/webauthn-3/#ref-for-publickeycredential%E2%91%A5",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-credentialmediationrequirement-conditional",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-credentialscontainer-get%E2%91%A0%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#ref-for-webauthn-relying-party%E2%91%A0%E2%93%AA",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-credentialrequestoptions-mediation",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-credentialmediationrequirement-conditional%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-credentialmediationrequirement-conditional%E2%91%A1",
"https://www.w3.org/TR/webauthn-3/#ref-for-user-mediated",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-clientcapability-conditionalget",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-credentialmediationrequirement-conditional%E2%91%A2",
"https://www.w3.org/TR/webauthn-3/#ref-for-user-mediated%E2%91%A0",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-credentialscontainer-get%E2%91%A0%E2%91%A1",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-credentialmediationrequirement-conditional%E2%91%A3",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-user-mediated%E2%91%A1",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-credentialscontainer-create%E2%91%A4",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-clientcapability-conditionalcreate",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredential-getclientcapabilities",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredential-tojson",
"https://www.w3.org/TR/webauthn-3/#ref-for-dictdef-registrationresponsejson",
"https://www.w3.org/TR/webauthn-3/#ref-for-dictdef-authenticationresponsejson",
"https://www.w3.org/TR/webauthn-3/#ref-for-dfn-json-types",
"https://www.w3.org/TR/webauthn-3/#ref-for-publickeycredential%E2%91%A6",
- "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A8%E2%91%A1",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A8%E2%93%AA",
"https://www.w3.org/TR/webauthn-3/#ref-for-client%E2%91%A0%E2%91%A4",
"https://www.w3.org/TR/webauthn-3/#ref-for-idl-ArrayBuffer%E2%91%A1",
"https://www.w3.org/TR/webauthn-3/#ref-for-idl-DOMString%E2%91%A2",
@@ -1479,109 +1063,58 @@
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-authenticatorattestationresponse-getpublickeyalgorithm",
"https://www.w3.org/TR/webauthn-3/#ref-for-idl-DOMString%E2%91%A4",
"https://www.w3.org/TR/webauthn-3/#typedefdef-base64urlstring",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-typedefdef-base64urlstring",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-typedefdef-base64urlstring",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-typedefdef-base64urlstring",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-typedefdef-base64urlstring",
- "https://www.w3.org/TR/webauthn-3/#ref-for-dictdef-registrationresponsejson%E2%91%A0",
- "https://www.w3.org/TR/webauthn-3/#ref-for-dictdef-authenticationresponsejson%E2%91%A0",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-idl-object",
"https://www.w3.org/TR/webauthn-3/#typedefdef-publickeycredentialjson",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-typedefdef-publickeycredentialjson",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-typedefdef-publickeycredentialjson",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-typedefdef-publickeycredentialjson",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-typedefdef-publickeycredentialjson",
"https://www.w3.org/TR/webauthn-3/#dictdef-registrationresponsejson",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-dictdef-registrationresponsejson",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-dictdef-registrationresponsejson",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-dictdef-registrationresponsejson",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-dictdef-registrationresponsejson",
- "https://www.w3.org/TR/webauthn-3/#ref-for-typedefdef-base64urlstring",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-idl-DOMString%E2%91%A5",
"https://www.w3.org/TR/webauthn-3/#dom-registrationresponsejson-id",
- "https://www.w3.org/TR/webauthn-3/#ref-for-typedefdef-base64urlstring%E2%91%A0",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-typedefdef-base64urlstring",
"https://www.w3.org/TR/webauthn-3/#dom-registrationresponsejson-rawid",
"https://www.w3.org/TR/webauthn-3/#ref-for-dictdef-authenticatorattestationresponsejson",
"https://www.w3.org/TR/webauthn-3/#dom-registrationresponsejson-response",
- "https://www.w3.org/TR/webauthn-3/#ref-for-idl-DOMString%E2%91%A5",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-idl-DOMString%E2%91%A6",
"https://www.w3.org/TR/webauthn-3/#dom-registrationresponsejson-authenticatorattachment",
"https://www.w3.org/TR/webauthn-3/#ref-for-dictdef-authenticationextensionsclientoutputsjson",
"https://www.w3.org/TR/webauthn-3/#dom-registrationresponsejson-clientextensionresults",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-dom-registrationresponsejson-clientextensionresults",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-dom-registrationresponsejson-clientextensionresults",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-dom-registrationresponsejson-clientextensionresults",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-dom-registrationresponsejson-clientextensionresults",
- "https://www.w3.org/TR/webauthn-3/#ref-for-idl-DOMString%E2%91%A6",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-idl-DOMString%E2%91%A7",
"https://www.w3.org/TR/webauthn-3/#dom-registrationresponsejson-type",
"https://www.w3.org/TR/webauthn-3/#dictdef-authenticatorattestationresponsejson",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-dictdef-authenticatorattestationresponsejson",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-dictdef-authenticatorattestationresponsejson",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-dictdef-authenticatorattestationresponsejson",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-dictdef-authenticatorattestationresponsejson",
- "https://www.w3.org/TR/webauthn-3/#ref-for-typedefdef-base64urlstring%E2%91%A1",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-typedefdef-base64urlstring%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#dom-authenticatorattestationresponsejson-clientdatajson",
- "https://www.w3.org/TR/webauthn-3/#ref-for-typedefdef-base64urlstring%E2%91%A2",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-typedefdef-base64urlstring%E2%91%A1",
"https://www.w3.org/TR/webauthn-3/#dom-authenticatorattestationresponsejson-authenticatordata",
"https://www.w3.org/TR/webauthn-3/#ref-for-idl-sequence",
- "https://www.w3.org/TR/webauthn-3/#ref-for-idl-DOMString%E2%91%A7",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-idl-DOMString%E2%91%A8",
"https://www.w3.org/TR/webauthn-3/#dom-authenticatorattestationresponsejson-transports",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-dom-authenticatorattestationresponsejson-transports",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-dom-authenticatorattestationresponsejson-transports",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-dom-authenticatorattestationresponsejson-transports",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-dom-authenticatorattestationresponsejson-transports",
- "https://www.w3.org/TR/webauthn-3/#ref-for-typedefdef-base64urlstring%E2%91%A3",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-typedefdef-base64urlstring%E2%91%A2",
"https://www.w3.org/TR/webauthn-3/#dom-authenticatorattestationresponsejson-publickey",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-dom-authenticatorattestationresponsejson-publickey",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-dom-authenticatorattestationresponsejson-publickey",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-dom-authenticatorattestationresponsejson-publickey",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-dom-authenticatorattestationresponsejson-publickey",
- "https://www.w3.org/TR/webauthn-3/#ref-for-idl-long-long",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-typedefdef-cosealgorithmidentifier",
"https://www.w3.org/TR/webauthn-3/#dom-authenticatorattestationresponsejson-publickeyalgorithm",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-dom-authenticatorattestationresponsejson-publickeyalgorithm",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-dom-authenticatorattestationresponsejson-publickeyalgorithm",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-dom-authenticatorattestationresponsejson-publickeyalgorithm",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-dom-authenticatorattestationresponsejson-publickeyalgorithm",
- "https://www.w3.org/TR/webauthn-3/#ref-for-typedefdef-base64urlstring%E2%91%A4",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-typedefdef-base64urlstring%E2%91%A3",
"https://www.w3.org/TR/webauthn-3/#dom-authenticatorattestationresponsejson-attestationobject",
"https://www.w3.org/TR/webauthn-3/#dictdef-authenticationresponsejson",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-dictdef-authenticationresponsejson",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-dictdef-authenticationresponsejson",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-dictdef-authenticationresponsejson",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-dictdef-authenticationresponsejson",
- "https://www.w3.org/TR/webauthn-3/#ref-for-typedefdef-base64urlstring%E2%91%A5",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-idl-DOMString%E2%91%A0%E2%93%AA",
"https://www.w3.org/TR/webauthn-3/#dom-authenticationresponsejson-id",
- "https://www.w3.org/TR/webauthn-3/#ref-for-typedefdef-base64urlstring%E2%91%A6",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-typedefdef-base64urlstring%E2%91%A4",
"https://www.w3.org/TR/webauthn-3/#dom-authenticationresponsejson-rawid",
"https://www.w3.org/TR/webauthn-3/#ref-for-dictdef-authenticatorassertionresponsejson",
"https://www.w3.org/TR/webauthn-3/#dom-authenticationresponsejson-response",
- "https://www.w3.org/TR/webauthn-3/#ref-for-idl-DOMString%E2%91%A8",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-idl-DOMString%E2%91%A0%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#dom-authenticationresponsejson-authenticatorattachment",
"https://www.w3.org/TR/webauthn-3/#ref-for-dictdef-authenticationextensionsclientoutputsjson%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#dom-authenticationresponsejson-clientextensionresults",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-dom-authenticationresponsejson-clientextensionresults",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-dom-authenticationresponsejson-clientextensionresults",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-dom-authenticationresponsejson-clientextensionresults",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-dom-authenticationresponsejson-clientextensionresults",
- "https://www.w3.org/TR/webauthn-3/#ref-for-idl-DOMString%E2%91%A0%E2%93%AA",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-idl-DOMString%E2%91%A0%E2%91%A1",
"https://www.w3.org/TR/webauthn-3/#dom-authenticationresponsejson-type",
"https://www.w3.org/TR/webauthn-3/#dictdef-authenticatorassertionresponsejson",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-dictdef-authenticatorassertionresponsejson",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-dictdef-authenticatorassertionresponsejson",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-dictdef-authenticatorassertionresponsejson",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-dictdef-authenticatorassertionresponsejson",
- "https://www.w3.org/TR/webauthn-3/#ref-for-typedefdef-base64urlstring%E2%91%A7",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-typedefdef-base64urlstring%E2%91%A5",
"https://www.w3.org/TR/webauthn-3/#dom-authenticatorassertionresponsejson-clientdatajson",
- "https://www.w3.org/TR/webauthn-3/#ref-for-typedefdef-base64urlstring%E2%91%A8",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-typedefdef-base64urlstring%E2%91%A6",
"https://www.w3.org/TR/webauthn-3/#dom-authenticatorassertionresponsejson-authenticatordata",
- "https://www.w3.org/TR/webauthn-3/#ref-for-typedefdef-base64urlstring%E2%91%A0%E2%93%AA",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-typedefdef-base64urlstring%E2%91%A7",
"https://www.w3.org/TR/webauthn-3/#dom-authenticatorassertionresponsejson-signature",
- "https://www.w3.org/TR/webauthn-3/#ref-for-typedefdef-base64urlstring%E2%91%A0%E2%91%A0",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-typedefdef-base64urlstring%E2%91%A8",
"https://www.w3.org/TR/webauthn-3/#dom-authenticatorassertionresponsejson-userhandle",
- "https://www.w3.org/TR/webauthn-3/#ref-for-typedefdef-base64urlstring%E2%91%A0%E2%91%A1",
- "https://www.w3.org/TR/webauthn-3/#dom-authenticatorassertionresponsejson-attestationobject",
"https://www.w3.org/TR/webauthn-3/#dictdef-authenticationextensionsclientoutputsjson",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-dictdef-authenticationextensionsclientoutputsjson",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-dictdef-authenticationextensionsclientoutputsjson",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-dictdef-authenticationextensionsclientoutputsjson",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-dictdef-authenticationextensionsclientoutputsjson",
"https://www.w3.org/TR/webauthn-3/#dom-publickeycredential-type-slot",
"https://www.w3.org/TR/webauthn-3/#ref-for-publickeycredential%E2%91%A7",
"https://www.w3.org/TR/webauthn-3/#ref-for-dfn-interface-object",
@@ -1596,25 +1129,17 @@
"https://www.w3.org/TR/webauthn-3/#ref-for-sec-object-internal-methods-and-internal-slots%E2%91%A2",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-credential-discovery-remote",
"https://www.w3.org/TR/webauthn-3/#dom-publickeycredential-identifier-slot",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-dom-publickeycredential-identifier-slot",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-dom-publickeycredential-identifier-slot",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-dom-publickeycredential-identifier-slot",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-dom-publickeycredential-identifier-slot",
"https://www.w3.org/TR/webauthn-3/#ref-for-sec-object-internal-methods-and-internal-slots%E2%91%A3",
"https://www.w3.org/TR/webauthn-3/#ref-for-credential-id%E2%91%A0%E2%91%A7",
"https://www.w3.org/TR/webauthn-3/#ref-for-credential-id%E2%91%A0%E2%91%A8",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A5%E2%91%A8",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A5%E2%91%A4",
"https://www.w3.org/TR/webauthn-3/#ref-for-credential-private-key%E2%91%A6",
"https://www.w3.org/TR/webauthn-3/#dom-publickeycredential-clientextensionsresults-slot",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-dom-publickeycredential-clientextensionsresults-slot",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-dom-publickeycredential-clientextensionsresults-slot",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-dom-publickeycredential-clientextensionsresults-slot",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-dom-publickeycredential-clientextensionsresults-slot",
"https://www.w3.org/TR/webauthn-3/#ref-for-sec-object-internal-methods-and-internal-slots%E2%91%A4",
- "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A8%E2%91%A2",
- "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A8%E2%91%A3",
- "https://www.w3.org/TR/webauthn-3/#ref-for-dom-credentialscontainer-create%E2%91%A4",
- "https://www.w3.org/TR/webauthn-3/#ref-for-dom-credentialscontainer-get%E2%91%A0%E2%91%A0",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A8%E2%91%A0",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A8%E2%91%A1",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-credentialscontainer-create%E2%91%A5",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-credentialscontainer-get%E2%91%A0%E2%91%A2",
"https://www.w3.org/TR/webauthn-3/#ref-for-publickeycredential%E2%91%A0%E2%93%AA",
"https://www.w3.org/TR/webauthn-3/#ref-for-dfn-interface-object%E2%91%A1",
"https://www.w3.org/TR/webauthn-3/#ref-for-credential%E2%91%A5",
@@ -1622,136 +1147,140 @@
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredential-create-slot%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredential-discoverfromexternalsource-slot%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredential-store-slot",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-credentialscontainer",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-credentialscontainer-preventsilentaccess",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-publickeycredential%E2%91%A0%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#sctn-credentialcreationoptions-extension",
- "https://www.w3.org/TR/webauthn-3/#ref-for-dom-credentialscontainer-create%E2%91%A5",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-credentialscontainer-create%E2%91%A6",
"https://www.w3.org/TR/webauthn-3/#ref-for-dictdef-credentialcreationoptions",
"https://www.w3.org/TR/webauthn-3/#ref-for-dictdef-credentialcreationoptions%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#ref-for-dictdef-publickeycredentialcreationoptions",
"https://www.w3.org/TR/webauthn-3/#dom-credentialcreationoptions-publickey",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-dom-credentialcreationoptions-publickey",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-dom-credentialcreationoptions-publickey",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-dom-credentialcreationoptions-publickey",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-dom-credentialcreationoptions-publickey",
"https://www.w3.org/TR/webauthn-3/#sctn-credentialrequestoptions-extension",
- "https://www.w3.org/TR/webauthn-3/#ref-for-dom-credentialscontainer-get%E2%91%A0%E2%91%A1",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-credentialscontainer-get%E2%91%A0%E2%91%A3",
"https://www.w3.org/TR/webauthn-3/#ref-for-dictdef-credentialrequestoptions",
"https://www.w3.org/TR/webauthn-3/#ref-for-dictdef-credentialrequestoptions%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#ref-for-dictdef-publickeycredentialrequestoptions",
"https://www.w3.org/TR/webauthn-3/#dom-credentialrequestoptions-publickey",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-dom-credentialrequestoptions-publickey",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-dom-credentialrequestoptions-publickey",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-dom-credentialrequestoptions-publickey",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-dom-credentialrequestoptions-publickey",
"https://www.w3.org/TR/webauthn-3/#sctn-createCredential",
- "https://www.w3.org/TR/webauthn-3/#ref-for-publickeycredential%E2%91%A0%E2%91%A0",
- "https://www.w3.org/TR/webauthn-3/#ref-for-dfn-interface-object%E2%91%A2",
"https://www.w3.org/TR/webauthn-3/#dom-publickeycredential-create-slot",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-dom-publickeycredential-create-slot",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-dom-publickeycredential-create-slot",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-dom-publickeycredential-create-slot",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-dom-publickeycredential-create-slot",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-publickeycredential%E2%91%A0%E2%91%A1",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dfn-interface-object%E2%91%A2",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-credential-create-slot",
"https://www.w3.org/TR/webauthn-3/#ref-for-sec-object-internal-methods-and-internal-slots%E2%91%A5",
"https://www.w3.org/TR/webauthn-3/#ref-for-webauthn-relying-party%E2%91%A0%E2%91%A0",
- "https://www.w3.org/TR/webauthn-3/#ref-for-dom-credentialscontainer-create%E2%91%A6",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-credentialscontainer-create%E2%91%A7",
"https://www.w3.org/TR/webauthn-3/#ref-for-public-key-credential-source%E2%91%A2%E2%91%A8",
"https://www.w3.org/TR/webauthn-3/#ref-for-bound-credential%E2%91%A6",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A6%E2%93%AA",
- "https://www.w3.org/TR/webauthn-3/#ref-for-dom-credentialscontainer-create%E2%91%A7",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A5%E2%91%A5",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-credentialcreationoptions-mediation",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-credentialmediationrequirement-conditional%E2%91%A4",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A8%E2%91%A2",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A8%E2%91%A3",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredential-getclientcapabilities%E2%91%A0",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-client%E2%91%A0%E2%91%A5",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-clientcapability-conditionalcreate%E2%91%A0",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-credentialcreationoptions-mediation%E2%91%A0",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-credentialmediationrequirement-conditional%E2%91%A5",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-credentialscontainer-create%E2%91%A8",
"https://www.w3.org/TR/webauthn-3/#ref-for-abortcontroller",
"https://www.w3.org/TR/webauthn-3/#ref-for-sec-object-internal-methods-and-internal-slots%E2%91%A6",
"https://www.w3.org/TR/webauthn-3/#dom-publickeycredential-create-origin-options-sameoriginwithancestors-origin",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-dom-publickeycredential-create-origin-options-sameoriginwithancestors-origin",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-dom-publickeycredential-create-origin-options-sameoriginwithancestors-origin",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-dom-publickeycredential-create-origin-options-sameoriginwithancestors-origin",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-dom-publickeycredential-create-origin-options-sameoriginwithancestors-origin",
- "https://www.w3.org/TR/webauthn-3/#ref-for-relevant-settings-object%E2%91%A0",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-relevant-settings-object",
"https://www.w3.org/TR/webauthn-3/#ref-for-concept-settings-object-origin%E2%91%A1",
- "https://www.w3.org/TR/webauthn-3/#ref-for-dom-credentialscontainer-create%E2%91%A8",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-credentialscontainer-create%E2%91%A0%E2%93%AA",
"https://www.w3.org/TR/webauthn-3/#dom-publickeycredential-create-origin-options-sameoriginwithancestors-options",
"https://www.w3.org/TR/webauthn-3/#ref-for-dictdef-credentialcreationoptions%E2%91%A1",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-credentialcreationoptions-publickey%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#ref-for-dictdef-publickeycredentialcreationoptions%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#ref-for-public-key-credential%E2%91%A1%E2%91%A4",
"https://www.w3.org/TR/webauthn-3/#dom-publickeycredential-create-origin-options-sameoriginwithancestors-sameoriginwithancestors",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-dom-publickeycredential-create-origin-options-sameoriginwithancestors-sameoriginwithancestors",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-dom-publickeycredential-create-origin-options-sameoriginwithancestors-sameoriginwithancestors",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-dom-publickeycredential-create-origin-options-sameoriginwithancestors-sameoriginwithancestors",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-dom-publickeycredential-create-origin-options-sameoriginwithancestors-sameoriginwithancestors",
"https://www.w3.org/TR/webauthn-3/#ref-for-environment-settings-object",
"https://www.w3.org/TR/webauthn-3/#ref-for-same-origin-with-its-ancestors",
"https://www.w3.org/TR/webauthn-3/#ref-for-sec-object-internal-methods-and-internal-slots%E2%91%A7",
"https://www.w3.org/TR/webauthn-3/#ref-for-concept-document-permissions-policy",
"https://www.w3.org/TR/webauthn-3/#ref-for-idl-promise%E2%91%A1",
- "https://www.w3.org/TR/webauthn-3/#ref-for-dom-credentialscontainer-create%E2%91%A0%E2%93%AA",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-credentialscontainer-create%E2%91%A0%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#ref-for-BufferSource",
"https://www.w3.org/TR/webauthn-3/#ref-for-dfn-get-buffer-source-copy",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-credentialcreationoptions-publickey%E2%91%A1",
- "https://www.w3.org/TR/webauthn-3/#ref-for-concept-relevant-global",
- "https://www.w3.org/TR/webauthn-3/#ref-for-dom-credentialscontainer-create%E2%91%A0%E2%91%A0",
- "https://www.w3.org/TR/webauthn-3/#ref-for-transient-activation",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-credentialcreationoptions-mediation%E2%91%A1",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-credentialmediationrequirement-conditional%E2%91%A6",
"https://www.w3.org/TR/webauthn-3/#ref-for-notallowederror",
"https://www.w3.org/TR/webauthn-3/#ref-for-idl-DOMException%E2%91%A0",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-concept-relevant-global",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-credentialscontainer-create%E2%91%A0%E2%91%A1",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-transient-activation",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-notallowederror%E2%91%A0",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-idl-DOMException%E2%91%A1",
"https://www.w3.org/TR/webauthn-3/#ref-for-consume-user-activation",
"https://www.w3.org/TR/webauthn-3/#ref-for-concept-relevant-global%E2%91%A0",
- "https://www.w3.org/TR/webauthn-3/#ref-for-client%E2%91%A0%E2%91%A5",
- "https://www.w3.org/TR/webauthn-3/#ref-for-concept-origin%E2%91%A0%E2%91%A0",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-concept-origin%E2%91%A0%E2%93%AA",
"https://www.w3.org/TR/webauthn-3/#ref-for-concept-environment-top-level-origin",
"https://www.w3.org/TR/webauthn-3/#ref-for-concept-relevant-global%E2%91%A1",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-client%E2%91%A0%E2%91%A6",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-credentialcreationoptions-publickey%E2%91%A2",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredentialcreationoptions-timeout",
- "https://www.w3.org/TR/webauthn-3/#ref-for-client%E2%91%A0%E2%91%A6",
- "https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredentialcreationoptions-timeout%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#ref-for-client%E2%91%A0%E2%91%A7",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredentialcreationoptions-timeout%E2%91%A0",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-client%E2%91%A0%E2%91%A8",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-recommended-range-and-default-for-a-webauthn-ceremony-timeout",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredentialcreationoptions-timeout%E2%91%A1",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-client%E2%91%A1%E2%93%AA",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredentialcreationoptions-user%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredentialuserentity-id%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#ref-for-exceptiondef-typeerror",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredential-create-origin-options-sameoriginwithancestors-origin",
- "https://www.w3.org/TR/webauthn-3/#ref-for-concept-origin-opaque%E2%91%A0",
- "https://www.w3.org/TR/webauthn-3/#ref-for-notallowederror%E2%91%A0",
- "https://www.w3.org/TR/webauthn-3/#ref-for-idl-DOMException%E2%91%A1",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-concept-origin-opaque",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-notallowederror%E2%91%A1",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-idl-DOMException%E2%91%A2",
"https://www.w3.org/TR/webauthn-3/#ref-for-concept-origin-effective-domain%E2%91%A3",
"https://www.w3.org/TR/webauthn-3/#ref-for-concept-origin-effective-domain%E2%91%A4",
"https://www.w3.org/TR/webauthn-3/#ref-for-valid-domain%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#ref-for-securityerror",
- "https://www.w3.org/TR/webauthn-3/#ref-for-idl-DOMException%E2%91%A2",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-idl-DOMException%E2%91%A3",
"https://www.w3.org/TR/webauthn-3/#ref-for-concept-origin-effective-domain%E2%91%A5",
- "https://www.w3.org/TR/webauthn-3/#ref-for-concept-url-host%E2%91%A1",
- "https://www.w3.org/TR/webauthn-3/#ref-for-concept-domain%E2%91%A1",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-concept-url-host%E2%91%A0",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-concept-domain%E2%91%A2",
"https://www.w3.org/TR/webauthn-3/#ref-for-concept-ipv4",
"https://www.w3.org/TR/webauthn-3/#ref-for-concept-ipv6",
"https://www.w3.org/TR/webauthn-3/#ref-for-opaque-host",
"https://www.w3.org/TR/webauthn-3/#ref-for-empty-host",
- "https://www.w3.org/TR/webauthn-3/#ref-for-concept-domain%E2%91%A2",
- "https://www.w3.org/TR/webauthn-3/#ref-for-concept-url-host%E2%91%A2",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-concept-domain%E2%91%A3",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-concept-url-host%E2%91%A1",
"https://www.w3.org/TR/webauthn-3/#CreateCred-DetermineRpId",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredentialcreationoptions-rp%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredentialrpentity-id%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredentialcreationoptions-rp%E2%91%A1",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredentialrpentity-id%E2%91%A1",
- "https://www.w3.org/TR/webauthn-3/#ref-for-is-a-registrable-domain-suffix-of-or-is-equal-to%E2%91%A2",
- "https://www.w3.org/TR/webauthn-3/#ref-for-securityerror%E2%91%A0",
- "https://www.w3.org/TR/webauthn-3/#ref-for-idl-DOMException%E2%91%A3",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-is-a-registrable-domain-suffix-of-or-is-equal-to%E2%91%A1",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredentialcreationoptions-rp%E2%91%A2",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredentialrpentity-id%E2%91%A2",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-abstract-opdef-related-origins-validation-procedure",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-securityerror%E2%91%A0",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-idl-DOMException%E2%91%A4",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-securityerror%E2%91%A1",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-idl-DOMException%E2%91%A5",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredentialcreationoptions-rp%E2%91%A3",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredentialrpentity-id%E2%91%A3",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredentialcreationoptions-rp%E2%91%A4",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredentialrpentity-id%E2%91%A4",
"https://www.w3.org/TR/webauthn-3/#ref-for-rp-id%E2%91%A0%E2%91%A6",
"https://www.w3.org/TR/webauthn-3/#ref-for-rp-id%E2%91%A0%E2%91%A7",
"https://www.w3.org/TR/webauthn-3/#ref-for-concept-settings-object-origin%E2%91%A2",
"https://www.w3.org/TR/webauthn-3/#ref-for-concept-origin-effective-domain%E2%91%A6",
- "https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredentialcreationoptions-rp%E2%91%A4",
- "https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredentialrpentity-id%E2%91%A4",
- "https://www.w3.org/TR/webauthn-3/#ref-for-dom-credentialscontainer-create%E2%91%A0%E2%91%A1",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredentialcreationoptions-rp%E2%91%A5",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredentialrpentity-id%E2%91%A5",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-credentialscontainer-create%E2%91%A0%E2%91%A2",
"https://www.w3.org/TR/webauthn-3/#ref-for-list",
"https://www.w3.org/TR/webauthn-3/#ref-for-list-item%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#ref-for-enumdef-publickeycredentialtype%E2%91%A0",
- "https://www.w3.org/TR/webauthn-3/#ref-for-typedefdef-cosealgorithmidentifier",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-typedefdef-cosealgorithmidentifier%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredentialcreationoptions-pubkeycredparams",
"https://www.w3.org/TR/webauthn-3/#ref-for-list-size",
"https://www.w3.org/TR/webauthn-3/#ref-for-list-append",
"https://www.w3.org/TR/webauthn-3/#ref-for-enumdef-publickeycredentialtype%E2%91%A1",
- "https://www.w3.org/TR/webauthn-3/#ref-for-typedefdef-cosealgorithmidentifier%E2%91%A0",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-typedefdef-cosealgorithmidentifier%E2%91%A1",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredentialtype-public-key%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredentialtype-public-key%E2%91%A1",
"https://www.w3.org/TR/webauthn-3/#ref-for-list-iterate",
@@ -1764,7 +1293,7 @@
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredentialparameters-type%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#ref-for-list-is-empty%E2%91%A1",
"https://www.w3.org/TR/webauthn-3/#ref-for-notsupportederror",
- "https://www.w3.org/TR/webauthn-3/#ref-for-idl-DOMException%E2%91%A4",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-idl-DOMException%E2%91%A6",
"https://www.w3.org/TR/webauthn-3/#ref-for-ordered-map%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#ref-for-ordered-map%E2%91%A1",
"https://www.w3.org/TR/webauthn-3/#CreateCred-process-extensions",
@@ -1789,12 +1318,12 @@
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredentialcreationoptions-challenge",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-collectedclientdata-origin",
"https://www.w3.org/TR/webauthn-3/#ref-for-ascii-serialisation-of-an-origin",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-collectedclientdata-crossorigin",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredential-create-origin-options-sameoriginwithancestors-sameoriginwithancestors",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-sec-object-internal-methods-and-internal-slots%E2%91%A8",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-collectedclientdata-toporigin",
"https://www.w3.org/TR/webauthn-3/#ref-for-ascii-serialisation-of-an-origin%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#ref-for-concept-environment-top-level-origin%E2%91%A0",
- "https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredential-create-origin-options-sameoriginwithancestors-sameoriginwithancestors",
- "https://www.w3.org/TR/webauthn-3/#ref-for-sec-object-internal-methods-and-internal-slots%E2%91%A8",
- "https://www.w3.org/TR/webauthn-3/#ref-for-dom-collectedclientdata-crossorigin",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredential-create-origin-options-sameoriginwithancestors-sameoriginwithancestors%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#ref-for-sec-object-internal-methods-and-internal-slots%E2%91%A0%E2%93%AA",
"https://www.w3.org/TR/webauthn-3/#ref-for-collectedclientdata-json-compatible-serialization-of-client-data",
@@ -1807,12 +1336,17 @@
"https://www.w3.org/TR/webauthn-3/#ref-for-ordered-set%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#ref-for-client-platform%E2%91%A0%E2%91%A6",
"https://www.w3.org/TR/webauthn-3/#ref-for-list-item%E2%91%A1",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A6%E2%91%A0",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A5%E2%91%A6",
"https://www.w3.org/TR/webauthn-3/#ref-for-client-platform%E2%91%A0%E2%91%A7",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A6%E2%91%A1",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A6%E2%91%A2",
- "https://www.w3.org/TR/webauthn-3/#ref-for-client%E2%91%A0%E2%91%A8",
- "https://www.w3.org/TR/webauthn-3/#ref-for-client%E2%91%A1%E2%93%AA",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A5%E2%91%A7",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A5%E2%91%A8",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-client%E2%91%A1%E2%91%A0",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-client%E2%91%A1%E2%91%A1",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-credentialcreationoptions-mediation%E2%91%A2",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-credentialmediationrequirement-conditional%E2%91%A7",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-notallowederror%E2%91%A2",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-idl-DOMException%E2%91%A7",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-web-authentication-api%E2%91%A0%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredentialcreationoptions-hints",
"https://www.w3.org/TR/webauthn-3/#CreateCred-async-loop",
"https://www.w3.org/TR/webauthn-3/#ref-for-iteration-while",
@@ -1823,8 +1357,8 @@
"https://www.w3.org/TR/webauthn-3/#ref-for-list-iterate%E2%91%A2",
"https://www.w3.org/TR/webauthn-3/#ref-for-authenticatorcancel%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#ref-for-list-remove%E2%91%A0",
- "https://www.w3.org/TR/webauthn-3/#ref-for-notallowederror%E2%91%A1",
- "https://www.w3.org/TR/webauthn-3/#ref-for-idl-DOMException%E2%91%A5",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-notallowederror%E2%91%A3",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-idl-DOMException%E2%91%A8",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-credentialcreationoptions-signal%E2%91%A1",
"https://www.w3.org/TR/webauthn-3/#ref-for-abortsignal-aborted%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#ref-for-list-iterate%E2%91%A3",
@@ -1832,12 +1366,8 @@
"https://www.w3.org/TR/webauthn-3/#ref-for-list-remove%E2%91%A1",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-credentialcreationoptions-signal%E2%91%A2",
"https://www.w3.org/TR/webauthn-3/#ref-for-abortsignal-abort-reason%E2%91%A0",
- "https://www.w3.org/TR/webauthn-3/#ref-for-client-device%E2%91%A0%E2%91%A1",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-client-device%E2%91%A0%E2%91%A2",
"https://www.w3.org/TR/webauthn-3/#create-candidate-authenticator",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-create-candidate-authenticator",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-create-candidate-authenticator",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-create-candidate-authenticator",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-create-candidate-authenticator",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredentialcreationoptions-authenticatorselection",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredentialcreationoptions-authenticatorselection%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-authenticatorselectioncriteria-authenticatorattachment",
@@ -1860,36 +1390,33 @@
"https://www.w3.org/TR/webauthn-3/#ref-for-user-verification%E2%91%A0%E2%91%A4",
"https://www.w3.org/TR/webauthn-3/#ref-for-iteration-continue%E2%91%A6",
"https://www.w3.org/TR/webauthn-3/#effective-resident-key-requirement-for-credential-creation",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-effective-resident-key-requirement-for-credential-creation",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-effective-resident-key-requirement-for-credential-creation",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-effective-resident-key-requirement-for-credential-creation",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-effective-resident-key-requirement-for-credential-creation",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredentialcreationoptions-authenticatorselection%E2%91%A4",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-authenticatorselectioncriteria-residentkey%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-residentkeyrequirement-required%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-residentkeyrequirement-preferred%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#ref-for-client-side-credential-storage-modality%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#ref-for-client-side-credential-storage-modality%E2%91%A1",
- "https://www.w3.org/TR/webauthn-3/#ref-for-client%E2%91%A1%E2%91%A0",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-client%E2%91%A1%E2%91%A2",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-residentkeyrequirement-discouraged%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredentialcreationoptions-authenticatorselection%E2%91%A5",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-authenticatorselectioncriteria-requireresidentkey%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#effective-user-verification-requirement-for-credential-creation",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-effective-user-verification-requirement-for-credential-creation",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-effective-user-verification-requirement-for-credential-creation",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-effective-user-verification-requirement-for-credential-creation",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-effective-user-verification-requirement-for-credential-creation",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredentialcreationoptions-authenticatorselection%E2%91%A6",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-authenticatorselectioncriteria-userverification%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-userverificationrequirement-required%E2%91%A0",
- "https://www.w3.org/TR/webauthn-3/#ref-for-dom-userverificationrequirement-preferred",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-credentialcreationoptions-mediation%E2%91%A3",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-credentialmediationrequirement-conditional%E2%91%A8",
"https://www.w3.org/TR/webauthn-3/#ref-for-user-verification%E2%91%A0%E2%91%A5",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-constrainterror",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-idl-DOMException%E2%91%A0%E2%93%AA",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-userverificationrequirement-preferred",
"https://www.w3.org/TR/webauthn-3/#ref-for-user-verification%E2%91%A0%E2%91%A6",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-user-verification%E2%91%A0%E2%91%A7",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-userverificationrequirement-discouraged",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredentialcreationoptions-attestation",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-attestationconveyancepreference-enterprise",
- "https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredentialcreationoptions-rp%E2%91%A5",
- "https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredentialrpentity-id%E2%91%A5",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredentialcreationoptions-rp%E2%91%A6",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredentialrpentity-id%E2%91%A6",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredentialcreationoptions-attestationformats",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredentialcreationoptions-attestation%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-attestationconveyancepreference-none",
@@ -1902,28 +1429,28 @@
"https://www.w3.org/TR/webauthn-3/#ref-for-iteration-continue%E2%91%A7",
"https://www.w3.org/TR/webauthn-3/#ref-for-iteration-continue%E2%91%A8",
"https://www.w3.org/TR/webauthn-3/#ref-for-bound-credential%E2%91%A7",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A6%E2%91%A3",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A6%E2%93%AA",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredentialdescriptor-transports%E2%91%A3",
"https://www.w3.org/TR/webauthn-3/#ref-for-list-append%E2%91%A1",
"https://www.w3.org/TR/webauthn-3/#CreateCred-InvokeAuthnrMakeCred",
"https://www.w3.org/TR/webauthn-3/#ref-for-authenticatormakecredential%E2%91%A4",
- "https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredentialcreationoptions-rp%E2%91%A6",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredentialcreationoptions-rp%E2%91%A7",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredentialcreationoptions-user%E2%91%A1",
"https://www.w3.org/TR/webauthn-3/#ref-for-set-append",
- "https://www.w3.org/TR/webauthn-3/#ref-for-client-device%E2%91%A0%E2%91%A2",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-client-device%E2%91%A0%E2%91%A3",
"https://www.w3.org/TR/webauthn-3/#ref-for-list-remove%E2%91%A2",
"https://www.w3.org/TR/webauthn-3/#ref-for-list-remove%E2%91%A3",
"https://www.w3.org/TR/webauthn-3/#ref-for-list-iterate%E2%91%A5",
"https://www.w3.org/TR/webauthn-3/#ref-for-authenticatorcancel%E2%91%A2",
"https://www.w3.org/TR/webauthn-3/#ref-for-list-remove%E2%91%A4",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A6%E2%91%A4",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A6%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#ref-for-invalidstateerror",
"https://www.w3.org/TR/webauthn-3/#ref-for-list-remove%E2%91%A5",
"https://www.w3.org/TR/webauthn-3/#ref-for-list-iterate%E2%91%A6",
"https://www.w3.org/TR/webauthn-3/#ref-for-authenticatorcancel%E2%91%A3",
"https://www.w3.org/TR/webauthn-3/#ref-for-list-remove%E2%91%A6",
"https://www.w3.org/TR/webauthn-3/#ref-for-invalidstateerror%E2%91%A0",
- "https://www.w3.org/TR/webauthn-3/#ref-for-idl-DOMException%E2%91%A6",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-idl-DOMException%E2%91%A0%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#ref-for-bound-credential%E2%91%A8",
"https://www.w3.org/TR/webauthn-3/#ref-for-user-consent%E2%91%A5",
"https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A8%E2%91%A4",
@@ -1933,34 +1460,14 @@
"https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A8%E2%91%A5",
"https://www.w3.org/TR/webauthn-3/#ref-for-list-remove%E2%91%A8",
"https://www.w3.org/TR/webauthn-3/#create-selected-authenticator",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-create-selected-authenticator",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-create-selected-authenticator",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-create-selected-authenticator",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-create-selected-authenticator",
"https://www.w3.org/TR/webauthn-3/#ref-for-struct%E2%91%A1",
"https://www.w3.org/TR/webauthn-3/#ref-for-struct-item%E2%91%A7",
"https://www.w3.org/TR/webauthn-3/#credentialcreationdata-attestationobjectresult",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-credentialcreationdata-attestationobjectresult",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-credentialcreationdata-attestationobjectresult",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-credentialcreationdata-attestationobjectresult",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-credentialcreationdata-attestationobjectresult",
"https://www.w3.org/TR/webauthn-3/#ref-for-authenticatormakecredential%E2%91%A5",
"https://www.w3.org/TR/webauthn-3/#credentialcreationdata-clientdatajsonresult",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-credentialcreationdata-clientdatajsonresult",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-credentialcreationdata-clientdatajsonresult",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-credentialcreationdata-clientdatajsonresult",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-credentialcreationdata-clientdatajsonresult",
"https://www.w3.org/TR/webauthn-3/#credentialcreationdata-attestationconveyancepreferenceoption",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-credentialcreationdata-attestationconveyancepreferenceoption",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-credentialcreationdata-attestationconveyancepreferenceoption",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-credentialcreationdata-attestationconveyancepreferenceoption",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-credentialcreationdata-attestationconveyancepreferenceoption",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredentialcreationoptions-attestation%E2%91%A1",
"https://www.w3.org/TR/webauthn-3/#credentialcreationdata-clientextensionresults",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-credentialcreationdata-clientextensionresults",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-credentialcreationdata-clientextensionresults",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-credentialcreationdata-clientextensionresults",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-credentialcreationdata-clientextensionresults",
"https://www.w3.org/TR/webauthn-3/#ref-for-dictdef-authenticationextensionsclientoutputs%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#ref-for-extension-identifier%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#ref-for-client-extension-output%E2%91%A0",
@@ -1976,27 +1483,25 @@
"https://www.w3.org/TR/webauthn-3/#ref-for-credentialcreationdata-attestationobjectresult",
"https://www.w3.org/TR/webauthn-3/#ref-for-credentialcreationdata-attestationobjectresult%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#ref-for-self-attestation%E2%91%A3",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authdata-attestedcredentialdata-aaguid%E2%91%A1",
- "https://www.w3.org/TR/webauthn-3/#ref-for-attested-credential-data%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#ref-for-credentialcreationdata-attestationobjectresult%E2%91%A1",
"https://www.w3.org/TR/webauthn-3/#ref-for-credentialcreationdata-attestationobjectresult%E2%91%A2",
"https://www.w3.org/TR/webauthn-3/#ref-for-cbor%E2%91%A2",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-attestationconveyancepreference-indirect",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authdata-attestedcredentialdata-aaguid%E2%91%A2",
- "https://www.w3.org/TR/webauthn-3/#ref-for-attestation-statement%E2%91%A3",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authdata-attestedcredentialdata-aaguid%E2%91%A1",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-attestation-statement%E2%91%A2",
"https://www.w3.org/TR/webauthn-3/#ref-for-anonymization-ca",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-attestationconveyancepreference-direct",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-attestationconveyancepreference-enterprise%E2%91%A0",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A6%E2%91%A5",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authdata-attestedcredentialdata-aaguid%E2%91%A3",
- "https://www.w3.org/TR/webauthn-3/#ref-for-attestation-statement%E2%91%A4",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A6%E2%91%A1",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-aaguid",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-attestation-statement%E2%91%A3",
"https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A8%E2%91%A6",
"https://www.w3.org/TR/webauthn-3/#ref-for-idl-ArrayBuffer%E2%91%A4",
"https://www.w3.org/TR/webauthn-3/#ref-for-sec-arraybuffer-constructor%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#ref-for-credentialcreationdata-attestationobjectresult%E2%91%A3",
"https://www.w3.org/TR/webauthn-3/#ref-for-authdata-attestedcredentialdata",
"https://www.w3.org/TR/webauthn-3/#ref-for-authdata-attestedcredentialdata-credentialid",
- "https://www.w3.org/TR/webauthn-3/#ref-for-publickeycredential%E2%91%A0%E2%91%A1",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-publickeycredential%E2%91%A0%E2%91%A2",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredential-identifier-slot%E2%91%A1",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredential-authenticatorattachment%E2%91%A1",
"https://www.w3.org/TR/webauthn-3/#ref-for-enumdef-authenticatorattachment%E2%91%A0",
@@ -2009,14 +1514,14 @@
"https://www.w3.org/TR/webauthn-3/#ref-for-credentialcreationdata-clientdatajsonresult",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-authenticatorattestationresponse-attestationobject%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-authenticatorattestationresponse-transports-slot",
- "https://www.w3.org/TR/webauthn-3/#ref-for-idl-DOMString%E2%91%A0%E2%91%A0",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-idl-DOMString%E2%91%A0%E2%91%A2",
"https://www.w3.org/TR/webauthn-3/#ref-for-enumdef-authenticatortransport",
"https://www.w3.org/TR/webauthn-3/#ref-for-client-platform%E2%91%A0%E2%91%A8",
"https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A8%E2%91%A7",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A6%E2%91%A6",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A6%E2%91%A2",
"https://www.w3.org/TR/webauthn-3/#ref-for-attestation-certificate%E2%91%A1",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A6%E2%91%A7",
- "https://www.w3.org/TR/webauthn-3/#ref-for-platform-authenticators%E2%91%A0%E2%91%A0",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A6%E2%91%A3",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-platform-authenticators%E2%91%A7",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredential-clientextensionsresults-slot%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#ref-for-idl-ArrayBuffer%E2%91%A6",
"https://www.w3.org/TR/webauthn-3/#ref-for-sec-arraybuffer-constructor%E2%91%A2",
@@ -2024,12 +1529,49 @@
"https://www.w3.org/TR/webauthn-3/#ref-for-list-iterate%E2%91%A7",
"https://www.w3.org/TR/webauthn-3/#ref-for-authenticatorcancel%E2%91%A4",
"https://www.w3.org/TR/webauthn-3/#ref-for-list-remove%E2%91%A0%E2%93%AA",
- "https://www.w3.org/TR/webauthn-3/#ref-for-notallowederror%E2%91%A2",
- "https://www.w3.org/TR/webauthn-3/#ref-for-idl-DOMException%E2%91%A7",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-notallowederror%E2%91%A4",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-idl-DOMException%E2%91%A0%E2%91%A1",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-credentialcreationoptions-mediation%E2%91%A4",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-credentialmediationrequirement-conditional%E2%91%A0%E2%93%AA",
+ "https://www.w3.org/TR/webauthn-3/#sctn-create-request-exceptions",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-webauthn-relying-party%E2%91%A0%E2%91%A1",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-credentialscontainer-create%E2%91%A0%E2%91%A3",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-webauthn-relying-party%E2%91%A0%E2%91%A2",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-webauthn-extensions%E2%91%A0",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-idl-DOMException%E2%91%A0%E2%91%A2",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-aborterror",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-abortcontroller%E2%91%A0",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-constrainterror%E2%91%A0",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-authenticatorselectioncriteria-residentkey%E2%91%A1",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-residentkeyrequirement-required%E2%91%A1",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-authenticatorselectioncriteria-userverification%E2%91%A1",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-userverificationrequirement-required%E2%91%A1",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-user-verification%E2%91%A0%E2%91%A8",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-invalidstateerror%E2%91%A2",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredentialcreationoptions-excludecredentials%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#ref-for-user-consent%E2%91%A7",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-notsupportederror%E2%91%A0",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredentialcreationoptions-pubkeycredparams%E2%91%A1",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredentialdescriptor-type%E2%91%A0",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredentialtype-public-key%E2%91%A2",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A6%E2%91%A4",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredentialcreationoptions-pubkeycredparams%E2%91%A2",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-securityerror%E2%91%A2",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-concept-origin-effective-domain%E2%91%A7",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-valid-domain%E2%91%A1",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredentialcreationoptions-rp%E2%91%A8",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredentialrpentity-id%E2%91%A7",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-concept-origin-effective-domain%E2%91%A8",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-client%E2%91%A1%E2%91%A3",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-abstract-opdef-related-origins-validation-procedure%E2%91%A0",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-notallowederror%E2%91%A5",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dfn-simple-exception",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-exceptiondef-typeerror%E2%91%A0",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredentialcreationoptions-user%E2%91%A2",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredentialuserentity-id%E2%91%A1",
"https://www.w3.org/TR/webauthn-3/#sctn-getAssertion",
- "https://www.w3.org/TR/webauthn-3/#ref-for-webauthn-relying-party%E2%91%A0%E2%91%A1",
- "https://www.w3.org/TR/webauthn-3/#ref-for-dom-credentialscontainer-get%E2%91%A0%E2%91%A2",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-webauthn-relying-party%E2%91%A0%E2%91%A3",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-credentialscontainer-get%E2%91%A0%E2%91%A4",
"https://www.w3.org/TR/webauthn-3/#ref-for-public-key-credential%E2%91%A1%E2%91%A5",
"https://www.w3.org/TR/webauthn-3/#ref-for-user-consent%E2%91%A8",
"https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A8%E2%91%A8",
@@ -2041,47 +1583,37 @@
"https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A0%E2%93%AA%E2%93%AA",
"https://www.w3.org/TR/webauthn-3/#ref-for-authentication-assertion%E2%91%A8",
"https://www.w3.org/TR/webauthn-3/#ref-for-concept-credential%E2%91%A6",
- "https://www.w3.org/TR/webauthn-3/#ref-for-dom-credentialscontainer-get%E2%91%A0%E2%91%A3",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-credentialscontainer-get%E2%91%A0%E2%91%A5",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredential-collectfromcredentialstore-slot",
"https://www.w3.org/TR/webauthn-3/#ref-for-concept-credential%E2%91%A7",
- "https://www.w3.org/TR/webauthn-3/#ref-for-user-mediated%E2%91%A1",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authorization-gesture%E2%91%A0%E2%91%A2",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-user-mediated%E2%91%A2",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authorization-gesture%E2%91%A0%E2%91%A1",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredential-discoverfromexternalsource-slot%E2%91%A1",
"https://www.w3.org/TR/webauthn-3/#ref-for-public-key-credential-source%E2%91%A3%E2%91%A3",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authorization-gesture%E2%91%A0%E2%91%A3",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authorization-gesture%E2%91%A0%E2%91%A2",
"https://www.w3.org/TR/webauthn-3/#ref-for-assertion%E2%91%A1",
- "https://www.w3.org/TR/webauthn-3/#dom-publickeycredential-collectfromcredentialstore-slot",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-dom-publickeycredential-collectfromcredentialstore-slot",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-dom-publickeycredential-collectfromcredentialstore-slot",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-dom-publickeycredential-collectfromcredentialstore-slot",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-dom-publickeycredential-collectfromcredentialstore-slot",
- "https://www.w3.org/TR/webauthn-3/#ref-for-sec-object-internal-methods-and-internal-slots%E2%91%A0%E2%91%A0",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-publickeycredential%E2%91%A0%E2%91%A3",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-credential-collectfromcredentialstore-slot%E2%91%A0",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-publickeycredential%E2%91%A0%E2%91%A4",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredential-discoverfromexternalsource-slot%E2%91%A2",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-credentialrequestoptions-mediation%E2%91%A0",
- "https://www.w3.org/TR/webauthn-3/#ref-for-dom-credentialmediationrequirement-conditional%E2%91%A3",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-credentialmediationrequirement-conditional%E2%91%A0%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A0%E2%93%AA%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A0%E2%93%AA%E2%91%A1",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredential-isconditionalmediationavailable%E2%91%A0",
- "https://www.w3.org/TR/webauthn-3/#ref-for-dom-credentialmediationrequirement-conditional%E2%91%A4",
- "https://www.w3.org/TR/webauthn-3/#ref-for-user-mediated%E2%91%A2",
- "https://www.w3.org/TR/webauthn-3/#ref-for-dom-credentialscontainer-get%E2%91%A0%E2%91%A4",
- "https://www.w3.org/TR/webauthn-3/#ref-for-abortcontroller%E2%91%A0",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredential-getclientcapabilities%E2%91%A1",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-client%E2%91%A1%E2%91%A4",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-clientcapability-conditionalget%E2%91%A0",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-credentialscontainer-get%E2%91%A0%E2%91%A6",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-abortcontroller%E2%91%A1",
"https://www.w3.org/TR/webauthn-3/#sctn-discover-from-external-source",
"https://www.w3.org/TR/webauthn-3/#dom-publickeycredential-discoverfromexternalsource-slot",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-dom-publickeycredential-discoverfromexternalsource-slot",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-dom-publickeycredential-discoverfromexternalsource-slot",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-dom-publickeycredential-discoverfromexternalsource-slot",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-dom-publickeycredential-discoverfromexternalsource-slot",
- "https://www.w3.org/TR/webauthn-3/#ref-for-sec-object-internal-methods-and-internal-slots%E2%91%A0%E2%91%A1",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-sec-object-internal-methods-and-internal-slots%E2%91%A0%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#dom-publickeycredential-discoverfromexternalsource-origin-options-sameoriginwithancestors-origin",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-dom-publickeycredential-discoverfromexternalsource-origin-options-sameoriginwithancestors-origin",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-dom-publickeycredential-discoverfromexternalsource-origin-options-sameoriginwithancestors-origin",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-dom-publickeycredential-discoverfromexternalsource-origin-options-sameoriginwithancestors-origin",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-dom-publickeycredential-discoverfromexternalsource-origin-options-sameoriginwithancestors-origin",
- "https://www.w3.org/TR/webauthn-3/#ref-for-relevant-settings-object%E2%91%A1",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-relevant-settings-object%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#ref-for-concept-settings-object-origin%E2%91%A3",
- "https://www.w3.org/TR/webauthn-3/#ref-for-dom-credentialscontainer-get%E2%91%A0%E2%91%A5",
- "https://www.w3.org/TR/webauthn-3/#ref-for-credentialscontainer",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-credentialscontainer-get%E2%91%A0%E2%91%A7",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-credentialscontainer%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#ref-for-abstract-opdef-request-a-credential",
"https://www.w3.org/TR/webauthn-3/#dom-publickeycredential-discoverfromexternalsource-origin-options-sameoriginwithancestors-options",
"https://www.w3.org/TR/webauthn-3/#ref-for-dictdef-credentialrequestoptions%E2%91%A1",
@@ -2089,68 +1621,69 @@
"https://www.w3.org/TR/webauthn-3/#ref-for-dictdef-publickeycredentialrequestoptions%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#ref-for-public-key-credential%E2%91%A1%E2%91%A6",
"https://www.w3.org/TR/webauthn-3/#dom-publickeycredential-discoverfromexternalsource-origin-options-sameoriginwithancestors-sameoriginwithancestors",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-dom-publickeycredential-discoverfromexternalsource-origin-options-sameoriginwithancestors-sameoriginwithancestors",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-dom-publickeycredential-discoverfromexternalsource-origin-options-sameoriginwithancestors-sameoriginwithancestors",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-dom-publickeycredential-discoverfromexternalsource-origin-options-sameoriginwithancestors-sameoriginwithancestors",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-dom-publickeycredential-discoverfromexternalsource-origin-options-sameoriginwithancestors-sameoriginwithancestors",
"https://www.w3.org/TR/webauthn-3/#ref-for-environment-settings-object%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#ref-for-same-origin-with-its-ancestors%E2%91%A0",
- "https://www.w3.org/TR/webauthn-3/#ref-for-sec-object-internal-methods-and-internal-slots%E2%91%A0%E2%91%A2",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-sec-object-internal-methods-and-internal-slots%E2%91%A0%E2%91%A1",
"https://www.w3.org/TR/webauthn-3/#ref-for-concept-document-permissions-policy%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#ref-for-idl-promise%E2%91%A2",
- "https://www.w3.org/TR/webauthn-3/#ref-for-dom-credentialscontainer-get%E2%91%A0%E2%91%A6",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-credentialscontainer-get%E2%91%A0%E2%91%A8",
"https://www.w3.org/TR/webauthn-3/#ref-for-BufferSource%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#ref-for-dfn-get-buffer-source-copy%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-credentialrequestoptions-publickey%E2%91%A1",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-credentialrequestoptions-publickey%E2%91%A2",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-credentialrequestoptions-mediation%E2%91%A1",
- "https://www.w3.org/TR/webauthn-3/#ref-for-dom-credentialmediationrequirement-conditional%E2%91%A5",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-credentialmediationrequirement-conditional%E2%91%A0%E2%91%A1",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredentialrequestoptions-allowcredentials%E2%91%A4",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredentialrequestoptions-allowcredentials%E2%91%A5",
"https://www.w3.org/TR/webauthn-3/#ref-for-list-empty%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#ref-for-non-discoverable-credential%E2%91%A1",
- "https://www.w3.org/TR/webauthn-3/#ref-for-dom-credentialmediationrequirement-conditional%E2%91%A6",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-credentialmediationrequirement-conditional%E2%91%A0%E2%91%A2",
"https://www.w3.org/TR/webauthn-3/#ref-for-concept-document",
"https://www.w3.org/TR/webauthn-3/#ref-for-the-input-element",
"https://www.w3.org/TR/webauthn-3/#ref-for-autofill-detail-tokens",
"https://www.w3.org/TR/webauthn-3/#ref-for-list-empty%E2%91%A1",
"https://www.w3.org/TR/webauthn-3/#ref-for-list%E2%91%A1",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredentialrequestoptions-timeout",
- "https://www.w3.org/TR/webauthn-3/#ref-for-client%E2%91%A1%E2%91%A1",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-client%E2%91%A1%E2%91%A5",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredentialrequestoptions-timeout%E2%91%A0",
- "https://www.w3.org/TR/webauthn-3/#ref-for-client%E2%91%A1%E2%91%A2",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-client%E2%91%A1%E2%91%A6",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-recommended-range-and-default-for-a-webauthn-ceremony-timeout%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredentialrequestoptions-timeout%E2%91%A1",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredential-discoverfromexternalsource-origin-options-sameoriginwithancestors-origin",
- "https://www.w3.org/TR/webauthn-3/#ref-for-concept-origin-opaque%E2%91%A1",
- "https://www.w3.org/TR/webauthn-3/#ref-for-notallowederror%E2%91%A3",
- "https://www.w3.org/TR/webauthn-3/#ref-for-idl-DOMException%E2%91%A8",
- "https://www.w3.org/TR/webauthn-3/#ref-for-concept-origin-effective-domain%E2%91%A7",
- "https://www.w3.org/TR/webauthn-3/#ref-for-concept-origin-effective-domain%E2%91%A8",
- "https://www.w3.org/TR/webauthn-3/#ref-for-valid-domain%E2%91%A1",
- "https://www.w3.org/TR/webauthn-3/#ref-for-securityerror%E2%91%A1",
- "https://www.w3.org/TR/webauthn-3/#ref-for-idl-DOMException%E2%91%A0%E2%93%AA",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-concept-origin-opaque%E2%91%A0",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-notallowederror%E2%91%A6",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-idl-DOMException%E2%91%A0%E2%91%A3",
"https://www.w3.org/TR/webauthn-3/#ref-for-concept-origin-effective-domain%E2%91%A0%E2%93%AA",
- "https://www.w3.org/TR/webauthn-3/#ref-for-concept-url-host%E2%91%A3",
- "https://www.w3.org/TR/webauthn-3/#ref-for-concept-domain%E2%91%A3",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-concept-origin-effective-domain%E2%91%A0%E2%91%A0",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-valid-domain%E2%91%A2",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-securityerror%E2%91%A3",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-idl-DOMException%E2%91%A0%E2%91%A4",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-concept-origin-effective-domain%E2%91%A0%E2%91%A1",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-concept-url-host%E2%91%A2",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-concept-domain%E2%91%A4",
"https://www.w3.org/TR/webauthn-3/#ref-for-concept-ipv4%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#ref-for-concept-ipv6%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#ref-for-opaque-host%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#ref-for-empty-host%E2%91%A0",
- "https://www.w3.org/TR/webauthn-3/#ref-for-concept-domain%E2%91%A4",
- "https://www.w3.org/TR/webauthn-3/#ref-for-concept-url-host%E2%91%A4",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-concept-domain%E2%91%A5",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-concept-url-host%E2%91%A3",
"https://www.w3.org/TR/webauthn-3/#GetAssn-DetermineRpId",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredentialrequestoptions-rpid",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredentialrequestoptions-rpid%E2%91%A0",
- "https://www.w3.org/TR/webauthn-3/#ref-for-is-a-registrable-domain-suffix-of-or-is-equal-to%E2%91%A3",
- "https://www.w3.org/TR/webauthn-3/#ref-for-securityerror%E2%91%A2",
- "https://www.w3.org/TR/webauthn-3/#ref-for-idl-DOMException%E2%91%A0%E2%91%A0",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-is-a-registrable-domain-suffix-of-or-is-equal-to%E2%91%A2",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredentialrequestoptions-rpid%E2%91%A1",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-abstract-opdef-related-origins-validation-procedure%E2%91%A1",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-securityerror%E2%91%A4",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-idl-DOMException%E2%91%A0%E2%91%A5",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-securityerror%E2%91%A5",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-idl-DOMException%E2%91%A0%E2%91%A6",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredentialrequestoptions-rpid%E2%91%A2",
"https://www.w3.org/TR/webauthn-3/#ref-for-rp-id%E2%91%A0%E2%91%A8",
"https://www.w3.org/TR/webauthn-3/#ref-for-rp-id%E2%91%A1%E2%93%AA",
"https://www.w3.org/TR/webauthn-3/#ref-for-concept-settings-object-origin%E2%91%A4",
- "https://www.w3.org/TR/webauthn-3/#ref-for-concept-origin-effective-domain%E2%91%A0%E2%91%A0",
- "https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredentialrequestoptions-rpid%E2%91%A2",
- "https://www.w3.org/TR/webauthn-3/#ref-for-dom-credentialscontainer-get%E2%91%A0%E2%91%A7",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-concept-origin-effective-domain%E2%91%A0%E2%91%A2",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredentialrequestoptions-rpid%E2%91%A3",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-credentialscontainer-get%E2%91%A1%E2%93%AA",
"https://www.w3.org/TR/webauthn-3/#ref-for-ordered-map%E2%91%A2",
"https://www.w3.org/TR/webauthn-3/#ref-for-ordered-map%E2%91%A3",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredentialrequestoptions-extensions",
@@ -2174,14 +1707,14 @@
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredentialrequestoptions-challenge",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-collectedclientdata-origin%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#ref-for-ascii-serialisation-of-an-origin%E2%91%A1",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-collectedclientdata-crossorigin%E2%91%A0",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredential-discoverfromexternalsource-origin-options-sameoriginwithancestors-sameoriginwithancestors",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-sec-object-internal-methods-and-internal-slots%E2%91%A0%E2%91%A2",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-collectedclientdata-toporigin%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#ref-for-ascii-serialisation-of-an-origin%E2%91%A2",
"https://www.w3.org/TR/webauthn-3/#ref-for-concept-environment-top-level-origin%E2%91%A1",
- "https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredential-discoverfromexternalsource-origin-options-sameoriginwithancestors-sameoriginwithancestors",
- "https://www.w3.org/TR/webauthn-3/#ref-for-sec-object-internal-methods-and-internal-slots%E2%91%A0%E2%91%A3",
- "https://www.w3.org/TR/webauthn-3/#ref-for-dom-collectedclientdata-crossorigin%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredential-discoverfromexternalsource-origin-options-sameoriginwithancestors-sameoriginwithancestors%E2%91%A0",
- "https://www.w3.org/TR/webauthn-3/#ref-for-sec-object-internal-methods-and-internal-slots%E2%91%A0%E2%91%A4",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-sec-object-internal-methods-and-internal-slots%E2%91%A0%E2%91%A3",
"https://www.w3.org/TR/webauthn-3/#ref-for-collectedclientdata-json-compatible-serialization-of-client-data%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#ref-for-collectedclientdata-hash-of-the-serialized-client-data%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-credentialrequestoptions-signal",
@@ -2193,16 +1726,16 @@
"https://www.w3.org/TR/webauthn-3/#ref-for-ordered-set%E2%91%A2",
"https://www.w3.org/TR/webauthn-3/#ref-for-client-platform%E2%91%A1%E2%91%A1",
"https://www.w3.org/TR/webauthn-3/#ref-for-list-item%E2%91%A2",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A6%E2%91%A8",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A6%E2%91%A5",
"https://www.w3.org/TR/webauthn-3/#ref-for-client-platform%E2%91%A1%E2%91%A2",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A7%E2%93%AA",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A7%E2%91%A0",
- "https://www.w3.org/TR/webauthn-3/#ref-for-client%E2%91%A1%E2%91%A3",
- "https://www.w3.org/TR/webauthn-3/#ref-for-client%E2%91%A1%E2%91%A4",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A6%E2%91%A6",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A6%E2%91%A7",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-client%E2%91%A1%E2%91%A7",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-client%E2%91%A1%E2%91%A8",
"https://www.w3.org/TR/webauthn-3/#ref-for-ordered-map%E2%91%A5",
"https://www.w3.org/TR/webauthn-3/#ref-for-map-entry",
"https://www.w3.org/TR/webauthn-3/#ref-for-discoverablecredentialmetadata",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A7%E2%91%A1",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A6%E2%91%A8",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredentialrequestoptions-hints",
"https://www.w3.org/TR/webauthn-3/#ref-for-iteration-while%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#ref-for-list-iterate%E2%91%A8",
@@ -2212,8 +1745,8 @@
"https://www.w3.org/TR/webauthn-3/#ref-for-list-iterate%E2%91%A0%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#ref-for-authenticatorcancel%E2%91%A6",
"https://www.w3.org/TR/webauthn-3/#ref-for-list-remove%E2%91%A0%E2%91%A1",
- "https://www.w3.org/TR/webauthn-3/#ref-for-notallowederror%E2%91%A4",
- "https://www.w3.org/TR/webauthn-3/#ref-for-idl-DOMException%E2%91%A0%E2%91%A1",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-notallowederror%E2%91%A7",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-idl-DOMException%E2%91%A0%E2%91%A7",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-credentialrequestoptions-signal%E2%91%A1",
"https://www.w3.org/TR/webauthn-3/#ref-for-abortsignal-aborted%E2%91%A2",
"https://www.w3.org/TR/webauthn-3/#ref-for-list-iterate%E2%91%A0%E2%91%A1",
@@ -2223,16 +1756,20 @@
"https://www.w3.org/TR/webauthn-3/#ref-for-abortsignal-abort-reason%E2%91%A2",
"https://www.w3.org/TR/webauthn-3/#GetAssn-ConditionalMediation-Interact-FormControl",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-credentialrequestoptions-mediation%E2%91%A2",
- "https://www.w3.org/TR/webauthn-3/#ref-for-dom-credentialmediationrequirement-conditional%E2%91%A7",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-credentialmediationrequirement-conditional%E2%91%A0%E2%91%A3",
"https://www.w3.org/TR/webauthn-3/#ref-for-the-input-element%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#ref-for-the-textarea-element",
"https://www.w3.org/TR/webauthn-3/#ref-for-attr-fe-autocomplete",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-non-autofill-credential-type",
"https://www.w3.org/TR/webauthn-3/#ref-for-autofill-detail-tokens%E2%91%A0",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-autofill-detail-tokens%E2%91%A1",
"https://www.w3.org/TR/webauthn-3/#ref-for-list-empty%E2%91%A2",
"https://www.w3.org/TR/webauthn-3/#ref-for-discoverablecredentialmetadata%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#ref-for-discoverablecredentialmetadata-otherui",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-discoverablecredentialmetadata%E2%91%A1",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredentialentity-name",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredentialuserentity-displayname%E2%91%A0",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-discoverablecredentialmetadata%E2%91%A2",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredentialrequestoptions-allowcredentials%E2%91%A6",
"https://www.w3.org/TR/webauthn-3/#ref-for-list%E2%91%A2",
"https://www.w3.org/TR/webauthn-3/#ref-for-dictdef-publickeycredentialdescriptor%E2%91%A0",
@@ -2245,11 +1782,11 @@
"https://www.w3.org/TR/webauthn-3/#ref-for-iteration-continue%E2%91%A0%E2%91%A2",
"https://www.w3.org/TR/webauthn-3/#ref-for-set-append%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-credentialrequestoptions-mediation%E2%91%A3",
- "https://www.w3.org/TR/webauthn-3/#ref-for-dom-credentialmediationrequirement-conditional%E2%91%A8",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-credentialmediationrequirement-conditional%E2%91%A0%E2%91%A4",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredentialrequestoptions-allowcredentials%E2%91%A7",
"https://www.w3.org/TR/webauthn-3/#ref-for-public-key-credential%E2%91%A1%E2%91%A7",
- "https://www.w3.org/TR/webauthn-3/#ref-for-notallowederror%E2%91%A5",
- "https://www.w3.org/TR/webauthn-3/#ref-for-idl-DOMException%E2%91%A0%E2%91%A2",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-notallowederror%E2%91%A8",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-idl-DOMException%E2%91%A0%E2%91%A8",
"https://www.w3.org/TR/webauthn-3/#ref-for-client-platform%E2%91%A1%E2%91%A3",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredentialdescriptor-transports%E2%91%A4",
"https://www.w3.org/TR/webauthn-3/#ref-for-dictdef-publickeycredentialdescriptor%E2%91%A1",
@@ -2258,14 +1795,14 @@
"https://www.w3.org/TR/webauthn-3/#ref-for-dictdef-publickeycredentialdescriptor%E2%91%A2",
"https://www.w3.org/TR/webauthn-3/#ref-for-list-item%E2%91%A5",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-authenticatortransport-internal",
- "https://www.w3.org/TR/webauthn-3/#ref-for-platform-authenticators%E2%91%A0%E2%91%A1",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-platform-authenticators%E2%91%A8",
"https://www.w3.org/TR/webauthn-3/#ref-for-dictdef-publickeycredentialdescriptor%E2%91%A3",
"https://www.w3.org/TR/webauthn-3/#ref-for-list-item%E2%91%A6",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredentialdescriptor-transports%E2%91%A5",
"https://www.w3.org/TR/webauthn-3/#ref-for-client-platform%E2%91%A1%E2%91%A4",
- "https://www.w3.org/TR/webauthn-3/#ref-for-client-device%E2%91%A0%E2%91%A3",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-client-device%E2%91%A0%E2%91%A4",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-credentialrequestoptions-mediation%E2%91%A4",
- "https://www.w3.org/TR/webauthn-3/#ref-for-dom-credentialmediationrequirement-conditional%E2%91%A0%E2%93%AA",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-credentialmediationrequirement-conditional%E2%91%A0%E2%91%A5",
"https://www.w3.org/TR/webauthn-3/#ref-for-silentcredentialdiscovery",
"https://www.w3.org/TR/webauthn-3/#ref-for-silentcredentialdiscovery%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#ref-for-list-iterate%E2%91%A0%E2%91%A2",
@@ -2276,74 +1813,41 @@
"https://www.w3.org/TR/webauthn-3/#ref-for-publickeycredential-issuing-a-credential-request-to-an-authenticator%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#ref-for-iteration-continue%E2%91%A0%E2%91%A3",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-credentialrequestoptions-mediation%E2%91%A5",
- "https://www.w3.org/TR/webauthn-3/#ref-for-dom-credentialmediationrequirement-conditional%E2%91%A0%E2%91%A0",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-credentialmediationrequirement-conditional%E2%91%A0%E2%91%A6",
"https://www.w3.org/TR/webauthn-3/#ref-for-silentcredentialdiscovery%E2%91%A1",
- "https://www.w3.org/TR/webauthn-3/#ref-for-dom-credentialmediationrequirement-conditional%E2%91%A0%E2%91%A1",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-credentialmediationrequirement-conditional%E2%91%A0%E2%91%A7",
"https://www.w3.org/TR/webauthn-3/#ref-for-user-mediated%E2%91%A3",
"https://www.w3.org/TR/webauthn-3/#ref-for-set-append%E2%91%A1",
- "https://www.w3.org/TR/webauthn-3/#ref-for-client-device%E2%91%A0%E2%91%A4",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-client-device%E2%91%A0%E2%91%A5",
"https://www.w3.org/TR/webauthn-3/#ref-for-list-remove%E2%91%A0%E2%91%A3",
"https://www.w3.org/TR/webauthn-3/#ref-for-list-remove%E2%91%A0%E2%91%A4",
"https://www.w3.org/TR/webauthn-3/#ref-for-list-iterate%E2%91%A0%E2%91%A3",
"https://www.w3.org/TR/webauthn-3/#ref-for-authenticatorcancel%E2%91%A8",
"https://www.w3.org/TR/webauthn-3/#ref-for-list-remove%E2%91%A0%E2%91%A5",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A7%E2%91%A2",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A7%E2%93%AA",
"https://www.w3.org/TR/webauthn-3/#ref-for-list-remove%E2%91%A0%E2%91%A6",
"https://www.w3.org/TR/webauthn-3/#ref-for-list-remove%E2%91%A0%E2%91%A7",
"https://www.w3.org/TR/webauthn-3/#assertionCreationDataCreation",
"https://www.w3.org/TR/webauthn-3/#ref-for-struct%E2%91%A2",
"https://www.w3.org/TR/webauthn-3/#ref-for-struct-item%E2%91%A8",
"https://www.w3.org/TR/webauthn-3/#assertioncreationdata-credentialidresult",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-assertioncreationdata-credentialidresult",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-assertioncreationdata-credentialidresult",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-assertioncreationdata-credentialidresult",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-assertioncreationdata-credentialidresult",
"https://www.w3.org/TR/webauthn-3/#ref-for-assertioncreationdata-credentialidresult",
"https://www.w3.org/TR/webauthn-3/#ref-for-assertioncreationdata-credentialidresult%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#ref-for-credential-id%E2%91%A1%E2%93%AA",
"https://www.w3.org/TR/webauthn-3/#ref-for-authenticatorgetassertion%E2%91%A2",
"https://www.w3.org/TR/webauthn-3/#assertioncreationdata-clientdatajsonresult",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-assertioncreationdata-clientdatajsonresult",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-assertioncreationdata-clientdatajsonresult",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-assertioncreationdata-clientdatajsonresult",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-assertioncreationdata-clientdatajsonresult",
"https://www.w3.org/TR/webauthn-3/#assertioncreationdata-authenticatordataresult",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-assertioncreationdata-authenticatordataresult",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-assertioncreationdata-authenticatordataresult",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-assertioncreationdata-authenticatordataresult",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-assertioncreationdata-authenticatordataresult",
"https://www.w3.org/TR/webauthn-3/#ref-for-authenticator-data%E2%91%A4",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A7%E2%91%A3",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A7%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#assertioncreationdata-signatureresult",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-assertioncreationdata-signatureresult",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-assertioncreationdata-signatureresult",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-assertioncreationdata-signatureresult",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-assertioncreationdata-signatureresult",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A7%E2%91%A4",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A7%E2%91%A1",
"https://www.w3.org/TR/webauthn-3/#assertioncreationdata-userhandleresult",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-assertioncreationdata-userhandleresult",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-assertioncreationdata-userhandleresult",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-assertioncreationdata-userhandleresult",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-assertioncreationdata-userhandleresult",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A7%E2%91%A5",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A7%E2%91%A2",
"https://www.w3.org/TR/webauthn-3/#ref-for-user-handle%E2%91%A8",
"https://www.w3.org/TR/webauthn-3/#ref-for-assertioncreationdata-userhandleresult",
"https://www.w3.org/TR/webauthn-3/#ref-for-user-handle%E2%91%A0%E2%93%AA",
"https://www.w3.org/TR/webauthn-3/#ref-for-assertioncreationdata-userhandleresult%E2%91%A0",
- "https://www.w3.org/TR/webauthn-3/#assertioncreationdata-assertionattestation",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-assertioncreationdata-assertionattestation",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-assertioncreationdata-assertionattestation",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-assertioncreationdata-assertionattestation",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-assertioncreationdata-assertionattestation",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A7%E2%91%A6",
- "https://www.w3.org/TR/webauthn-3/#ref-for-attestation%E2%91%A6",
- "https://www.w3.org/TR/webauthn-3/#ref-for-assertioncreationdata-assertionattestation",
- "https://www.w3.org/TR/webauthn-3/#ref-for-attestation-statement%E2%91%A5",
"https://www.w3.org/TR/webauthn-3/#assertioncreationdata-clientextensionresults",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-assertioncreationdata-clientextensionresults",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-assertioncreationdata-clientextensionresults",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-assertioncreationdata-clientextensionresults",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-assertioncreationdata-clientextensionresults",
"https://www.w3.org/TR/webauthn-3/#ref-for-dictdef-authenticationextensionsclientoutputs%E2%91%A1",
"https://www.w3.org/TR/webauthn-3/#ref-for-extension-identifier%E2%91%A1",
"https://www.w3.org/TR/webauthn-3/#ref-for-client-extension-output%E2%91%A2",
@@ -2358,8 +1862,9 @@
"https://www.w3.org/TR/webauthn-3/#ref-for-list-is-empty%E2%91%A5",
"https://www.w3.org/TR/webauthn-3/#ref-for-assertioncreationdata-userhandleresult%E2%91%A1",
"https://www.w3.org/TR/webauthn-3/#ref-for-iteration-continue%E2%91%A0%E2%91%A5",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-current-settings-object",
"https://www.w3.org/TR/webauthn-3/#ref-for-concept-settings-object-global%E2%91%A0",
- "https://www.w3.org/TR/webauthn-3/#ref-for-publickeycredential%E2%91%A0%E2%91%A2",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-publickeycredential%E2%91%A0%E2%91%A5",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredential-identifier-slot%E2%91%A2",
"https://www.w3.org/TR/webauthn-3/#ref-for-idl-ArrayBuffer%E2%91%A7",
"https://www.w3.org/TR/webauthn-3/#ref-for-sec-arraybuffer-constructor%E2%91%A3",
@@ -2386,42 +1891,32 @@
"https://www.w3.org/TR/webauthn-3/#ref-for-idl-ArrayBuffer%E2%91%A0%E2%91%A1",
"https://www.w3.org/TR/webauthn-3/#ref-for-sec-arraybuffer-constructor%E2%91%A7",
"https://www.w3.org/TR/webauthn-3/#ref-for-assertioncreationdata-userhandleresult%E2%91%A3",
- "https://www.w3.org/TR/webauthn-3/#ref-for-dom-authenticatorassertionresponse-attestationobject",
- "https://www.w3.org/TR/webauthn-3/#ref-for-assertioncreationdata-assertionattestation%E2%91%A0",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredential-clientextensionsresults-slot%E2%91%A1",
"https://www.w3.org/TR/webauthn-3/#ref-for-idl-ArrayBuffer%E2%91%A0%E2%91%A2",
"https://www.w3.org/TR/webauthn-3/#ref-for-sec-arraybuffer-constructor%E2%91%A8",
- "https://www.w3.org/TR/webauthn-3/#ref-for-assertioncreationdata-assertionattestation%E2%91%A1",
- "https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredential-clientextensionsresults-slot%E2%91%A1",
- "https://www.w3.org/TR/webauthn-3/#ref-for-idl-ArrayBuffer%E2%91%A0%E2%91%A3",
- "https://www.w3.org/TR/webauthn-3/#ref-for-sec-arraybuffer-constructor%E2%91%A0%E2%93%AA",
"https://www.w3.org/TR/webauthn-3/#ref-for-assertioncreationdata-clientextensionresults",
"https://www.w3.org/TR/webauthn-3/#ref-for-list-iterate%E2%91%A0%E2%91%A4",
"https://www.w3.org/TR/webauthn-3/#ref-for-authenticatorcancel%E2%91%A0%E2%93%AA",
"https://www.w3.org/TR/webauthn-3/#ref-for-list-remove%E2%91%A0%E2%91%A8",
- "https://www.w3.org/TR/webauthn-3/#ref-for-notallowederror%E2%91%A6",
- "https://www.w3.org/TR/webauthn-3/#ref-for-idl-DOMException%E2%91%A0%E2%91%A3",
- "https://www.w3.org/TR/webauthn-3/#ref-for-user-consent%E2%91%A0%E2%93%AA",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-notallowederror%E2%91%A0%E2%93%AA",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-idl-DOMException%E2%91%A1%E2%93%AA",
"https://www.w3.org/TR/webauthn-3/#sctn-issuing-cred-request-to-authenticator",
"https://www.w3.org/TR/webauthn-3/#publickeycredential-issuing-a-credential-request-to-an-authenticator",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-publickeycredential-issuing-a-credential-request-to-an-authenticator",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-publickeycredential-issuing-a-credential-request-to-an-authenticator",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-publickeycredential-issuing-a-credential-request-to-an-authenticator",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-publickeycredential-issuing-a-credential-request-to-an-authenticator",
- "https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredential-discoverfromexternalsource-slot%E2%91%A2",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredential-discoverfromexternalsource-slot%E2%91%A3",
"https://www.w3.org/TR/webauthn-3/#ref-for-concept-credential%E2%91%A8",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A7%E2%91%A7",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A7%E2%91%A3",
"https://www.w3.org/TR/webauthn-3/#ref-for-dictdef-publickeycredentialrequestoptions%E2%91%A1",
- "https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredential-discoverfromexternalsource-slot%E2%91%A3",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredential-discoverfromexternalsource-slot%E2%91%A4",
"https://www.w3.org/TR/webauthn-3/#ref-for-user-mediated%E2%91%A4",
"https://www.w3.org/TR/webauthn-3/#ref-for-authentication-ceremony%E2%91%A0%E2%91%A0",
- "https://www.w3.org/TR/webauthn-3/#ref-for-dom-credentialmediationrequirement-conditional%E2%91%A0%E2%91%A2",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-credentialmediationrequirement-conditional%E2%91%A0%E2%91%A8",
"https://www.w3.org/TR/webauthn-3/#dom-issuing-a-credential-request-to-an-authenticator-authenticator",
"https://www.w3.org/TR/webauthn-3/#ref-for-client-platform%E2%91%A1%E2%91%A5",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A7%E2%91%A8",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A7%E2%91%A4",
"https://www.w3.org/TR/webauthn-3/#ref-for-client-platform%E2%91%A1%E2%91%A6",
"https://www.w3.org/TR/webauthn-3/#dom-issuing-a-credential-request-to-an-authenticator-savedcredentialids",
"https://www.w3.org/TR/webauthn-3/#ref-for-ordered-map%E2%91%A6",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A8%E2%93%AA",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A7%E2%91%A5",
"https://www.w3.org/TR/webauthn-3/#ref-for-credential-id%E2%91%A1%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#dom-issuing-a-credential-request-to-an-authenticator-pkoptions",
"https://www.w3.org/TR/webauthn-3/#ref-for-dictdef-publickeycredentialrequestoptions%E2%91%A2",
@@ -2436,27 +1931,18 @@
"https://www.w3.org/TR/webauthn-3/#ref-for-base64url-encoding%E2%91%A6",
"https://www.w3.org/TR/webauthn-3/#ref-for-client-extension-processing%E2%91%A4",
"https://www.w3.org/TR/webauthn-3/#ref-for-authenticator-extension%E2%91%A1",
- "https://www.w3.org/TR/webauthn-3/#ref-for-client%E2%91%A1%E2%91%A5",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-client%E2%91%A2%E2%93%AA",
"https://www.w3.org/TR/webauthn-3/#ref-for-publickeycredential-issuing-a-credential-request-to-an-authenticator%E2%91%A1",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredentialrequestoptions-userverification",
- "https://www.w3.org/TR/webauthn-3/#ref-for-dom-userverificationrequirement-required%E2%91%A1",
- "https://www.w3.org/TR/webauthn-3/#ref-for-user-verification%E2%91%A0%E2%91%A7",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-userverificationrequirement-required%E2%91%A2",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-user-verification%E2%91%A1%E2%93%AA",
"https://www.w3.org/TR/webauthn-3/#effective-user-verification-requirement-for-assertion",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-effective-user-verification-requirement-for-assertion",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-effective-user-verification-requirement-for-assertion",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-effective-user-verification-requirement-for-assertion",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-effective-user-verification-requirement-for-assertion",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredentialrequestoptions-userverification%E2%91%A0",
- "https://www.w3.org/TR/webauthn-3/#ref-for-dom-userverificationrequirement-required%E2%91%A2",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-userverificationrequirement-required%E2%91%A3",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-userverificationrequirement-preferred%E2%91%A0",
- "https://www.w3.org/TR/webauthn-3/#ref-for-user-verification%E2%91%A0%E2%91%A8",
- "https://www.w3.org/TR/webauthn-3/#ref-for-user-verification%E2%91%A1%E2%93%AA",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-user-verification%E2%91%A1%E2%91%A0",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-user-verification%E2%91%A1%E2%91%A1",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-userverificationrequirement-discouraged%E2%91%A0",
- "https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredentialrequestoptions-attestation",
- "https://www.w3.org/TR/webauthn-3/#ref-for-dom-attestationconveyancepreference-enterprise%E2%91%A1",
- "https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredentialrequestoptions-attestationformats",
- "https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredentialrequestoptions-attestation%E2%91%A0",
- "https://www.w3.org/TR/webauthn-3/#ref-for-dom-attestationconveyancepreference-none%E2%91%A1",
"https://www.w3.org/TR/webauthn-3/#allowCredentialDescriptorListCreation",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredentialrequestoptions-allowcredentials%E2%91%A0%E2%93%AA",
"https://www.w3.org/TR/webauthn-3/#ref-for-list-is-empty%E2%91%A6",
@@ -2468,14 +1954,14 @@
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredentialrequestoptions-allowcredentials%E2%91%A0%E2%91%A1",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredentialdescriptor-id%E2%91%A4",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredentialrequestoptions-allowcredentials%E2%91%A0%E2%91%A2",
- "https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredentialdescriptor-type%E2%91%A0",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredentialdescriptor-type%E2%91%A1",
"https://www.w3.org/TR/webauthn-3/#ref-for-list-is-empty%E2%91%A7",
"https://www.w3.org/TR/webauthn-3/#ref-for-ordered-set%E2%91%A3",
"https://www.w3.org/TR/webauthn-3/#ref-for-list-iterate%E2%91%A0%E2%91%A5",
"https://www.w3.org/TR/webauthn-3/#ref-for-set-append%E2%91%A2",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredentialdescriptor-transports%E2%91%A6",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredentialdescriptor-transports%E2%91%A7",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A8%E2%91%A0",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A7%E2%91%A6",
"https://www.w3.org/TR/webauthn-3/#ref-for-ordered-set%E2%91%A4",
"https://www.w3.org/TR/webauthn-3/#ref-for-list-is-empty%E2%91%A8",
"https://www.w3.org/TR/webauthn-3/#ref-for-authenticatorgetassertion%E2%91%A3",
@@ -2486,112 +1972,121 @@
"https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A0%E2%93%AA%E2%91%A2",
"https://www.w3.org/TR/webauthn-3/#ref-for-scope%E2%91%A8",
"https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A0%E2%93%AA%E2%91%A3",
+ "https://www.w3.org/TR/webauthn-3/#sctn-get-request-exceptions",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-webauthn-relying-party%E2%91%A0%E2%91%A4",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-credentialscontainer-get%E2%91%A1%E2%91%A0",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-webauthn-relying-party%E2%91%A0%E2%91%A5",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-webauthn-extensions%E2%91%A1",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-idl-DOMException%E2%91%A1%E2%91%A0",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-aborterror%E2%91%A0",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-abortcontroller%E2%91%A2",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-securityerror%E2%91%A6",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-concept-origin-effective-domain%E2%91%A0%E2%91%A3",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-valid-domain%E2%91%A3",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredentialcreationoptions-rp%E2%91%A0%E2%93%AA",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredentialrpentity-id%E2%91%A8",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-concept-origin-effective-domain%E2%91%A0%E2%91%A4",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-client%E2%91%A2%E2%91%A0",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-abstract-opdef-related-origins-validation-procedure%E2%91%A2",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-notallowederror%E2%91%A0%E2%91%A0",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dfn-simple-exception%E2%91%A0",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-exceptiondef-typeerror%E2%91%A1",
"https://www.w3.org/TR/webauthn-3/#sctn-storeCredential",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-credential-store-slot",
- "https://www.w3.org/TR/webauthn-3/#ref-for-publickeycredential%E2%91%A0%E2%91%A3",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-publickeycredential%E2%91%A0%E2%91%A6",
"https://www.w3.org/TR/webauthn-3/#dom-publickeycredential-store-slot",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-dom-publickeycredential-store-slot",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-dom-publickeycredential-store-slot",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-dom-publickeycredential-store-slot",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-dom-publickeycredential-store-slot",
- "https://www.w3.org/TR/webauthn-3/#ref-for-sec-object-internal-methods-and-internal-slots%E2%91%A0%E2%91%A5",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-sec-object-internal-methods-and-internal-slots%E2%91%A0%E2%91%A4",
"https://www.w3.org/TR/webauthn-3/#ref-for-idl-promise%E2%91%A3",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-credentialscontainer-store",
- "https://www.w3.org/TR/webauthn-3/#ref-for-sec-object-internal-methods-and-internal-slots%E2%91%A0%E2%91%A6",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-sec-object-internal-methods-and-internal-slots%E2%91%A0%E2%91%A5",
"https://www.w3.org/TR/webauthn-3/#dom-publickeycredential-store-credential-sameoriginwithancestors-credential",
- "https://www.w3.org/TR/webauthn-3/#ref-for-publickeycredential%E2%91%A0%E2%91%A4",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-publickeycredential%E2%91%A0%E2%91%A7",
"https://www.w3.org/TR/webauthn-3/#dom-publickeycredential-store-credential-sameoriginwithancestors-sameoriginwithancestors",
"https://www.w3.org/TR/webauthn-3/#ref-for-environment-settings-object%E2%91%A1",
"https://www.w3.org/TR/webauthn-3/#ref-for-same-origin-with-its-ancestors%E2%91%A1",
- "https://www.w3.org/TR/webauthn-3/#ref-for-notsupportederror%E2%91%A0",
- "https://www.w3.org/TR/webauthn-3/#ref-for-idl-DOMException%E2%91%A0%E2%91%A4",
- "https://www.w3.org/TR/webauthn-3/#sctn-preventSilentAccessCredential",
- "https://www.w3.org/TR/webauthn-3/#dom-publickeycredential-preventsilentaccess-slot",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authorization-gesture%E2%91%A0%E2%91%A4",
- "https://www.w3.org/TR/webauthn-3/#ref-for-sec-object-internal-methods-and-internal-slots%E2%91%A0%E2%91%A7",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-notsupportederror%E2%91%A1",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-idl-DOMException%E2%91%A1%E2%91%A1",
"https://www.w3.org/TR/webauthn-3/#sctn-isUserVerifyingPlatformAuthenticatorAvailable",
"https://www.w3.org/TR/webauthn-3/#ref-for-user-verifying-platform-authenticator%E2%91%A1",
- "https://www.w3.org/TR/webauthn-3/#ref-for-webauthn-relying-party%E2%91%A0%E2%91%A2",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-webauthn-relying-party%E2%91%A0%E2%91%A6",
"https://www.w3.org/TR/webauthn-3/#ref-for-user-verifying-platform-authenticator%E2%91%A2",
- "https://www.w3.org/TR/webauthn-3/#ref-for-client%E2%91%A1%E2%91%A6",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-client%E2%91%A2%E2%91%A1",
"https://www.w3.org/TR/webauthn-3/#ref-for-client-platform%E2%91%A1%E2%91%A8",
"https://www.w3.org/TR/webauthn-3/#ref-for-user-verifying-platform-authenticator%E2%91%A3",
"https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A0%E2%93%AA%E2%91%A4",
- "https://www.w3.org/TR/webauthn-3/#ref-for-publickeycredential%E2%91%A0%E2%91%A5",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-publickeycredential%E2%91%A0%E2%91%A8",
"https://www.w3.org/TR/webauthn-3/#ref-for-idl-promise%E2%91%A4",
"https://www.w3.org/TR/webauthn-3/#ref-for-idl-boolean%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#dom-publickeycredential-isuserverifyingplatformauthenticatoravailable",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-dom-publickeycredential-isuserverifyingplatformauthenticatoravailable",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-dom-publickeycredential-isuserverifyingplatformauthenticatoravailable",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-dom-publickeycredential-isuserverifyingplatformauthenticatoravailable",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-dom-publickeycredential-isuserverifyingplatformauthenticatoravailable",
- "https://www.w3.org/TR/webauthn-3/#ref-for-browsing-context%E2%91%A0",
- "https://www.w3.org/TR/webauthn-3/#ref-for-web-authentication-api%E2%91%A0%E2%91%A0",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-browsing-context",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-web-authentication-api%E2%91%A0%E2%91%A1",
"https://www.w3.org/TR/webauthn-3/#ref-for-allowed-to-use",
"https://www.w3.org/TR/webauthn-3/#ref-for-concept-document-permissions-policy%E2%91%A1",
- "https://www.w3.org/TR/webauthn-3/#ref-for-idl-DOMException%E2%91%A0%E2%91%A5",
- "https://www.w3.org/TR/webauthn-3/#ref-for-notallowederror%E2%91%A7",
- "https://www.w3.org/TR/webauthn-3/#sctn-isPasskeyPlatformAuthenticatorAvailable",
- "https://www.w3.org/TR/webauthn-3/#ref-for-passkey-platform-authenticator",
- "https://www.w3.org/TR/webauthn-3/#ref-for-webauthn-relying-party%E2%91%A0%E2%91%A3",
- "https://www.w3.org/TR/webauthn-3/#ref-for-passkey",
- "https://www.w3.org/TR/webauthn-3/#ref-for-user-verifying-platform-authenticator%E2%91%A4",
- "https://www.w3.org/TR/webauthn-3/#ref-for-dom-authenticatortransport-hybrid",
- "https://www.w3.org/TR/webauthn-3/#ref-for-client%E2%91%A1%E2%91%A7",
- "https://www.w3.org/TR/webauthn-3/#ref-for-client-platform%E2%91%A2%E2%93%AA",
- "https://www.w3.org/TR/webauthn-3/#ref-for-user-verifying-platform-authenticator%E2%91%A5",
- "https://www.w3.org/TR/webauthn-3/#ref-for-dom-authenticatortransport-hybrid%E2%91%A0",
- "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A0%E2%93%AA%E2%91%A5",
- "https://www.w3.org/TR/webauthn-3/#ref-for-passkey%E2%91%A0",
- "https://www.w3.org/TR/webauthn-3/#ref-for-publickeycredential%E2%91%A0%E2%91%A6",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-idl-DOMException%E2%91%A1%E2%91%A2",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-notallowederror%E2%91%A0%E2%91%A1",
+ "https://www.w3.org/TR/webauthn-3/#sctn-getClientCapabilities",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-client%E2%91%A2%E2%91%A2",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-webauthn-relying-party%E2%91%A0%E2%91%A7",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-webauthn-client%E2%91%A5",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-authenticatortransport-hybrid",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-credentialmediationrequirement-conditional%E2%91%A1%E2%93%AA",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-client%E2%91%A2%E2%91%A3",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-client-platform%E2%91%A2%E2%93%AA",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-publickeycredential%E2%91%A1%E2%93%AA",
"https://www.w3.org/TR/webauthn-3/#ref-for-idl-promise%E2%91%A5",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-typedefdef-publickeycredentialclientcapabilities",
+ "https://www.w3.org/TR/webauthn-3/#dom-publickeycredential-getclientcapabilities",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-idl-record",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-idl-DOMString%E2%91%A0%E2%91%A3",
"https://www.w3.org/TR/webauthn-3/#ref-for-idl-boolean%E2%91%A1",
- "https://www.w3.org/TR/webauthn-3/#dom-publickeycredential-ispasskeyplatformauthenticatoravailable",
- "https://www.w3.org/TR/webauthn-3/#ref-for-browsing-context%E2%91%A1",
- "https://www.w3.org/TR/webauthn-3/#ref-for-web-authentication-api%E2%91%A0%E2%91%A1",
+ "https://www.w3.org/TR/webauthn-3/#typedefdef-publickeycredentialclientcapabilities",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-map-getting-the-keys",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-typedefdef-publickeycredentialclientcapabilities%E2%91%A0",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-map-getting-the-keys%E2%91%A0",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dfn-enumeration-value",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-enumdef-clientcapability",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-map-exists",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-map-getting-the-keys%E2%91%A1",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-extension-identifier%E2%91%A3",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A0%E2%93%AA%E2%91%A5",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A0%E2%93%AA%E2%91%A6",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-browsing-context%E2%91%A0",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-web-authentication-api%E2%91%A0%E2%91%A2",
"https://www.w3.org/TR/webauthn-3/#ref-for-allowed-to-use%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#ref-for-concept-document-permissions-policy%E2%91%A2",
- "https://www.w3.org/TR/webauthn-3/#ref-for-idl-DOMException%E2%91%A0%E2%91%A6",
- "https://www.w3.org/TR/webauthn-3/#ref-for-notallowederror%E2%91%A8",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-idl-DOMException%E2%91%A1%E2%91%A3",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-notallowederror%E2%91%A0%E2%91%A2",
"https://www.w3.org/TR/webauthn-3/#sctn-parseCreationOptionsFromJSON",
- "https://www.w3.org/TR/webauthn-3/#ref-for-webauthn-relying-party%E2%91%A0%E2%91%A4",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-webauthn-relying-party%E2%91%A0%E2%91%A8",
"https://www.w3.org/TR/webauthn-3/#ref-for-dfn-json-types%E2%91%A0",
- "https://www.w3.org/TR/webauthn-3/#ref-for-dom-credentialscontainer-create%E2%91%A0%E2%91%A2",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-credentialscontainer-create%E2%91%A0%E2%91%A4",
"https://www.w3.org/TR/webauthn-3/#ref-for-dictdef-publickeycredentialcreationoptions%E2%91%A1",
- "https://www.w3.org/TR/webauthn-3/#ref-for-client%E2%91%A1%E2%91%A8",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-client%E2%91%A2%E2%91%A4",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredential-parsecreationoptionsfromjson-options-options",
"https://www.w3.org/TR/webauthn-3/#ref-for-dictdef-publickeycredentialcreationoptions%E2%91%A2",
"https://www.w3.org/TR/webauthn-3/#ref-for-base64url-encoding%E2%91%A7",
- "https://www.w3.org/TR/webauthn-3/#ref-for-idl-DOMString%E2%91%A0%E2%91%A1",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-idl-DOMString%E2%91%A0%E2%91%A4",
"https://www.w3.org/TR/webauthn-3/#ref-for-dictdef-publickeycredentialcreationoptionsjson",
"https://www.w3.org/TR/webauthn-3/#ref-for-dfn-buffer-source-type",
"https://www.w3.org/TR/webauthn-3/#ref-for-dictdef-publickeycredentialcreationoptions%E2%91%A3",
"https://www.w3.org/TR/webauthn-3/#ref-for-client-extension-input",
- "https://www.w3.org/TR/webauthn-3/#ref-for-client%E2%91%A2%E2%93%AA",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-client%E2%91%A2%E2%91%A5",
"https://www.w3.org/TR/webauthn-3/#ref-for-dictdef-authenticationextensionsclientinputsjson",
- "https://www.w3.org/TR/webauthn-3/#ref-for-client%E2%91%A2%E2%91%A0",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-client%E2%91%A2%E2%91%A6",
"https://www.w3.org/TR/webauthn-3/#ref-for-dfn-json-types%E2%91%A1",
"https://www.w3.org/TR/webauthn-3/#ref-for-encodingerror",
- "https://www.w3.org/TR/webauthn-3/#ref-for-idl-DOMException%E2%91%A0%E2%91%A7",
- "https://www.w3.org/TR/webauthn-3/#ref-for-publickeycredential%E2%91%A0%E2%91%A7",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-idl-DOMException%E2%91%A1%E2%91%A4",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-publickeycredential%E2%91%A1%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#ref-for-dictdef-publickeycredentialcreationoptions%E2%91%A4",
"https://www.w3.org/TR/webauthn-3/#dom-publickeycredential-parsecreationoptionsfromjson",
"https://www.w3.org/TR/webauthn-3/#ref-for-dictdef-publickeycredentialcreationoptionsjson%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#dom-publickeycredential-parsecreationoptionsfromjson-options-options",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-dom-publickeycredential-parsecreationoptionsfromjson-options-options",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-dom-publickeycredential-parsecreationoptionsfromjson-options-options",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-dom-publickeycredential-parsecreationoptionsfromjson-options-options",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-dom-publickeycredential-parsecreationoptionsfromjson-options-options",
"https://www.w3.org/TR/webauthn-3/#dictdef-publickeycredentialcreationoptionsjson",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-dictdef-publickeycredentialcreationoptionsjson",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-dictdef-publickeycredentialcreationoptionsjson",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-dictdef-publickeycredentialcreationoptionsjson",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-dictdef-publickeycredentialcreationoptionsjson",
"https://www.w3.org/TR/webauthn-3/#ref-for-dictdef-publickeycredentialrpentity",
"https://www.w3.org/TR/webauthn-3/#dom-publickeycredentialcreationoptionsjson-rp",
"https://www.w3.org/TR/webauthn-3/#ref-for-dictdef-publickeycredentialuserentityjson",
"https://www.w3.org/TR/webauthn-3/#dom-publickeycredentialcreationoptionsjson-user",
- "https://www.w3.org/TR/webauthn-3/#ref-for-typedefdef-base64urlstring%E2%91%A0%E2%91%A2",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-typedefdef-base64urlstring%E2%91%A0%E2%93%AA",
"https://www.w3.org/TR/webauthn-3/#dom-publickeycredentialcreationoptionsjson-challenge",
"https://www.w3.org/TR/webauthn-3/#ref-for-idl-sequence%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#ref-for-dictdef-publickeycredentialparameters",
@@ -2604,187 +2099,372 @@
"https://www.w3.org/TR/webauthn-3/#ref-for-dictdef-authenticatorselectioncriteria",
"https://www.w3.org/TR/webauthn-3/#dom-publickeycredentialcreationoptionsjson-authenticatorselection",
"https://www.w3.org/TR/webauthn-3/#ref-for-idl-sequence%E2%91%A2",
- "https://www.w3.org/TR/webauthn-3/#ref-for-idl-DOMString%E2%91%A0%E2%91%A2",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-idl-DOMString%E2%91%A0%E2%91%A5",
"https://www.w3.org/TR/webauthn-3/#dom-publickeycredentialcreationoptionsjson-hints",
- "https://www.w3.org/TR/webauthn-3/#ref-for-idl-DOMString%E2%91%A0%E2%91%A3",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-idl-DOMString%E2%91%A0%E2%91%A6",
"https://www.w3.org/TR/webauthn-3/#dom-publickeycredentialcreationoptionsjson-attestation",
"https://www.w3.org/TR/webauthn-3/#ref-for-idl-sequence%E2%91%A3",
- "https://www.w3.org/TR/webauthn-3/#ref-for-idl-DOMString%E2%91%A0%E2%91%A4",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-idl-DOMString%E2%91%A0%E2%91%A7",
"https://www.w3.org/TR/webauthn-3/#dom-publickeycredentialcreationoptionsjson-attestationformats",
"https://www.w3.org/TR/webauthn-3/#ref-for-dictdef-authenticationextensionsclientinputsjson%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#dom-publickeycredentialcreationoptionsjson-extensions",
"https://www.w3.org/TR/webauthn-3/#dictdef-publickeycredentialuserentityjson",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-dictdef-publickeycredentialuserentityjson",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-dictdef-publickeycredentialuserentityjson",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-dictdef-publickeycredentialuserentityjson",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-dictdef-publickeycredentialuserentityjson",
- "https://www.w3.org/TR/webauthn-3/#ref-for-typedefdef-base64urlstring%E2%91%A0%E2%91%A3",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-typedefdef-base64urlstring%E2%91%A0%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#dom-publickeycredentialuserentityjson-id",
- "https://www.w3.org/TR/webauthn-3/#ref-for-idl-DOMString%E2%91%A0%E2%91%A5",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-idl-DOMString%E2%91%A0%E2%91%A8",
"https://www.w3.org/TR/webauthn-3/#dom-publickeycredentialuserentityjson-name",
- "https://www.w3.org/TR/webauthn-3/#ref-for-idl-DOMString%E2%91%A0%E2%91%A6",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-idl-DOMString%E2%91%A1%E2%93%AA",
"https://www.w3.org/TR/webauthn-3/#dom-publickeycredentialuserentityjson-displayname",
"https://www.w3.org/TR/webauthn-3/#dictdef-publickeycredentialdescriptorjson",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-dictdef-publickeycredentialdescriptorjson",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-dictdef-publickeycredentialdescriptorjson",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-dictdef-publickeycredentialdescriptorjson",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-dictdef-publickeycredentialdescriptorjson",
- "https://www.w3.org/TR/webauthn-3/#ref-for-typedefdef-base64urlstring%E2%91%A0%E2%91%A4",
- "https://www.w3.org/TR/webauthn-3/#dom-publickeycredentialdescriptorjson-id",
- "https://www.w3.org/TR/webauthn-3/#ref-for-idl-DOMString%E2%91%A0%E2%91%A7",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-idl-DOMString%E2%91%A1%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#dom-publickeycredentialdescriptorjson-type",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-typedefdef-base64urlstring%E2%91%A0%E2%91%A1",
+ "https://www.w3.org/TR/webauthn-3/#dom-publickeycredentialdescriptorjson-id",
"https://www.w3.org/TR/webauthn-3/#ref-for-idl-sequence%E2%91%A4",
- "https://www.w3.org/TR/webauthn-3/#ref-for-idl-DOMString%E2%91%A0%E2%91%A8",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-idl-DOMString%E2%91%A1%E2%91%A1",
"https://www.w3.org/TR/webauthn-3/#dom-publickeycredentialdescriptorjson-transports",
"https://www.w3.org/TR/webauthn-3/#dictdef-authenticationextensionsclientinputsjson",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-dictdef-authenticationextensionsclientinputsjson",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-dictdef-authenticationextensionsclientinputsjson",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-dictdef-authenticationextensionsclientinputsjson",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-dictdef-authenticationextensionsclientinputsjson",
"https://www.w3.org/TR/webauthn-3/#sctn-parseRequestOptionsFromJSON",
- "https://www.w3.org/TR/webauthn-3/#ref-for-webauthn-relying-party%E2%91%A0%E2%91%A5",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-webauthn-relying-party%E2%91%A1%E2%93%AA",
"https://www.w3.org/TR/webauthn-3/#ref-for-dfn-json-types%E2%91%A2",
- "https://www.w3.org/TR/webauthn-3/#ref-for-dom-credentialscontainer-get%E2%91%A0%E2%91%A8",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-credentialscontainer-get%E2%91%A1%E2%91%A1",
"https://www.w3.org/TR/webauthn-3/#ref-for-dictdef-publickeycredentialrequestoptions%E2%91%A3",
- "https://www.w3.org/TR/webauthn-3/#ref-for-client%E2%91%A2%E2%91%A1",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-client%E2%91%A2%E2%91%A7",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredential-parserequestoptionsfromjson-options-options",
"https://www.w3.org/TR/webauthn-3/#ref-for-dictdef-publickeycredentialrequestoptions%E2%91%A4",
"https://www.w3.org/TR/webauthn-3/#ref-for-base64url-encoding%E2%91%A8",
- "https://www.w3.org/TR/webauthn-3/#ref-for-idl-DOMString%E2%91%A1%E2%93%AA",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-idl-DOMString%E2%91%A1%E2%91%A2",
"https://www.w3.org/TR/webauthn-3/#ref-for-dictdef-publickeycredentialrequestoptionsjson",
"https://www.w3.org/TR/webauthn-3/#ref-for-dfn-buffer-source-type%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#ref-for-dictdef-publickeycredentialrequestoptions%E2%91%A5",
"https://www.w3.org/TR/webauthn-3/#ref-for-client-extension-input%E2%91%A0",
- "https://www.w3.org/TR/webauthn-3/#ref-for-client%E2%91%A2%E2%91%A2",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-client%E2%91%A2%E2%91%A8",
"https://www.w3.org/TR/webauthn-3/#ref-for-dictdef-authenticationextensionsclientinputsjson%E2%91%A1",
- "https://www.w3.org/TR/webauthn-3/#ref-for-client%E2%91%A2%E2%91%A3",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-client%E2%91%A3%E2%93%AA",
"https://www.w3.org/TR/webauthn-3/#ref-for-dfn-json-types%E2%91%A3",
"https://www.w3.org/TR/webauthn-3/#ref-for-encodingerror%E2%91%A0",
- "https://www.w3.org/TR/webauthn-3/#ref-for-idl-DOMException%E2%91%A0%E2%91%A8",
- "https://www.w3.org/TR/webauthn-3/#ref-for-publickeycredential%E2%91%A0%E2%91%A8",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-idl-DOMException%E2%91%A1%E2%91%A5",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-publickeycredential%E2%91%A1%E2%91%A1",
"https://www.w3.org/TR/webauthn-3/#ref-for-dictdef-publickeycredentialrequestoptions%E2%91%A6",
"https://www.w3.org/TR/webauthn-3/#dom-publickeycredential-parserequestoptionsfromjson",
"https://www.w3.org/TR/webauthn-3/#ref-for-dictdef-publickeycredentialrequestoptionsjson%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#dom-publickeycredential-parserequestoptionsfromjson-options-options",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-dom-publickeycredential-parserequestoptionsfromjson-options-options",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-dom-publickeycredential-parserequestoptionsfromjson-options-options",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-dom-publickeycredential-parserequestoptionsfromjson-options-options",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-dom-publickeycredential-parserequestoptionsfromjson-options-options",
"https://www.w3.org/TR/webauthn-3/#dictdef-publickeycredentialrequestoptionsjson",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-dictdef-publickeycredentialrequestoptionsjson",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-dictdef-publickeycredentialrequestoptionsjson",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-dictdef-publickeycredentialrequestoptionsjson",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-dictdef-publickeycredentialrequestoptionsjson",
- "https://www.w3.org/TR/webauthn-3/#ref-for-typedefdef-base64urlstring%E2%91%A0%E2%91%A5",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-typedefdef-base64urlstring%E2%91%A0%E2%91%A2",
"https://www.w3.org/TR/webauthn-3/#dom-publickeycredentialrequestoptionsjson-challenge",
"https://www.w3.org/TR/webauthn-3/#ref-for-idl-unsigned-long%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#dom-publickeycredentialrequestoptionsjson-timeout",
- "https://www.w3.org/TR/webauthn-3/#ref-for-idl-DOMString%E2%91%A1%E2%91%A0",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-idl-DOMString%E2%91%A1%E2%91%A3",
"https://www.w3.org/TR/webauthn-3/#dom-publickeycredentialrequestoptionsjson-rpid",
"https://www.w3.org/TR/webauthn-3/#ref-for-idl-sequence%E2%91%A5",
"https://www.w3.org/TR/webauthn-3/#ref-for-dictdef-publickeycredentialdescriptorjson%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#dom-publickeycredentialrequestoptionsjson-allowcredentials",
- "https://www.w3.org/TR/webauthn-3/#ref-for-idl-DOMString%E2%91%A1%E2%91%A1",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-idl-DOMString%E2%91%A1%E2%91%A4",
"https://www.w3.org/TR/webauthn-3/#dom-publickeycredentialrequestoptionsjson-userverification",
"https://www.w3.org/TR/webauthn-3/#ref-for-idl-sequence%E2%91%A6",
- "https://www.w3.org/TR/webauthn-3/#ref-for-idl-DOMString%E2%91%A1%E2%91%A2",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-idl-DOMString%E2%91%A1%E2%91%A5",
"https://www.w3.org/TR/webauthn-3/#dom-publickeycredentialrequestoptionsjson-hints",
- "https://www.w3.org/TR/webauthn-3/#ref-for-idl-DOMString%E2%91%A1%E2%91%A3",
- "https://www.w3.org/TR/webauthn-3/#dom-publickeycredentialrequestoptionsjson-attestation",
- "https://www.w3.org/TR/webauthn-3/#ref-for-idl-sequence%E2%91%A7",
- "https://www.w3.org/TR/webauthn-3/#ref-for-idl-DOMString%E2%91%A1%E2%91%A4",
- "https://www.w3.org/TR/webauthn-3/#dom-publickeycredentialrequestoptionsjson-attestationformats",
"https://www.w3.org/TR/webauthn-3/#ref-for-dictdef-authenticationextensionsclientinputsjson%E2%91%A2",
"https://www.w3.org/TR/webauthn-3/#dom-publickeycredentialrequestoptionsjson-extensions",
+ "https://www.w3.org/TR/webauthn-3/#sctn-signal-methods",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-signal-methods",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-publickeycredential%E2%91%A1%E2%91%A2",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-idl-promise%E2%91%A6",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-idl-undefined",
+ "https://www.w3.org/TR/webauthn-3/#dom-publickeycredential-signalunknowncredential",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dictdef-unknowncredentialoptions",
+ "https://www.w3.org/TR/webauthn-3/#dom-publickeycredential-signalunknowncredential-options-options",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-idl-promise%E2%91%A7",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-idl-undefined%E2%91%A0",
+ "https://www.w3.org/TR/webauthn-3/#dom-publickeycredential-signalallacceptedcredentials",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dictdef-allacceptedcredentialsoptions",
+ "https://www.w3.org/TR/webauthn-3/#dom-publickeycredential-signalallacceptedcredentials-options-options",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-idl-promise%E2%91%A8",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-idl-undefined%E2%91%A1",
+ "https://www.w3.org/TR/webauthn-3/#dom-publickeycredential-signalcurrentuserdetails",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dictdef-currentuserdetailsoptions",
+ "https://www.w3.org/TR/webauthn-3/#dom-publickeycredential-signalcurrentuserdetails-options-options",
+ "https://www.w3.org/TR/webauthn-3/#dictdef-unknowncredentialoptions",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-idl-DOMString%E2%91%A1%E2%91%A6",
+ "https://www.w3.org/TR/webauthn-3/#dom-unknowncredentialoptions-rpid",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-typedefdef-base64urlstring%E2%91%A0%E2%91%A3",
+ "https://www.w3.org/TR/webauthn-3/#dom-unknowncredentialoptions-credentialid",
+ "https://www.w3.org/TR/webauthn-3/#dictdef-allacceptedcredentialsoptions",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-idl-DOMString%E2%91%A1%E2%91%A7",
+ "https://www.w3.org/TR/webauthn-3/#dom-allacceptedcredentialsoptions-rpid",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-typedefdef-base64urlstring%E2%91%A0%E2%91%A4",
+ "https://www.w3.org/TR/webauthn-3/#dom-allacceptedcredentialsoptions-userid",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-idl-sequence%E2%91%A7",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-typedefdef-base64urlstring%E2%91%A0%E2%91%A5",
+ "https://www.w3.org/TR/webauthn-3/#dom-allacceptedcredentialsoptions-allacceptedcredentialids",
+ "https://www.w3.org/TR/webauthn-3/#dictdef-currentuserdetailsoptions",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-idl-DOMString%E2%91%A1%E2%91%A8",
+ "https://www.w3.org/TR/webauthn-3/#dom-currentuserdetailsoptions-rpid",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-typedefdef-base64urlstring%E2%91%A0%E2%91%A6",
+ "https://www.w3.org/TR/webauthn-3/#dom-currentuserdetailsoptions-userid",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-idl-DOMString%E2%91%A2%E2%93%AA",
+ "https://www.w3.org/TR/webauthn-3/#dom-currentuserdetailsoptions-name",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-idl-DOMString%E2%91%A2%E2%91%A0",
+ "https://www.w3.org/TR/webauthn-3/#dom-currentuserdetailsoptions-displayname",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-webauthn-relying-party%E2%91%A1%E2%91%A0",
+ "https://www.w3.org/TR/webauthn-3/#signal-methods",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A7%E2%91%A7",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-public-key-credential%E2%91%A2%E2%91%A0",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-client%E2%91%A3%E2%91%A0",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator-credentials-map%E2%91%A0",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-user-consent%E2%91%A0%E2%93%AA",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-signal-methods%E2%91%A0",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-signal-methods%E2%91%A1",
+ "https://www.w3.org/TR/webauthn-3/#signal-method-authenticator-actions",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A7%E2%91%A8",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-signal-method-authenticator-actions",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-signal-method-authenticator-actions%E2%91%A0",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-signal-methods%E2%91%A2",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A8%E2%93%AA",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-signal-method-authenticator-actions%E2%91%A1",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-client%E2%91%A3%E2%91%A1",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-signal-methods%E2%91%A3",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A8%E2%91%A0",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-signal-method-authenticator-actions%E2%91%A2",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-webauthn-relying-party%E2%91%A1%E2%91%A1",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-user-consent%E2%91%A0%E2%91%A0",
+ "https://www.w3.org/TR/webauthn-3/#sctn-signal-methods-async-rp-id-validation",
+ "https://www.w3.org/TR/webauthn-3/#abstract-opdef-asynchronous-rp-id-validation-algorithm",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-abstract-opdef-asynchronous-rp-id-validation-algorithm",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-signal-methods%E2%91%A4",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-rp-id%E2%91%A1%E2%91%A1",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-in-parallel",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-idl-DOMString%E2%91%A2%E2%91%A1",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-relevant-settings-object%E2%91%A1",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-concept-settings-object-origin%E2%91%A5",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-concept-origin-effective-domain%E2%91%A0%E2%91%A5",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-valid-domain%E2%91%A4",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-a-promise-rejected-with",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-securityerror%E2%91%A7",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-idl-DOMException%E2%91%A1%E2%91%A6",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-is-a-registrable-domain-suffix-of-or-is-equal-to%E2%91%A3",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-a-promise-resolved-with",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-a-promise-rejected-with%E2%91%A0",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-securityerror%E2%91%A8",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-idl-DOMException%E2%91%A1%E2%91%A7",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-a-new-promise",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-in-parallel%E2%91%A0",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-abstract-opdef-related-origins-validation-procedure%E2%91%A3",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-resolve",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-reject",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-securityerror%E2%91%A0%E2%93%AA",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-idl-DOMException%E2%91%A1%E2%91%A8",
+ "https://www.w3.org/TR/webauthn-3/#sctn-signalUnknownCredential",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredential-signalunknowncredential",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredential-signalunknowncredential%E2%91%A0",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-credential-id%E2%91%A1%E2%91%A1",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-webauthn-relying-party%E2%91%A1%E2%91%A2",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredential-signalallacceptedcredentials",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-credential-id%E2%91%A1%E2%91%A2",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-public-key-credential-source-userhandle",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredential-signalunknowncredential%E2%91%A1",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-client%E2%91%A3%E2%91%A2",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-base64url-encoding%E2%91%A0%E2%93%AA",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-unknowncredentialoptions-credentialid",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-a-promise-rejected-with%E2%91%A1",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-exceptiondef-typeerror%E2%91%A2",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-abstract-opdef-asynchronous-rp-id-validation-algorithm%E2%91%A0",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-unknowncredentialoptions-rpid",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-upon-fulfillment",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-in-parallel%E2%91%A1",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A8%E2%91%A1",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-client-platform%E2%91%A2%E2%91%A0",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-signal-method-authenticator-action-unknowncredentialid",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-signal-method-authenticator-actions%E2%91%A3",
+ "https://www.w3.org/TR/webauthn-3/#signal-method-authenticator-action-unknowncredentialid",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-signal-method-authenticator-actions%E2%91%A4",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dictdef-unknowncredentialoptions%E2%91%A0",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-map-iterate%E2%91%A1",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-public-key-credential-source%E2%91%A3%E2%91%A4",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A8%E2%91%A2",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator-credentials-map%E2%91%A1",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-public-key-credential-source-rpid",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-unknowncredentialoptions-rpid%E2%91%A0",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-public-key-credential-source-id",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-base64url-encoding%E2%91%A0%E2%91%A0",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-unknowncredentialoptions-credentialid%E2%91%A0",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-map-remove",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator-credentials-map%E2%91%A2",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A8%E2%91%A3",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authentication-ceremony%E2%91%A0%E2%91%A1",
+ "https://www.w3.org/TR/webauthn-3/#example-d3ff2238",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-concept-credential%E2%91%A0%E2%93%AA",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-webauthn-relying-party%E2%91%A1%E2%91%A3",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-webauthn-relying-party%E2%91%A1%E2%91%A4",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-list-empty%E2%91%A3",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredentialrequestoptions-allowcredentials%E2%91%A0%E2%91%A3",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A8%E2%91%A4",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-concept-credential%E2%91%A0%E2%91%A0",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-concept-credential%E2%91%A0%E2%91%A1",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-webauthn-relying-party%E2%91%A1%E2%91%A5",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A8%E2%91%A5",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-concept-credential%E2%91%A0%E2%91%A2",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authentication-ceremony%E2%91%A0%E2%91%A2",
+ "https://www.w3.org/TR/webauthn-3/#sctn-signalAllAcceptedCredentials",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredential-signalallacceptedcredentials%E2%91%A0",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-credential-id%E2%91%A1%E2%91%A3",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-webauthn-relying-party%E2%91%A1%E2%91%A6",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredential-signalunknowncredential%E2%91%A2",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-public-key-credential%E2%91%A2%E2%91%A1",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredential-signalallacceptedcredentials%E2%91%A1",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-client%E2%91%A3%E2%91%A3",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-base64url-encoding%E2%91%A0%E2%91%A1",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-allacceptedcredentialsoptions-userid",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-a-promise-rejected-with%E2%91%A2",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-exceptiondef-typeerror%E2%91%A3",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-list-iterate%E2%91%A0%E2%91%A6",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-allacceptedcredentialsoptions-allacceptedcredentialids",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-base64url-encoding%E2%91%A0%E2%91%A2",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-a-promise-rejected-with%E2%91%A3",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-exceptiondef-typeerror%E2%91%A4",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-abstract-opdef-asynchronous-rp-id-validation-algorithm%E2%91%A1",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-allacceptedcredentialsoptions-rpid",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-upon-fulfillment%E2%91%A0",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-in-parallel%E2%91%A2",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A8%E2%91%A6",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-client-platform%E2%91%A2%E2%91%A1",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-signal-method-authenticator-actions-allacceptedcredentialids",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-signal-method-authenticator-actions%E2%91%A5",
+ "https://www.w3.org/TR/webauthn-3/#signal-method-authenticator-actions-allacceptedcredentialids",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-signal-method-authenticator-actions%E2%91%A6",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dictdef-allacceptedcredentialsoptions%E2%91%A0",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-base64url-encoding%E2%91%A0%E2%91%A3",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-allacceptedcredentialsoptions-userid%E2%91%A0",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator-credentials-map%E2%91%A3",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-allacceptedcredentialsoptions-rpid%E2%91%A0",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-allacceptedcredentialsoptions-allacceptedcredentialids%E2%91%A0",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-list-contain",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-base64url-encoding%E2%91%A0%E2%91%A4",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-public-key-credential-source-id%E2%91%A0",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-map-remove%E2%91%A0",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator-credentials-map%E2%91%A4",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A8%E2%91%A7",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authentication-ceremony%E2%91%A0%E2%91%A3",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A8%E2%91%A8",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authentication-ceremony%E2%91%A0%E2%91%A4",
+ "https://www.w3.org/TR/webauthn-3/#example-abe08952",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-credential-id%E2%91%A1%E2%91%A4",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-base64url-encoding%E2%91%A0%E2%91%A5",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-webauthn-relying-party%E2%91%A1%E2%91%A7",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-webauthn-relying-party%E2%91%A1%E2%91%A8",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A0%E2%93%AA%E2%93%AA",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-concept-credential%E2%91%A0%E2%91%A3",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authentication-ceremony%E2%91%A0%E2%91%A5",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A0%E2%93%AA%E2%91%A0",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredential-signalallacceptedcredentials%E2%91%A2",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-webauthn-relying-party%E2%91%A2%E2%93%AA",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredential-signalallacceptedcredentials%E2%91%A3",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-allacceptedcredentialsoptions-allacceptedcredentialids%E2%91%A1",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A0%E2%93%AA%E2%91%A7",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-credential-id%E2%91%A1%E2%91%A5",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A0%E2%93%AA%E2%91%A8",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredential-signalallacceptedcredentials%E2%91%A4",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A0%E2%93%AA%E2%91%A1",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A0%E2%93%AA%E2%91%A2",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-public-key-credential%E2%91%A2%E2%91%A2",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-webauthn-relying-party%E2%91%A2%E2%91%A0",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-credential-id%E2%91%A1%E2%91%A6",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-allacceptedcredentialsoptions-allacceptedcredentialids%E2%91%A2",
+ "https://www.w3.org/TR/webauthn-3/#sctn-signalCurrentUserDetails",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredential-signalcurrentuserdetails",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredential-signalcurrentuserdetails%E2%91%A0",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredentialentity-name%E2%91%A0",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredentialuserentity-displayname%E2%91%A1",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredential-signalcurrentuserdetails%E2%91%A1",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-client%E2%91%A3%E2%91%A4",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-base64url-encoding%E2%91%A0%E2%91%A6",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-currentuserdetailsoptions-userid",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-a-promise-rejected-with%E2%91%A4",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-exceptiondef-typeerror%E2%91%A5",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-abstract-opdef-asynchronous-rp-id-validation-algorithm%E2%91%A2",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-currentuserdetailsoptions-rpid",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-upon-fulfillment%E2%91%A1",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-in-parallel%E2%91%A3",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A0%E2%93%AA%E2%91%A3",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-client-platform%E2%91%A2%E2%91%A2",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-signal-method-authenticator-actions-currentuserdetails",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-signal-method-authenticator-actions%E2%91%A7",
+ "https://www.w3.org/TR/webauthn-3/#signal-method-authenticator-actions-currentuserdetails",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-signal-method-authenticator-actions%E2%91%A8",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dictdef-currentuserdetailsoptions%E2%91%A0",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-base64url-encoding%E2%91%A0%E2%91%A7",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-currentuserdetailsoptions-userid%E2%91%A0",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator-credentials-map%E2%91%A5",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-currentuserdetailsoptions-rpid%E2%91%A0",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-public-key-credential-source-otherui%E2%91%A1",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-currentuserdetailsoptions-name",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-currentuserdetailsoptions-displayname",
+ "https://www.w3.org/TR/webauthn-3/#example-956ba6c4",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-webauthn-relying-party%E2%91%A2%E2%91%A1",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-webauthn-relying-party%E2%91%A2%E2%91%A2",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A0%E2%93%AA%E2%91%A4",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-public-key-credential-source-otherui%E2%91%A2",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A0%E2%93%AA%E2%91%A5",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredential-signalcurrentuserdetails%E2%91%A2",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-webauthn-relying-party%E2%91%A2%E2%91%A3",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredential-signalcurrentuserdetails%E2%91%A3",
"https://www.w3.org/TR/webauthn-3/#iface-authenticatorresponse",
"https://www.w3.org/TR/webauthn-3/#authenticatorresponse",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-authenticatorresponse",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-authenticatorresponse",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-authenticatorresponse",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-authenticatorresponse",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A8%E2%91%A1",
- "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A0%E2%93%AA%E2%91%A6",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A0%E2%93%AA%E2%91%A6",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A0%E2%91%A0%E2%93%AA",
"https://www.w3.org/TR/webauthn-3/#ref-for-authenticatorresponse%E2%91%A1",
"https://www.w3.org/TR/webauthn-3/#ref-for-SecureContext%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#ref-for-Exposed%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#ref-for-authenticatorresponse%E2%91%A2",
- "https://www.w3.org/TR/webauthn-3/#ref-for-SameObject%E2%91%A2",
- "https://www.w3.org/TR/webauthn-3/#ref-for-idl-ArrayBuffer%E2%91%A0%E2%91%A4",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-SameObject%E2%91%A1",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-idl-ArrayBuffer%E2%91%A0%E2%91%A3",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-authenticatorresponse-clientdatajson%E2%91%A2",
"https://www.w3.org/TR/webauthn-3/#dom-authenticatorresponse-clientdatajson",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-dom-authenticatorresponse-clientdatajson",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-dom-authenticatorresponse-clientdatajson",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-dom-authenticatorresponse-clientdatajson",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-dom-authenticatorresponse-clientdatajson",
- "https://www.w3.org/TR/webauthn-3/#ref-for-idl-ArrayBuffer%E2%91%A0%E2%91%A5",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-idl-ArrayBuffer%E2%91%A0%E2%91%A4",
"https://www.w3.org/TR/webauthn-3/#ref-for-client-data",
"https://www.w3.org/TR/webauthn-3/#ref-for-collectedclientdata-hash-of-the-serialized-client-data%E2%91%A2",
- "https://www.w3.org/TR/webauthn-3/#ref-for-dom-credentialscontainer-create%E2%91%A0%E2%91%A3",
- "https://www.w3.org/TR/webauthn-3/#ref-for-dom-credentialscontainer-get%E2%91%A1%E2%93%AA",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-credentialscontainer-create%E2%91%A0%E2%91%A5",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-credentialscontainer-get%E2%91%A1%E2%91%A2",
"https://www.w3.org/TR/webauthn-3/#ref-for-client-data%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#iface-authenticatorattestationresponse",
"https://www.w3.org/TR/webauthn-3/#authenticatorattestationresponse",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-authenticatorattestationresponse",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-authenticatorattestationresponse",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-authenticatorattestationresponse",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-authenticatorattestationresponse",
"https://www.w3.org/TR/webauthn-3/#ref-for-authenticatorattestationresponse%E2%91%A1",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A8%E2%91%A2",
- "https://www.w3.org/TR/webauthn-3/#ref-for-public-key-credential%E2%91%A2%E2%91%A0",
- "https://www.w3.org/TR/webauthn-3/#ref-for-webauthn-relying-party%E2%91%A0%E2%91%A6",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A0%E2%93%AA%E2%91%A7",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-public-key-credential%E2%91%A2%E2%91%A3",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-webauthn-relying-party%E2%91%A2%E2%91%A4",
"https://www.w3.org/TR/webauthn-3/#ref-for-SecureContext%E2%91%A1",
"https://www.w3.org/TR/webauthn-3/#ref-for-Exposed%E2%91%A1",
"https://www.w3.org/TR/webauthn-3/#ref-for-authenticatorattestationresponse%E2%91%A2",
"https://www.w3.org/TR/webauthn-3/#ref-for-authenticatorresponse%E2%91%A3",
- "https://www.w3.org/TR/webauthn-3/#ref-for-SameObject%E2%91%A3",
- "https://www.w3.org/TR/webauthn-3/#ref-for-idl-ArrayBuffer%E2%91%A0%E2%91%A6",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-SameObject%E2%91%A2",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-idl-ArrayBuffer%E2%91%A0%E2%91%A5",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-authenticatorattestationresponse-attestationobject%E2%91%A1",
"https://www.w3.org/TR/webauthn-3/#ref-for-idl-sequence%E2%91%A8",
- "https://www.w3.org/TR/webauthn-3/#ref-for-idl-DOMString%E2%91%A1%E2%91%A5",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-idl-DOMString%E2%91%A2%E2%91%A2",
"https://www.w3.org/TR/webauthn-3/#dom-authenticatorattestationresponse-gettransports",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-dom-authenticatorattestationresponse-gettransports",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-dom-authenticatorattestationresponse-gettransports",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-dom-authenticatorattestationresponse-gettransports",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-dom-authenticatorattestationresponse-gettransports",
- "https://www.w3.org/TR/webauthn-3/#ref-for-idl-ArrayBuffer%E2%91%A0%E2%91%A7",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-idl-ArrayBuffer%E2%91%A0%E2%91%A6",
"https://www.w3.org/TR/webauthn-3/#dom-authenticatorattestationresponse-getauthenticatordata",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-dom-authenticatorattestationresponse-getauthenticatordata",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-dom-authenticatorattestationresponse-getauthenticatordata",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-dom-authenticatorattestationresponse-getauthenticatordata",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-dom-authenticatorattestationresponse-getauthenticatordata",
- "https://www.w3.org/TR/webauthn-3/#ref-for-idl-ArrayBuffer%E2%91%A0%E2%91%A8",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-idl-ArrayBuffer%E2%91%A0%E2%91%A7",
"https://www.w3.org/TR/webauthn-3/#dom-authenticatorattestationresponse-getpublickey",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-dom-authenticatorattestationresponse-getpublickey",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-dom-authenticatorattestationresponse-getpublickey",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-dom-authenticatorattestationresponse-getpublickey",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-dom-authenticatorattestationresponse-getpublickey",
- "https://www.w3.org/TR/webauthn-3/#ref-for-typedefdef-cosealgorithmidentifier%E2%91%A1",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-typedefdef-cosealgorithmidentifier%E2%91%A2",
"https://www.w3.org/TR/webauthn-3/#dom-authenticatorattestationresponse-getpublickeyalgorithm",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-dom-authenticatorattestationresponse-getpublickeyalgorithm",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-dom-authenticatorattestationresponse-getpublickeyalgorithm",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-dom-authenticatorattestationresponse-getpublickeyalgorithm",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-dom-authenticatorattestationresponse-getpublickeyalgorithm",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-authenticatorresponse-clientdatajson%E2%91%A3",
"https://www.w3.org/TR/webauthn-3/#ref-for-authenticatorresponse%E2%91%A4",
"https://www.w3.org/TR/webauthn-3/#ref-for-collectedclientdata-json-compatible-serialization-of-client-data%E2%91%A1",
"https://www.w3.org/TR/webauthn-3/#ref-for-collectedclientdata-hash-of-the-serialized-client-data%E2%91%A3",
"https://www.w3.org/TR/webauthn-3/#dom-authenticatorattestationresponse-attestationobject",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-dom-authenticatorattestationresponse-attestationobject",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-dom-authenticatorattestationresponse-attestationobject",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-dom-authenticatorattestationresponse-attestationobject",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-dom-authenticatorattestationresponse-attestationobject",
- "https://www.w3.org/TR/webauthn-3/#ref-for-idl-ArrayBuffer%E2%91%A1%E2%93%AA",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-idl-ArrayBuffer%E2%91%A0%E2%91%A8",
"https://www.w3.org/TR/webauthn-3/#ref-for-attestation-object%E2%91%A3",
"https://www.w3.org/TR/webauthn-3/#ref-for-attestation-object%E2%91%A4",
"https://www.w3.org/TR/webauthn-3/#ref-for-authenticator-data%E2%91%A5",
- "https://www.w3.org/TR/webauthn-3/#ref-for-attestation-statement%E2%91%A6",
- "https://www.w3.org/TR/webauthn-3/#ref-for-credential-id%E2%91%A1%E2%91%A1",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-attestation-statement%E2%91%A4",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-credential-id%E2%91%A1%E2%91%A7",
"https://www.w3.org/TR/webauthn-3/#ref-for-credential-public-key%E2%91%A0%E2%91%A2",
- "https://www.w3.org/TR/webauthn-3/#ref-for-attestation-statement%E2%91%A7",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-attestation-statement%E2%91%A5",
"https://www.w3.org/TR/webauthn-3/#ref-for-attestation-statement-format",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A8%E2%91%A3",
- "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A0%E2%93%AA%E2%91%A7",
- "https://www.w3.org/TR/webauthn-3/#ref-for-attestation-statement%E2%91%A8",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A0%E2%93%AA%E2%91%A8",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A0%E2%91%A0%E2%91%A0",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-attestation-statement%E2%91%A6",
"https://www.w3.org/TR/webauthn-3/#ref-for-authenticator-data%E2%91%A6",
"https://www.w3.org/TR/webauthn-3/#ref-for-collectedclientdata-json-compatible-serialization-of-client-data%E2%91%A2",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-authenticatorattestationresponse-gettransports%E2%91%A2",
@@ -2795,17 +2475,13 @@
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-authenticatorattestationresponse-getpublickey%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#ref-for-section-4.1.2.7",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-authenticatorattestationresponse-getpublickeyalgorithm%E2%91%A0",
- "https://www.w3.org/TR/webauthn-3/#ref-for-typedefdef-cosealgorithmidentifier%E2%91%A2",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-typedefdef-cosealgorithmidentifier%E2%91%A3",
"https://www.w3.org/TR/webauthn-3/#dom-authenticatorattestationresponse-transports-slot",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-dom-authenticatorattestationresponse-transports-slot",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-dom-authenticatorattestationresponse-transports-slot",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-dom-authenticatorattestationresponse-transports-slot",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-dom-authenticatorattestationresponse-transports-slot",
- "https://www.w3.org/TR/webauthn-3/#ref-for-sec-object-internal-methods-and-internal-slots%E2%91%A0%E2%91%A8",
- "https://www.w3.org/TR/webauthn-3/#ref-for-idl-DOMString%E2%91%A1%E2%91%A6",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A8%E2%91%A4",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-sec-object-internal-methods-and-internal-slots%E2%91%A0%E2%91%A6",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-idl-DOMString%E2%91%A2%E2%91%A3",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A0%E2%91%A0%E2%93%AA",
"https://www.w3.org/TR/webauthn-3/#ref-for-enumdef-authenticatortransport%E2%91%A0",
- "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A0%E2%93%AA%E2%91%A8",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A0%E2%91%A0%E2%91%A1",
"https://www.w3.org/TR/webauthn-3/#sctn-public-key-easy",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredential-create-slot%E2%91%A1",
"https://www.w3.org/TR/webauthn-3/#ref-for-credential-public-key%E2%91%A0%E2%91%A3",
@@ -2817,415 +2493,302 @@
"https://www.w3.org/TR/webauthn-3/#ref-for-attestation-object%E2%91%A5",
"https://www.w3.org/TR/webauthn-3/#ref-for-authenticatorattestationresponse%E2%91%A3",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-authenticatorattestationresponse-attestationobject%E2%91%A3",
- "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A0%E2%91%A0%E2%93%AA",
- "https://www.w3.org/TR/webauthn-3/#ref-for-attestation%E2%91%A7",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A0%E2%91%A0%E2%91%A2",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-attestation%E2%91%A5",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-authenticatorattestationresponse-attestationobject%E2%91%A4",
"https://www.w3.org/TR/webauthn-3/#ref-for-credential-public-key%E2%91%A0%E2%91%A5",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A8%E2%91%A5",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A0%E2%91%A0%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#ref-for-signing-procedure",
- "https://www.w3.org/TR/webauthn-3/#ref-for-attestation%E2%91%A8",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-attestation%E2%91%A6",
"https://www.w3.org/TR/webauthn-3/#ref-for-authenticator-data%E2%91%A0%E2%93%AA",
"https://www.w3.org/TR/webauthn-3/#ref-for-credential-public-key%E2%91%A0%E2%91%A6",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-authenticatorattestationresponse-getpublickey%E2%91%A1",
"https://www.w3.org/TR/webauthn-3/#ref-for-credential-public-key%E2%91%A0%E2%91%A7",
"https://www.w3.org/TR/webauthn-3/#ref-for-section-4.1.2.7%E2%91%A0",
- "https://www.w3.org/TR/webauthn-3/#ref-for-idl-ArrayBuffer%E2%91%A1%E2%91%A0",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-idl-ArrayBuffer%E2%91%A1%E2%93%AA",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-authenticatorattestationresponse-getpublickey%E2%91%A2",
- "https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredentialcreationoptions-pubkeycredparams%E2%91%A1",
- "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A0%E2%91%A0%E2%91%A0",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A8%E2%91%A6",
- "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A0%E2%91%A0%E2%91%A1",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredentialcreationoptions-pubkeycredparams%E2%91%A3",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A0%E2%91%A0%E2%91%A3",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A0%E2%91%A0%E2%91%A1",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A0%E2%91%A0%E2%91%A4",
"https://www.w3.org/TR/webauthn-3/#ref-for-credential-public-key%E2%91%A0%E2%91%A8",
"https://www.w3.org/TR/webauthn-3/#ref-for-section-4.1.2.7%E2%91%A1",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-authenticatorattestationresponse-getpublickey%E2%91%A3",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-authenticatorattestationresponse-getpublickey%E2%91%A4",
"https://www.w3.org/TR/webauthn-3/#ref-for-credential-public-key%E2%91%A1%E2%93%AA",
- "https://www.w3.org/TR/webauthn-3/#ref-for-typedefdef-cosealgorithmidentifier%E2%91%A3",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-typedefdef-cosealgorithmidentifier%E2%91%A4",
"https://www.w3.org/TR/webauthn-3/#ref-for-name-cose-key-common-parameters",
"https://www.w3.org/TR/webauthn-3/#ref-for-name-double-coordinate-curves",
"https://www.w3.org/TR/webauthn-3/#ref-for-name-double-coordinate-curves%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#ref-for-section-4.1.2.7%E2%91%A2",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-authenticatorattestationresponse-getpublickeyalgorithm%E2%91%A1",
- "https://www.w3.org/TR/webauthn-3/#ref-for-typedefdef-cosealgorithmidentifier%E2%91%A4",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-typedefdef-cosealgorithmidentifier%E2%91%A5",
"https://www.w3.org/TR/webauthn-3/#ref-for-credential-public-key%E2%91%A1%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-authenticatorattestationresponse-getauthenticatordata%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#ref-for-authenticator-data%E2%91%A0%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-authenticatorattestationresponse-attestationobject%E2%91%A5",
"https://www.w3.org/TR/webauthn-3/#ref-for-authenticator-data%E2%91%A0%E2%91%A1",
- "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A0%E2%91%A0%E2%91%A2",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A0%E2%91%A0%E2%91%A5",
"https://www.w3.org/TR/webauthn-3/#ref-for-enumdef-attestationconveyancepreference",
- "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A0%E2%91%A0%E2%91%A3",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A0%E2%91%A0%E2%91%A6",
"https://www.w3.org/TR/webauthn-3/#ref-for-authenticator-data%E2%91%A0%E2%91%A2",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A0%E2%91%A0%E2%91%A7",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-authenticatorattestationresponse-getpublickey%E2%91%A5",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-authenticatorattestationresponse-getauthenticatordata%E2%91%A1",
- "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A0%E2%91%A0%E2%91%A4",
- "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A0%E2%91%A0%E2%91%A5",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A0%E2%91%A0%E2%91%A8",
"https://www.w3.org/TR/webauthn-3/#iface-authenticatorassertionresponse",
"https://www.w3.org/TR/webauthn-3/#authenticatorassertionresponse",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-authenticatorassertionresponse",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-authenticatorassertionresponse",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-authenticatorassertionresponse",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-authenticatorassertionresponse",
"https://www.w3.org/TR/webauthn-3/#ref-for-authenticatorassertionresponse%E2%91%A2",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A8%E2%91%A7",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A0%E2%91%A0%E2%91%A2",
"https://www.w3.org/TR/webauthn-3/#ref-for-authentication-assertion%E2%91%A0%E2%91%A0",
- "https://www.w3.org/TR/webauthn-3/#ref-for-webauthn-relying-party%E2%91%A0%E2%91%A7",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-webauthn-relying-party%E2%91%A2%E2%91%A5",
"https://www.w3.org/TR/webauthn-3/#ref-for-credential-private-key%E2%91%A7",
- "https://www.w3.org/TR/webauthn-3/#ref-for-user-consent%E2%91%A0%E2%91%A0",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-user-consent%E2%91%A0%E2%91%A1",
"https://www.w3.org/TR/webauthn-3/#ref-for-SecureContext%E2%91%A2",
"https://www.w3.org/TR/webauthn-3/#ref-for-Exposed%E2%91%A2",
"https://www.w3.org/TR/webauthn-3/#ref-for-authenticatorassertionresponse%E2%91%A3",
"https://www.w3.org/TR/webauthn-3/#ref-for-authenticatorresponse%E2%91%A5",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-SameObject%E2%91%A3",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-idl-ArrayBuffer%E2%91%A1%E2%91%A0",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-authenticatorassertionresponse-authenticatordata%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#ref-for-SameObject%E2%91%A4",
"https://www.w3.org/TR/webauthn-3/#ref-for-idl-ArrayBuffer%E2%91%A1%E2%91%A1",
- "https://www.w3.org/TR/webauthn-3/#ref-for-dom-authenticatorassertionresponse-authenticatordata%E2%91%A0",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-authenticatorassertionresponse-signature%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#ref-for-SameObject%E2%91%A5",
"https://www.w3.org/TR/webauthn-3/#ref-for-idl-ArrayBuffer%E2%91%A1%E2%91%A2",
- "https://www.w3.org/TR/webauthn-3/#ref-for-dom-authenticatorassertionresponse-signature%E2%91%A0",
- "https://www.w3.org/TR/webauthn-3/#ref-for-SameObject%E2%91%A6",
- "https://www.w3.org/TR/webauthn-3/#ref-for-idl-ArrayBuffer%E2%91%A1%E2%91%A3",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-authenticatorassertionresponse-userhandle%E2%91%A2",
- "https://www.w3.org/TR/webauthn-3/#ref-for-SameObject%E2%91%A7",
- "https://www.w3.org/TR/webauthn-3/#ref-for-idl-ArrayBuffer%E2%91%A1%E2%91%A4",
- "https://www.w3.org/TR/webauthn-3/#ref-for-dom-authenticatorassertionresponse-attestationobject%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-authenticatorresponse-clientdatajson%E2%91%A4",
"https://www.w3.org/TR/webauthn-3/#ref-for-authenticatorresponse%E2%91%A6",
"https://www.w3.org/TR/webauthn-3/#ref-for-collectedclientdata-json-compatible-serialization-of-client-data%E2%91%A3",
"https://www.w3.org/TR/webauthn-3/#ref-for-collectedclientdata-hash-of-the-serialized-client-data%E2%91%A4",
"https://www.w3.org/TR/webauthn-3/#dom-authenticatorassertionresponse-authenticatordata",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-dom-authenticatorassertionresponse-authenticatordata",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-dom-authenticatorassertionresponse-authenticatordata",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-dom-authenticatorassertionresponse-authenticatordata",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-dom-authenticatorassertionresponse-authenticatordata",
- "https://www.w3.org/TR/webauthn-3/#ref-for-idl-ArrayBuffer%E2%91%A1%E2%91%A5",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-idl-ArrayBuffer%E2%91%A1%E2%91%A3",
"https://www.w3.org/TR/webauthn-3/#ref-for-authenticator-data%E2%91%A0%E2%91%A3",
"https://www.w3.org/TR/webauthn-3/#dom-authenticatorassertionresponse-signature",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-dom-authenticatorassertionresponse-signature",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-dom-authenticatorassertionresponse-signature",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-dom-authenticatorassertionresponse-signature",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-dom-authenticatorassertionresponse-signature",
- "https://www.w3.org/TR/webauthn-3/#ref-for-idl-ArrayBuffer%E2%91%A1%E2%91%A6",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-idl-ArrayBuffer%E2%91%A1%E2%91%A4",
"https://www.w3.org/TR/webauthn-3/#dom-authenticatorassertionresponse-userhandle",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-dom-authenticatorassertionresponse-userhandle",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-dom-authenticatorassertionresponse-userhandle",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-dom-authenticatorassertionresponse-userhandle",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-dom-authenticatorassertionresponse-userhandle",
- "https://www.w3.org/TR/webauthn-3/#ref-for-idl-ArrayBuffer%E2%91%A1%E2%91%A7",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-idl-ArrayBuffer%E2%91%A1%E2%91%A5",
"https://www.w3.org/TR/webauthn-3/#ref-for-user-handle%E2%91%A0%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#ref-for-user-handle%E2%91%A0%E2%91%A1",
"https://www.w3.org/TR/webauthn-3/#ref-for-user-handle%E2%91%A0%E2%91%A2",
- "https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredentialrequestoptions-allowcredentials%E2%91%A0%E2%91%A3",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authentication-ceremony%E2%91%A0%E2%91%A1",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredentialrequestoptions-allowcredentials%E2%91%A0%E2%91%A4",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authentication-ceremony%E2%91%A0%E2%91%A6",
"https://www.w3.org/TR/webauthn-3/#ref-for-list-is-empty%E2%91%A0%E2%91%A1",
- "https://www.w3.org/TR/webauthn-3/#dom-authenticatorassertionresponse-attestationobject",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-dom-authenticatorassertionresponse-attestationobject",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-dom-authenticatorassertionresponse-attestationobject",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-dom-authenticatorassertionresponse-attestationobject",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-dom-authenticatorassertionresponse-attestationobject",
- "https://www.w3.org/TR/webauthn-3/#ref-for-idl-ArrayBuffer%E2%91%A1%E2%91%A8",
- "https://www.w3.org/TR/webauthn-3/#ref-for-attestation-object%E2%91%A6",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A8%E2%91%A8",
- "https://www.w3.org/TR/webauthn-3/#ref-for-attestation-object%E2%91%A7",
- "https://www.w3.org/TR/webauthn-3/#ref-for-attestation-statement%E2%91%A0%E2%93%AA",
- "https://www.w3.org/TR/webauthn-3/#ref-for-dom-authenticatorattestationresponse-attestationobject%E2%91%A6",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticatorattestationresponse%E2%91%A4",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator-data%E2%91%A0%E2%91%A4",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticatorassertionresponse%E2%91%A4",
"https://www.w3.org/TR/webauthn-3/#dictionary-credential-params",
"https://www.w3.org/TR/webauthn-3/#dictdef-publickeycredentialparameters",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-dictdef-publickeycredentialparameters",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-dictdef-publickeycredentialparameters",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-dictdef-publickeycredentialparameters",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-dictdef-publickeycredentialparameters",
"https://www.w3.org/TR/webauthn-3/#ref-for-dictdef-publickeycredentialparameters%E2%91%A0",
- "https://www.w3.org/TR/webauthn-3/#ref-for-idl-DOMString%E2%91%A1%E2%91%A7",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-idl-DOMString%E2%91%A2%E2%91%A4",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredentialparameters-type%E2%91%A1",
- "https://www.w3.org/TR/webauthn-3/#ref-for-typedefdef-cosealgorithmidentifier%E2%91%A5",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-typedefdef-cosealgorithmidentifier%E2%91%A6",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredentialparameters-alg%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#dom-publickeycredentialparameters-type",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-dom-publickeycredentialparameters-type",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-dom-publickeycredentialparameters-type",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-dom-publickeycredentialparameters-type",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-dom-publickeycredentialparameters-type",
- "https://www.w3.org/TR/webauthn-3/#ref-for-idl-DOMString%E2%91%A1%E2%91%A8",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-idl-DOMString%E2%91%A2%E2%91%A5",
"https://www.w3.org/TR/webauthn-3/#ref-for-enumdef-publickeycredentialtype%E2%91%A3",
- "https://www.w3.org/TR/webauthn-3/#ref-for-client-platform%E2%91%A2%E2%91%A0",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-client-platform%E2%91%A2%E2%91%A3",
"https://www.w3.org/TR/webauthn-3/#ref-for-dictdef-publickeycredentialparameters%E2%91%A1",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredentialparameters-type%E2%91%A2",
"https://www.w3.org/TR/webauthn-3/#dom-publickeycredentialparameters-alg",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-dom-publickeycredentialparameters-alg",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-dom-publickeycredentialparameters-alg",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-dom-publickeycredentialparameters-alg",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-dom-publickeycredentialparameters-alg",
- "https://www.w3.org/TR/webauthn-3/#ref-for-typedefdef-cosealgorithmidentifier%E2%91%A6",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-typedefdef-cosealgorithmidentifier%E2%91%A7",
"https://www.w3.org/TR/webauthn-3/#dictionary-makecredentialoptions",
"https://www.w3.org/TR/webauthn-3/#dictdef-publickeycredentialcreationoptions",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-dictdef-publickeycredentialcreationoptions",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-dictdef-publickeycredentialcreationoptions",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-dictdef-publickeycredentialcreationoptions",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-dictdef-publickeycredentialcreationoptions",
"https://www.w3.org/TR/webauthn-3/#ref-for-dictdef-publickeycredentialcreationoptions%E2%91%A5",
"https://www.w3.org/TR/webauthn-3/#ref-for-dictdef-publickeycredentialrpentity%E2%91%A0",
- "https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredentialcreationoptions-rp%E2%91%A7",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredentialcreationoptions-rp%E2%91%A0%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#ref-for-dictdef-publickeycredentialuserentity",
- "https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredentialcreationoptions-user%E2%91%A2",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredentialcreationoptions-user%E2%91%A3",
"https://www.w3.org/TR/webauthn-3/#ref-for-BufferSource%E2%91%A1",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredentialcreationoptions-challenge%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#ref-for-idl-sequence%E2%91%A0%E2%93%AA",
"https://www.w3.org/TR/webauthn-3/#ref-for-dictdef-publickeycredentialparameters%E2%91%A2",
- "https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredentialcreationoptions-pubkeycredparams%E2%91%A2",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredentialcreationoptions-pubkeycredparams%E2%91%A4",
"https://www.w3.org/TR/webauthn-3/#ref-for-idl-unsigned-long%E2%91%A1",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredentialcreationoptions-timeout%E2%91%A2",
"https://www.w3.org/TR/webauthn-3/#ref-for-idl-sequence%E2%91%A0%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#ref-for-dictdef-publickeycredentialdescriptor%E2%91%A4",
- "https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredentialcreationoptions-excludecredentials%E2%91%A0",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredentialcreationoptions-excludecredentials%E2%91%A1",
"https://www.w3.org/TR/webauthn-3/#ref-for-dictdef-authenticatorselectioncriteria%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredentialcreationoptions-authenticatorselection%E2%91%A7",
"https://www.w3.org/TR/webauthn-3/#ref-for-idl-sequence%E2%91%A0%E2%91%A1",
- "https://www.w3.org/TR/webauthn-3/#ref-for-idl-DOMString%E2%91%A2%E2%93%AA",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-idl-DOMString%E2%91%A2%E2%91%A6",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredentialcreationoptions-hints%E2%91%A0",
- "https://www.w3.org/TR/webauthn-3/#ref-for-idl-DOMString%E2%91%A2%E2%91%A0",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-idl-DOMString%E2%91%A2%E2%91%A7",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredentialcreationoptions-attestation%E2%91%A2",
"https://www.w3.org/TR/webauthn-3/#ref-for-idl-sequence%E2%91%A0%E2%91%A2",
- "https://www.w3.org/TR/webauthn-3/#ref-for-idl-DOMString%E2%91%A2%E2%91%A1",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-idl-DOMString%E2%91%A2%E2%91%A8",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredentialcreationoptions-attestationformats%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#ref-for-dictdef-authenticationextensionsclientinputs",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredentialcreationoptions-extensions%E2%91%A2",
"https://www.w3.org/TR/webauthn-3/#dom-publickeycredentialcreationoptions-rp",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-dom-publickeycredentialcreationoptions-rp",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-dom-publickeycredentialcreationoptions-rp",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-dom-publickeycredentialcreationoptions-rp",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-dom-publickeycredentialcreationoptions-rp",
"https://www.w3.org/TR/webauthn-3/#ref-for-dictdef-publickeycredentialrpentity%E2%91%A1",
- "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A0%E2%91%A0%E2%91%A6",
- "https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredentialentity-name%E2%91%A0",
- "https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredentialrpentity-id%E2%91%A6",
- "https://www.w3.org/TR/webauthn-3/#ref-for-rp-id%E2%91%A1%E2%91%A1",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A0%E2%91%A1%E2%93%AA",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredentialentity-name%E2%91%A1",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredentialrpentity-id%E2%91%A0%E2%93%AA",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-rp-id%E2%91%A1%E2%91%A2",
"https://www.w3.org/TR/webauthn-3/#ref-for-scope%E2%91%A0%E2%93%AA",
- "https://www.w3.org/TR/webauthn-3/#ref-for-credentialscontainer%E2%91%A0",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-credentialscontainer%E2%91%A1",
"https://www.w3.org/TR/webauthn-3/#ref-for-relevant-settings-object%E2%91%A2",
- "https://www.w3.org/TR/webauthn-3/#ref-for-concept-settings-object-origin%E2%91%A5",
- "https://www.w3.org/TR/webauthn-3/#ref-for-concept-origin-effective-domain%E2%91%A0%E2%91%A1",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-concept-settings-object-origin%E2%91%A6",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-concept-origin-effective-domain%E2%91%A0%E2%91%A6",
"https://www.w3.org/TR/webauthn-3/#dom-publickeycredentialcreationoptions-user",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-dom-publickeycredentialcreationoptions-user",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-dom-publickeycredentialcreationoptions-user",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-dom-publickeycredentialcreationoptions-user",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-dom-publickeycredentialcreationoptions-user",
"https://www.w3.org/TR/webauthn-3/#ref-for-dictdef-publickeycredentialuserentity%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#ref-for-user-account%E2%91%A0%E2%91%A2",
"https://www.w3.org/TR/webauthn-3/#ref-for-registration%E2%91%A0%E2%91%A6",
- "https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredentialentity-name%E2%91%A1",
- "https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredentialuserentity-displayname%E2%91%A1",
- "https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredentialuserentity-id%E2%91%A1",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredentialentity-name%E2%91%A2",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredentialuserentity-displayname%E2%91%A2",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredentialuserentity-id%E2%91%A2",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredentialuserentity-id%E2%91%A3",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-authenticatorassertionresponse-userhandle%E2%91%A3",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authentication-ceremony%E2%91%A0%E2%91%A2",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authentication-ceremony%E2%91%A0%E2%91%A7",
"https://www.w3.org/TR/webauthn-3/#ref-for-discoverable-credential%E2%91%A5",
- "https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredentialcreationoptions-rp%E2%91%A8",
- "https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredentialrpentity-id%E2%91%A7",
- "https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredentialcreationoptions-user%E2%91%A3",
- "https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredentialuserentity-id%E2%91%A3",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A0%E2%93%AA%E2%93%AA",
- "https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredentialentity-name%E2%91%A2",
- "https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredentialuserentity-displayname%E2%91%A2",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A0%E2%93%AA%E2%91%A0",
- "https://www.w3.org/TR/webauthn-3/#ref-for-client%E2%91%A2%E2%91%A4",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authentication-ceremony%E2%91%A0%E2%91%A3",
- "https://www.w3.org/TR/webauthn-3/#ref-for-concept-credential%E2%91%A0%E2%93%AA",
- "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A0%E2%91%A0%E2%91%A7",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authentication-ceremony%E2%91%A0%E2%91%A4",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredentialcreationoptions-rp%E2%91%A0%E2%91%A1",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredentialrpentity-id%E2%91%A0%E2%91%A0",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredentialcreationoptions-user%E2%91%A4",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredentialuserentity-id%E2%91%A4",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A0%E2%91%A0%E2%91%A3",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredentialentity-name%E2%91%A3",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredentialuserentity-displayname%E2%91%A3",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A0%E2%91%A0%E2%91%A4",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-client%E2%91%A3%E2%91%A5",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authentication-ceremony%E2%91%A0%E2%91%A8",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-concept-credential%E2%91%A0%E2%91%A4",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A0%E2%91%A1%E2%91%A0",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authentication-ceremony%E2%91%A1%E2%93%AA",
"https://www.w3.org/TR/webauthn-3/#dom-publickeycredentialcreationoptions-challenge",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-dom-publickeycredentialcreationoptions-challenge",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-dom-publickeycredentialcreationoptions-challenge",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-dom-publickeycredentialcreationoptions-challenge",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-dom-publickeycredentialcreationoptions-challenge",
"https://www.w3.org/TR/webauthn-3/#ref-for-BufferSource%E2%91%A2",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A0%E2%93%AA%E2%91%A1",
- "https://www.w3.org/TR/webauthn-3/#ref-for-attestation-object%E2%91%A8",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A0%E2%91%A0%E2%91%A5",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-attestation-object%E2%91%A6",
"https://www.w3.org/TR/webauthn-3/#dom-publickeycredentialcreationoptions-pubkeycredparams",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-dom-publickeycredentialcreationoptions-pubkeycredparams",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-dom-publickeycredentialcreationoptions-pubkeycredparams",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-dom-publickeycredentialcreationoptions-pubkeycredparams",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-dom-publickeycredentialcreationoptions-pubkeycredparams",
"https://www.w3.org/TR/webauthn-3/#ref-for-dictdef-publickeycredentialparameters%E2%91%A3",
- "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A0%E2%91%A0%E2%91%A8",
- "https://www.w3.org/TR/webauthn-3/#ref-for-client%E2%91%A2%E2%91%A5",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A0%E2%93%AA%E2%91%A2",
- "https://www.w3.org/TR/webauthn-3/#ref-for-dom-credentialscontainer-create%E2%91%A0%E2%91%A4",
- "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A0%E2%91%A1%E2%93%AA",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A0%E2%93%AA%E2%91%A3",
- "https://www.w3.org/TR/webauthn-3/#ref-for-typedefdef-cosealgorithmidentifier%E2%91%A7",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A0%E2%91%A1%E2%91%A1",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-client%E2%91%A3%E2%91%A6",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A0%E2%91%A0%E2%91%A6",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-credentialscontainer-create%E2%91%A0%E2%91%A6",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A0%E2%91%A1%E2%91%A2",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A0%E2%91%A0%E2%91%A7",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-typedefdef-cosealgorithmidentifier%E2%91%A8",
"https://www.w3.org/TR/webauthn-3/#dom-publickeycredentialcreationoptions-timeout",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-dom-publickeycredentialcreationoptions-timeout",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-dom-publickeycredentialcreationoptions-timeout",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-dom-publickeycredentialcreationoptions-timeout",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-dom-publickeycredentialcreationoptions-timeout",
"https://www.w3.org/TR/webauthn-3/#ref-for-idl-unsigned-long%E2%91%A2",
- "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A0%E2%91%A1%E2%91%A0",
- "https://www.w3.org/TR/webauthn-3/#ref-for-client%E2%91%A2%E2%91%A6",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A0%E2%91%A1%E2%91%A3",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-client%E2%91%A3%E2%91%A7",
"https://www.w3.org/TR/webauthn-3/#dom-publickeycredentialcreationoptions-excludecredentials",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-dom-publickeycredentialcreationoptions-excludecredentials",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-dom-publickeycredentialcreationoptions-excludecredentials",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-dom-publickeycredentialcreationoptions-excludecredentials",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-dom-publickeycredentialcreationoptions-excludecredentials",
"https://www.w3.org/TR/webauthn-3/#ref-for-dictdef-publickeycredentialdescriptor%E2%91%A5",
- "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A0%E2%91%A1%E2%91%A1",
- "https://www.w3.org/TR/webauthn-3/#ref-for-concept-credential%E2%91%A0%E2%91%A0",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A0%E2%91%A1%E2%91%A4",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-concept-credential%E2%91%A0%E2%91%A5",
"https://www.w3.org/TR/webauthn-3/#ref-for-user-account%E2%91%A0%E2%91%A3",
- "https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredentialcreationoptions-user%E2%91%A4",
- "https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredentialuserentity-id%E2%91%A4",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredentialcreationoptions-user%E2%91%A5",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredentialuserentity-id%E2%91%A5",
"https://www.w3.org/TR/webauthn-3/#ref-for-created-on%E2%91%A0",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A0%E2%93%AA%E2%91%A4",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A0%E2%91%A0%E2%91%A8",
"https://www.w3.org/TR/webauthn-3/#ref-for-contains%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#ref-for-user-account%E2%91%A0%E2%91%A4",
- "https://www.w3.org/TR/webauthn-3/#ref-for-client%E2%91%A2%E2%91%A7",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A0%E2%93%AA%E2%91%A5",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-client%E2%91%A3%E2%91%A8",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A0%E2%91%A1%E2%93%AA",
"https://www.w3.org/TR/webauthn-3/#dom-publickeycredentialcreationoptions-authenticatorselection",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-dom-publickeycredentialcreationoptions-authenticatorselection",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-dom-publickeycredentialcreationoptions-authenticatorselection",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-dom-publickeycredentialcreationoptions-authenticatorselection",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-dom-publickeycredentialcreationoptions-authenticatorselection",
"https://www.w3.org/TR/webauthn-3/#ref-for-dictdef-authenticatorselectioncriteria%E2%91%A1",
- "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A0%E2%91%A1%E2%91%A2",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A0%E2%93%AA%E2%91%A6",
- "https://www.w3.org/TR/webauthn-3/#ref-for-dom-credentialscontainer-create%E2%91%A0%E2%91%A5",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A0%E2%91%A1%E2%91%A5",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A0%E2%91%A1%E2%91%A0",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-credentialscontainer-create%E2%91%A0%E2%91%A7",
"https://www.w3.org/TR/webauthn-3/#dom-publickeycredentialcreationoptions-hints",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-dom-publickeycredentialcreationoptions-hints",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-dom-publickeycredentialcreationoptions-hints",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-dom-publickeycredentialcreationoptions-hints",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-dom-publickeycredentialcreationoptions-hints",
- "https://www.w3.org/TR/webauthn-3/#ref-for-idl-DOMString%E2%91%A2%E2%91%A2",
- "https://www.w3.org/TR/webauthn-3/#ref-for-enumdef-publickeycredentialhints",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-idl-DOMString%E2%91%A3%E2%93%AA",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-enumdef-publickeycredentialhint",
"https://www.w3.org/TR/webauthn-3/#dom-publickeycredentialcreationoptions-attestation",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-dom-publickeycredentialcreationoptions-attestation",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-dom-publickeycredentialcreationoptions-attestation",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-dom-publickeycredentialcreationoptions-attestation",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-dom-publickeycredentialcreationoptions-attestation",
- "https://www.w3.org/TR/webauthn-3/#ref-for-idl-DOMString%E2%91%A2%E2%91%A3",
- "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A0%E2%91%A1%E2%91%A3",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-idl-DOMString%E2%91%A3%E2%91%A0",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A0%E2%91%A1%E2%91%A6",
"https://www.w3.org/TR/webauthn-3/#ref-for-attestation-conveyance%E2%91%A0",
- "https://www.w3.org/TR/webauthn-3/#ref-for-enumdef-attestationconveyancepreference%E2%91%A5",
- "https://www.w3.org/TR/webauthn-3/#ref-for-client-platform%E2%91%A2%E2%91%A1",
- "https://www.w3.org/TR/webauthn-3/#ref-for-map-exists",
- "https://www.w3.org/TR/webauthn-3/#ref-for-dom-attestationconveyancepreference-none%E2%91%A2",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-enumdef-attestationconveyancepreference%E2%91%A3",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-client-platform%E2%91%A2%E2%91%A4",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-map-exists%E2%91%A0",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-attestationconveyancepreference-none%E2%91%A1",
"https://www.w3.org/TR/webauthn-3/#dom-publickeycredentialcreationoptions-attestationformats",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-dom-publickeycredentialcreationoptions-attestationformats",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-dom-publickeycredentialcreationoptions-attestationformats",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-dom-publickeycredentialcreationoptions-attestationformats",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-dom-publickeycredentialcreationoptions-attestationformats",
- "https://www.w3.org/TR/webauthn-3/#ref-for-idl-DOMString%E2%91%A2%E2%91%A4",
- "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A0%E2%91%A1%E2%91%A4",
- "https://www.w3.org/TR/webauthn-3/#ref-for-attestation%E2%91%A0%E2%93%AA",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A0%E2%93%AA%E2%91%A7",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A0%E2%93%AA%E2%91%A8",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-idl-DOMString%E2%91%A3%E2%91%A1",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A0%E2%91%A1%E2%91%A7",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-attestation%E2%91%A7",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A0%E2%91%A1%E2%91%A1",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A0%E2%91%A1%E2%91%A2",
"https://www.w3.org/TR/webauthn-3/#dom-publickeycredentialcreationoptions-extensions",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-dom-publickeycredentialcreationoptions-extensions",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-dom-publickeycredentialcreationoptions-extensions",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-dom-publickeycredentialcreationoptions-extensions",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-dom-publickeycredentialcreationoptions-extensions",
"https://www.w3.org/TR/webauthn-3/#ref-for-dictdef-authenticationextensionsclientinputs%E2%91%A0",
- "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A0%E2%91%A1%E2%91%A5",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A0%E2%91%A1%E2%91%A8",
"https://www.w3.org/TR/webauthn-3/#ref-for-client-extension-input%E2%91%A1",
- "https://www.w3.org/TR/webauthn-3/#ref-for-client%E2%91%A2%E2%91%A8",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A0%E2%91%A0%E2%93%AA",
- "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A0%E2%91%A1%E2%91%A6",
- "https://www.w3.org/TR/webauthn-3/#ref-for-concept-credential%E2%91%A0%E2%91%A1",
- "https://www.w3.org/TR/webauthn-3/#ref-for-webauthn-extensions%E2%91%A1",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-client%E2%91%A4%E2%93%AA",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A0%E2%91%A1%E2%91%A3",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A0%E2%91%A2%E2%93%AA",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-concept-credential%E2%91%A0%E2%91%A6",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-webauthn-extensions%E2%91%A2",
"https://www.w3.org/TR/webauthn-3/#dictionary-pkcredentialentity",
"https://www.w3.org/TR/webauthn-3/#dictdef-publickeycredentialentity",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-dictdef-publickeycredentialentity",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-dictdef-publickeycredentialentity",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-dictdef-publickeycredentialentity",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-dictdef-publickeycredentialentity",
"https://www.w3.org/TR/webauthn-3/#ref-for-dictdef-publickeycredentialentity",
"https://www.w3.org/TR/webauthn-3/#ref-for-user-account%E2%91%A0%E2%91%A5",
- "https://www.w3.org/TR/webauthn-3/#ref-for-webauthn-relying-party%E2%91%A0%E2%91%A8",
- "https://www.w3.org/TR/webauthn-3/#ref-for-public-key-credential%E2%91%A2%E2%91%A1",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-webauthn-relying-party%E2%91%A2%E2%91%A6",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-public-key-credential%E2%91%A2%E2%91%A4",
"https://www.w3.org/TR/webauthn-3/#ref-for-scope%E2%91%A0%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#ref-for-dictdef-publickeycredentialentity%E2%91%A0",
- "https://www.w3.org/TR/webauthn-3/#ref-for-idl-DOMString%E2%91%A2%E2%91%A5",
- "https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredentialentity-name%E2%91%A3",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-idl-DOMString%E2%91%A3%E2%91%A2",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredentialentity-name%E2%91%A4",
"https://www.w3.org/TR/webauthn-3/#dom-publickeycredentialentity-name",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-dom-publickeycredentialentity-name",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-dom-publickeycredentialentity-name",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-dom-publickeycredentialentity-name",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-dom-publickeycredentialentity-name",
- "https://www.w3.org/TR/webauthn-3/#ref-for-idl-DOMString%E2%91%A2%E2%91%A6",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-idl-DOMString%E2%91%A3%E2%91%A3",
"https://www.w3.org/TR/webauthn-3/#ref-for-human-palatability%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#ref-for-dictdef-publickeycredentialentity%E2%91%A1",
"https://www.w3.org/TR/webauthn-3/#ref-for-dictdef-publickeycredentialrpentity%E2%91%A2",
"https://www.w3.org/TR/webauthn-3/#ref-for-human-palatability%E2%91%A1",
- "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A0%E2%91%A1%E2%91%A7",
- "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A0%E2%91%A1%E2%91%A8",
- "https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredentialentity-name%E2%91%A4",
- "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A0%E2%91%A2%E2%93%AA",
- "https://www.w3.org/TR/webauthn-3/#ref-for-client%E2%91%A3%E2%93%AA",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A0%E2%91%A2%E2%91%A0",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-client%E2%91%A4%E2%91%A0",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A0%E2%91%A2%E2%91%A1",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-rp-id%E2%91%A1%E2%91%A3",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A0%E2%91%A2%E2%91%A2",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredentialentity-name%E2%91%A5",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A0%E2%91%A2%E2%91%A3",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-rp-id%E2%91%A1%E2%91%A4",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-client%E2%91%A4%E2%91%A1",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredentialentity-name%E2%91%A6",
"https://www.w3.org/TR/webauthn-3/#ref-for-authenticatormakecredential%E2%91%A6",
"https://www.w3.org/TR/webauthn-3/#ref-for-dictdef-publickeycredentialuserentity%E2%91%A1",
"https://www.w3.org/TR/webauthn-3/#ref-for-human-palatability%E2%91%A2",
"https://www.w3.org/TR/webauthn-3/#ref-for-user-account%E2%91%A0%E2%91%A6",
- "https://www.w3.org/TR/webauthn-3/#ref-for-client%E2%91%A3%E2%91%A0",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-client%E2%91%A4%E2%91%A2",
"https://www.w3.org/TR/webauthn-3/#ref-for-user-account%E2%91%A0%E2%91%A7",
- "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A0%E2%91%A2%E2%91%A0",
- "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A0%E2%91%A2%E2%91%A1",
- "https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredentialentity-name%E2%91%A6",
- "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A0%E2%91%A2%E2%91%A2",
- "https://www.w3.org/TR/webauthn-3/#ref-for-client%E2%91%A3%E2%91%A1",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A0%E2%91%A2%E2%91%A4",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A0%E2%91%A2%E2%91%A5",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredentialentity-name%E2%91%A7",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticatormakecredential%E2%91%A7",
- "https://www.w3.org/TR/webauthn-3/#ref-for-client%E2%91%A3%E2%91%A2",
- "https://www.w3.org/TR/webauthn-3/#ref-for-client-platform%E2%91%A2%E2%91%A2",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A0%E2%91%A0%E2%91%A0",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A0%E2%91%A2%E2%91%A6",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-client%E2%91%A4%E2%91%A3",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredentialentity-name%E2%91%A8",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticatormakecredential%E2%91%A7",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-client%E2%91%A4%E2%91%A4",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-client-platform%E2%91%A2%E2%91%A5",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A0%E2%91%A1%E2%91%A4",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredentialentity-name%E2%91%A0%E2%93%AA",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredentialentity-name%E2%91%A0%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#dictionary-rp-credential-params",
"https://www.w3.org/TR/webauthn-3/#dictdef-publickeycredentialrpentity",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-dictdef-publickeycredentialrpentity",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-dictdef-publickeycredentialrpentity",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-dictdef-publickeycredentialrpentity",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-dictdef-publickeycredentialrpentity",
"https://www.w3.org/TR/webauthn-3/#ref-for-dictdef-publickeycredentialrpentity%E2%91%A3",
- "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A0%E2%91%A2%E2%91%A3",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A0%E2%91%A2%E2%91%A7",
"https://www.w3.org/TR/webauthn-3/#ref-for-dictdef-publickeycredentialrpentity%E2%91%A4",
"https://www.w3.org/TR/webauthn-3/#ref-for-dictdef-publickeycredentialentity%E2%91%A2",
- "https://www.w3.org/TR/webauthn-3/#ref-for-idl-DOMString%E2%91%A2%E2%91%A7",
- "https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredentialrpentity-id%E2%91%A8",
- "https://www.w3.org/TR/webauthn-3/#dom-publickeycredentialrpentity-id",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-dom-publickeycredentialrpentity-id",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-dom-publickeycredentialrpentity-id",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-dom-publickeycredentialrpentity-id",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-dom-publickeycredentialrpentity-id",
- "https://www.w3.org/TR/webauthn-3/#ref-for-idl-DOMString%E2%91%A2%E2%91%A8",
- "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A0%E2%91%A2%E2%91%A4",
- "https://www.w3.org/TR/webauthn-3/#ref-for-rp-id%E2%91%A1%E2%91%A2",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-idl-DOMString%E2%91%A3%E2%91%A4",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredentialrpentity-id%E2%91%A0%E2%91%A1",
+ "https://www.w3.org/TR/webauthn-3/#dom-publickeycredentialrpentity-id",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-idl-DOMString%E2%91%A3%E2%91%A5",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A0%E2%91%A2%E2%91%A8",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-rp-id%E2%91%A1%E2%91%A5",
"https://www.w3.org/TR/webauthn-3/#dictionary-user-credential-params",
"https://www.w3.org/TR/webauthn-3/#dictdef-publickeycredentialuserentity",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-dictdef-publickeycredentialuserentity",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-dictdef-publickeycredentialuserentity",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-dictdef-publickeycredentialuserentity",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-dictdef-publickeycredentialuserentity",
"https://www.w3.org/TR/webauthn-3/#ref-for-dictdef-publickeycredentialuserentity%E2%91%A2",
"https://www.w3.org/TR/webauthn-3/#ref-for-user-account%E2%91%A0%E2%91%A8",
"https://www.w3.org/TR/webauthn-3/#ref-for-dictdef-publickeycredentialuserentity%E2%91%A3",
"https://www.w3.org/TR/webauthn-3/#ref-for-dictdef-publickeycredentialentity%E2%91%A3",
"https://www.w3.org/TR/webauthn-3/#ref-for-BufferSource%E2%91%A3",
- "https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredentialuserentity-id%E2%91%A5",
- "https://www.w3.org/TR/webauthn-3/#ref-for-idl-DOMString%E2%91%A3%E2%93%AA",
- "https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredentialuserentity-displayname%E2%91%A3",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredentialuserentity-id%E2%91%A6",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-idl-DOMString%E2%91%A3%E2%91%A6",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredentialuserentity-displayname%E2%91%A4",
"https://www.w3.org/TR/webauthn-3/#dom-publickeycredentialuserentity-id",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-dom-publickeycredentialuserentity-id",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-dom-publickeycredentialuserentity-id",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-dom-publickeycredentialuserentity-id",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-dom-publickeycredentialuserentity-id",
"https://www.w3.org/TR/webauthn-3/#ref-for-BufferSource%E2%91%A4",
"https://www.w3.org/TR/webauthn-3/#ref-for-user-handle%E2%91%A0%E2%91%A3",
"https://www.w3.org/TR/webauthn-3/#ref-for-user-account%E2%91%A1%E2%93%AA",
"https://www.w3.org/TR/webauthn-3/#ref-for-user-handle%E2%91%A0%E2%91%A4",
"https://www.w3.org/TR/webauthn-3/#ref-for-byte-sequence%E2%91%A1",
- "https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredentialuserentity-id%E2%91%A6",
- "https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredentialuserentity-displayname%E2%91%A4",
- "https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredentialentity-name%E2%91%A0%E2%91%A0",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredentialuserentity-id%E2%91%A7",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredentialuserentity-displayname%E2%91%A5",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredentialentity-name%E2%91%A0%E2%91%A1",
"https://www.w3.org/TR/webauthn-3/#ref-for-user-handle%E2%91%A0%E2%91%A5",
"https://www.w3.org/TR/webauthn-3/#ref-for-user-handle%E2%91%A0%E2%91%A6",
"https://www.w3.org/TR/webauthn-3/#ref-for-user-handle%E2%91%A0%E2%91%A7",
@@ -3234,478 +2797,340 @@
"https://www.w3.org/TR/webauthn-3/#ref-for-discoverable-credential%E2%91%A6",
"https://www.w3.org/TR/webauthn-3/#ref-for-user-handle%E2%91%A0%E2%91%A8",
"https://www.w3.org/TR/webauthn-3/#ref-for-user-account%E2%91%A1%E2%91%A1",
- "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A0%E2%91%A2%E2%91%A5",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A0%E2%91%A3%E2%93%AA",
"https://www.w3.org/TR/webauthn-3/#dom-publickeycredentialuserentity-displayname",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-dom-publickeycredentialuserentity-displayname",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-dom-publickeycredentialuserentity-displayname",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-dom-publickeycredentialuserentity-displayname",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-dom-publickeycredentialuserentity-displayname",
- "https://www.w3.org/TR/webauthn-3/#ref-for-idl-DOMString%E2%91%A3%E2%91%A0",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-idl-DOMString%E2%91%A3%E2%91%A7",
"https://www.w3.org/TR/webauthn-3/#ref-for-human-palatability%E2%91%A3",
"https://www.w3.org/TR/webauthn-3/#ref-for-user-account%E2%91%A1%E2%91%A2",
- "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A0%E2%91%A2%E2%91%A6",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A0%E2%91%A3%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#ref-for-human-palatability%E2%91%A4",
- "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A0%E2%91%A2%E2%91%A7",
- "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A0%E2%91%A2%E2%91%A8",
- "https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredentialuserentity-displayname%E2%91%A5",
- "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A0%E2%91%A3%E2%93%AA",
- "https://www.w3.org/TR/webauthn-3/#ref-for-client%E2%91%A3%E2%91%A3",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A0%E2%91%A3%E2%91%A1",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A0%E2%91%A3%E2%91%A2",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredentialuserentity-displayname%E2%91%A6",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticatormakecredential%E2%91%A8",
- "https://www.w3.org/TR/webauthn-3/#ref-for-client%E2%91%A3%E2%91%A4",
- "https://www.w3.org/TR/webauthn-3/#ref-for-client-platform%E2%91%A2%E2%91%A3",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A0%E2%91%A0%E2%91%A1",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A0%E2%91%A3%E2%91%A3",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-client%E2%91%A4%E2%91%A5",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredentialuserentity-displayname%E2%91%A7",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A0%E2%91%A0%E2%91%A2",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticatormakecredential%E2%91%A8",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-client%E2%91%A4%E2%91%A6",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-client-platform%E2%91%A2%E2%91%A6",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A0%E2%91%A1%E2%91%A5",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredentialuserentity-displayname%E2%91%A8",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredentialuserentity-displayname%E2%91%A0%E2%93%AA",
"https://www.w3.org/TR/webauthn-3/#dictionary-authenticatorSelection",
"https://www.w3.org/TR/webauthn-3/#dictdef-authenticatorselectioncriteria",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-dictdef-authenticatorselectioncriteria",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-dictdef-authenticatorselectioncriteria",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-dictdef-authenticatorselectioncriteria",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-dictdef-authenticatorselectioncriteria",
- "https://www.w3.org/TR/webauthn-3/#ref-for-webauthn-relying-party%E2%91%A1%E2%93%AA",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-webauthn-relying-party%E2%91%A2%E2%91%A7",
"https://www.w3.org/TR/webauthn-3/#ref-for-dictdef-authenticatorselectioncriteria%E2%91%A2",
"https://www.w3.org/TR/webauthn-3/#ref-for-dictdef-authenticatorselectioncriteria%E2%91%A3",
- "https://www.w3.org/TR/webauthn-3/#ref-for-idl-DOMString%E2%91%A3%E2%91%A1",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-idl-DOMString%E2%91%A3%E2%91%A8",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-authenticatorselectioncriteria-authenticatorattachment%E2%91%A0",
- "https://www.w3.org/TR/webauthn-3/#ref-for-idl-DOMString%E2%91%A3%E2%91%A2",
- "https://www.w3.org/TR/webauthn-3/#ref-for-dom-authenticatorselectioncriteria-residentkey%E2%91%A1",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-idl-DOMString%E2%91%A4%E2%93%AA",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-authenticatorselectioncriteria-residentkey%E2%91%A2",
"https://www.w3.org/TR/webauthn-3/#ref-for-idl-boolean%E2%91%A2",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-authenticatorselectioncriteria-requireresidentkey%E2%91%A1",
- "https://www.w3.org/TR/webauthn-3/#ref-for-idl-DOMString%E2%91%A3%E2%91%A3",
- "https://www.w3.org/TR/webauthn-3/#ref-for-dom-authenticatorselectioncriteria-userverification%E2%91%A1",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-idl-DOMString%E2%91%A4%E2%91%A0",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-authenticatorselectioncriteria-userverification%E2%91%A2",
"https://www.w3.org/TR/webauthn-3/#dom-authenticatorselectioncriteria-authenticatorattachment",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-dom-authenticatorselectioncriteria-authenticatorattachment",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-dom-authenticatorselectioncriteria-authenticatorattachment",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-dom-authenticatorselectioncriteria-authenticatorattachment",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-dom-authenticatorselectioncriteria-authenticatorattachment",
- "https://www.w3.org/TR/webauthn-3/#ref-for-idl-DOMString%E2%91%A3%E2%91%A4",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A0%E2%91%A0%E2%91%A3",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-idl-DOMString%E2%91%A4%E2%91%A1",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A0%E2%91%A1%E2%91%A6",
"https://www.w3.org/TR/webauthn-3/#ref-for-enumdef-authenticatorattachment%E2%91%A2",
- "https://www.w3.org/TR/webauthn-3/#ref-for-client-platform%E2%91%A2%E2%91%A4",
- "https://www.w3.org/TR/webauthn-3/#ref-for-map-exists%E2%91%A0",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-client-platform%E2%91%A2%E2%91%A7",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-map-exists%E2%91%A1",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredential-authenticatorattachment%E2%91%A3",
- "https://www.w3.org/TR/webauthn-3/#ref-for-publickeycredential%E2%91%A1%E2%93%AA",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-publickeycredential%E2%91%A1%E2%91%A3",
"https://www.w3.org/TR/webauthn-3/#ref-for-authenticator-attachment-modality%E2%91%A4",
- "https://www.w3.org/TR/webauthn-3/#ref-for-dom-credentialscontainer-create%E2%91%A0%E2%91%A6",
- "https://www.w3.org/TR/webauthn-3/#ref-for-dom-credentialscontainer-get%E2%91%A1%E2%91%A0",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-credentialscontainer-create%E2%91%A0%E2%91%A8",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-credentialscontainer-get%E2%91%A1%E2%91%A3",
"https://www.w3.org/TR/webauthn-3/#dom-authenticatorselectioncriteria-residentkey",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-dom-authenticatorselectioncriteria-residentkey",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-dom-authenticatorselectioncriteria-residentkey",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-dom-authenticatorselectioncriteria-residentkey",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-dom-authenticatorselectioncriteria-residentkey",
- "https://www.w3.org/TR/webauthn-3/#ref-for-idl-DOMString%E2%91%A3%E2%91%A5",
- "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A0%E2%91%A3%E2%91%A0",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-idl-DOMString%E2%91%A4%E2%91%A2",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A0%E2%91%A3%E2%91%A4",
"https://www.w3.org/TR/webauthn-3/#ref-for-client-side-discoverable-credential%E2%91%A5",
"https://www.w3.org/TR/webauthn-3/#ref-for-enumdef-residentkeyrequirement",
- "https://www.w3.org/TR/webauthn-3/#ref-for-client-platform%E2%91%A2%E2%91%A5",
- "https://www.w3.org/TR/webauthn-3/#ref-for-map-exists%E2%91%A1",
- "https://www.w3.org/TR/webauthn-3/#ref-for-dom-residentkeyrequirement-required%E2%91%A1",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-client-platform%E2%91%A2%E2%91%A8",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-map-exists%E2%91%A2",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-residentkeyrequirement-required%E2%91%A2",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-authenticatorselectioncriteria-requireresidentkey%E2%91%A2",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-residentkeyrequirement-discouraged%E2%91%A1",
"https://www.w3.org/TR/webauthn-3/#ref-for-enumdef-residentkeyrequirement%E2%91%A0",
- "https://www.w3.org/TR/webauthn-3/#ref-for-dom-authenticatorselectioncriteria-residentkey%E2%91%A2",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-authenticatorselectioncriteria-residentkey%E2%91%A3",
"https://www.w3.org/TR/webauthn-3/#dom-authenticatorselectioncriteria-requireresidentkey",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-dom-authenticatorselectioncriteria-requireresidentkey",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-dom-authenticatorselectioncriteria-requireresidentkey",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-dom-authenticatorselectioncriteria-requireresidentkey",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-dom-authenticatorselectioncriteria-requireresidentkey",
"https://www.w3.org/TR/webauthn-3/#ref-for-idl-boolean%E2%91%A3",
"https://www.w3.org/TR/webauthn-3/#ref-for-discoverable-credential%E2%91%A7",
- "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A0%E2%91%A3%E2%91%A1",
- "https://www.w3.org/TR/webauthn-3/#ref-for-dom-authenticatorselectioncriteria-residentkey%E2%91%A3",
- "https://www.w3.org/TR/webauthn-3/#ref-for-dom-residentkeyrequirement-required%E2%91%A2",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A0%E2%91%A3%E2%91%A5",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-authenticatorselectioncriteria-residentkey%E2%91%A4",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-residentkeyrequirement-required%E2%91%A3",
"https://www.w3.org/TR/webauthn-3/#dom-authenticatorselectioncriteria-userverification",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-dom-authenticatorselectioncriteria-userverification",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-dom-authenticatorselectioncriteria-userverification",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-dom-authenticatorselectioncriteria-userverification",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-dom-authenticatorselectioncriteria-userverification",
- "https://www.w3.org/TR/webauthn-3/#ref-for-idl-DOMString%E2%91%A3%E2%91%A6",
- "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A0%E2%91%A3%E2%91%A2",
- "https://www.w3.org/TR/webauthn-3/#ref-for-user-verification%E2%91%A1%E2%91%A0",
- "https://www.w3.org/TR/webauthn-3/#ref-for-dom-credentialscontainer-create%E2%91%A0%E2%91%A7",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-idl-DOMString%E2%91%A4%E2%91%A3",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A0%E2%91%A3%E2%91%A6",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-user-verification%E2%91%A1%E2%91%A2",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-credentialscontainer-create%E2%91%A1%E2%93%AA",
"https://www.w3.org/TR/webauthn-3/#ref-for-enumdef-userverificationrequirement",
- "https://www.w3.org/TR/webauthn-3/#ref-for-client-platform%E2%91%A2%E2%91%A6",
- "https://www.w3.org/TR/webauthn-3/#ref-for-map-exists%E2%91%A2",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-client-platform%E2%91%A3%E2%93%AA",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-map-exists%E2%91%A3",
"https://www.w3.org/TR/webauthn-3/#ref-for-enumdef-userverificationrequirement%E2%91%A0",
- "https://www.w3.org/TR/webauthn-3/#ref-for-dom-authenticatorselectioncriteria-userverification%E2%91%A2",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-authenticatorselectioncriteria-userverification%E2%91%A3",
"https://www.w3.org/TR/webauthn-3/#enum-attachment",
"https://www.w3.org/TR/webauthn-3/#enumdef-authenticatorattachment",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-enumdef-authenticatorattachment",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-enumdef-authenticatorattachment",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-enumdef-authenticatorattachment",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-enumdef-authenticatorattachment",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A0%E2%91%A0%E2%91%A4",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A0%E2%91%A1%E2%91%A7",
"https://www.w3.org/TR/webauthn-3/#ref-for-authenticator-attachment-modality%E2%91%A5",
- "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A0%E2%91%A3%E2%91%A3",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A0%E2%91%A3%E2%91%A7",
"https://www.w3.org/TR/webauthn-3/#ref-for-authenticator-attachment-modality%E2%91%A6",
- "https://www.w3.org/TR/webauthn-3/#ref-for-dom-credentialscontainer-create%E2%91%A0%E2%91%A8",
- "https://www.w3.org/TR/webauthn-3/#ref-for-client%E2%91%A3%E2%91%A5",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-credentialscontainer-create%E2%91%A1%E2%91%A0",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-client%E2%91%A4%E2%91%A7",
"https://www.w3.org/TR/webauthn-3/#ref-for-authenticator-attachment-modality%E2%91%A7",
"https://www.w3.org/TR/webauthn-3/#ref-for-registration-ceremony%E2%91%A5",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authentication-ceremony%E2%91%A0%E2%91%A5",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authentication-ceremony%E2%91%A1%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#ref-for-enumdef-authenticatorattachment%E2%91%A3",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-authenticatorattachment-platform",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-authenticatorattachment-cross-platform",
"https://www.w3.org/TR/webauthn-3/#ref-for-enumdef-authenticatorattachment%E2%91%A4",
"https://www.w3.org/TR/webauthn-3/#dom-authenticatorattachment-platform",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-dom-authenticatorattachment-platform",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-dom-authenticatorattachment-platform",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-dom-authenticatorattachment-platform",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-dom-authenticatorattachment-platform",
"https://www.w3.org/TR/webauthn-3/#ref-for-platform-attachment%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#dom-authenticatorattachment-cross-platform",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-dom-authenticatorattachment-cross-platform",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-dom-authenticatorattachment-cross-platform",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-dom-authenticatorattachment-cross-platform",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-dom-authenticatorattachment-cross-platform",
"https://www.w3.org/TR/webauthn-3/#ref-for-cross-platform-attachment%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#ref-for-authenticator-attachment-modality%E2%91%A8",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredential-create-slot%E2%91%A2",
- "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A0%E2%91%A3%E2%91%A4",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A0%E2%91%A3%E2%91%A8",
"https://www.w3.org/TR/webauthn-3/#ref-for-roaming-credential",
- "https://www.w3.org/TR/webauthn-3/#ref-for-client-device%E2%91%A0%E2%91%A5",
- "https://www.w3.org/TR/webauthn-3/#ref-for-platform-credential",
"https://www.w3.org/TR/webauthn-3/#ref-for-client-device%E2%91%A0%E2%91%A6",
- "https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredential-discoverfromexternalsource-slot%E2%91%A4",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-platform-credential",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-client-device%E2%91%A0%E2%91%A7",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredential-discoverfromexternalsource-slot%E2%91%A5",
"https://www.w3.org/TR/webauthn-3/#ref-for-authenticator-attachment-modality%E2%91%A0%E2%93%AA",
- "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A0%E2%91%A3%E2%91%A5",
- "https://www.w3.org/TR/webauthn-3/#ref-for-public-key-credential%E2%91%A2%E2%91%A2",
- "https://www.w3.org/TR/webauthn-3/#ref-for-client%E2%91%A3%E2%91%A6",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-client%E2%91%A4%E2%91%A8",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-concept-credential%E2%91%A0%E2%91%A7",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredentialrequestoptions-allowcredentials%E2%91%A0%E2%91%A5",
"https://www.w3.org/TR/webauthn-3/#enum-residentKeyRequirement",
"https://www.w3.org/TR/webauthn-3/#enumdef-residentkeyrequirement",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-enumdef-residentkeyrequirement",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-enumdef-residentkeyrequirement",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-enumdef-residentkeyrequirement",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-enumdef-residentkeyrequirement",
"https://www.w3.org/TR/webauthn-3/#ref-for-enumdef-residentkeyrequirement%E2%91%A1",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-residentkeyrequirement-discouraged%E2%91%A2",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-residentkeyrequirement-preferred%E2%91%A1",
- "https://www.w3.org/TR/webauthn-3/#ref-for-dom-residentkeyrequirement-required%E2%91%A3",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-residentkeyrequirement-required%E2%91%A4",
"https://www.w3.org/TR/webauthn-3/#ref-for-enumdef-residentkeyrequirement%E2%91%A2",
- "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A0%E2%91%A3%E2%91%A6",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A0%E2%91%A4%E2%93%AA",
"https://www.w3.org/TR/webauthn-3/#ref-for-client-side-discoverable-credential%E2%91%A6",
"https://www.w3.org/TR/webauthn-3/#ref-for-resident-credential%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#ref-for-resident-key%E2%91%A1",
"https://www.w3.org/TR/webauthn-3/#dom-residentkeyrequirement-discouraged",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-dom-residentkeyrequirement-discouraged",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-dom-residentkeyrequirement-discouraged",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-dom-residentkeyrequirement-discouraged",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-dom-residentkeyrequirement-discouraged",
- "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A0%E2%91%A3%E2%91%A7",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A0%E2%91%A4%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#ref-for-server-side-credential%E2%91%A5",
"https://www.w3.org/TR/webauthn-3/#ref-for-client-side-discoverable-credential%E2%91%A7",
- "https://www.w3.org/TR/webauthn-3/#ref-for-client%E2%91%A3%E2%91%A7",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A0%E2%91%A0%E2%91%A5",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-client%E2%91%A5%E2%93%AA",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A0%E2%91%A1%E2%91%A8",
"https://www.w3.org/TR/webauthn-3/#ref-for-server-side-credential%E2%91%A6",
- "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A0%E2%91%A3%E2%91%A8",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A0%E2%91%A4%E2%91%A1",
"https://www.w3.org/TR/webauthn-3/#ref-for-server-side-credential%E2%91%A7",
"https://www.w3.org/TR/webauthn-3/#ref-for-credprops%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-credentialpropertiesoutput-rk",
"https://www.w3.org/TR/webauthn-3/#ref-for-server-side-credential%E2%91%A8",
"https://www.w3.org/TR/webauthn-3/#ref-for-user-handle%E2%91%A1%E2%93%AA",
"https://www.w3.org/TR/webauthn-3/#dom-residentkeyrequirement-preferred",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-dom-residentkeyrequirement-preferred",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-dom-residentkeyrequirement-preferred",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-dom-residentkeyrequirement-preferred",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-dom-residentkeyrequirement-preferred",
- "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A0%E2%91%A4%E2%93%AA",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A0%E2%91%A4%E2%91%A2",
"https://www.w3.org/TR/webauthn-3/#ref-for-client-side-discoverable-credential%E2%91%A8",
"https://www.w3.org/TR/webauthn-3/#ref-for-server-side-credential%E2%91%A0%E2%93%AA",
- "https://www.w3.org/TR/webauthn-3/#ref-for-client%E2%91%A3%E2%91%A8",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A0%E2%91%A0%E2%91%A6",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-client%E2%91%A5%E2%91%A0",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A0%E2%91%A2%E2%93%AA",
"https://www.w3.org/TR/webauthn-3/#ref-for-discoverable-credential%E2%91%A8",
- "https://www.w3.org/TR/webauthn-3/#ref-for-client%E2%91%A4%E2%93%AA",
- "https://www.w3.org/TR/webauthn-3/#ref-for-user-verification%E2%91%A1%E2%91%A1",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-client%E2%91%A5%E2%91%A1",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-user-verification%E2%91%A1%E2%91%A3",
"https://www.w3.org/TR/webauthn-3/#ref-for-discoverable-credential%E2%91%A0%E2%93%AA",
- "https://www.w3.org/TR/webauthn-3/#ref-for-dom-authenticatorselectioncriteria-userverification%E2%91%A3",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-authenticatorselectioncriteria-userverification%E2%91%A4",
"https://www.w3.org/TR/webauthn-3/#dom-residentkeyrequirement-required",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-dom-residentkeyrequirement-required",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-dom-residentkeyrequirement-required",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-dom-residentkeyrequirement-required",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-dom-residentkeyrequirement-required",
- "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A0%E2%91%A4%E2%91%A0",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A0%E2%91%A4%E2%91%A3",
"https://www.w3.org/TR/webauthn-3/#ref-for-client-side-discoverable-credential%E2%91%A0%E2%93%AA",
- "https://www.w3.org/TR/webauthn-3/#ref-for-client%E2%91%A4%E2%91%A0",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-client%E2%91%A5%E2%91%A2",
"https://www.w3.org/TR/webauthn-3/#ref-for-client-side-discoverable-credential%E2%91%A0%E2%91%A0",
- "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A0%E2%91%A4%E2%91%A1",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A0%E2%91%A4%E2%91%A4",
"https://www.w3.org/TR/webauthn-3/#ref-for-client-side-discoverable-credential%E2%91%A0%E2%91%A1",
"https://www.w3.org/TR/webauthn-3/#ref-for-credentialpropertiesoutput-resident-key-credential-property",
"https://www.w3.org/TR/webauthn-3/#ref-for-credprops%E2%91%A1",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-residentkeyrequirement-discouraged%E2%91%A3",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-residentkeyrequirement-preferred%E2%91%A2",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredentialcreationoptions-authenticatorselection%E2%91%A8",
- "https://www.w3.org/TR/webauthn-3/#ref-for-dom-authenticatorselectioncriteria-residentkey%E2%91%A4",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A0%E2%91%A0%E2%91%A7",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-authenticatorselectioncriteria-residentkey%E2%91%A5",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A0%E2%91%A2%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#ref-for-client-side-discoverable-credential%E2%91%A0%E2%91%A2",
"https://www.w3.org/TR/webauthn-3/#ref-for-server-side-credential%E2%91%A0%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#enum-attestation-convey",
"https://www.w3.org/TR/webauthn-3/#attestation-conveyance",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-attestation-conveyance",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-attestation-conveyance",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-attestation-conveyance",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-attestation-conveyance",
"https://www.w3.org/TR/webauthn-3/#enumdef-attestationconveyancepreference",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-enumdef-attestationconveyancepreference",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-enumdef-attestationconveyancepreference",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-enumdef-attestationconveyancepreference",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-enumdef-attestationconveyancepreference",
- "https://www.w3.org/TR/webauthn-3/#ref-for-webauthn-relying-party%E2%91%A1%E2%91%A0",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-webauthn-relying-party%E2%91%A2%E2%91%A8",
"https://www.w3.org/TR/webauthn-3/#ref-for-enumdef-attestationconveyancepreference%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#ref-for-attestation-conveyance%E2%91%A1",
"https://www.w3.org/TR/webauthn-3/#ref-for-enumdef-attestationconveyancepreference%E2%91%A1",
- "https://www.w3.org/TR/webauthn-3/#ref-for-dom-attestationconveyancepreference-none%E2%91%A3",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-attestationconveyancepreference-none%E2%91%A2",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-attestationconveyancepreference-indirect%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-attestationconveyancepreference-direct%E2%91%A0",
- "https://www.w3.org/TR/webauthn-3/#ref-for-dom-attestationconveyancepreference-enterprise%E2%91%A2",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-attestationconveyancepreference-enterprise%E2%91%A1",
"https://www.w3.org/TR/webauthn-3/#ref-for-enumdef-attestationconveyancepreference%E2%91%A2",
"https://www.w3.org/TR/webauthn-3/#dom-attestationconveyancepreference-none",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-dom-attestationconveyancepreference-none",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-dom-attestationconveyancepreference-none",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-dom-attestationconveyancepreference-none",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-dom-attestationconveyancepreference-none",
- "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A0%E2%91%A4%E2%91%A2",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A0%E2%91%A0%E2%91%A8",
- "https://www.w3.org/TR/webauthn-3/#ref-for-attestation%E2%91%A0%E2%91%A0",
- "https://www.w3.org/TR/webauthn-3/#ref-for-user-consent%E2%91%A0%E2%91%A1",
- "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A0%E2%91%A4%E2%91%A3",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A0%E2%91%A4%E2%91%A5",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A0%E2%91%A2%E2%91%A1",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-attestation%E2%91%A8",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-user-consent%E2%91%A0%E2%91%A2",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A0%E2%91%A4%E2%91%A6",
"https://www.w3.org/TR/webauthn-3/#ref-for-attestation-ca",
"https://www.w3.org/TR/webauthn-3/#ref-for-anonymization-ca%E2%91%A0",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A0%E2%91%A1%E2%93%AA",
- "https://www.w3.org/TR/webauthn-3/#ref-for-attestation-statement%E2%91%A0%E2%91%A0",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A0%E2%91%A2%E2%91%A2",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-attestation-statement%E2%91%A7",
"https://www.w3.org/TR/webauthn-3/#ref-for-self-attestation%E2%91%A4",
- "https://www.w3.org/TR/webauthn-3/#ref-for-client%E2%91%A4%E2%91%A1",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-client%E2%91%A5%E2%91%A3",
"https://www.w3.org/TR/webauthn-3/#ref-for-none",
"https://www.w3.org/TR/webauthn-3/#dom-attestationconveyancepreference-indirect",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-dom-attestationconveyancepreference-indirect",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-dom-attestationconveyancepreference-indirect",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-dom-attestationconveyancepreference-indirect",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-dom-attestationconveyancepreference-indirect",
- "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A0%E2%91%A4%E2%91%A4",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A0%E2%91%A4%E2%91%A7",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-attestation-statement%E2%91%A8",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-client%E2%91%A5%E2%91%A4",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-attestation-statement%E2%91%A0%E2%93%AA",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-attestation-statement%E2%91%A0%E2%91%A0",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-anonymization-ca%E2%91%A1",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A0%E2%91%A4%E2%91%A8",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A0%E2%91%A5%E2%93%AA",
"https://www.w3.org/TR/webauthn-3/#ref-for-attestation-statement%E2%91%A0%E2%91%A1",
- "https://www.w3.org/TR/webauthn-3/#ref-for-client%E2%91%A4%E2%91%A2",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-self-attestation%E2%91%A5",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-client%E2%91%A5%E2%91%A5",
"https://www.w3.org/TR/webauthn-3/#ref-for-attestation-statement%E2%91%A0%E2%91%A2",
+ "https://www.w3.org/TR/webauthn-3/#dom-attestationconveyancepreference-direct",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A0%E2%91%A5%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#ref-for-attestation-statement%E2%91%A0%E2%91%A3",
- "https://www.w3.org/TR/webauthn-3/#ref-for-anonymization-ca%E2%91%A1",
- "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A0%E2%91%A4%E2%91%A5",
- "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A0%E2%91%A4%E2%91%A6",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A0%E2%91%A2%E2%91%A3",
+ "https://www.w3.org/TR/webauthn-3/#dom-attestationconveyancepreference-enterprise",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A0%E2%91%A5%E2%91%A1",
"https://www.w3.org/TR/webauthn-3/#ref-for-attestation-statement%E2%91%A0%E2%91%A4",
- "https://www.w3.org/TR/webauthn-3/#ref-for-self-attestation%E2%91%A5",
- "https://www.w3.org/TR/webauthn-3/#ref-for-client%E2%91%A4%E2%91%A3",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-rp-id%E2%91%A1%E2%91%A6",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-aaguid%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#ref-for-attestation-statement%E2%91%A0%E2%91%A5",
- "https://www.w3.org/TR/webauthn-3/#dom-attestationconveyancepreference-direct",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-dom-attestationconveyancepreference-direct",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-dom-attestationconveyancepreference-direct",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-dom-attestationconveyancepreference-direct",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-dom-attestationconveyancepreference-direct",
- "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A0%E2%91%A4%E2%91%A7",
- "https://www.w3.org/TR/webauthn-3/#ref-for-attestation-statement%E2%91%A0%E2%91%A6",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A0%E2%91%A1%E2%91%A0",
- "https://www.w3.org/TR/webauthn-3/#dom-attestationconveyancepreference-enterprise",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-dom-attestationconveyancepreference-enterprise",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-dom-attestationconveyancepreference-enterprise",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-dom-attestationconveyancepreference-enterprise",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-dom-attestationconveyancepreference-enterprise",
- "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A0%E2%91%A4%E2%91%A8",
- "https://www.w3.org/TR/webauthn-3/#ref-for-attestation-statement%E2%91%A0%E2%91%A7",
- "https://www.w3.org/TR/webauthn-3/#ref-for-rp-id%E2%91%A1%E2%91%A3",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authdata-attestedcredentialdata-aaguid%E2%91%A4",
- "https://www.w3.org/TR/webauthn-3/#ref-for-attestation-statement%E2%91%A0%E2%91%A8",
- "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A0%E2%91%A5%E2%93%AA",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A0%E2%91%A5%E2%91%A2",
"https://www.w3.org/TR/webauthn-3/#dictionary-assertion-options",
"https://www.w3.org/TR/webauthn-3/#dictdef-publickeycredentialrequestoptions",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-dictdef-publickeycredentialrequestoptions",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-dictdef-publickeycredentialrequestoptions",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-dictdef-publickeycredentialrequestoptions",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-dictdef-publickeycredentialrequestoptions",
"https://www.w3.org/TR/webauthn-3/#ref-for-dictdef-publickeycredentialrequestoptions%E2%91%A7",
- "https://www.w3.org/TR/webauthn-3/#ref-for-dom-credentialscontainer-get%E2%91%A1%E2%91%A1",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-credentialscontainer-get%E2%91%A1%E2%91%A4",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredentialrequestoptions-challenge%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#ref-for-dictdef-publickeycredentialrequestoptions%E2%91%A8",
"https://www.w3.org/TR/webauthn-3/#ref-for-BufferSource%E2%91%A5",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredentialrequestoptions-challenge%E2%91%A1",
"https://www.w3.org/TR/webauthn-3/#ref-for-idl-unsigned-long%E2%91%A3",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredentialrequestoptions-timeout%E2%91%A2",
- "https://www.w3.org/TR/webauthn-3/#ref-for-idl-USVString",
- "https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredentialrequestoptions-rpid%E2%91%A3",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-idl-DOMString%E2%91%A4%E2%91%A4",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredentialrequestoptions-rpid%E2%91%A4",
"https://www.w3.org/TR/webauthn-3/#ref-for-idl-sequence%E2%91%A0%E2%91%A3",
"https://www.w3.org/TR/webauthn-3/#ref-for-dictdef-publickeycredentialdescriptor%E2%91%A6",
- "https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredentialrequestoptions-allowcredentials%E2%91%A0%E2%91%A4",
- "https://www.w3.org/TR/webauthn-3/#ref-for-idl-DOMString%E2%91%A3%E2%91%A7",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredentialrequestoptions-allowcredentials%E2%91%A0%E2%91%A6",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-idl-DOMString%E2%91%A4%E2%91%A5",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredentialrequestoptions-userverification%E2%91%A1",
"https://www.w3.org/TR/webauthn-3/#ref-for-idl-sequence%E2%91%A0%E2%91%A4",
- "https://www.w3.org/TR/webauthn-3/#ref-for-idl-DOMString%E2%91%A3%E2%91%A8",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-idl-DOMString%E2%91%A4%E2%91%A6",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredentialrequestoptions-hints%E2%91%A0",
- "https://www.w3.org/TR/webauthn-3/#ref-for-idl-DOMString%E2%91%A4%E2%93%AA",
- "https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredentialrequestoptions-attestation%E2%91%A1",
- "https://www.w3.org/TR/webauthn-3/#ref-for-idl-sequence%E2%91%A0%E2%91%A5",
- "https://www.w3.org/TR/webauthn-3/#ref-for-idl-DOMString%E2%91%A4%E2%91%A0",
- "https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredentialrequestoptions-attestationformats%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#ref-for-dictdef-authenticationextensionsclientinputs%E2%91%A1",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredentialrequestoptions-extensions%E2%91%A2",
"https://www.w3.org/TR/webauthn-3/#dom-publickeycredentialrequestoptions-challenge",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-dom-publickeycredentialrequestoptions-challenge",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-dom-publickeycredentialrequestoptions-challenge",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-dom-publickeycredentialrequestoptions-challenge",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-dom-publickeycredentialrequestoptions-challenge",
"https://www.w3.org/TR/webauthn-3/#ref-for-BufferSource%E2%91%A6",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A0%E2%91%A1%E2%91%A1",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A0%E2%91%A2%E2%91%A4",
"https://www.w3.org/TR/webauthn-3/#ref-for-authentication-assertion%E2%91%A0%E2%91%A1",
"https://www.w3.org/TR/webauthn-3/#dom-publickeycredentialrequestoptions-timeout",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-dom-publickeycredentialrequestoptions-timeout",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-dom-publickeycredentialrequestoptions-timeout",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-dom-publickeycredentialrequestoptions-timeout",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-dom-publickeycredentialrequestoptions-timeout",
"https://www.w3.org/TR/webauthn-3/#ref-for-idl-unsigned-long%E2%91%A4",
- "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A0%E2%91%A5%E2%91%A0",
- "https://www.w3.org/TR/webauthn-3/#ref-for-client%E2%91%A4%E2%91%A4",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A0%E2%91%A5%E2%91%A3",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-client%E2%91%A5%E2%91%A6",
"https://www.w3.org/TR/webauthn-3/#dom-publickeycredentialrequestoptions-rpid",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-dom-publickeycredentialrequestoptions-rpid",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-dom-publickeycredentialrequestoptions-rpid",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-dom-publickeycredentialrequestoptions-rpid",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-dom-publickeycredentialrequestoptions-rpid",
- "https://www.w3.org/TR/webauthn-3/#ref-for-idl-USVString%E2%91%A0",
- "https://www.w3.org/TR/webauthn-3/#ref-for-rp-id%E2%91%A1%E2%91%A4",
- "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A0%E2%91%A5%E2%91%A1",
- "https://www.w3.org/TR/webauthn-3/#ref-for-client%E2%91%A4%E2%91%A5",
- "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A0%E2%91%A5%E2%91%A2",
- "https://www.w3.org/TR/webauthn-3/#ref-for-concept-origin%E2%91%A0%E2%91%A1",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-idl-DOMString%E2%91%A4%E2%91%A7",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-rp-id%E2%91%A1%E2%91%A7",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A0%E2%91%A5%E2%91%A4",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-client%E2%91%A5%E2%91%A7",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A0%E2%91%A5%E2%91%A5",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-concept-origin%E2%91%A0%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#ref-for-scope%E2%91%A0%E2%91%A1",
- "https://www.w3.org/TR/webauthn-3/#ref-for-rp-id%E2%91%A1%E2%91%A5",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A0%E2%91%A1%E2%91%A2",
- "https://www.w3.org/TR/webauthn-3/#ref-for-rp-id%E2%91%A1%E2%91%A6",
- "https://www.w3.org/TR/webauthn-3/#ref-for-public-key-credential-source-rpid",
- "https://www.w3.org/TR/webauthn-3/#ref-for-concept-credential%E2%91%A0%E2%91%A2",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authentication-ceremony%E2%91%A0%E2%91%A6",
- "https://www.w3.org/TR/webauthn-3/#ref-for-credentialscontainer%E2%91%A1",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-rp-id%E2%91%A1%E2%91%A8",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A0%E2%91%A2%E2%91%A5",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-rp-id%E2%91%A2%E2%93%AA",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-public-key-credential-source-rpid%E2%91%A0",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-concept-credential%E2%91%A0%E2%91%A8",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authentication-ceremony%E2%91%A1%E2%91%A1",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-credentialscontainer%E2%91%A2",
"https://www.w3.org/TR/webauthn-3/#ref-for-relevant-settings-object%E2%91%A3",
- "https://www.w3.org/TR/webauthn-3/#ref-for-concept-settings-object-origin%E2%91%A6",
- "https://www.w3.org/TR/webauthn-3/#ref-for-concept-origin-effective-domain%E2%91%A0%E2%91%A2",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-concept-settings-object-origin%E2%91%A7",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-concept-origin-effective-domain%E2%91%A0%E2%91%A7",
"https://www.w3.org/TR/webauthn-3/#dom-publickeycredentialrequestoptions-allowcredentials",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-dom-publickeycredentialrequestoptions-allowcredentials",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-dom-publickeycredentialrequestoptions-allowcredentials",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-dom-publickeycredentialrequestoptions-allowcredentials",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-dom-publickeycredentialrequestoptions-allowcredentials",
"https://www.w3.org/TR/webauthn-3/#ref-for-dictdef-publickeycredentialdescriptor%E2%91%A7",
- "https://www.w3.org/TR/webauthn-3/#ref-for-client%E2%91%A4%E2%91%A6",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A0%E2%91%A1%E2%91%A3",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authentication-ceremony%E2%91%A0%E2%91%A7",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-client%E2%91%A5%E2%91%A8",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A0%E2%91%A2%E2%91%A6",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authentication-ceremony%E2%91%A1%E2%91%A2",
"https://www.w3.org/TR/webauthn-3/#ref-for-user-account%E2%91%A1%E2%91%A3",
- "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A0%E2%91%A5%E2%91%A3",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A0%E2%91%A5%E2%91%A6",
"https://www.w3.org/TR/webauthn-3/#ref-for-credential-descriptor-for-a-credential-record",
"https://www.w3.org/TR/webauthn-3/#ref-for-user-account%E2%91%A1%E2%91%A4",
"https://www.w3.org/TR/webauthn-3/#ref-for-credential-record%E2%91%A4",
"https://www.w3.org/TR/webauthn-3/#ref-for-user-account%E2%91%A1%E2%91%A5",
"https://www.w3.org/TR/webauthn-3/#ref-for-list-item%E2%91%A7",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredentialdescriptor-transports%E2%91%A8",
- "https://www.w3.org/TR/webauthn-3/#ref-for-client%E2%91%A4%E2%91%A7",
- "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A0%E2%91%A5%E2%91%A4",
- "https://www.w3.org/TR/webauthn-3/#ref-for-user-verification%E2%91%A1%E2%91%A2",
- "https://www.w3.org/TR/webauthn-3/#ref-for-client%E2%91%A4%E2%91%A8",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-client%E2%91%A6%E2%93%AA",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A0%E2%91%A5%E2%91%A7",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-user-verification%E2%91%A1%E2%91%A4",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-client%E2%91%A6%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredentialrequestoptions-userverification%E2%91%A2",
- "https://www.w3.org/TR/webauthn-3/#ref-for-dom-userverificationrequirement-required%E2%91%A3",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-userverificationrequirement-required%E2%91%A4",
"https://www.w3.org/TR/webauthn-3/#ref-for-user-account%E2%91%A1%E2%91%A6",
- "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A0%E2%91%A5%E2%91%A5",
- "https://www.w3.org/TR/webauthn-3/#ref-for-list-empty%E2%91%A3",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A0%E2%91%A5%E2%91%A8",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-list-empty%E2%91%A4",
"https://www.w3.org/TR/webauthn-3/#ref-for-discoverable-credential%E2%91%A0%E2%91%A0",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authentication-ceremony%E2%91%A0%E2%91%A8",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authentication-ceremony%E2%91%A1%E2%91%A3",
"https://www.w3.org/TR/webauthn-3/#ref-for-user-account%E2%91%A1%E2%91%A7",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-authenticatorassertionresponse-userhandle%E2%91%A4",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticatorassertionresponse%E2%91%A5",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A0%E2%91%A1%E2%91%A4",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticatorassertionresponse%E2%91%A4",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A0%E2%91%A2%E2%91%A7",
"https://www.w3.org/TR/webauthn-3/#ref-for-contains%E2%91%A1",
"https://www.w3.org/TR/webauthn-3/#ref-for-discoverable-credential%E2%91%A0%E2%91%A1",
"https://www.w3.org/TR/webauthn-3/#ref-for-scope%E2%91%A0%E2%91%A2",
- "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A0%E2%91%A5%E2%91%A6",
- "https://www.w3.org/TR/webauthn-3/#ref-for-client-platform%E2%91%A2%E2%91%A7",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A0%E2%91%A1%E2%91%A5",
- "https://www.w3.org/TR/webauthn-3/#ref-for-list-empty%E2%91%A4",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A0%E2%91%A6%E2%93%AA",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-client-platform%E2%91%A3%E2%91%A0",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A0%E2%91%A2%E2%91%A8",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-list-empty%E2%91%A5",
"https://www.w3.org/TR/webauthn-3/#dom-publickeycredentialrequestoptions-userverification",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-dom-publickeycredentialrequestoptions-userverification",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-dom-publickeycredentialrequestoptions-userverification",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-dom-publickeycredentialrequestoptions-userverification",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-dom-publickeycredentialrequestoptions-userverification",
- "https://www.w3.org/TR/webauthn-3/#ref-for-idl-DOMString%E2%91%A4%E2%91%A1",
- "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A0%E2%91%A5%E2%91%A7",
- "https://www.w3.org/TR/webauthn-3/#ref-for-user-verification%E2%91%A1%E2%91%A3",
- "https://www.w3.org/TR/webauthn-3/#ref-for-dom-credentialscontainer-get%E2%91%A1%E2%91%A2",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-idl-DOMString%E2%91%A4%E2%91%A8",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A0%E2%91%A6%E2%91%A0",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-user-verification%E2%91%A1%E2%91%A5",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-credentialscontainer-get%E2%91%A1%E2%91%A5",
"https://www.w3.org/TR/webauthn-3/#ref-for-enumdef-userverificationrequirement%E2%91%A1",
- "https://www.w3.org/TR/webauthn-3/#ref-for-client-platform%E2%91%A2%E2%91%A8",
- "https://www.w3.org/TR/webauthn-3/#ref-for-map-exists%E2%91%A3",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-client-platform%E2%91%A3%E2%91%A1",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-map-exists%E2%91%A4",
"https://www.w3.org/TR/webauthn-3/#ref-for-enumdef-userverificationrequirement%E2%91%A2",
- "https://www.w3.org/TR/webauthn-3/#ref-for-dom-authenticatorselectioncriteria-userverification%E2%91%A4",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-authenticatorselectioncriteria-userverification%E2%91%A5",
"https://www.w3.org/TR/webauthn-3/#dom-publickeycredentialrequestoptions-hints",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-dom-publickeycredentialrequestoptions-hints",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-dom-publickeycredentialrequestoptions-hints",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-dom-publickeycredentialrequestoptions-hints",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-dom-publickeycredentialrequestoptions-hints",
- "https://www.w3.org/TR/webauthn-3/#ref-for-idl-DOMString%E2%91%A4%E2%91%A2",
- "https://www.w3.org/TR/webauthn-3/#ref-for-enumdef-publickeycredentialhints%E2%91%A0",
- "https://www.w3.org/TR/webauthn-3/#dom-publickeycredentialrequestoptions-attestation",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-dom-publickeycredentialrequestoptions-attestation",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-dom-publickeycredentialrequestoptions-attestation",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-dom-publickeycredentialrequestoptions-attestation",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-dom-publickeycredentialrequestoptions-attestation",
- "https://www.w3.org/TR/webauthn-3/#ref-for-idl-DOMString%E2%91%A4%E2%91%A3",
- "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A0%E2%91%A5%E2%91%A8",
- "https://www.w3.org/TR/webauthn-3/#ref-for-attestation-conveyance%E2%91%A2",
- "https://www.w3.org/TR/webauthn-3/#ref-for-enumdef-attestationconveyancepreference%E2%91%A3",
- "https://www.w3.org/TR/webauthn-3/#ref-for-client-platform%E2%91%A3%E2%93%AA",
- "https://www.w3.org/TR/webauthn-3/#ref-for-map-exists%E2%91%A4",
- "https://www.w3.org/TR/webauthn-3/#ref-for-dom-attestationconveyancepreference-none%E2%91%A4",
- "https://www.w3.org/TR/webauthn-3/#dom-publickeycredentialrequestoptions-attestationformats",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-dom-publickeycredentialrequestoptions-attestationformats",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-dom-publickeycredentialrequestoptions-attestationformats",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-dom-publickeycredentialrequestoptions-attestationformats",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-dom-publickeycredentialrequestoptions-attestationformats",
- "https://www.w3.org/TR/webauthn-3/#ref-for-idl-DOMString%E2%91%A4%E2%91%A4",
- "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A0%E2%91%A6%E2%93%AA",
- "https://www.w3.org/TR/webauthn-3/#ref-for-attestation%E2%91%A0%E2%91%A1",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A0%E2%91%A1%E2%91%A6",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A0%E2%91%A1%E2%91%A7",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-idl-DOMString%E2%91%A5%E2%93%AA",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-enumdef-publickeycredentialhint%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#dom-publickeycredentialrequestoptions-extensions",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-dom-publickeycredentialrequestoptions-extensions",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-dom-publickeycredentialrequestoptions-extensions",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-dom-publickeycredentialrequestoptions-extensions",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-dom-publickeycredentialrequestoptions-extensions",
"https://www.w3.org/TR/webauthn-3/#ref-for-dictdef-authenticationextensionsclientinputs%E2%91%A2",
- "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A0%E2%91%A6%E2%91%A0",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A0%E2%91%A6%E2%91%A1",
"https://www.w3.org/TR/webauthn-3/#ref-for-client-extension-input%E2%91%A2",
- "https://www.w3.org/TR/webauthn-3/#ref-for-client%E2%91%A5%E2%93%AA",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A0%E2%91%A1%E2%91%A8",
- "https://www.w3.org/TR/webauthn-3/#ref-for-webauthn-extensions%E2%91%A2",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-client%E2%91%A6%E2%91%A1",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A0%E2%91%A3%E2%93%AA",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-webauthn-extensions%E2%91%A3",
"https://www.w3.org/TR/webauthn-3/#sctn-abortoperation",
- "https://www.w3.org/TR/webauthn-3/#ref-for-abortcontroller%E2%91%A1",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-abortcontroller%E2%91%A3",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredential-create-slot%E2%91%A3",
- "https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredential-discoverfromexternalsource-slot%E2%91%A5",
- "https://www.w3.org/TR/webauthn-3/#ref-for-abortcontroller%E2%91%A2",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredential-discoverfromexternalsource-slot%E2%91%A6",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-abortcontroller%E2%91%A4",
"https://www.w3.org/TR/webauthn-3/#ref-for-abortsignal",
"https://www.w3.org/TR/webauthn-3/#ref-for-abortsignal-aborted%E2%91%A3",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredential-create-slot%E2%91%A4",
- "https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredential-discoverfromexternalsource-slot%E2%91%A6",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredential-discoverfromexternalsource-slot%E2%91%A7",
"https://www.w3.org/TR/webauthn-3/#ref-for-abortsignal-aborted%E2%91%A4",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredential-create-slot%E2%91%A5",
"https://www.w3.org/TR/webauthn-3/#ref-for-abortsignal-aborted%E2%91%A5",
- "https://www.w3.org/TR/webauthn-3/#ref-for-dom-credential-create-slot",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-credential-create-slot%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#ref-for-authenticator-session",
"https://www.w3.org/TR/webauthn-3/#ref-for-authenticator-session%E2%91%A0",
- "https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredential-discoverfromexternalsource-slot%E2%91%A7",
- "https://www.w3.org/TR/webauthn-3/#ref-for-visibility-states",
- "https://www.w3.org/TR/webauthn-3/#ref-for-focus",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredential-discoverfromexternalsource-slot%E2%91%A8",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-visibility-state",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-x8",
"https://www.w3.org/TR/webauthn-3/#ref-for-window",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredential-create-slot%E2%91%A6",
- "https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredential-discoverfromexternalsource-slot%E2%91%A8",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredential-discoverfromexternalsource-slot%E2%91%A0%E2%93%AA",
"https://www.w3.org/TR/webauthn-3/#ref-for-window%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#ref-for-concept-document%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredential-create-slot%E2%91%A7",
- "https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredential-discoverfromexternalsource-slot%E2%91%A0%E2%93%AA",
- "https://www.w3.org/TR/webauthn-3/#issue-c0359d2a",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredential-discoverfromexternalsource-slot%E2%91%A0%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#sctn-extensions-inputs-outputs",
- "https://www.w3.org/TR/webauthn-3/#ref-for-webauthn-extensions%E2%91%A3",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-webauthn-extensions%E2%91%A4",
"https://www.w3.org/TR/webauthn-3/#ref-for-authenticator-extension-output",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator-data%E2%91%A0%E2%91%A5",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator-data%E2%91%A0%E2%91%A4",
"https://www.w3.org/TR/webauthn-3/#ref-for-dictdef-authenticationextensionsclientinputs%E2%91%A3",
"https://www.w3.org/TR/webauthn-3/#ref-for-dictdef-authenticationextensionsclientoutputs%E2%91%A2",
"https://www.w3.org/TR/webauthn-3/#ref-for-registration-extension%E2%91%A0",
@@ -3713,170 +3138,106 @@
"https://www.w3.org/TR/webauthn-3/#iface-authentication-extensions-client-inputs",
"https://www.w3.org/TR/webauthn-3/#ref-for-dictdef-authenticationextensionsclientinputs%E2%91%A4",
"https://www.w3.org/TR/webauthn-3/#dictdef-authenticationextensionsclientinputs",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-dictdef-authenticationextensionsclientinputs",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-dictdef-authenticationextensionsclientinputs",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-dictdef-authenticationextensionsclientinputs",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-dictdef-authenticationextensionsclientinputs",
"https://www.w3.org/TR/webauthn-3/#ref-for-client-extension-input%E2%91%A3",
- "https://www.w3.org/TR/webauthn-3/#ref-for-webauthn-extensions%E2%91%A4",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-webauthn-extensions%E2%91%A5",
"https://www.w3.org/TR/webauthn-3/#iface-authentication-extensions-client-outputs",
"https://www.w3.org/TR/webauthn-3/#ref-for-dictdef-authenticationextensionsclientoutputs%E2%91%A3",
"https://www.w3.org/TR/webauthn-3/#dictdef-authenticationextensionsclientoutputs",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-dictdef-authenticationextensionsclientoutputs",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-dictdef-authenticationextensionsclientoutputs",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-dictdef-authenticationextensionsclientoutputs",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-dictdef-authenticationextensionsclientoutputs",
"https://www.w3.org/TR/webauthn-3/#ref-for-client-extension-output%E2%91%A4",
- "https://www.w3.org/TR/webauthn-3/#ref-for-webauthn-extensions%E2%91%A5",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-webauthn-extensions%E2%91%A6",
"https://www.w3.org/TR/webauthn-3/#iface-authentication-extensions-authenticator-inputs",
"https://www.w3.org/TR/webauthn-3/#ref-for-cddl",
"https://www.w3.org/TR/webauthn-3/#ref-for-cbor%E2%91%A4",
"https://www.w3.org/TR/webauthn-3/#ref-for-authenticator-extension-input",
- "https://www.w3.org/TR/webauthn-3/#ref-for-webauthn-extensions%E2%91%A6",
- "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A0%E2%91%A6%E2%91%A1",
- "https://www.w3.org/TR/webauthn-3/#ref-for-client%E2%91%A5%E2%91%A0",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A0%E2%91%A2%E2%93%AA",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-webauthn-extensions%E2%91%A7",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A0%E2%91%A6%E2%91%A2",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-client%E2%91%A6%E2%91%A2",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A0%E2%91%A3%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#iface-authentication-extensions-authenticator-outputs",
"https://www.w3.org/TR/webauthn-3/#ref-for-cddl%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#ref-for-cbor%E2%91%A5",
"https://www.w3.org/TR/webauthn-3/#ref-for-authenticator-extension-output%E2%91%A0",
- "https://www.w3.org/TR/webauthn-3/#ref-for-webauthn-extensions%E2%91%A7",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-webauthn-extensions%E2%91%A8",
"https://www.w3.org/TR/webauthn-3/#sctn-supporting-data-structures",
- "https://www.w3.org/TR/webauthn-3/#ref-for-public-key-credential%E2%91%A2%E2%91%A3",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-public-key-credential%E2%91%A2%E2%91%A5",
"https://www.w3.org/TR/webauthn-3/#dictionary-client-data",
"https://www.w3.org/TR/webauthn-3/#ref-for-webauthn-signature",
"https://www.w3.org/TR/webauthn-3/#dictdef-collectedclientdata",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-dictdef-collectedclientdata",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-dictdef-collectedclientdata",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-dictdef-collectedclientdata",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-dictdef-collectedclientdata",
"https://www.w3.org/TR/webauthn-3/#client-data",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-client-data",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-client-data",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-client-data",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-client-data",
- "https://www.w3.org/TR/webauthn-3/#ref-for-webauthn-relying-party%E2%91%A1%E2%91%A1",
- "https://www.w3.org/TR/webauthn-3/#ref-for-client%E2%91%A5%E2%91%A1",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-webauthn-relying-party%E2%91%A3%E2%93%AA",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-client%E2%91%A6%E2%91%A3",
"https://www.w3.org/TR/webauthn-3/#ref-for-dictdef-collectedclientdata%E2%91%A1",
"https://www.w3.org/TR/webauthn-3/#ref-for-dictdef-collectedclientdata%E2%91%A2",
- "https://www.w3.org/TR/webauthn-3/#ref-for-idl-DOMString%E2%91%A4%E2%91%A5",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-idl-DOMString%E2%91%A5%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-collectedclientdata-type%E2%91%A1",
- "https://www.w3.org/TR/webauthn-3/#ref-for-idl-DOMString%E2%91%A4%E2%91%A6",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-idl-DOMString%E2%91%A5%E2%91%A1",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-collectedclientdata-challenge%E2%91%A1",
- "https://www.w3.org/TR/webauthn-3/#ref-for-idl-DOMString%E2%91%A4%E2%91%A7",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-idl-DOMString%E2%91%A5%E2%91%A2",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-collectedclientdata-origin%E2%91%A1",
- "https://www.w3.org/TR/webauthn-3/#ref-for-idl-DOMString%E2%91%A4%E2%91%A8",
- "https://www.w3.org/TR/webauthn-3/#ref-for-dom-collectedclientdata-toporigin%E2%91%A1",
"https://www.w3.org/TR/webauthn-3/#ref-for-idl-boolean%E2%91%A4",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-collectedclientdata-crossorigin%E2%91%A1",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-idl-DOMString%E2%91%A5%E2%91%A3",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-collectedclientdata-toporigin%E2%91%A1",
"https://www.w3.org/TR/webauthn-3/#dictdef-tokenbinding",
- "https://www.w3.org/TR/webauthn-3/#ref-for-idl-DOMString%E2%91%A5%E2%93%AA",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-idl-DOMString%E2%91%A5%E2%91%A4",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-tokenbinding-status",
- "https://www.w3.org/TR/webauthn-3/#ref-for-idl-DOMString%E2%91%A5%E2%91%A0",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-idl-DOMString%E2%91%A5%E2%91%A5",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-tokenbinding-id",
"https://www.w3.org/TR/webauthn-3/#enumdef-tokenbindingstatus",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-enumdef-tokenbindingstatus",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-enumdef-tokenbindingstatus",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-enumdef-tokenbindingstatus",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-enumdef-tokenbindingstatus",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-tokenbindingstatus-present",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-tokenbindingstatus-supported",
"https://www.w3.org/TR/webauthn-3/#dom-collectedclientdata-type",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-dom-collectedclientdata-type",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-dom-collectedclientdata-type",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-dom-collectedclientdata-type",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-dom-collectedclientdata-type",
- "https://www.w3.org/TR/webauthn-3/#ref-for-idl-DOMString%E2%91%A5%E2%91%A1",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-idl-DOMString%E2%91%A5%E2%91%A6",
"https://www.w3.org/TR/webauthn-3/#dom-collectedclientdata-challenge",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-dom-collectedclientdata-challenge",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-dom-collectedclientdata-challenge",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-dom-collectedclientdata-challenge",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-dom-collectedclientdata-challenge",
- "https://www.w3.org/TR/webauthn-3/#ref-for-idl-DOMString%E2%91%A5%E2%91%A2",
- "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A0%E2%91%A6%E2%91%A2",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-idl-DOMString%E2%91%A5%E2%91%A7",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A0%E2%91%A6%E2%91%A3",
"https://www.w3.org/TR/webauthn-3/#dom-collectedclientdata-origin",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-dom-collectedclientdata-origin",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-dom-collectedclientdata-origin",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-dom-collectedclientdata-origin",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-dom-collectedclientdata-origin",
- "https://www.w3.org/TR/webauthn-3/#ref-for-idl-DOMString%E2%91%A5%E2%91%A3",
- "https://www.w3.org/TR/webauthn-3/#ref-for-concept-origin%E2%91%A0%E2%91%A2",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-idl-DOMString%E2%91%A5%E2%91%A8",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-concept-origin%E2%91%A0%E2%91%A1",
+ "https://www.w3.org/TR/webauthn-3/#dom-collectedclientdata-crossorigin",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-idl-boolean%E2%91%A5",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-sec-object-internal-methods-and-internal-slots%E2%91%A0%E2%91%A7",
"https://www.w3.org/TR/webauthn-3/#dom-collectedclientdata-toporigin",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-dom-collectedclientdata-toporigin",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-dom-collectedclientdata-toporigin",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-dom-collectedclientdata-toporigin",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-dom-collectedclientdata-toporigin",
- "https://www.w3.org/TR/webauthn-3/#ref-for-idl-DOMString%E2%91%A5%E2%91%A4",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-idl-DOMString%E2%91%A6%E2%93%AA",
"https://www.w3.org/TR/webauthn-3/#ref-for-concept-environment-top-level-origin%E2%91%A2",
"https://www.w3.org/TR/webauthn-3/#ref-for-same-origin-with-its-ancestors%E2%91%A2",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-collectedclientdata-crossorigin%E2%91%A2",
- "https://www.w3.org/TR/webauthn-3/#dom-collectedclientdata-crossorigin",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-dom-collectedclientdata-crossorigin",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-dom-collectedclientdata-crossorigin",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-dom-collectedclientdata-crossorigin",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-dom-collectedclientdata-crossorigin",
- "https://www.w3.org/TR/webauthn-3/#ref-for-idl-boolean%E2%91%A5",
- "https://www.w3.org/TR/webauthn-3/#ref-for-sec-object-internal-methods-and-internal-slots%E2%91%A1%E2%93%AA",
- "https://www.w3.org/TR/webauthn-3/#collectedclientdata-tokenbinding",
+ "https://www.w3.org/TR/webauthn-3/#dom-collectedclientdata-tokenbinding",
"https://www.w3.org/TR/webauthn-3/#ref-for-section-1",
- "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A0%E2%91%A6%E2%91%A3",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A0%E2%91%A6%E2%91%A4",
"https://www.w3.org/TR/webauthn-3/#ref-for-section-1%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-collectedclientdata-tokenbinding",
"https://www.w3.org/TR/webauthn-3/#dom-tokenbinding-status",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-dom-tokenbinding-status",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-dom-tokenbinding-status",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-dom-tokenbinding-status",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-dom-tokenbinding-status",
- "https://www.w3.org/TR/webauthn-3/#ref-for-idl-DOMString%E2%91%A5%E2%91%A5",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-idl-DOMString%E2%91%A6%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#ref-for-enumdef-tokenbindingstatus",
- "https://www.w3.org/TR/webauthn-3/#ref-for-client-platform%E2%91%A3%E2%91%A0",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-client-platform%E2%91%A3%E2%91%A2",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-collectedclientdata-tokenbinding%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#ref-for-map-exists%E2%91%A5",
"https://www.w3.org/TR/webauthn-3/#dom-tokenbindingstatus-supported",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-dom-tokenbindingstatus-supported",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-dom-tokenbindingstatus-supported",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-dom-tokenbindingstatus-supported",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-dom-tokenbindingstatus-supported",
- "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A0%E2%91%A6%E2%91%A4",
- "https://www.w3.org/TR/webauthn-3/#dom-tokenbindingstatus-present",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-dom-tokenbindingstatus-present",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-dom-tokenbindingstatus-present",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-dom-tokenbindingstatus-present",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-dom-tokenbindingstatus-present",
"https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A0%E2%91%A6%E2%91%A5",
+ "https://www.w3.org/TR/webauthn-3/#dom-tokenbindingstatus-present",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A0%E2%91%A6%E2%91%A6",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-tokenbinding-id%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#ref-for-enumdef-tokenbindingstatus%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#dom-tokenbinding-id",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-dom-tokenbinding-id",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-dom-tokenbinding-id",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-dom-tokenbinding-id",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-dom-tokenbinding-id",
- "https://www.w3.org/TR/webauthn-3/#ref-for-idl-DOMString%E2%91%A5%E2%91%A6",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-idl-DOMString%E2%91%A6%E2%91%A1",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-tokenbinding-status%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-tokenbindingstatus-present%E2%91%A0",
- "https://www.w3.org/TR/webauthn-3/#ref-for-base64url-encoding%E2%91%A0%E2%93%AA",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-base64url-encoding%E2%91%A0%E2%91%A8",
"https://www.w3.org/TR/webauthn-3/#ref-for-section-3.2",
- "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A0%E2%91%A6%E2%91%A6",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A0%E2%91%A6%E2%91%A7",
"https://www.w3.org/TR/webauthn-3/#ref-for-section-3.2%E2%91%A0",
- "https://www.w3.org/TR/webauthn-3/#ref-for-client-platform%E2%91%A3%E2%91%A1",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-client-platform%E2%91%A3%E2%91%A3",
"https://www.w3.org/TR/webauthn-3/#ref-for-dictdef-collectedclientdata%E2%91%A3",
"https://www.w3.org/TR/webauthn-3/#collectedclientdata-json-compatible-serialization-of-client-data",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-collectedclientdata-json-compatible-serialization-of-client-data",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-collectedclientdata-json-compatible-serialization-of-client-data",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-collectedclientdata-json-compatible-serialization-of-client-data",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-collectedclientdata-json-compatible-serialization-of-client-data",
"https://www.w3.org/TR/webauthn-3/#ref-for-dictdef-collectedclientdata%E2%91%A4",
"https://www.w3.org/TR/webauthn-3/#collectedclientdata-hash-of-the-serialized-client-data",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-collectedclientdata-hash-of-the-serialized-client-data",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-collectedclientdata-hash-of-the-serialized-client-data",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-collectedclientdata-hash-of-the-serialized-client-data",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-collectedclientdata-hash-of-the-serialized-client-data",
"https://www.w3.org/TR/webauthn-3/#ref-for-collectedclientdata-json-compatible-serialization-of-client-data%E2%91%A4",
"https://www.w3.org/TR/webauthn-3/#clientdatajson-serialization",
"https://www.w3.org/TR/webauthn-3/#ref-for-dictdef-collectedclientdata%E2%91%A5",
"https://www.w3.org/TR/webauthn-3/#ref-for-serialize-a-javascript-value-to-json-bytes",
"https://www.w3.org/TR/webauthn-3/#ref-for-dictdef-collectedclientdata%E2%91%A6",
- "https://www.w3.org/TR/webauthn-3/#ref-for-base64url-encoding%E2%91%A0%E2%91%A0",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-base64url-encoding%E2%91%A1%E2%93%AA",
"https://www.w3.org/TR/webauthn-3/#ref-for-ccdtostring",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-collectedclientdata-type%E2%91%A2",
"https://www.w3.org/TR/webauthn-3/#ref-for-ccdtostring%E2%91%A0",
@@ -3895,10 +3256,6 @@
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-collectedclientdata-toporigin%E2%91%A4",
"https://www.w3.org/TR/webauthn-3/#ref-for-serialize-a-javascript-value-to-json-bytes%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#ccdtostring",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-ccdtostring",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-ccdtostring",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-ccdtostring",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-ccdtostring",
"https://www.w3.org/TR/webauthn-3/#clientdatajson-verification",
"https://www.w3.org/TR/webauthn-3/#ref-for-dictdef-collectedclientdata%E2%91%A8",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-authenticatorresponse-clientdatajson%E2%91%A5",
@@ -3907,166 +3264,120 @@
"https://www.w3.org/TR/webauthn-3/#ref-for-dictdef-publickeycredentialrequestoptions%E2%91%A0%E2%93%AA",
"https://www.w3.org/TR/webauthn-3/#ref-for-dictdef-publickeycredentialcreationoptions%E2%91%A6",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-collectedclientdata-origin%E2%91%A4",
- "https://www.w3.org/TR/webauthn-3/#ref-for-the-iframe-element",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-collectedclientdata-toporigin%E2%91%A5",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-collectedclientdata-toporigin%E2%91%A6",
"https://www.w3.org/TR/webauthn-3/#ref-for-ccdtostring%E2%91%A3",
- "https://www.w3.org/TR/webauthn-3/#ref-for-base64url-encoding%E2%91%A0%E2%91%A1",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-base64url-encoding%E2%91%A1%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#ref-for-ccdtostring%E2%91%A4",
"https://www.w3.org/TR/webauthn-3/#ref-for-ccdtostring%E2%91%A5",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-ccdtostring%E2%91%A6",
"https://www.w3.org/TR/webauthn-3/#clientdatajson-development",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-collectedclientdata-type%E2%91%A5",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-collectedclientdata-challenge%E2%91%A4",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-collectedclientdata-origin%E2%91%A5",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-collectedclientdata-crossorigin%E2%91%A5",
- "https://www.w3.org/TR/webauthn-3/#ref-for-dom-collectedclientdata-toporigin%E2%91%A5",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-collectedclientdata-toporigin%E2%91%A7",
"https://www.w3.org/TR/webauthn-3/#ref-for-dictdef-collectedclientdata%E2%91%A0%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#ref-for-dictdef-collectedclientdata%E2%91%A0%E2%91%A1",
"https://www.w3.org/TR/webauthn-3/#enum-credentialType",
"https://www.w3.org/TR/webauthn-3/#enumdef-publickeycredentialtype",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-enumdef-publickeycredentialtype",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-enumdef-publickeycredentialtype",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-enumdef-publickeycredentialtype",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-enumdef-publickeycredentialtype",
"https://www.w3.org/TR/webauthn-3/#ref-for-enumdef-publickeycredentialtype%E2%91%A4",
- "https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredentialtype-public-key%E2%91%A2",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredentialtype-public-key%E2%91%A3",
"https://www.w3.org/TR/webauthn-3/#ref-for-enumdef-publickeycredentialtype%E2%91%A5",
"https://www.w3.org/TR/webauthn-3/#dom-publickeycredentialtype-public-key",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-dom-publickeycredentialtype-public-key",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-dom-publickeycredentialtype-public-key",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-dom-publickeycredentialtype-public-key",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-dom-publickeycredentialtype-public-key",
"https://www.w3.org/TR/webauthn-3/#dictionary-credential-descriptor",
"https://www.w3.org/TR/webauthn-3/#dictdef-publickeycredentialdescriptor",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-dictdef-publickeycredentialdescriptor",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-dictdef-publickeycredentialdescriptor",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-dictdef-publickeycredentialdescriptor",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-dictdef-publickeycredentialdescriptor",
"https://www.w3.org/TR/webauthn-3/#ref-for-dictdef-publickeycredentialdescriptor%E2%91%A8",
- "https://www.w3.org/TR/webauthn-3/#ref-for-idl-DOMString%E2%91%A5%E2%91%A7",
- "https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredentialdescriptor-type%E2%91%A1",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-idl-DOMString%E2%91%A6%E2%91%A2",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredentialdescriptor-type%E2%91%A2",
"https://www.w3.org/TR/webauthn-3/#ref-for-BufferSource%E2%91%A7",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredentialdescriptor-id%E2%91%A5",
- "https://www.w3.org/TR/webauthn-3/#ref-for-idl-sequence%E2%91%A0%E2%91%A6",
- "https://www.w3.org/TR/webauthn-3/#ref-for-idl-DOMString%E2%91%A5%E2%91%A8",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-idl-sequence%E2%91%A0%E2%91%A5",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-idl-DOMString%E2%91%A6%E2%91%A3",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredentialdescriptor-transports%E2%91%A0%E2%93%AA",
- "https://www.w3.org/TR/webauthn-3/#ref-for-public-key-credential%E2%91%A2%E2%91%A4",
- "https://www.w3.org/TR/webauthn-3/#ref-for-dom-credentialscontainer-create%E2%91%A1%E2%93%AA",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A0%E2%91%A2%E2%91%A0",
- "https://www.w3.org/TR/webauthn-3/#ref-for-dom-credentialscontainer-get%E2%91%A1%E2%91%A3",
- "https://www.w3.org/TR/webauthn-3/#ref-for-client%E2%91%A5%E2%91%A2",
- "https://www.w3.org/TR/webauthn-3/#ref-for-publickeycredential%E2%91%A1%E2%91%A0",
- "https://www.w3.org/TR/webauthn-3/#ref-for-dom-credentialscontainer-create%E2%91%A1%E2%91%A0",
- "https://www.w3.org/TR/webauthn-3/#ref-for-dom-credentialscontainer-get%E2%91%A1%E2%91%A4",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-public-key-credential%E2%91%A2%E2%91%A6",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-credentialscontainer-create%E2%91%A1%E2%91%A1",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A0%E2%91%A3%E2%91%A1",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-credentialscontainer-get%E2%91%A1%E2%91%A6",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-client%E2%91%A6%E2%91%A4",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-credential-descriptor-for-a-credential-record%E2%91%A0",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-credential-record%E2%91%A5",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-publickeycredential%E2%91%A1%E2%91%A4",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-credentialscontainer-create%E2%91%A1%E2%91%A2",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-credentialscontainer-get%E2%91%A1%E2%91%A7",
"https://www.w3.org/TR/webauthn-3/#dom-publickeycredentialdescriptor-type",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-dom-publickeycredentialdescriptor-type",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-dom-publickeycredentialdescriptor-type",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-dom-publickeycredentialdescriptor-type",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-dom-publickeycredentialdescriptor-type",
- "https://www.w3.org/TR/webauthn-3/#ref-for-idl-DOMString%E2%91%A6%E2%93%AA",
- "https://www.w3.org/TR/webauthn-3/#ref-for-public-key-credential%E2%91%A2%E2%91%A5",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-idl-DOMString%E2%91%A6%E2%91%A4",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-public-key-credential%E2%91%A2%E2%91%A7",
"https://www.w3.org/TR/webauthn-3/#ref-for-enumdef-publickeycredentialtype%E2%91%A6",
- "https://www.w3.org/TR/webauthn-3/#ref-for-client-platform%E2%91%A3%E2%91%A2",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-client-platform%E2%91%A3%E2%91%A4",
"https://www.w3.org/TR/webauthn-3/#ref-for-dictdef-publickeycredentialdescriptor%E2%91%A0%E2%93%AA",
- "https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredentialdescriptor-type%E2%91%A2",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredentialdescriptor-type%E2%91%A3",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredentialdescriptor-type%E2%91%A4",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredentialrequestoptions-allowcredentials%E2%91%A0%E2%91%A7",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-abstract-opdef-credential-record-type%E2%91%A0",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-credential-record%E2%91%A6",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-public-key-credential-source%E2%91%A3%E2%91%A5",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-credential-type%E2%91%A0",
- "https://www.w3.org/TR/webauthn-3/#ref-for-publickeycredential%E2%91%A1%E2%91%A1",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-publickeycredential%E2%91%A1%E2%91%A5",
"https://www.w3.org/TR/webauthn-3/#dom-publickeycredentialdescriptor-id",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-dom-publickeycredentialdescriptor-id",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-dom-publickeycredentialdescriptor-id",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-dom-publickeycredentialdescriptor-id",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-dom-publickeycredentialdescriptor-id",
"https://www.w3.org/TR/webauthn-3/#ref-for-BufferSource%E2%91%A8",
- "https://www.w3.org/TR/webauthn-3/#ref-for-credential-id%E2%91%A1%E2%91%A2",
- "https://www.w3.org/TR/webauthn-3/#ref-for-public-key-credential%E2%91%A2%E2%91%A6",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-credential-id%E2%91%A1%E2%91%A8",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-public-key-credential%E2%91%A2%E2%91%A8",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-abstract-opdef-credential-record-id%E2%91%A0",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-credential-record%E2%91%A7",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-public-key-credential-source%E2%91%A3%E2%91%A6",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredential-rawid%E2%91%A0",
- "https://www.w3.org/TR/webauthn-3/#ref-for-publickeycredential%E2%91%A1%E2%91%A2",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-publickeycredential%E2%91%A1%E2%91%A6",
"https://www.w3.org/TR/webauthn-3/#dom-publickeycredentialdescriptor-transports",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-dom-publickeycredentialdescriptor-transports",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-dom-publickeycredentialdescriptor-transports",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-dom-publickeycredentialdescriptor-transports",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-dom-publickeycredentialdescriptor-transports",
- "https://www.w3.org/TR/webauthn-3/#ref-for-idl-DOMString%E2%91%A6%E2%91%A0",
- "https://www.w3.org/TR/webauthn-3/#ref-for-client%E2%91%A5%E2%91%A3",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-idl-DOMString%E2%91%A6%E2%91%A5",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-client%E2%91%A6%E2%91%A5",
"https://www.w3.org/TR/webauthn-3/#ref-for-public-key-credential-source-managing-authenticator%E2%91%A0%E2%91%A0",
- "https://www.w3.org/TR/webauthn-3/#ref-for-public-key-credential%E2%91%A2%E2%91%A7",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-public-key-credential%E2%91%A3%E2%93%AA",
"https://www.w3.org/TR/webauthn-3/#ref-for-enumdef-authenticatortransport%E2%91%A1",
- "https://www.w3.org/TR/webauthn-3/#ref-for-client-platform%E2%91%A3%E2%91%A3",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-client-platform%E2%91%A3%E2%91%A5",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-abstract-opdef-credential-record-transports%E2%91%A0",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-credential-record%E2%91%A8",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-public-key-credential-source%E2%91%A3%E2%91%A7",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredential-response%E2%91%A3",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-authenticatorattestationresponse-gettransports%E2%91%A3",
- "https://www.w3.org/TR/webauthn-3/#ref-for-publickeycredential%E2%91%A1%E2%91%A3",
- "https://www.w3.org/TR/webauthn-3/#ref-for-dom-credentialscontainer-create%E2%91%A1%E2%91%A1",
- "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A0%E2%91%A6%E2%91%A7",
- "https://www.w3.org/TR/webauthn-3/#ref-for-dom-authenticatorattestationresponse-gettransports%E2%91%A4",
- "https://www.w3.org/TR/webauthn-3/#ref-for-dictdef-publickeycredentialdescriptor%E2%91%A0%E2%91%A0",
- "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A0%E2%91%A6%E2%91%A8",
- "https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredentialdescriptor-transports%E2%91%A0%E2%91%A0",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-publickeycredential%E2%91%A1%E2%91%A7",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-credentialscontainer-create%E2%91%A1%E2%91%A3",
"https://www.w3.org/TR/webauthn-3/#enum-transport",
"https://www.w3.org/TR/webauthn-3/#enumdef-authenticatortransport",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-enumdef-authenticatortransport",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-enumdef-authenticatortransport",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-enumdef-authenticatortransport",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-enumdef-authenticatortransport",
"https://www.w3.org/TR/webauthn-3/#ref-for-enumdef-authenticatortransport%E2%91%A2",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-authenticatortransport-usb",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-authenticatortransport-nfc",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-authenticatortransport-ble",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-authenticatortransport-smart-card",
- "https://www.w3.org/TR/webauthn-3/#ref-for-dom-authenticatortransport-hybrid%E2%91%A1",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-authenticatortransport-hybrid%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-authenticatortransport-internal%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#ref-for-enumdef-authenticatortransport%E2%91%A3",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A0%E2%91%A2%E2%91%A1",
- "https://www.w3.org/TR/webauthn-3/#ref-for-client%E2%91%A5%E2%91%A4",
- "https://www.w3.org/TR/webauthn-3/#ref-for-webauthn-relying-party%E2%91%A1%E2%91%A2",
- "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A0%E2%91%A7%E2%93%AA",
- "https://www.w3.org/TR/webauthn-3/#ref-for-public-key-credential%E2%91%A2%E2%91%A8",
- "https://www.w3.org/TR/webauthn-3/#ref-for-dom-authenticatorattestationresponse-gettransports%E2%91%A5",
- "https://www.w3.org/TR/webauthn-3/#dom-authenticatortransport-usb",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-dom-authenticatortransport-usb",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-dom-authenticatortransport-usb",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-dom-authenticatortransport-usb",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-dom-authenticatortransport-usb",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A0%E2%91%A2%E2%91%A2",
- "https://www.w3.org/TR/webauthn-3/#dom-authenticatortransport-nfc",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-dom-authenticatortransport-nfc",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-dom-authenticatortransport-nfc",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-dom-authenticatortransport-nfc",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-dom-authenticatortransport-nfc",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A0%E2%91%A2%E2%91%A3",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A0%E2%91%A3%E2%91%A2",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-client%E2%91%A6%E2%91%A6",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-webauthn-relying-party%E2%91%A3%E2%91%A0",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A0%E2%91%A6%E2%91%A8",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-public-key-credential%E2%91%A3%E2%91%A0",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-authenticatorattestationresponse-gettransports%E2%91%A4",
+ "https://www.w3.org/TR/webauthn-3/#dom-authenticatortransport-usb",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A0%E2%91%A3%E2%91%A3",
+ "https://www.w3.org/TR/webauthn-3/#dom-authenticatortransport-nfc",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A0%E2%91%A3%E2%91%A4",
"https://www.w3.org/TR/webauthn-3/#dom-authenticatortransport-ble",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-dom-authenticatortransport-ble",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-dom-authenticatortransport-ble",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-dom-authenticatortransport-ble",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-dom-authenticatortransport-ble",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A0%E2%91%A2%E2%91%A4",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A0%E2%91%A3%E2%91%A5",
"https://www.w3.org/TR/webauthn-3/#dom-authenticatortransport-smart-card",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-dom-authenticatortransport-smart-card",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-dom-authenticatortransport-smart-card",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-dom-authenticatortransport-smart-card",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-dom-authenticatortransport-smart-card",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A0%E2%91%A2%E2%91%A5",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A0%E2%91%A3%E2%91%A6",
"https://www.w3.org/TR/webauthn-3/#dom-authenticatortransport-hybrid",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-dom-authenticatortransport-hybrid",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-dom-authenticatortransport-hybrid",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-dom-authenticatortransport-hybrid",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-dom-authenticatortransport-hybrid",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A0%E2%91%A2%E2%91%A6",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A0%E2%91%A3%E2%91%A7",
"https://www.w3.org/TR/webauthn-3/#dom-authenticatortransport-internal",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-dom-authenticatortransport-internal",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-dom-authenticatortransport-internal",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-dom-authenticatortransport-internal",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-dom-authenticatortransport-internal",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A0%E2%91%A2%E2%91%A7",
- "https://www.w3.org/TR/webauthn-3/#ref-for-client-device%E2%91%A0%E2%91%A7",
- "https://www.w3.org/TR/webauthn-3/#ref-for-platform-authenticators%E2%91%A0%E2%91%A2",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A0%E2%91%A3%E2%91%A8",
"https://www.w3.org/TR/webauthn-3/#ref-for-client-device%E2%91%A0%E2%91%A8",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-platform-authenticators%E2%91%A0%E2%93%AA",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-client-device%E2%91%A1%E2%93%AA",
"https://www.w3.org/TR/webauthn-3/#sctn-alg-identifier",
- "https://www.w3.org/TR/webauthn-3/#ref-for-typedefdef-cosealgorithmidentifier%E2%91%A8",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-typedefdef-cosealgorithmidentifier%E2%91%A0%E2%93%AA",
"https://www.w3.org/TR/webauthn-3/#ref-for-idl-long",
"https://www.w3.org/TR/webauthn-3/#typedefdef-cosealgorithmidentifier",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-typedefdef-cosealgorithmidentifier",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-typedefdef-cosealgorithmidentifier",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-typedefdef-cosealgorithmidentifier",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-typedefdef-cosealgorithmidentifier",
- "https://www.w3.org/TR/webauthn-3/#ref-for-typedefdef-cosealgorithmidentifier%E2%91%A0%E2%93%AA",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-typedefdef-cosealgorithmidentifier%E2%91%A0%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#ref-for-name-key-objects",
"https://www.w3.org/TR/webauthn-3/#ref-for-credential-public-key%E2%91%A1%E2%91%A1",
"https://www.w3.org/TR/webauthn-3/#ref-for-name-double-coordinate-curves%E2%91%A1",
@@ -4076,96 +3387,111 @@
"https://www.w3.org/TR/webauthn-3/#ref-for-section-2.1",
"https://www.w3.org/TR/webauthn-3/#enum-userVerificationRequirement",
"https://www.w3.org/TR/webauthn-3/#enumdef-userverificationrequirement",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-enumdef-userverificationrequirement",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-enumdef-userverificationrequirement",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-enumdef-userverificationrequirement",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-enumdef-userverificationrequirement",
"https://www.w3.org/TR/webauthn-3/#ref-for-enumdef-userverificationrequirement%E2%91%A3",
- "https://www.w3.org/TR/webauthn-3/#ref-for-dom-userverificationrequirement-required%E2%91%A4",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-userverificationrequirement-required%E2%91%A5",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-userverificationrequirement-preferred%E2%91%A1",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-userverificationrequirement-discouraged%E2%91%A1",
- "https://www.w3.org/TR/webauthn-3/#ref-for-webauthn-relying-party%E2%91%A1%E2%91%A3",
- "https://www.w3.org/TR/webauthn-3/#ref-for-user-verification%E2%91%A1%E2%91%A4",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-webauthn-relying-party%E2%91%A3%E2%91%A1",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-user-verification%E2%91%A1%E2%91%A6",
"https://www.w3.org/TR/webauthn-3/#ref-for-enumdef-userverificationrequirement%E2%91%A4",
"https://www.w3.org/TR/webauthn-3/#dom-userverificationrequirement-required",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-dom-userverificationrequirement-required",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-dom-userverificationrequirement-required",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-dom-userverificationrequirement-required",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-dom-userverificationrequirement-required",
- "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A0%E2%91%A7%E2%91%A0",
- "https://www.w3.org/TR/webauthn-3/#ref-for-user-verification%E2%91%A1%E2%91%A5",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A0%E2%91%A7%E2%93%AA",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-user-verification%E2%91%A1%E2%91%A7",
"https://www.w3.org/TR/webauthn-3/#ref-for-ceremony%E2%91%A0%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#ref-for-authdata-flags-uv%E2%91%A4",
"https://www.w3.org/TR/webauthn-3/#ref-for-authdata-flags%E2%91%A8",
- "https://www.w3.org/TR/webauthn-3/#ref-for-client%E2%91%A5%E2%91%A5",
- "https://www.w3.org/TR/webauthn-3/#ref-for-user-verification%E2%91%A1%E2%91%A6",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-client%E2%91%A6%E2%91%A7",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-user-verification%E2%91%A1%E2%91%A8",
"https://www.w3.org/TR/webauthn-3/#dom-userverificationrequirement-preferred",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-dom-userverificationrequirement-preferred",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-dom-userverificationrequirement-preferred",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-dom-userverificationrequirement-preferred",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-dom-userverificationrequirement-preferred",
- "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A0%E2%91%A7%E2%91%A1",
- "https://www.w3.org/TR/webauthn-3/#ref-for-user-verification%E2%91%A1%E2%91%A7",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A0%E2%91%A7%E2%91%A0",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-user-verification%E2%91%A2%E2%93%AA",
"https://www.w3.org/TR/webauthn-3/#ref-for-authdata-flags-uv%E2%91%A5",
"https://www.w3.org/TR/webauthn-3/#ref-for-authdata-flags%E2%91%A0%E2%93%AA",
"https://www.w3.org/TR/webauthn-3/#dom-userverificationrequirement-discouraged",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-dom-userverificationrequirement-discouraged",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-dom-userverificationrequirement-discouraged",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-dom-userverificationrequirement-discouraged",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-dom-userverificationrequirement-discouraged",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A0%E2%91%A7%E2%91%A1",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-user-verification%E2%91%A2%E2%91%A0",
+ "https://www.w3.org/TR/webauthn-3/#enum-clientCapability",
+ "https://www.w3.org/TR/webauthn-3/#enumdef-clientcapability",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-enumdef-clientcapability%E2%91%A0",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-clientcapability-conditionalcreate%E2%91%A1",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-clientcapability-conditionalget%E2%91%A1",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-clientcapability-hybridtransport",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-clientcapability-passkeyplatformauthenticator",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-clientcapability-userverifyingplatformauthenticator",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-clientcapability-relatedorigins",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-clientcapability-signalallacceptedcredentials",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-clientcapability-signalcurrentuserdetails",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-clientcapability-signalunknowncredential",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-webauthn-relying-party%E2%91%A3%E2%91%A2",
"https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A0%E2%91%A7%E2%91%A2",
- "https://www.w3.org/TR/webauthn-3/#ref-for-user-verification%E2%91%A1%E2%91%A8",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredential-getclientcapabilities%E2%91%A2",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-publickeycredential%E2%91%A1%E2%91%A8",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-enumdef-clientcapability%E2%91%A1",
+ "https://www.w3.org/TR/webauthn-3/#dom-clientcapability-conditionalcreate",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-webauthn-client%E2%91%A6",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-credentialmediationrequirement-conditional%E2%91%A1%E2%91%A0",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-registration-ceremony%E2%91%A6",
+ "https://www.w3.org/TR/webauthn-3/#dom-clientcapability-conditionalget",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-webauthn-client%E2%91%A7",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-credentialmediationrequirement-conditional%E2%91%A1%E2%91%A1",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authentication-ceremony%E2%91%A1%E2%91%A4",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredential-isconditionalmediationavailable%E2%91%A1",
+ "https://www.w3.org/TR/webauthn-3/#dom-clientcapability-hybridtransport",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-webauthn-client%E2%91%A8",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-authenticatortransport-hybrid%E2%91%A1",
+ "https://www.w3.org/TR/webauthn-3/#dom-clientcapability-passkeyplatformauthenticator",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-webauthn-client%E2%91%A0%E2%93%AA",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-passkey-platform-authenticator%E2%91%A0",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-authenticatortransport-hybrid%E2%91%A2",
+ "https://www.w3.org/TR/webauthn-3/#dom-clientcapability-userverifyingplatformauthenticator",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-webauthn-client%E2%91%A0%E2%91%A0",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-user-verifying-platform-authenticator%E2%91%A4",
+ "https://www.w3.org/TR/webauthn-3/#dom-clientcapability-relatedorigins",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-webauthn-client%E2%91%A0%E2%91%A1",
+ "https://www.w3.org/TR/webauthn-3/#dom-clientcapability-signalallacceptedcredentials",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-webauthn-client%E2%91%A0%E2%91%A2",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredential-signalallacceptedcredentials%E2%91%A5",
+ "https://www.w3.org/TR/webauthn-3/#dom-clientcapability-signalcurrentuserdetails",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-webauthn-client%E2%91%A0%E2%91%A3",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredential-signalcurrentuserdetails%E2%91%A4",
+ "https://www.w3.org/TR/webauthn-3/#dom-clientcapability-signalunknowncredential",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-webauthn-client%E2%91%A0%E2%91%A4",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredential-signalunknowncredential%E2%91%A3",
"https://www.w3.org/TR/webauthn-3/#enum-hints",
- "https://www.w3.org/TR/webauthn-3/#enumdef-publickeycredentialhints",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-enumdef-publickeycredentialhints",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-enumdef-publickeycredentialhints",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-enumdef-publickeycredentialhints",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-enumdef-publickeycredentialhints",
- "https://www.w3.org/TR/webauthn-3/#ref-for-enumdef-publickeycredentialhints%E2%91%A1",
- "https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredentialhints-security-key",
- "https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredentialhints-client-device",
- "https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredentialhints-hybrid",
- "https://www.w3.org/TR/webauthn-3/#ref-for-enumdef-publickeycredentialhints%E2%91%A2",
- "https://www.w3.org/TR/webauthn-3/#ref-for-webauthn-relying-party%E2%91%A1%E2%91%A4",
+ "https://www.w3.org/TR/webauthn-3/#enumdef-publickeycredentialhint",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-enumdef-publickeycredentialhint%E2%91%A1",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredentialhint-security-key",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredentialhint-client-device",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredentialhint-hybrid",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-enumdef-publickeycredentialhint%E2%91%A2",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-webauthn-relying-party%E2%91%A3%E2%91%A3",
"https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A0%E2%91%A7%E2%91%A3",
"https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A0%E2%91%A7%E2%91%A4",
- "https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredentialdescriptor-transports%E2%91%A0%E2%91%A1",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredentialdescriptor-transports%E2%91%A0%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-authenticatorselectioncriteria-authenticatorattachment%E2%91%A1",
- "https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredentialdescriptor-transports%E2%91%A0%E2%91%A2",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredentialdescriptor-transports%E2%91%A0%E2%91%A1",
"https://www.w3.org/TR/webauthn-3/#ref-for-discoverable-credential%E2%91%A0%E2%91%A2",
- "https://www.w3.org/TR/webauthn-3/#dom-publickeycredentialhints-security-key",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-dom-publickeycredentialhints-security-key",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-dom-publickeycredentialhints-security-key",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-dom-publickeycredentialhints-security-key",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-dom-publickeycredentialhints-security-key",
+ "https://www.w3.org/TR/webauthn-3/#dom-publickeycredentialhint-security-key",
"https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A0%E2%91%A7%E2%91%A5",
"https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A0%E2%91%A7%E2%91%A6",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A0%E2%91%A2%E2%91%A8",
- "https://www.w3.org/TR/webauthn-3/#ref-for-registration-ceremony%E2%91%A6",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authentication-ceremony%E2%91%A1%E2%93%AA",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A0%E2%91%A4%E2%93%AA",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-registration-ceremony%E2%91%A7",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authentication-ceremony%E2%91%A1%E2%91%A5",
"https://www.w3.org/TR/webauthn-3/#ref-for-dictdef-publickeycredentialcreationoptions%E2%91%A7",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-authenticatorselectioncriteria-authenticatorattachment%E2%91%A2",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-authenticatorattachment-cross-platform%E2%91%A0",
- "https://www.w3.org/TR/webauthn-3/#dom-publickeycredentialhints-client-device",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-dom-publickeycredentialhints-client-device",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-dom-publickeycredentialhints-client-device",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-dom-publickeycredentialhints-client-device",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-dom-publickeycredentialhints-client-device",
+ "https://www.w3.org/TR/webauthn-3/#dom-publickeycredentialhint-client-device",
"https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A0%E2%91%A7%E2%91%A7",
- "https://www.w3.org/TR/webauthn-3/#ref-for-platform-authenticators%E2%91%A0%E2%91%A3",
- "https://www.w3.org/TR/webauthn-3/#ref-for-client-device%E2%91%A1%E2%93%AA",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-platform-authenticators%E2%91%A0%E2%91%A0",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-client-device%E2%91%A1%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#ref-for-dictdef-publickeycredentialcreationoptions%E2%91%A8",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-authenticatorselectioncriteria-authenticatorattachment%E2%91%A3",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-authenticatorattachment-platform%E2%91%A0",
- "https://www.w3.org/TR/webauthn-3/#dom-publickeycredentialhints-hybrid",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-dom-publickeycredentialhints-hybrid",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-dom-publickeycredentialhints-hybrid",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-dom-publickeycredentialhints-hybrid",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-dom-publickeycredentialhints-hybrid",
+ "https://www.w3.org/TR/webauthn-3/#dom-publickeycredentialhint-hybrid",
"https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A0%E2%91%A7%E2%91%A8",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A0%E2%91%A3%E2%93%AA",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A0%E2%91%A4%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A0%E2%91%A8%E2%93%AA",
- "https://www.w3.org/TR/webauthn-3/#ref-for-platform-authenticators%E2%91%A0%E2%91%A4",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-platform-authenticators%E2%91%A0%E2%91%A1",
"https://www.w3.org/TR/webauthn-3/#ref-for-dictdef-publickeycredentialcreationoptions%E2%91%A0%E2%93%AA",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-authenticatorselectioncriteria-authenticatorattachment%E2%91%A4",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-authenticatorattachment-cross-platform%E2%91%A1",
@@ -4173,282 +3499,271 @@
"https://www.w3.org/TR/webauthn-3/#ref-for-policy-controlled-feature",
"https://www.w3.org/TR/webauthn-3/#publickey-credentials-create-feature",
"https://www.w3.org/TR/webauthn-3/#publickey-credentials-get-feature",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-publickey-credentials-get-feature",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-publickey-credentials-get-feature",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-publickey-credentials-get-feature",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-publickey-credentials-get-feature",
"https://www.w3.org/TR/webauthn-3/#ref-for-policy-controlled-feature-default-allowlist",
"https://www.w3.org/TR/webauthn-3/#ref-for-document",
"https://www.w3.org/TR/webauthn-3/#ref-for-concept-document-permissions-policy%E2%91%A3",
"https://www.w3.org/TR/webauthn-3/#ref-for-allowed-to-use%E2%91%A1",
- "https://www.w3.org/TR/webauthn-3/#ref-for-web-authentication-api%E2%91%A0%E2%91%A2",
- "https://www.w3.org/TR/webauthn-3/#ref-for-dom-credentialscontainer-create%E2%91%A1%E2%91%A2",
- "https://www.w3.org/TR/webauthn-3/#ref-for-dom-credentialscontainer-get%E2%91%A1%E2%91%A5",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-web-authentication-api%E2%91%A0%E2%91%A3",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-credentialscontainer-create%E2%91%A1%E2%91%A4",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-credentialscontainer-get%E2%91%A1%E2%91%A8",
"https://www.w3.org/TR/webauthn-3/#ref-for-allowed-to-use%E2%91%A2",
- "https://www.w3.org/TR/webauthn-3/#ref-for-current-settings-object",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-current-settings-object%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredential-create-slot%E2%91%A8",
- "https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredential-discoverfromexternalsource-slot%E2%91%A0%E2%91%A0",
- "https://www.w3.org/TR/webauthn-3/#ref-for-sec-object-internal-methods-and-internal-slots%E2%91%A1%E2%91%A0",
- "https://www.w3.org/TR/webauthn-3/#ref-for-in-parallel",
- "https://www.w3.org/TR/webauthn-3/#ref-for-credentialscontainer%E2%91%A2",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredential-discoverfromexternalsource-slot%E2%91%A0%E2%91%A1",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-sec-object-internal-methods-and-internal-slots%E2%91%A0%E2%91%A8",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-in-parallel%E2%91%A4",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-credentialscontainer%E2%91%A3",
"https://www.w3.org/TR/webauthn-3/#ref-for-abstract-opdef-create-a-credential",
"https://www.w3.org/TR/webauthn-3/#ref-for-abstract-opdef-request-a-credential%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#sctn-iframe-guidance",
- "https://www.w3.org/TR/webauthn-3/#ref-for-web-authentication-api%E2%91%A0%E2%91%A3",
- "https://www.w3.org/TR/webauthn-3/#ref-for-the-iframe-element%E2%91%A0",
- "https://www.w3.org/TR/webauthn-3/#ref-for-the-iframe-element%E2%91%A1",
"https://www.w3.org/TR/webauthn-3/#ref-for-web-authentication-api%E2%91%A0%E2%91%A4",
- "https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredential-discoverfromexternalsource-slot%E2%91%A0%E2%91%A1",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-the-iframe-element",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-the-iframe-element%E2%91%A0",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-web-authentication-api%E2%91%A0%E2%91%A5",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredential-create-slot%E2%91%A0%E2%93%AA",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredential-discoverfromexternalsource-slot%E2%91%A0%E2%91%A2",
"https://www.w3.org/TR/webauthn-3/#ref-for-attr-iframe-allow",
- "https://www.w3.org/TR/webauthn-3/#ref-for-the-iframe-element%E2%91%A2",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-the-iframe-element%E2%91%A1",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-publickey-credentials-create-feature",
"https://www.w3.org/TR/webauthn-3/#ref-for-publickey-credentials-get-feature",
"https://www.w3.org/TR/webauthn-3/#ref-for-attr-iframe-allow%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A0%E2%91%A8%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#ref-for-ui-redressing",
+ "https://www.w3.org/TR/webauthn-3/#sctn-related-origins",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-rp-id%E2%91%A2%E2%91%A0",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-determines-the-set-of-origins-on-which-the-public-key-credential-may-be-exercised%E2%91%A4",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-concept-origin-effective-domain%E2%91%A0%E2%91%A8",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-is-a-registrable-domain-suffix-of-or-is-equal-to%E2%91%A4",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-determines-the-set-of-origins-on-which-the-public-key-credential-may-be-exercised%E2%91%A5",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-concept-origin-effective-domain%E2%91%A1%E2%93%AA",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-webauthn-relying-party%E2%91%A3%E2%91%A4",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-webauthn-client%E2%91%A0%E2%91%A5",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-concept-origin%E2%91%A0%E2%91%A2",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A0%E2%91%A8%E2%91%A1",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-rp-id%E2%91%A2%E2%91%A1",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-rp-id%E2%91%A2%E2%91%A2",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-webauthn-client%E2%91%A0%E2%91%A6",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-registrable-origin-label%E2%91%A0",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-webauthn-client%E2%91%A0%E2%91%A7",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-concept-request-credentials-mode",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-concept-request-referrer-policy",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-concept-url-scheme%E2%91%A0",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-webauthn-client%E2%91%A0%E2%91%A8",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-concept-url-scheme%E2%91%A1",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-webauthn-client%E2%91%A1%E2%93%AA",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-clientcapability-relatedorigins%E2%91%A0",
+ "https://www.w3.org/TR/webauthn-3/#sctn-validating-relation-origin",
+ "https://www.w3.org/TR/webauthn-3/#abstract-opdef-related-origins-validation-procedure",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-registrable-origin-label%E2%91%A1",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-concept-request-credentials-mode%E2%91%A0",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-concept-request-referrer-policy%E2%91%A0",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-concept-url-scheme%E2%91%A2",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-securityerror%E2%91%A0%E2%91%A0",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-idl-DOMException%E2%91%A2%E2%93%AA",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-securityerror%E2%91%A0%E2%91%A1",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-idl-DOMException%E2%91%A2%E2%91%A0",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-securityerror%E2%91%A0%E2%91%A2",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-idl-DOMException%E2%91%A2%E2%91%A1",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-ordered-set%E2%91%A5",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-list-iterate%E2%91%A0%E2%91%A7",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-concept-url-parser",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-iteration-continue%E2%91%A0%E2%91%A6",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-concept-origin-effective-domain%E2%91%A1%E2%91%A0",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-iteration-continue%E2%91%A0%E2%91%A7",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-registrable-origin-label%E2%91%A2",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-iteration-continue%E2%91%A0%E2%91%A8",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-list-size%E2%91%A0",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-list-contain%E2%91%A0",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-iteration-continue%E2%91%A1%E2%93%AA",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-same-origin",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-list-size%E2%91%A1",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-set-append%E2%91%A3",
"https://www.w3.org/TR/webauthn-3/#sctn-authenticator-model",
"https://www.w3.org/TR/webauthn-3/#authenticator-model",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-authenticator-model",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-authenticator-model",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-authenticator-model",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-authenticator-model",
"https://www.w3.org/TR/webauthn-3/#ref-for-webauthn-authenticator%E2%91%A4",
"https://www.w3.org/TR/webauthn-3/#ref-for-authenticator-model%E2%91%A1",
- "https://www.w3.org/TR/webauthn-3/#ref-for-client-platform%E2%91%A3%E2%91%A4",
- "https://www.w3.org/TR/webauthn-3/#ref-for-client-platform%E2%91%A3%E2%91%A5",
- "https://www.w3.org/TR/webauthn-3/#ref-for-client%E2%91%A5%E2%91%A6",
- "https://www.w3.org/TR/webauthn-3/#ref-for-responses",
- "https://www.w3.org/TR/webauthn-3/#ref-for-webauthn-relying-party%E2%91%A1%E2%91%A5",
- "https://www.w3.org/TR/webauthn-3/#ref-for-client-device%E2%91%A1%E2%91%A0",
- "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A0%E2%91%A8%E2%91%A1",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-client-platform%E2%91%A3%E2%91%A6",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-client-platform%E2%91%A3%E2%91%A7",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-client%E2%91%A6%E2%91%A8",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator-api",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-webauthn-relying-party%E2%91%A3%E2%91%A5",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-client-device%E2%91%A1%E2%91%A1",
"https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A0%E2%91%A8%E2%91%A2",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A0%E2%91%A8%E2%91%A3",
"https://www.w3.org/TR/webauthn-3/#authenticator-credentials-map",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-authenticator-credentials-map",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-authenticator-credentials-map",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-authenticator-credentials-map",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-authenticator-credentials-map",
"https://www.w3.org/TR/webauthn-3/#ref-for-ordered-map%E2%91%A8",
- "https://www.w3.org/TR/webauthn-3/#ref-for-public-key-credential-source-rpid%E2%91%A0",
- "https://www.w3.org/TR/webauthn-3/#ref-for-public-key-credential-source-userhandle",
- "https://www.w3.org/TR/webauthn-3/#ref-for-public-key-credential-source%E2%91%A3%E2%91%A4",
- "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A0%E2%91%A8%E2%91%A3",
- "https://www.w3.org/TR/webauthn-3/#ref-for-webauthn-signature%E2%91%A0",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-public-key-credential-source-rpid%E2%91%A1",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-public-key-credential-source-userhandle%E2%91%A0",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-public-key-credential-source%E2%91%A3%E2%91%A8",
+ "https://www.w3.org/TR/webauthn-3/#aaguid",
"https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A0%E2%91%A8%E2%91%A4",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A0%E2%91%A8%E2%91%A5",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-attestation%E2%91%A0%E2%93%AA",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-attestation%E2%91%A0%E2%91%A0",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-webauthn-signature%E2%91%A0",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A0%E2%91%A8%E2%91%A6",
"https://www.w3.org/TR/webauthn-3/#ref-for-client-data%E2%91%A1",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator-data%E2%91%A0%E2%91%A6",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator-data%E2%91%A0%E2%91%A5",
"https://www.w3.org/TR/webauthn-3/#ref-for-client-data%E2%91%A2",
"https://www.w3.org/TR/webauthn-3/#ref-for-client-data%E2%91%A3",
"https://www.w3.org/TR/webauthn-3/#ref-for-collectedclientdata-hash-of-the-serialized-client-data%E2%91%A5",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator-data%E2%91%A0%E2%91%A7",
- "https://www.w3.org/TR/webauthn-3/#ref-for-client-device%E2%91%A1%E2%91%A1",
- "https://www.w3.org/TR/webauthn-3/#ref-for-client%E2%91%A5%E2%91%A7",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator-data%E2%91%A0%E2%91%A6",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-client-device%E2%91%A1%E2%91%A2",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-client%E2%91%A7%E2%93%AA",
"https://www.w3.org/TR/webauthn-3/#attestation-signature",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-attestation-signature",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-attestation-signature",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-attestation-signature",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-attestation-signature",
- "https://www.w3.org/TR/webauthn-3/#ref-for-public-key-credential%E2%91%A3%E2%93%AA",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-public-key-credential%E2%91%A3%E2%91%A1",
"https://www.w3.org/TR/webauthn-3/#ref-for-authenticatormakecredential%E2%91%A0%E2%93%AA",
"https://www.w3.org/TR/webauthn-3/#ref-for-attestation-signature%E2%91%A1",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A0%E2%91%A3%E2%91%A0",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A0%E2%91%A4%E2%91%A1",
"https://www.w3.org/TR/webauthn-3/#ref-for-attestation-signature%E2%91%A2",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A0%E2%91%A3%E2%91%A1",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A0%E2%91%A4%E2%91%A2",
"https://www.w3.org/TR/webauthn-3/#ref-for-credential-public-key%E2%91%A1%E2%91%A2",
"https://www.w3.org/TR/webauthn-3/#ref-for-attestation-signature%E2%91%A3",
"https://www.w3.org/TR/webauthn-3/#ref-for-attestation-private-key",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-attestation%E2%91%A0%E2%91%A1",
"https://www.w3.org/TR/webauthn-3/#ref-for-attestation%E2%91%A0%E2%91%A2",
- "https://www.w3.org/TR/webauthn-3/#ref-for-attestation%E2%91%A0%E2%91%A3",
"https://www.w3.org/TR/webauthn-3/#assertion-signature",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-assertion-signature",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-assertion-signature",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-assertion-signature",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-assertion-signature",
"https://www.w3.org/TR/webauthn-3/#ref-for-authenticatorgetassertion%E2%91%A6",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A0%E2%91%A3%E2%91%A2",
- "https://www.w3.org/TR/webauthn-3/#ref-for-user-consent%E2%91%A0%E2%91%A2",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A0%E2%91%A4%E2%91%A3",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-user-consent%E2%91%A0%E2%91%A3",
"https://www.w3.org/TR/webauthn-3/#ref-for-assertion-signature%E2%91%A1",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A0%E2%91%A3%E2%91%A3",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A0%E2%91%A4%E2%91%A4",
"https://www.w3.org/TR/webauthn-3/#ref-for-credential-private-key%E2%91%A8",
- "https://www.w3.org/TR/webauthn-3/#ref-for-user-consent%E2%91%A0%E2%91%A3",
- "https://www.w3.org/TR/webauthn-3/#ref-for-public-key-credential%E2%91%A3%E2%91%A0",
- "https://www.w3.org/TR/webauthn-3/#ref-for-client-data%E2%91%A4",
"https://www.w3.org/TR/webauthn-3/#ref-for-user-consent%E2%91%A0%E2%91%A4",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A0%E2%91%A3%E2%91%A4",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-public-key-credential%E2%91%A3%E2%91%A2",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-client-data%E2%91%A4",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-user-consent%E2%91%A0%E2%91%A5",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A0%E2%91%A4%E2%91%A5",
"https://www.w3.org/TR/webauthn-3/#ref-for-assertion-signature%E2%91%A2",
"https://www.w3.org/TR/webauthn-3/#webauthn-signature",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-webauthn-signature",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-webauthn-signature",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-webauthn-signature",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-webauthn-signature",
"https://www.w3.org/TR/webauthn-3/#ref-for-attestation-signature%E2%91%A4",
"https://www.w3.org/TR/webauthn-3/#ref-for-assertion-signature%E2%91%A3",
"https://www.w3.org/TR/webauthn-3/#sctn-authenticator-data",
"https://www.w3.org/TR/webauthn-3/#authenticator-data",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-authenticator-data",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-authenticator-data",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-authenticator-data",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-authenticator-data",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A0%E2%91%A3%E2%91%A5",
- "https://www.w3.org/TR/webauthn-3/#ref-for-webauthn-relying-party%E2%91%A1%E2%91%A6",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A0%E2%91%A4%E2%91%A6",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-webauthn-relying-party%E2%91%A3%E2%91%A6",
"https://www.w3.org/TR/webauthn-3/#ref-for-client-data%E2%91%A5",
- "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A0%E2%91%A8%E2%91%A5",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A0%E2%91%A8%E2%91%A7",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator-data%E2%91%A0%E2%91%A7",
"https://www.w3.org/TR/webauthn-3/#ref-for-authenticator-data%E2%91%A0%E2%91%A8",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-client-platform%E2%91%A3%E2%91%A8",
"https://www.w3.org/TR/webauthn-3/#ref-for-authenticator-data%E2%91%A1%E2%93%AA",
- "https://www.w3.org/TR/webauthn-3/#ref-for-client-platform%E2%91%A3%E2%91%A6",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator-data%E2%91%A1%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#table-authData",
"https://www.w3.org/TR/webauthn-3/#authdata-rpidhash",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-authdata-rpidhash",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-authdata-rpidhash",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-authdata-rpidhash",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-authdata-rpidhash",
- "https://www.w3.org/TR/webauthn-3/#ref-for-rp-id%E2%91%A1%E2%91%A7",
- "https://www.w3.org/TR/webauthn-3/#ref-for-public-key-credential%E2%91%A3%E2%91%A1",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-rp-id%E2%91%A2%E2%91%A3",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-public-key-credential%E2%91%A3%E2%91%A3",
"https://www.w3.org/TR/webauthn-3/#ref-for-scope%E2%91%A0%E2%91%A3",
"https://www.w3.org/TR/webauthn-3/#authdata-flags",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-authdata-flags",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-authdata-flags",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-authdata-flags",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-authdata-flags",
"https://www.w3.org/TR/webauthn-3/#ref-for-concept-user-present%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#authdata-flags-up",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-authdata-flags-up",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-authdata-flags-up",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-authdata-flags-up",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-authdata-flags-up",
"https://www.w3.org/TR/webauthn-3/#ref-for-concept-user-present%E2%91%A1",
"https://www.w3.org/TR/webauthn-3/#ref-for-concept-user-present%E2%91%A2",
"https://www.w3.org/TR/webauthn-3/#ref-for-concept-user-verified%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#authdata-flags-uv",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-authdata-flags-uv",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-authdata-flags-uv",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-authdata-flags-uv",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-authdata-flags-uv",
"https://www.w3.org/TR/webauthn-3/#ref-for-concept-user-verified%E2%91%A1",
"https://www.w3.org/TR/webauthn-3/#ref-for-concept-user-verified%E2%91%A2",
"https://www.w3.org/TR/webauthn-3/#ref-for-backup-eligibility%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#authdata-flags-be",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-authdata-flags-be",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-authdata-flags-be",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-authdata-flags-be",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-authdata-flags-be",
- "https://www.w3.org/TR/webauthn-3/#ref-for-public-key-credential-source%E2%91%A3%E2%91%A5",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-public-key-credential-source%E2%91%A4%E2%93%AA",
"https://www.w3.org/TR/webauthn-3/#ref-for-backup-eligible",
- "https://www.w3.org/TR/webauthn-3/#ref-for-public-key-credential-source%E2%91%A3%E2%91%A6",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-public-key-credential-source%E2%91%A4%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#ref-for-backup-eligible%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#ref-for-backup-state%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#authdata-flags-bs",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-authdata-flags-bs",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-authdata-flags-bs",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-authdata-flags-bs",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-authdata-flags-bs",
- "https://www.w3.org/TR/webauthn-3/#ref-for-public-key-credential-source%E2%91%A3%E2%91%A7",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-public-key-credential-source%E2%91%A4%E2%91%A1",
"https://www.w3.org/TR/webauthn-3/#ref-for-backed-up%E2%91%A0",
- "https://www.w3.org/TR/webauthn-3/#ref-for-public-key-credential-source%E2%91%A3%E2%91%A8",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-public-key-credential-source%E2%91%A4%E2%91%A2",
"https://www.w3.org/TR/webauthn-3/#ref-for-backed-up%E2%91%A1",
- "https://www.w3.org/TR/webauthn-3/#ref-for-attested-credential-data%E2%91%A1",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-attested-credential-data%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#authdata-flags-at",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-authdata-flags-at",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-authdata-flags-at",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-authdata-flags-at",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-authdata-flags-at",
- "https://www.w3.org/TR/webauthn-3/#ref-for-attested-credential-data%E2%91%A2",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-attested-credential-data%E2%91%A1",
"https://www.w3.org/TR/webauthn-3/#authdata-flags-ed",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-authdata-flags-ed",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-authdata-flags-ed",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-authdata-flags-ed",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-authdata-flags-ed",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator-data%E2%91%A1%E2%91%A1",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator-data%E2%91%A1%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#ref-for-authdata-extensions",
"https://www.w3.org/TR/webauthn-3/#authdata-signcount",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-authdata-signcount",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-authdata-signcount",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-authdata-signcount",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-authdata-signcount",
"https://www.w3.org/TR/webauthn-3/#ref-for-signature-counter%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#authdata-attestedcredentialdata",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-authdata-attestedcredentialdata",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-authdata-attestedcredentialdata",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-authdata-attestedcredentialdata",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-authdata-attestedcredentialdata",
- "https://www.w3.org/TR/webauthn-3/#ref-for-attested-credential-data%E2%91%A3",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-attested-credential-data%E2%91%A2",
"https://www.w3.org/TR/webauthn-3/#ref-for-authdata-attestedcredentialdata-credentialidlength",
"https://www.w3.org/TR/webauthn-3/#ref-for-authdata-attestedcredentialdata-credentialid%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#ref-for-authdata-attestedcredentialdata-credentialpublickey%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#authdata-extensions",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-authdata-extensions",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-authdata-extensions",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-authdata-extensions",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-authdata-extensions",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator-data%E2%91%A1%E2%91%A2",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator-data%E2%91%A1%E2%91%A1",
"https://www.w3.org/TR/webauthn-3/#ref-for-cbor%E2%91%A6",
- "https://www.w3.org/TR/webauthn-3/#ref-for-extension-identifier%E2%91%A3",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-extension-identifier%E2%91%A4",
"https://www.w3.org/TR/webauthn-3/#ref-for-authenticator-extension-output%E2%91%A1",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator-data%E2%91%A1%E2%91%A2",
"https://www.w3.org/TR/webauthn-3/#ref-for-authenticator-data%E2%91%A1%E2%91%A3",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator-data%E2%91%A1%E2%91%A4",
- "https://www.w3.org/TR/webauthn-3/#ref-for-rp-id%E2%91%A1%E2%91%A8",
- "https://www.w3.org/TR/webauthn-3/#ref-for-client%E2%91%A5%E2%91%A8",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-rp-id%E2%91%A2%E2%91%A4",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-client%E2%91%A7%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#ref-for-assertion%E2%91%A2",
"https://www.w3.org/TR/webauthn-3/#ref-for-client-data%E2%91%A6",
"https://www.w3.org/TR/webauthn-3/#ref-for-client-data%E2%91%A7",
- "https://www.w3.org/TR/webauthn-3/#ref-for-rp-id%E2%91%A2%E2%93%AA",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-rp-id%E2%91%A2%E2%91%A5",
"https://www.w3.org/TR/webauthn-3/#ref-for-authenticatorgetassertion%E2%91%A7",
- "https://www.w3.org/TR/webauthn-3/#ref-for-rp-id%E2%91%A2%E2%91%A0",
- "https://www.w3.org/TR/webauthn-3/#ref-for-public-key-credential%E2%91%A3%E2%91%A2",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-rp-id%E2%91%A2%E2%91%A6",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-public-key-credential%E2%91%A3%E2%91%A4",
"https://www.w3.org/TR/webauthn-3/#ref-for-scope%E2%91%A0%E2%91%A4",
- "https://www.w3.org/TR/webauthn-3/#ref-for-rp-id%E2%91%A2%E2%91%A1",
- "https://www.w3.org/TR/webauthn-3/#ref-for-client%E2%91%A6%E2%93%AA",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A0%E2%91%A3%E2%91%A6",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-rp-id%E2%91%A2%E2%91%A7",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-client%E2%91%A7%E2%91%A1",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A0%E2%91%A4%E2%91%A7",
"https://www.w3.org/TR/webauthn-3/#authenticator-data-perform-the-following-steps-to-generate-an-authenticator-data-structure",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator-data%E2%91%A1%E2%91%A5",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-authenticator-data-perform-the-following-steps-to-generate-an-authenticator-data-structure",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-authenticator-data-perform-the-following-steps-to-generate-an-authenticator-data-structure",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-authenticator-data-perform-the-following-steps-to-generate-an-authenticator-data-structure",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-authenticator-data-perform-the-following-steps-to-generate-an-authenticator-data-structure",
- "https://www.w3.org/TR/webauthn-3/#ref-for-rp-id%E2%91%A2%E2%91%A2",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator-data%E2%91%A1%E2%91%A4",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-rp-id%E2%91%A2%E2%91%A8",
"https://www.w3.org/TR/webauthn-3/#ref-for-authdata-rpidhash",
"https://www.w3.org/TR/webauthn-3/#ref-for-authdata-flags-up",
"https://www.w3.org/TR/webauthn-3/#ref-for-authdata-flags%E2%91%A0%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#ref-for-test-of-user-presence%E2%91%A5",
"https://www.w3.org/TR/webauthn-3/#ref-for-authdata-flags-uv%E2%91%A6",
"https://www.w3.org/TR/webauthn-3/#ref-for-authdata-flags%E2%91%A0%E2%91%A1",
- "https://www.w3.org/TR/webauthn-3/#ref-for-user-verification%E2%91%A2%E2%93%AA",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-user-verification%E2%91%A2%E2%91%A1",
"https://www.w3.org/TR/webauthn-3/#ref-for-test-of-user-presence%E2%91%A6",
- "https://www.w3.org/TR/webauthn-3/#ref-for-user-verification%E2%91%A2%E2%91%A0",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authorization-gesture%E2%91%A0%E2%91%A5",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-user-verification%E2%91%A2%E2%91%A2",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authorization-gesture%E2%91%A0%E2%91%A3",
"https://www.w3.org/TR/webauthn-3/#ref-for-authdata-flags-up%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#ref-for-authdata-flags%E2%91%A0%E2%91%A2",
"https://www.w3.org/TR/webauthn-3/#ref-for-authdata-flags-uv%E2%91%A7",
"https://www.w3.org/TR/webauthn-3/#ref-for-authdata-flags%E2%91%A0%E2%91%A3",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authdata-flags-be%E2%91%A0",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authdata-flags%E2%91%A0%E2%91%A4",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-multi-device-credential%E2%91%A3",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-registration-ceremony%E2%91%A8",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authdata-flags-bs%E2%91%A0",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authdata-flags%E2%91%A0%E2%91%A5",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-multi-device-credential%E2%91%A4",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-backed-up%E2%91%A2",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authdata-flags-bs%E2%91%A1",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authdata-flags%E2%91%A0%E2%91%A6",
"https://www.w3.org/TR/webauthn-3/#ref-for-attestation-signature%E2%91%A5",
"https://www.w3.org/TR/webauthn-3/#ref-for-authdata-flags-at",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authdata-flags%E2%91%A0%E2%91%A4",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authdata-flags%E2%91%A0%E2%91%A7",
"https://www.w3.org/TR/webauthn-3/#ref-for-authdata-attestedcredentialdata%E2%91%A1",
"https://www.w3.org/TR/webauthn-3/#ref-for-assertion-signature%E2%91%A4",
"https://www.w3.org/TR/webauthn-3/#ref-for-authdata-flags-at%E2%91%A0",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authdata-flags%E2%91%A0%E2%91%A5",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authdata-flags%E2%91%A0%E2%91%A8",
"https://www.w3.org/TR/webauthn-3/#ref-for-authdata-attestedcredentialdata%E2%91%A2",
"https://www.w3.org/TR/webauthn-3/#ref-for-authdata-extensions%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#ref-for-authdata-flags-ed",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authdata-flags%E2%91%A0%E2%91%A6",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authdata-flags%E2%91%A1%E2%93%AA",
"https://www.w3.org/TR/webauthn-3/#ref-for-authdata-extensions%E2%91%A1",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator-data%E2%91%A1%E2%91%A6",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator-data%E2%91%A1%E2%91%A5",
"https://www.w3.org/TR/webauthn-3/#fig-authData",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator-data%E2%91%A1%E2%91%A6",
"https://www.w3.org/TR/webauthn-3/#ref-for-authenticator-data%E2%91%A1%E2%91%A7",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator-data%E2%91%A1%E2%91%A8",
"https://www.w3.org/TR/webauthn-3/#ref-for-authdata-flags-at%E2%91%A1",
"https://www.w3.org/TR/webauthn-3/#ref-for-authdata-flags-ed%E2%91%A0",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authdata-flags%E2%91%A0%E2%91%A7",
- "https://www.w3.org/TR/webauthn-3/#ref-for-attested-credential-data%E2%91%A4",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authdata-flags%E2%91%A1%E2%91%A0",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-attested-credential-data%E2%91%A3",
"https://www.w3.org/TR/webauthn-3/#ref-for-authdata-flags-at%E2%91%A2",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authdata-flags%E2%91%A0%E2%91%A8",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authdata-flags%E2%91%A1%E2%91%A1",
"https://www.w3.org/TR/webauthn-3/#ref-for-authdata-flags-ed%E2%91%A1",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authdata-flags%E2%91%A1%E2%93%AA",
- "https://www.w3.org/TR/webauthn-3/#ref-for-attested-credential-data%E2%91%A5",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authdata-flags%E2%91%A1%E2%91%A2",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-attested-credential-data%E2%91%A4",
"https://www.w3.org/TR/webauthn-3/#ref-for-authdata-flags-at%E2%91%A3",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authdata-flags%E2%91%A1%E2%91%A0",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authdata-flags%E2%91%A1%E2%91%A3",
"https://www.w3.org/TR/webauthn-3/#ref-for-authdata-extensions%E2%91%A2",
"https://www.w3.org/TR/webauthn-3/#ref-for-cbor%E2%91%A7",
- "https://www.w3.org/TR/webauthn-3/#ref-for-attested-credential-data%E2%91%A6",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-attested-credential-data%E2%91%A5",
"https://www.w3.org/TR/webauthn-3/#ref-for-authdata-attestedcredentialdata-credentialpublickey%E2%91%A1",
"https://www.w3.org/TR/webauthn-3/#ref-for-authdata-attestedcredentialdata-credentialid%E2%91%A1",
"https://www.w3.org/TR/webauthn-3/#ref-for-authdata-attestedcredentialdata-credentialidlength%E2%91%A0",
@@ -4456,53 +3771,49 @@
"https://www.w3.org/TR/webauthn-3/#ref-for-section-7",
"https://www.w3.org/TR/webauthn-3/#sctn-sign-counter",
"https://www.w3.org/TR/webauthn-3/#signature-counter",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-signature-counter",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-signature-counter",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-signature-counter",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-signature-counter",
"https://www.w3.org/TR/webauthn-3/#ref-for-signature-counter%E2%91%A1",
"https://www.w3.org/TR/webauthn-3/#ref-for-signature-counter%E2%91%A2",
"https://www.w3.org/TR/webauthn-3/#ref-for-authdata-signcount%E2%91%A0",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator-data%E2%91%A2%E2%93%AA",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator-data%E2%91%A1%E2%91%A8",
"https://www.w3.org/TR/webauthn-3/#ref-for-authenticatormakecredential%E2%91%A0%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#ref-for-signature-counter%E2%91%A3",
"https://www.w3.org/TR/webauthn-3/#ref-for-authenticatorgetassertion%E2%91%A8",
- "https://www.w3.org/TR/webauthn-3/#ref-for-webauthn-relying-party%E2%91%A1%E2%91%A7",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator-data%E2%91%A2%E2%91%A0",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-webauthn-relying-party%E2%91%A3%E2%91%A7",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator-data%E2%91%A2%E2%93%AA",
"https://www.w3.org/TR/webauthn-3/#ref-for-signature-counter%E2%91%A4",
- "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A0%E2%91%A8%E2%91%A6",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A0%E2%91%A8%E2%91%A8",
"https://www.w3.org/TR/webauthn-3/#ref-for-signature-counter%E2%91%A5",
"https://www.w3.org/TR/webauthn-3/#ref-for-authdata-signcount%E2%91%A1",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator-data%E2%91%A2%E2%91%A1",
- "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A0%E2%91%A8%E2%91%A7",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator-data%E2%91%A2%E2%91%A0",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A1%E2%93%AA%E2%93%AA",
"https://www.w3.org/TR/webauthn-3/#ref-for-signature-counter%E2%91%A6",
"https://www.w3.org/TR/webauthn-3/#ref-for-authenticatorgetassertion%E2%91%A0%E2%93%AA",
"https://www.w3.org/TR/webauthn-3/#ref-for-authenticatormakecredential%E2%91%A0%E2%91%A1",
"https://www.w3.org/TR/webauthn-3/#ref-for-authenticatorgetassertion%E2%91%A0%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#ref-for-authenticatorgetassertion%E2%91%A0%E2%91%A1",
- "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A0%E2%91%A8%E2%91%A8",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A1%E2%93%AA%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#ref-for-signature-counter%E2%91%A7",
"https://www.w3.org/TR/webauthn-3/#ref-for-authdata-signcount%E2%91%A2",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator-data%E2%91%A2%E2%91%A2",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator-data%E2%91%A2%E2%91%A1",
"https://www.w3.org/TR/webauthn-3/#ref-for-authdata-signcount%E2%91%A3",
"https://www.w3.org/TR/webauthn-3/#ref-for-signature-counter%E2%91%A8",
- "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A1%E2%93%AA%E2%93%AA",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A1%E2%93%AA%E2%91%A1",
"https://www.w3.org/TR/webauthn-3/#ref-for-signature-counter%E2%91%A0%E2%93%AA",
"https://www.w3.org/TR/webauthn-3/#ref-for-signature-counter%E2%91%A0%E2%91%A0",
- "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A1%E2%93%AA%E2%91%A0",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A1%E2%93%AA%E2%91%A2",
"https://www.w3.org/TR/webauthn-3/#ref-for-signature-counter%E2%91%A0%E2%91%A1",
"https://www.w3.org/TR/webauthn-3/#ref-for-signature-counter%E2%91%A0%E2%91%A2",
"https://www.w3.org/TR/webauthn-3/#sctn-fido-u2f-sig-format-compat",
"https://www.w3.org/TR/webauthn-3/#ref-for-assertion-signature%E2%91%A5",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator-data%E2%91%A2%E2%91%A3",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator-data%E2%91%A2%E2%91%A2",
"https://www.w3.org/TR/webauthn-3/#ref-for-collectedclientdata-hash-of-the-serialized-client-data%E2%91%A6",
"https://www.w3.org/TR/webauthn-3/#ref-for-authentication-response-message-success",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator-data%E2%91%A2%E2%91%A4",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator-data%E2%91%A2%E2%91%A3",
"https://www.w3.org/TR/webauthn-3/#ref-for-collectedclientdata-hash-of-the-serialized-client-data%E2%91%A7",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator-data%E2%91%A2%E2%91%A5",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator-data%E2%91%A2%E2%91%A4",
"https://www.w3.org/TR/webauthn-3/#ref-for-authdata-rpidhash%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#ref-for-authentication-request-message---u2f_authenticate",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authdata-flags%E2%91%A1%E2%91%A1",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authdata-flags%E2%91%A1%E2%91%A4",
"https://www.w3.org/TR/webauthn-3/#ref-for-authdata-flags-up%E2%91%A1",
"https://www.w3.org/TR/webauthn-3/#ref-for-authdata-attestedcredentialdata%E2%91%A3",
"https://www.w3.org/TR/webauthn-3/#ref-for-authdata-extensions%E2%91%A3",
@@ -4511,88 +3822,84 @@
"https://www.w3.org/TR/webauthn-3/#sctn-credential-backup",
"https://www.w3.org/TR/webauthn-3/#ref-for-backup-eligibility%E2%91%A1",
"https://www.w3.org/TR/webauthn-3/#ref-for-backup-state%E2%91%A1",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authdata-flags-be%E2%91%A0",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authdata-flags-bs%E2%91%A0",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authdata-flags%E2%91%A1%E2%91%A2",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator-data%E2%91%A2%E2%91%A6",
"https://www.w3.org/TR/webauthn-3/#ref-for-authdata-flags-be%E2%91%A1",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authdata-flags%E2%91%A1%E2%91%A3",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticatormakecredential%E2%91%A0%E2%91%A2",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authdata-flags-bs%E2%91%A1",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authdata-flags%E2%91%A1%E2%91%A4",
- "https://www.w3.org/TR/webauthn-3/#ref-for-public-key-credential-source%E2%91%A4%E2%93%AA",
- "https://www.w3.org/TR/webauthn-3/#table-backupStates",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authdata-flags-be%E2%91%A2",
"https://www.w3.org/TR/webauthn-3/#ref-for-authdata-flags-bs%E2%91%A2",
- "https://www.w3.org/TR/webauthn-3/#ref-for-single-device-credential%E2%91%A0",
- "https://www.w3.org/TR/webauthn-3/#ref-for-multi-device-credential%E2%91%A1",
- "https://www.w3.org/TR/webauthn-3/#ref-for-backed-up%E2%91%A2",
- "https://www.w3.org/TR/webauthn-3/#ref-for-multi-device-credential%E2%91%A2",
- "https://www.w3.org/TR/webauthn-3/#ref-for-backed-up%E2%91%A3",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authdata-flags-be%E2%91%A3",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authdata-flags-bs%E2%91%A3",
"https://www.w3.org/TR/webauthn-3/#ref-for-authdata-flags%E2%91%A1%E2%91%A5",
- "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A1%E2%93%AA%E2%91%A1",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator-data%E2%91%A2%E2%91%A5",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authdata-flags-be%E2%91%A2",
"https://www.w3.org/TR/webauthn-3/#ref-for-authdata-flags%E2%91%A1%E2%91%A6",
- "https://www.w3.org/TR/webauthn-3/#ref-for-user-account%E2%91%A1%E2%91%A8",
- "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A1%E2%93%AA%E2%91%A2",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticatormakecredential%E2%91%A0%E2%91%A2",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authdata-flags-bs%E2%91%A3",
"https://www.w3.org/TR/webauthn-3/#ref-for-authdata-flags%E2%91%A1%E2%91%A7",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A0%E2%91%A3%E2%91%A7",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-public-key-credential-source%E2%91%A4%E2%91%A3",
+ "https://www.w3.org/TR/webauthn-3/#table-backupStates",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authdata-flags-be%E2%91%A3",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authdata-flags-bs%E2%91%A4",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-single-device-credential%E2%91%A1",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-multi-device-credential%E2%91%A5",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-backed-up%E2%91%A3",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-multi-device-credential%E2%91%A6",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-backed-up%E2%91%A4",
"https://www.w3.org/TR/webauthn-3/#ref-for-authdata-flags-be%E2%91%A4",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authdata-flags-bs%E2%91%A5",
"https://www.w3.org/TR/webauthn-3/#ref-for-authdata-flags%E2%91%A1%E2%91%A8",
- "https://www.w3.org/TR/webauthn-3/#ref-for-single-device-credential%E2%91%A1",
- "https://www.w3.org/TR/webauthn-3/#ref-for-generating-authenticator%E2%91%A2",
- "https://www.w3.org/TR/webauthn-3/#ref-for-single-device-credential%E2%91%A2",
"https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A1%E2%93%AA%E2%91%A3",
- "https://www.w3.org/TR/webauthn-3/#ref-for-user-account%E2%91%A2%E2%93%AA",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A0%E2%91%A3%E2%91%A8",
- "https://www.w3.org/TR/webauthn-3/#ref-for-registration-ceremony%E2%91%A7",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A0%E2%91%A4%E2%93%AA",
- "https://www.w3.org/TR/webauthn-3/#ref-for-roaming-authenticators%E2%91%A6",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A0%E2%91%A4%E2%91%A0",
- "https://www.w3.org/TR/webauthn-3/#ref-for-multi-device-credential%E2%91%A3",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authdata-flags-bs%E2%91%A4",
"https://www.w3.org/TR/webauthn-3/#ref-for-authdata-flags%E2%91%A2%E2%93%AA",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A0%E2%91%A4%E2%91%A1",
- "https://www.w3.org/TR/webauthn-3/#ref-for-concept-credential%E2%91%A0%E2%91%A3",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-user-account%E2%91%A1%E2%91%A8",
"https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A1%E2%93%AA%E2%91%A4",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authdata-flags-bs%E2%91%A5",
"https://www.w3.org/TR/webauthn-3/#ref-for-authdata-flags%E2%91%A2%E2%91%A0",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A0%E2%91%A4%E2%91%A2",
- "https://www.w3.org/TR/webauthn-3/#ref-for-concept-credential%E2%91%A0%E2%91%A4",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A0%E2%91%A4%E2%91%A8",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authdata-flags-be%E2%91%A5",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authdata-flags%E2%91%A2%E2%91%A1",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-single-device-credential%E2%91%A2",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-generating-authenticator%E2%91%A2",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-single-device-credential%E2%91%A3",
"https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A1%E2%93%AA%E2%91%A5",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A0%E2%91%A4%E2%91%A3",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-user-account%E2%91%A2%E2%93%AA",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A0%E2%91%A5%E2%93%AA",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-registration-ceremony%E2%91%A0%E2%93%AA",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A0%E2%91%A5%E2%91%A0",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-roaming-authenticators%E2%91%A6",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A0%E2%91%A5%E2%91%A1",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-multi-device-credential%E2%91%A7",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authdata-flags-bs%E2%91%A6",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authdata-flags%E2%91%A2%E2%91%A2",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A0%E2%91%A5%E2%91%A2",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-concept-credential%E2%91%A1%E2%93%AA",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A1%E2%93%AA%E2%91%A6",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authdata-flags-bs%E2%91%A7",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authdata-flags%E2%91%A2%E2%91%A3",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A0%E2%91%A5%E2%91%A3",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-concept-credential%E2%91%A1%E2%91%A0",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A1%E2%93%AA%E2%91%A7",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A0%E2%91%A5%E2%91%A4",
"https://www.w3.org/TR/webauthn-3/#ref-for-roaming-authenticators%E2%91%A7",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A0%E2%91%A4%E2%91%A4",
- "https://www.w3.org/TR/webauthn-3/#ref-for-multi-device-credential%E2%91%A4",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A0%E2%91%A5%E2%91%A5",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-multi-device-credential%E2%91%A8",
"https://www.w3.org/TR/webauthn-3/#sctn-authenticator-taxonomy",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A0%E2%91%A4%E2%91%A5",
- "https://www.w3.org/TR/webauthn-3/#ref-for-client-device%E2%91%A1%E2%91%A2",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A0%E2%91%A5%E2%91%A6",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-client-device%E2%91%A1%E2%91%A3",
"https://www.w3.org/TR/webauthn-3/#ref-for-roaming-authenticators%E2%91%A8",
"https://www.w3.org/TR/webauthn-3/#ref-for-platform-credential%E2%91%A0",
- "https://www.w3.org/TR/webauthn-3/#ref-for-client-device%E2%91%A1%E2%91%A3",
"https://www.w3.org/TR/webauthn-3/#ref-for-client-device%E2%91%A1%E2%91%A4",
- "https://www.w3.org/TR/webauthn-3/#ref-for-platform-authenticators%E2%91%A0%E2%91%A5",
"https://www.w3.org/TR/webauthn-3/#ref-for-client-device%E2%91%A1%E2%91%A5",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-platform-authenticators%E2%91%A0%E2%91%A2",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-client-device%E2%91%A1%E2%91%A6",
"https://www.w3.org/TR/webauthn-3/#ref-for-af%E2%91%A3",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A0%E2%91%A4%E2%91%A6",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A0%E2%91%A5%E2%91%A7",
"https://www.w3.org/TR/webauthn-3/#ref-for-af%E2%91%A4",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A0%E2%91%A4%E2%91%A7",
- "https://www.w3.org/TR/webauthn-3/#ref-for-user-verification%E2%91%A2%E2%91%A1",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A0%E2%91%A5%E2%91%A8",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-user-verification%E2%91%A2%E2%91%A3",
"https://www.w3.org/TR/webauthn-3/#ref-for-discoverable-credential-capable%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#ref-for-roaming-authenticators%E2%91%A0%E2%93%AA",
"https://www.w3.org/TR/webauthn-3/#authenticator-type",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-authenticator-type",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-authenticator-type",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-authenticator-type",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-authenticator-type",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A0%E2%91%A4%E2%91%A8",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A0%E2%91%A6%E2%93%AA",
"https://www.w3.org/TR/webauthn-3/#ref-for-roaming-authenticators%E2%91%A0%E2%91%A0",
- "https://www.w3.org/TR/webauthn-3/#ref-for-platform-authenticators%E2%91%A0%E2%91%A6",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-platform-authenticators%E2%91%A0%E2%91%A3",
"https://www.w3.org/TR/webauthn-3/#ref-for-authenticator-attachment-modality%E2%91%A0%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#ref-for-roaming-authenticators%E2%91%A0%E2%91%A1",
- "https://www.w3.org/TR/webauthn-3/#ref-for-client%E2%91%A6%E2%91%A0",
- "https://www.w3.org/TR/webauthn-3/#ref-for-user-verification%E2%91%A2%E2%91%A2",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-client%E2%91%A7%E2%91%A2",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-user-verification%E2%91%A2%E2%91%A4",
"https://www.w3.org/TR/webauthn-3/#ref-for-authentication-factor-capability",
"https://www.w3.org/TR/webauthn-3/#ref-for-discoverable-credential-capable%E2%91%A1",
"https://www.w3.org/TR/webauthn-3/#ref-for-credential-storage-modality",
@@ -4603,65 +3910,50 @@
"https://www.w3.org/TR/webauthn-3/#ref-for-credential-storage-modality%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#ref-for-authentication-factor-capability%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#second-factor-platform-authenticator",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-second-factor-platform-authenticator",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-second-factor-platform-authenticator",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-second-factor-platform-authenticator",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-second-factor-platform-authenticator",
"https://www.w3.org/TR/webauthn-3/#ref-for-platform-attachment%E2%91%A1",
"https://www.w3.org/TR/webauthn-3/#ref-for-single-factor-capable",
"https://www.w3.org/TR/webauthn-3/#user-verifying-platform-authenticator",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-user-verifying-platform-authenticator",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-user-verifying-platform-authenticator",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-user-verifying-platform-authenticator",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-user-verifying-platform-authenticator",
"https://www.w3.org/TR/webauthn-3/#ref-for-platform-attachment%E2%91%A2",
"https://www.w3.org/TR/webauthn-3/#ref-for-multi-factor-capable",
"https://www.w3.org/TR/webauthn-3/#second-factor-roaming-authenticator",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-second-factor-roaming-authenticator",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-second-factor-roaming-authenticator",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-second-factor-roaming-authenticator",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-second-factor-roaming-authenticator",
"https://www.w3.org/TR/webauthn-3/#ref-for-cross-platform-attachment%E2%91%A1",
"https://www.w3.org/TR/webauthn-3/#ref-for-server-side-credential-storage-modality%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#ref-for-single-factor-capable%E2%91%A0",
- "https://www.w3.org/TR/webauthn-3/#first-factor-roaming-authenticator",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-first-factor-roaming-authenticator",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-first-factor-roaming-authenticator",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-first-factor-roaming-authenticator",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-first-factor-roaming-authenticator",
+ "https://www.w3.org/TR/webauthn-3/#passkey-roaming-authenticator",
"https://www.w3.org/TR/webauthn-3/#ref-for-cross-platform-attachment%E2%91%A2",
"https://www.w3.org/TR/webauthn-3/#ref-for-client-side-credential-storage-modality%E2%91%A2",
"https://www.w3.org/TR/webauthn-3/#ref-for-multi-factor-capable%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#passkey-platform-authenticator",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-passkey-platform-authenticator",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-passkey-platform-authenticator",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-passkey-platform-authenticator",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-passkey-platform-authenticator",
"https://www.w3.org/TR/webauthn-3/#ref-for-platform-attachment%E2%91%A3",
"https://www.w3.org/TR/webauthn-3/#ref-for-enumdef-authenticatortransport%E2%91%A4",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-authenticatortransport-internal%E2%91%A1",
"https://www.w3.org/TR/webauthn-3/#ref-for-cross-platform-attachment%E2%91%A3",
"https://www.w3.org/TR/webauthn-3/#ref-for-enumdef-authenticatortransport%E2%91%A5",
- "https://www.w3.org/TR/webauthn-3/#ref-for-dom-authenticatortransport-hybrid%E2%91%A2",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-authenticatortransport-hybrid%E2%91%A3",
"https://www.w3.org/TR/webauthn-3/#ref-for-client-side-credential-storage-modality%E2%91%A3",
"https://www.w3.org/TR/webauthn-3/#ref-for-multi-factor-capable%E2%91%A1",
"https://www.w3.org/TR/webauthn-3/#ref-for-authenticator-type%E2%91%A2",
"https://www.w3.org/TR/webauthn-3/#ref-for-second-factor-platform-authenticator",
- "https://www.w3.org/TR/webauthn-3/#ref-for-client-device%E2%91%A1%E2%91%A6",
- "https://www.w3.org/TR/webauthn-3/#ref-for-second-factor-roaming-authenticator",
"https://www.w3.org/TR/webauthn-3/#ref-for-client-device%E2%91%A1%E2%91%A7",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-second-factor-roaming-authenticator",
"https://www.w3.org/TR/webauthn-3/#ref-for-client-device%E2%91%A1%E2%91%A8",
- "https://www.w3.org/TR/webauthn-3/#ref-for-user-verifying-platform-authenticator%E2%91%A6",
- "https://www.w3.org/TR/webauthn-3/#ref-for-first-factor-roaming-authenticator%E2%91%A0",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-client-device%E2%91%A2%E2%93%AA",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-passkey-platform-authenticator%E2%91%A1",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-passkey-roaming-authenticator%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#ref-for-af%E2%91%A5",
"https://www.w3.org/TR/webauthn-3/#ref-for-credential-private-key%E2%91%A0%E2%93%AA",
- "https://www.w3.org/TR/webauthn-3/#ref-for-user-verification%E2%91%A2%E2%91%A3",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-user-verification%E2%91%A2%E2%91%A5",
"https://www.w3.org/TR/webauthn-3/#ref-for-af%E2%91%A6",
"https://www.w3.org/TR/webauthn-3/#ref-for-biometric-recognition%E2%91%A2",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A0%E2%91%A5%E2%93%AA",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A0%E2%91%A6%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#ref-for-af%E2%91%A7",
"https://www.w3.org/TR/webauthn-3/#ref-for-af%E2%91%A8",
- "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A1%E2%93%AA%E2%91%A6",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A1%E2%93%AA%E2%91%A8",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-discoverable-credential%E2%91%A0%E2%91%A3",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-passkey%E2%91%A4",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-user-verifying-platform-authenticator%E2%91%A5",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-passkey-platform-authenticator%E2%91%A2",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredential-isuserverifyingplatformauthenticatoravailable%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#ref-for-roaming-authenticators%E2%91%A0%E2%91%A2",
"https://www.w3.org/TR/webauthn-3/#ref-for-discoverable-credential-capable%E2%91%A2",
"https://www.w3.org/TR/webauthn-3/#ref-for-multi-factor-capable%E2%91%A2",
@@ -4669,7 +3961,7 @@
"https://www.w3.org/TR/webauthn-3/#ref-for-user-handle%E2%91%A1%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#ref-for-credential-private-key%E2%91%A0%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#ref-for-af%E2%91%A0%E2%93%AA",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A0%E2%91%A5%E2%91%A0",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A0%E2%91%A6%E2%91%A1",
"https://www.w3.org/TR/webauthn-3/#ref-for-roaming-authenticators%E2%91%A0%E2%91%A3",
"https://www.w3.org/TR/webauthn-3/#ref-for-multi-factor-capable%E2%91%A3",
"https://www.w3.org/TR/webauthn-3/#ref-for-discoverable-credential-capable%E2%91%A3",
@@ -4679,453 +3971,362 @@
"https://www.w3.org/TR/webauthn-3/#ref-for-authentication-factor-capability%E2%91%A1",
"https://www.w3.org/TR/webauthn-3/#sctn-authenticator-attachment-modality",
"https://www.w3.org/TR/webauthn-3/#authenticator-attachment-modality",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-authenticator-attachment-modality",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-authenticator-attachment-modality",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-authenticator-attachment-modality",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-authenticator-attachment-modality",
- "https://www.w3.org/TR/webauthn-3/#ref-for-client%E2%91%A6%E2%91%A1",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A0%E2%91%A5%E2%91%A1",
- "https://www.w3.org/TR/webauthn-3/#ref-for-client%E2%91%A6%E2%91%A2",
- "https://www.w3.org/TR/webauthn-3/#ref-for-client-device%E2%91%A2%E2%93%AA",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A0%E2%91%A5%E2%91%A2",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-client%E2%91%A7%E2%91%A3",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A0%E2%91%A6%E2%91%A2",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-client%E2%91%A7%E2%91%A4",
"https://www.w3.org/TR/webauthn-3/#ref-for-client-device%E2%91%A2%E2%91%A0",
- "https://www.w3.org/TR/webauthn-3/#ref-for-client%E2%91%A6%E2%91%A3",
- "https://www.w3.org/TR/webauthn-3/#ref-for-cross-platform-attachment%E2%91%A4",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A0%E2%91%A5%E2%91%A3",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A0%E2%91%A5%E2%91%A4",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A0%E2%91%A6%E2%91%A3",
"https://www.w3.org/TR/webauthn-3/#ref-for-client-device%E2%91%A2%E2%91%A1",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-client%E2%91%A7%E2%91%A5",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-cross-platform-attachment%E2%91%A4",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A0%E2%91%A6%E2%91%A4",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A0%E2%91%A6%E2%91%A5",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-client-device%E2%91%A2%E2%91%A2",
"https://www.w3.org/TR/webauthn-3/#platform-authenticators",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-platform-authenticators",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-platform-authenticators",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-platform-authenticators",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-platform-authenticators",
"https://www.w3.org/TR/webauthn-3/#roaming-authenticators",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-roaming-authenticators",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-roaming-authenticators",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-roaming-authenticators",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-roaming-authenticators",
- "https://www.w3.org/TR/webauthn-3/#ref-for-platform-authenticators%E2%91%A0%E2%91%A7",
- "https://www.w3.org/TR/webauthn-3/#ref-for-client-device%E2%91%A2%E2%91%A2",
- "https://www.w3.org/TR/webauthn-3/#platform-attachment",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-platform-attachment",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-platform-attachment",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-platform-attachment",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-platform-attachment",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-platform-authenticators%E2%91%A0%E2%91%A4",
"https://www.w3.org/TR/webauthn-3/#ref-for-client-device%E2%91%A2%E2%91%A3",
- "https://www.w3.org/TR/webauthn-3/#ref-for-public-key-credential%E2%91%A3%E2%91%A3",
+ "https://www.w3.org/TR/webauthn-3/#platform-attachment",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-client-device%E2%91%A2%E2%91%A4",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-public-key-credential%E2%91%A3%E2%91%A5",
"https://www.w3.org/TR/webauthn-3/#ref-for-bound-credential%E2%91%A0%E2%91%A0",
- "https://www.w3.org/TR/webauthn-3/#ref-for-platform-authenticators%E2%91%A0%E2%91%A8",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-platform-authenticators%E2%91%A0%E2%91%A5",
"https://www.w3.org/TR/webauthn-3/#platform-credential",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-platform-credential",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-platform-credential",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-platform-credential",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-platform-credential",
"https://www.w3.org/TR/webauthn-3/#ref-for-roaming-authenticators%E2%91%A0%E2%91%A4",
"https://www.w3.org/TR/webauthn-3/#cross-platform-attachment",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-cross-platform-attachment",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-cross-platform-attachment",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-cross-platform-attachment",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-cross-platform-attachment",
- "https://www.w3.org/TR/webauthn-3/#ref-for-client-device%E2%91%A2%E2%91%A4",
- "https://www.w3.org/TR/webauthn-3/#ref-for-public-key-credential%E2%91%A3%E2%91%A4",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-client-device%E2%91%A2%E2%91%A5",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-public-key-credential%E2%91%A3%E2%91%A6",
"https://www.w3.org/TR/webauthn-3/#ref-for-bound-credential%E2%91%A0%E2%91%A1",
"https://www.w3.org/TR/webauthn-3/#ref-for-roaming-authenticators%E2%91%A0%E2%91%A5",
"https://www.w3.org/TR/webauthn-3/#roaming-credential",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-roaming-credential",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-roaming-credential",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-roaming-credential",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-roaming-credential",
- "https://www.w3.org/TR/webauthn-3/#ref-for-platform-authenticators%E2%91%A1%E2%93%AA",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-platform-authenticators%E2%91%A0%E2%91%A6",
"https://www.w3.org/TR/webauthn-3/#ref-for-roaming-authenticators%E2%91%A0%E2%91%A6",
- "https://www.w3.org/TR/webauthn-3/#ref-for-platform-authenticators%E2%91%A1%E2%91%A0",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-platform-authenticators%E2%91%A0%E2%91%A7",
"https://www.w3.org/TR/webauthn-3/#ref-for-roaming-authenticators%E2%91%A0%E2%91%A7",
- "https://www.w3.org/TR/webauthn-3/#ref-for-client%E2%91%A6%E2%91%A4",
- "https://www.w3.org/TR/webauthn-3/#ref-for-platform-authenticators%E2%91%A1%E2%91%A1",
- "https://www.w3.org/TR/webauthn-3/#ref-for-client%E2%91%A6%E2%91%A5",
- "https://www.w3.org/TR/webauthn-3/#ref-for-client-device%E2%91%A2%E2%91%A5",
- "https://www.w3.org/TR/webauthn-3/#ref-for-roaming-authenticators%E2%91%A0%E2%91%A8",
- "https://www.w3.org/TR/webauthn-3/#ref-for-platform-authenticators%E2%91%A1%E2%91%A2",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-client%E2%91%A7%E2%91%A6",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-platform-authenticators%E2%91%A0%E2%91%A8",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-client%E2%91%A7%E2%91%A7",
"https://www.w3.org/TR/webauthn-3/#ref-for-client-device%E2%91%A2%E2%91%A6",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-roaming-authenticators%E2%91%A0%E2%91%A8",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-platform-authenticators%E2%91%A1%E2%93%AA",
"https://www.w3.org/TR/webauthn-3/#ref-for-client-device%E2%91%A2%E2%91%A7",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-client-device%E2%91%A2%E2%91%A8",
"https://www.w3.org/TR/webauthn-3/#ref-for-af%E2%91%A0%E2%91%A1",
"https://www.w3.org/TR/webauthn-3/#ref-for-af%E2%91%A0%E2%91%A2",
"https://www.w3.org/TR/webauthn-3/#ref-for-authentication%E2%91%A0%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#ref-for-roaming-authenticators%E2%91%A1%E2%93%AA",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authentication-ceremony%E2%91%A1%E2%91%A0",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authentication-ceremony%E2%91%A1%E2%91%A6",
"https://www.w3.org/TR/webauthn-3/#ref-for-roaming-authenticators%E2%91%A1%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#ref-for-authentication%E2%91%A0%E2%91%A1",
- "https://www.w3.org/TR/webauthn-3/#ref-for-client-device%E2%91%A2%E2%91%A8",
"https://www.w3.org/TR/webauthn-3/#ref-for-client-device%E2%91%A3%E2%93%AA",
"https://www.w3.org/TR/webauthn-3/#ref-for-client-device%E2%91%A3%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#ref-for-client-device%E2%91%A3%E2%91%A1",
- "https://www.w3.org/TR/webauthn-3/#ref-for-platform-authenticators%E2%91%A1%E2%91%A3",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A0%E2%91%A5%E2%91%A5",
"https://www.w3.org/TR/webauthn-3/#ref-for-client-device%E2%91%A3%E2%91%A2",
- "https://www.w3.org/TR/webauthn-3/#ref-for-roaming-authenticators%E2%91%A1%E2%91%A1",
- "https://www.w3.org/TR/webauthn-3/#ref-for-public-key-credential%E2%91%A3%E2%91%A5",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A0%E2%91%A5%E2%91%A6",
- "https://www.w3.org/TR/webauthn-3/#sctn-credential-storage-modality",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A0%E2%91%A5%E2%91%A7",
- "https://www.w3.org/TR/webauthn-3/#ref-for-public-key-credential-source%E2%91%A4%E2%91%A0",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A0%E2%91%A5%E2%91%A8",
- "https://www.w3.org/TR/webauthn-3/#ref-for-client%E2%91%A6%E2%91%A6",
- "https://www.w3.org/TR/webauthn-3/#ref-for-client-device%E2%91%A3%E2%91%A3",
- "https://www.w3.org/TR/webauthn-3/#ref-for-client-side-discoverable-public-key-credential-source%E2%91%A2",
- "https://www.w3.org/TR/webauthn-3/#ref-for-credential-private-key%E2%91%A0%E2%91%A1",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A0%E2%91%A6%E2%93%AA",
- "https://www.w3.org/TR/webauthn-3/#ref-for-credential-id%E2%91%A1%E2%91%A3",
- "https://www.w3.org/TR/webauthn-3/#ref-for-public-key-credential-source%E2%91%A4%E2%91%A1",
- "https://www.w3.org/TR/webauthn-3/#ref-for-credential-id%E2%91%A1%E2%91%A4",
- "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A1%E2%93%AA%E2%91%A7",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A0%E2%91%A6%E2%91%A0",
- "https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredentialrequestoptions-allowcredentials%E2%91%A0%E2%91%A5",
- "https://www.w3.org/TR/webauthn-3/#ref-for-dom-credentialscontainer-get%E2%91%A1%E2%91%A6",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A0%E2%91%A6%E2%91%A1",
- "https://www.w3.org/TR/webauthn-3/#ref-for-credential-private-key%E2%91%A0%E2%91%A2",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A0%E2%91%A6%E2%91%A2",
- "https://www.w3.org/TR/webauthn-3/#ref-for-credential-private-key%E2%91%A0%E2%91%A3",
- "https://www.w3.org/TR/webauthn-3/#ref-for-credential-private-key%E2%91%A0%E2%91%A4",
- "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A1%E2%93%AA%E2%91%A8",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A0%E2%91%A6%E2%91%A3",
- "https://www.w3.org/TR/webauthn-3/#ref-for-concept-credential%E2%91%A0%E2%91%A5",
- "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A1%E2%91%A0%E2%93%AA",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A0%E2%91%A6%E2%91%A4",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A0%E2%91%A6%E2%91%A5",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-platform-authenticators%E2%91%A1%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A0%E2%91%A6%E2%91%A6",
- "https://www.w3.org/TR/webauthn-3/#credential-storage-modality",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-credential-storage-modality",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-credential-storage-modality",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-credential-storage-modality",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-credential-storage-modality",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-client-device%E2%91%A3%E2%91%A3",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-roaming-authenticators%E2%91%A1%E2%91%A1",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-public-key-credential%E2%91%A3%E2%91%A7",
"https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A0%E2%91%A6%E2%91%A7",
- "https://www.w3.org/TR/webauthn-3/#client-side-credential-storage-modality",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-client-side-credential-storage-modality",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-client-side-credential-storage-modality",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-client-side-credential-storage-modality",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-client-side-credential-storage-modality",
- "https://www.w3.org/TR/webauthn-3/#ref-for-client-side-discoverable-public-key-credential-source%E2%91%A3",
+ "https://www.w3.org/TR/webauthn-3/#sctn-credential-storage-modality",
"https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A0%E2%91%A6%E2%91%A8",
- "https://www.w3.org/TR/webauthn-3/#ref-for-client-side-credential-storage-modality%E2%91%A4",
- "https://www.w3.org/TR/webauthn-3/#discoverable-credential-capable",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-discoverable-credential-capable",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-discoverable-credential-capable",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-discoverable-credential-capable",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-discoverable-credential-capable",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-public-key-credential-source%E2%91%A4%E2%91%A4",
"https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A0%E2%91%A7%E2%93%AA",
- "https://www.w3.org/TR/webauthn-3/#server-side-credential-storage-modality",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-server-side-credential-storage-modality",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-server-side-credential-storage-modality",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-server-side-credential-storage-modality",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-server-side-credential-storage-modality",
- "https://www.w3.org/TR/webauthn-3/#ref-for-client-side-credential-storage-modality%E2%91%A5",
- "https://www.w3.org/TR/webauthn-3/#ref-for-credential-private-key%E2%91%A0%E2%91%A5",
- "https://www.w3.org/TR/webauthn-3/#ref-for-credential-id%E2%91%A1%E2%91%A5",
- "https://www.w3.org/TR/webauthn-3/#ref-for-discoverable-credential-capable%E2%91%A4",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A0%E2%91%A7%E2%91%A0",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-client%E2%91%A7%E2%91%A8",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-client-device%E2%91%A3%E2%91%A4",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-client-side-discoverable-public-key-credential-source%E2%91%A2",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-public-key-credential-source%E2%91%A4%E2%91%A5",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A0%E2%91%A7%E2%91%A0",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-credential-id%E2%91%A2%E2%93%AA",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-public-key-credential-source%E2%91%A4%E2%91%A6",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-credential-id%E2%91%A2%E2%91%A0",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A1%E2%91%A0%E2%93%AA",
"https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A0%E2%91%A7%E2%91%A1",
- "https://www.w3.org/TR/webauthn-3/#ref-for-public-key-credential%E2%91%A3%E2%91%A6",
- "https://www.w3.org/TR/webauthn-3/#ref-for-dom-authenticatorselectioncriteria-residentkey%E2%91%A5",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredentialrequestoptions-allowcredentials%E2%91%A0%E2%91%A8",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-credentialscontainer-get%E2%91%A2%E2%93%AA",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A0%E2%91%A7%E2%91%A2",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-public-key-credential-source%E2%91%A4%E2%91%A7",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A0%E2%91%A7%E2%91%A3",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-public-key-credential-source%E2%91%A4%E2%91%A8",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A1%E2%91%A0%E2%91%A0",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A0%E2%91%A7%E2%91%A4",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-concept-credential%E2%91%A1%E2%91%A1",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A1%E2%91%A0%E2%91%A1",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A0%E2%91%A7%E2%91%A5",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A0%E2%91%A7%E2%91%A6",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A0%E2%91%A7%E2%91%A7",
+ "https://www.w3.org/TR/webauthn-3/#credential-storage-modality",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A0%E2%91%A7%E2%91%A8",
+ "https://www.w3.org/TR/webauthn-3/#client-side-credential-storage-modality",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-client-side-discoverable-public-key-credential-source%E2%91%A3",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A0%E2%91%A8%E2%93%AA",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-client-side-credential-storage-modality%E2%91%A4",
+ "https://www.w3.org/TR/webauthn-3/#discoverable-credential-capable",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A0%E2%91%A8%E2%91%A0",
+ "https://www.w3.org/TR/webauthn-3/#server-side-credential-storage-modality",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-client-side-credential-storage-modality%E2%91%A5",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-public-key-credential-source%E2%91%A5%E2%93%AA",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-credential-id%E2%91%A2%E2%91%A1",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-discoverable-credential-capable%E2%91%A4",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A0%E2%91%A8%E2%91%A1",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A0%E2%91%A8%E2%91%A2",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-public-key-credential%E2%91%A3%E2%91%A8",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-authenticatorselectioncriteria-residentkey%E2%91%A6",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-authenticatorselectioncriteria-requireresidentkey%E2%91%A3",
- "https://www.w3.org/TR/webauthn-3/#ref-for-dom-credentialscontainer-create%E2%91%A1%E2%91%A3",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-credentialscontainer-create%E2%91%A1%E2%91%A5",
"https://www.w3.org/TR/webauthn-3/#sctn-authentication-factor-capability",
"https://www.w3.org/TR/webauthn-3/#authentication-factor-capability",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-authentication-factor-capability",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-authentication-factor-capability",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-authentication-factor-capability",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-authentication-factor-capability",
"https://www.w3.org/TR/webauthn-3/#ref-for-af%E2%91%A0%E2%91%A3",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authentication-ceremony%E2%91%A1%E2%91%A1",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authentication-ceremony%E2%91%A1%E2%91%A7",
"https://www.w3.org/TR/webauthn-3/#ref-for-af%E2%91%A0%E2%91%A4",
"https://www.w3.org/TR/webauthn-3/#ref-for-af%E2%91%A0%E2%91%A5",
"https://www.w3.org/TR/webauthn-3/#ref-for-af%E2%91%A0%E2%91%A6",
"https://www.w3.org/TR/webauthn-3/#ref-for-webauthn-authenticator%E2%91%A5",
"https://www.w3.org/TR/webauthn-3/#ref-for-af%E2%91%A0%E2%91%A7",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A0%E2%91%A7%E2%91%A2",
- "https://www.w3.org/TR/webauthn-3/#ref-for-user-verification%E2%91%A2%E2%91%A4",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A0%E2%91%A8%E2%91%A3",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-user-verification%E2%91%A2%E2%91%A6",
"https://www.w3.org/TR/webauthn-3/#ref-for-af%E2%91%A0%E2%91%A8",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A0%E2%91%A7%E2%91%A3",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A0%E2%91%A8%E2%91%A4",
"https://www.w3.org/TR/webauthn-3/#ref-for-af%E2%91%A1%E2%93%AA",
"https://www.w3.org/TR/webauthn-3/#ref-for-biometric-authenticator",
"https://www.w3.org/TR/webauthn-3/#ref-for-af%E2%91%A1%E2%91%A0",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A0%E2%91%A7%E2%91%A4",
- "https://www.w3.org/TR/webauthn-3/#ref-for-user-verification%E2%91%A2%E2%91%A5",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A0%E2%91%A8%E2%91%A5",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-user-verification%E2%91%A2%E2%91%A7",
"https://www.w3.org/TR/webauthn-3/#multi-factor-capable",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-multi-factor-capable",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-multi-factor-capable",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-multi-factor-capable",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-multi-factor-capable",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A0%E2%91%A7%E2%91%A5",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A0%E2%91%A8%E2%91%A6",
"https://www.w3.org/TR/webauthn-3/#ref-for-multi-factor-capable%E2%91%A4",
"https://www.w3.org/TR/webauthn-3/#single-factor-capable",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-single-factor-capable",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-single-factor-capable",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-single-factor-capable",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-single-factor-capable",
"https://www.w3.org/TR/webauthn-3/#ref-for-multi-factor-capable%E2%91%A5",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A0%E2%91%A7%E2%91%A6",
- "https://www.w3.org/TR/webauthn-3/#ref-for-user-verification%E2%91%A2%E2%91%A6",
- "https://www.w3.org/TR/webauthn-3/#ref-for-af%E2%91%A1%E2%91%A1",
- "https://www.w3.org/TR/webauthn-3/#ref-for-user-verification%E2%91%A2%E2%91%A7",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A0%E2%91%A7%E2%91%A7",
- "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A1%E2%91%A0%E2%91%A0",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A0%E2%91%A7%E2%91%A8",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A0%E2%91%A8%E2%91%A7",
"https://www.w3.org/TR/webauthn-3/#ref-for-user-verification%E2%91%A2%E2%91%A8",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authdata-flags-uv%E2%91%A8",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authdata-flags%E2%91%A2%E2%91%A1",
- "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A1%E2%91%A0%E2%91%A1",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-af%E2%91%A1%E2%91%A1",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-user-verification%E2%91%A3%E2%93%AA",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A0%E2%91%A8%E2%91%A8",
"https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A1%E2%91%A0%E2%91%A2",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A1%E2%93%AA%E2%93%AA",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-user-verification%E2%91%A3%E2%91%A0",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authdata-flags-uv%E2%91%A8",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authdata-flags%E2%91%A2%E2%91%A4",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A1%E2%91%A0%E2%91%A3",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A1%E2%91%A0%E2%91%A4",
"https://www.w3.org/TR/webauthn-3/#ref-for-authdata-flags-uv%E2%91%A0%E2%93%AA",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authdata-flags%E2%91%A2%E2%91%A2",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authdata-flags%E2%91%A2%E2%91%A5",
"https://www.w3.org/TR/webauthn-3/#ref-for-af%E2%91%A1%E2%91%A2",
"https://www.w3.org/TR/webauthn-3/#ref-for-registration%E2%91%A0%E2%91%A7",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authentication-ceremony%E2%91%A1%E2%91%A2",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authentication-ceremony%E2%91%A1%E2%91%A8",
"https://www.w3.org/TR/webauthn-3/#ref-for-authdata-flags-uv%E2%91%A0%E2%91%A0",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authdata-flags%E2%91%A2%E2%91%A3",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A0%E2%91%A8%E2%93%AA",
- "https://www.w3.org/TR/webauthn-3/#ref-for-attestation-statement%E2%91%A1%E2%93%AA",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authdata-flags%E2%91%A2%E2%91%A6",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A1%E2%93%AA%E2%91%A0",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-attestation-statement%E2%91%A0%E2%91%A6",
"https://www.w3.org/TR/webauthn-3/#sctn-authenticator-ops",
"https://www.w3.org/TR/webauthn-3/#authenticator-operations",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-authenticator-operations",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-authenticator-operations",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-authenticator-operations",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-authenticator-operations",
- "https://www.w3.org/TR/webauthn-3/#ref-for-webauthn-client%E2%91%A5",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-webauthn-client%E2%91%A1%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#authenticator-session",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-authenticator-session",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-authenticator-session",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-authenticator-session",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-authenticator-session",
"https://www.w3.org/TR/webauthn-3/#sctn-op-lookup-credsource-by-credid",
"https://www.w3.org/TR/webauthn-3/#credential-id-looking-up",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-credential-id-looking-up",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-credential-id-looking-up",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-credential-id-looking-up",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-credential-id-looking-up",
- "https://www.w3.org/TR/webauthn-3/#ref-for-credential-id%E2%91%A1%E2%91%A6",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A0%E2%91%A8%E2%91%A0",
- "https://www.w3.org/TR/webauthn-3/#ref-for-public-key-credential-source%E2%91%A4%E2%91%A2",
- "https://www.w3.org/TR/webauthn-3/#ref-for-public-key-credential-source-id",
- "https://www.w3.org/TR/webauthn-3/#ref-for-map-iterate%E2%91%A1",
- "https://www.w3.org/TR/webauthn-3/#ref-for-public-key-credential-source%E2%91%A4%E2%91%A3",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator-credentials-map%E2%91%A0",
- "https://www.w3.org/TR/webauthn-3/#ref-for-public-key-credential-source-id%E2%91%A0",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-credential-id%E2%91%A2%E2%91%A2",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A1%E2%93%AA%E2%91%A1",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-public-key-credential-source%E2%91%A5%E2%91%A0",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-public-key-credential-source-id%E2%91%A1",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-map-iterate%E2%91%A2",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-public-key-credential-source%E2%91%A5%E2%91%A1",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator-credentials-map%E2%91%A6",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-public-key-credential-source-id%E2%91%A2",
"https://www.w3.org/TR/webauthn-3/#sctn-op-make-cred",
"https://www.w3.org/TR/webauthn-3/#authenticatormakecredential",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-authenticatormakecredential",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-authenticatormakecredential",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-authenticatormakecredential",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-authenticatormakecredential",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticatorcancel%E2%91%A0%E2%91%A0",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator-session%E2%91%A1",
"https://www.w3.org/TR/webauthn-3/#ref-for-collectedclientdata-hash-of-the-serialized-client-data%E2%91%A8",
- "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A1%E2%91%A0%E2%91%A3",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A1%E2%91%A0%E2%91%A5",
"https://www.w3.org/TR/webauthn-3/#ref-for-dictdef-publickeycredentialrpentity%E2%91%A5",
"https://www.w3.org/TR/webauthn-3/#ref-for-user-account%E2%91%A2%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#ref-for-dictdef-publickeycredentialuserentity%E2%91%A4",
"https://www.w3.org/TR/webauthn-3/#ref-for-user-handle%E2%91%A1%E2%91%A1",
- "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A1%E2%91%A0%E2%91%A4",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A1%E2%91%A0%E2%91%A6",
"https://www.w3.org/TR/webauthn-3/#ref-for-effective-resident-key-requirement-for-credential-creation",
- "https://www.w3.org/TR/webauthn-3/#ref-for-client%E2%91%A6%E2%91%A7",
- "https://www.w3.org/TR/webauthn-3/#ref-for-test-of-user-presence%E2%91%A7",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-client%E2%91%A8%E2%93%AA",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-credentialcreationoptions-mediation%E2%91%A5",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-credentialmediationrequirement-conditional%E2%91%A1%E2%91%A2",
"https://www.w3.org/TR/webauthn-3/#ref-for-effective-user-verification-requirement-for-credential-creation",
- "https://www.w3.org/TR/webauthn-3/#ref-for-client%E2%91%A6%E2%91%A8",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-client%E2%91%A8%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#ref-for-enumdef-publickeycredentialtype%E2%91%A7",
- "https://www.w3.org/TR/webauthn-3/#ref-for-typedefdef-cosealgorithmidentifier%E2%91%A0%E2%91%A0",
- "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A1%E2%91%A0%E2%91%A5",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A0%E2%91%A8%E2%91%A1",
- "https://www.w3.org/TR/webauthn-3/#ref-for-dictdef-publickeycredentialdescriptor%E2%91%A0%E2%91%A1",
- "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A1%E2%91%A0%E2%91%A6",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-typedefdef-cosealgorithmidentifier%E2%91%A0%E2%91%A1",
"https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A1%E2%91%A0%E2%91%A7",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A0%E2%91%A8%E2%91%A2",
- "https://www.w3.org/TR/webauthn-3/#ref-for-attestation%E2%91%A0%E2%91%A4",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A1%E2%93%AA%E2%91%A2",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dictdef-publickeycredentialdescriptor%E2%91%A0%E2%91%A0",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A1%E2%91%A0%E2%91%A8",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A1%E2%91%A1%E2%93%AA",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A1%E2%93%AA%E2%91%A3",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-attestation%E2%91%A0%E2%91%A3",
"https://www.w3.org/TR/webauthn-3/#ref-for-cbor%E2%91%A8",
"https://www.w3.org/TR/webauthn-3/#ref-for-ordered-map%E2%91%A0%E2%93%AA",
- "https://www.w3.org/TR/webauthn-3/#ref-for-extension-identifier%E2%91%A4",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-extension-identifier%E2%91%A5",
"https://www.w3.org/TR/webauthn-3/#ref-for-authenticator-extension-input%E2%91%A0",
- "https://www.w3.org/TR/webauthn-3/#ref-for-client%E2%91%A7%E2%93%AA",
- "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A1%E2%91%A0%E2%91%A8",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator-session%E2%91%A1",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticatorcancel%E2%91%A0%E2%91%A0",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A0%E2%91%A8%E2%91%A3",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-client%E2%91%A8%E2%91%A1",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A1%E2%91%A1%E2%91%A0",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A1%E2%93%AA%E2%91%A4",
"https://www.w3.org/TR/webauthn-3/#ref-for-unknownerror",
"https://www.w3.org/TR/webauthn-3/#ref-for-enumdef-publickeycredentialtype%E2%91%A8",
- "https://www.w3.org/TR/webauthn-3/#ref-for-notsupportederror%E2%91%A1",
- "https://www.w3.org/TR/webauthn-3/#ref-for-list-iterate%E2%91%A0%E2%91%A6",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-notsupportederror%E2%91%A2",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-list-iterate%E2%91%A0%E2%91%A8",
"https://www.w3.org/TR/webauthn-3/#ref-for-credential-id-looking-up",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredentialdescriptor-id%E2%91%A6",
"https://www.w3.org/TR/webauthn-3/#ref-for-list-item%E2%91%A8",
- "https://www.w3.org/TR/webauthn-3/#ref-for-rp-id%E2%91%A2%E2%91%A3",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-rp-id%E2%91%A3%E2%93%AA",
"https://www.w3.org/TR/webauthn-3/#ref-for-public-key-credential-source-type%E2%91%A0",
- "https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredentialrpentity-id%E2%91%A0%E2%93%AA",
- "https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredentialdescriptor-type%E2%91%A3",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredentialrpentity-id%E2%91%A0%E2%91%A2",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredentialdescriptor-type%E2%91%A5",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authorization-gesture%E2%91%A0%E2%91%A4",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-user-consent%E2%91%A0%E2%91%A6",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authorization-gesture%E2%91%A0%E2%91%A5",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-test-of-user-presence%E2%91%A7",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-invalidstateerror%E2%91%A3",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-notallowederror%E2%91%A0%E2%91%A3",
"https://www.w3.org/TR/webauthn-3/#ref-for-authorization-gesture%E2%91%A0%E2%91%A6",
- "https://www.w3.org/TR/webauthn-3/#ref-for-user-consent%E2%91%A0%E2%91%A5",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authorization-gesture%E2%91%A0%E2%91%A7",
- "https://www.w3.org/TR/webauthn-3/#ref-for-test-of-user-presence%E2%91%A8",
- "https://www.w3.org/TR/webauthn-3/#ref-for-invalidstateerror%E2%91%A2",
- "https://www.w3.org/TR/webauthn-3/#ref-for-notallowederror%E2%91%A0%E2%93%AA",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authorization-gesture%E2%91%A0%E2%91%A8",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredentialdescriptor-id%E2%91%A7",
"https://www.w3.org/TR/webauthn-3/#ref-for-bound-credential%E2%91%A0%E2%91%A2",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A0%E2%91%A8%E2%91%A4",
- "https://www.w3.org/TR/webauthn-3/#ref-for-client%E2%91%A7%E2%91%A0",
- "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A1%E2%91%A1%E2%93%AA",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A0%E2%91%A8%E2%91%A5",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A0%E2%91%A8%E2%91%A6",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A1%E2%93%AA%E2%91%A5",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-client%E2%91%A8%E2%91%A2",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A1%E2%91%A1%E2%91%A1",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A1%E2%93%AA%E2%91%A6",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A1%E2%93%AA%E2%91%A7",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredentialdescriptor-id%E2%91%A8",
"https://www.w3.org/TR/webauthn-3/#ref-for-bound-credential%E2%91%A0%E2%91%A3",
"https://www.w3.org/TR/webauthn-3/#ref-for-client-side-discoverable-public-key-credential-source%E2%91%A4",
- "https://www.w3.org/TR/webauthn-3/#ref-for-constrainterror",
- "https://www.w3.org/TR/webauthn-3/#ref-for-user-verification%E2%91%A3%E2%93%AA",
- "https://www.w3.org/TR/webauthn-3/#ref-for-constrainterror%E2%91%A0",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-constrainterror%E2%91%A1",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-user-verification%E2%91%A3%E2%91%A1",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-constrainterror%E2%91%A2",
"https://www.w3.org/TR/webauthn-3/#op-makecred-step-user-consent",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authorization-gesture%E2%91%A1%E2%93%AA",
- "https://www.w3.org/TR/webauthn-3/#ref-for-user-consent%E2%91%A0%E2%91%A6",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authorization-gesture%E2%91%A1%E2%91%A0",
- "https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredentialrpentity-id%E2%91%A0%E2%91%A0",
- "https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredentialentity-name%E2%91%A0%E2%91%A1",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authorization-gesture%E2%91%A0%E2%91%A7",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-user-consent%E2%91%A0%E2%91%A7",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authorization-gesture%E2%91%A0%E2%91%A8",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredentialrpentity-id%E2%91%A0%E2%91%A3",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredentialentity-name%E2%91%A0%E2%91%A2",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredentialentity-name%E2%91%A0%E2%91%A3",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredentialuserentity-displayname%E2%91%A0%E2%91%A0",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authorization-gesture%E2%91%A1%E2%91%A1",
- "https://www.w3.org/TR/webauthn-3/#ref-for-user-verification%E2%91%A3%E2%91%A0",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authorization-gesture%E2%91%A1%E2%91%A2",
- "https://www.w3.org/TR/webauthn-3/#ref-for-test-of-user-presence%E2%91%A0%E2%93%AA",
- "https://www.w3.org/TR/webauthn-3/#ref-for-user-consent%E2%91%A0%E2%91%A7",
- "https://www.w3.org/TR/webauthn-3/#ref-for-user-verification%E2%91%A3%E2%91%A1",
- "https://www.w3.org/TR/webauthn-3/#ref-for-notallowederror%E2%91%A0%E2%91%A0",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authorization-gesture%E2%91%A1%E2%91%A3",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authorization-gesture%E2%91%A1%E2%93%AA",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-user-verification%E2%91%A3%E2%91%A2",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authorization-gesture%E2%91%A1%E2%91%A0",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-test-of-user-presence%E2%91%A8",
"https://www.w3.org/TR/webauthn-3/#ref-for-user-consent%E2%91%A0%E2%91%A8",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-user-verification%E2%91%A3%E2%91%A3",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-notallowederror%E2%91%A0%E2%91%A4",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authorization-gesture%E2%91%A1%E2%91%A1",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-user-consent%E2%91%A1%E2%93%AA",
"https://www.w3.org/TR/webauthn-3/#ref-for-enumdef-publickeycredentialtype%E2%91%A0%E2%93%AA",
"https://www.w3.org/TR/webauthn-3/#ref-for-list-item%E2%91%A0%E2%93%AA",
- "https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredentialuserentity-id%E2%91%A7",
- "https://www.w3.org/TR/webauthn-3/#ref-for-public-key-credential-source%E2%91%A4%E2%91%A4",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredentialuserentity-id%E2%91%A8",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-public-key-credential-source%E2%91%A5%E2%91%A2",
"https://www.w3.org/TR/webauthn-3/#ref-for-public-key-credential-source-type%E2%91%A1",
- "https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredentialtype-public-key%E2%91%A3",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredentialtype-public-key%E2%91%A4",
"https://www.w3.org/TR/webauthn-3/#ref-for-public-key-credential-source-privatekey",
- "https://www.w3.org/TR/webauthn-3/#ref-for-public-key-credential-source-rpid%E2%91%A1",
- "https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredentialrpentity-id%E2%91%A0%E2%91%A1",
- "https://www.w3.org/TR/webauthn-3/#ref-for-public-key-credential-source-userhandle%E2%91%A0",
- "https://www.w3.org/TR/webauthn-3/#ref-for-public-key-credential-source-otherui%E2%91%A1",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-public-key-credential-source-rpid%E2%91%A2",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredentialrpentity-id%E2%91%A0%E2%91%A4",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-public-key-credential-source-userhandle%E2%91%A1",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-public-key-credential-source-otherui%E2%91%A3",
"https://www.w3.org/TR/webauthn-3/#ref-for-client-side-discoverable-public-key-credential-source%E2%91%A5",
- "https://www.w3.org/TR/webauthn-3/#ref-for-credential-id%E2%91%A1%E2%91%A7",
- "https://www.w3.org/TR/webauthn-3/#ref-for-public-key-credential-source-id%E2%91%A1",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator-credentials-map%E2%91%A1",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-credential-id%E2%91%A2%E2%91%A3",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-public-key-credential-source-id%E2%91%A3",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator-credentials-map%E2%91%A7",
"https://www.w3.org/TR/webauthn-3/#ref-for-map-set%E2%91%A4",
- "https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredentialrpentity-id%E2%91%A0%E2%91%A2",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredentialrpentity-id%E2%91%A0%E2%91%A5",
"https://www.w3.org/TR/webauthn-3/#ref-for-unknownerror%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#ref-for-authenticator-extension-processing",
- "https://www.w3.org/TR/webauthn-3/#ref-for-map-iterate%E2%91%A2",
- "https://www.w3.org/TR/webauthn-3/#ref-for-extension-identifier%E2%91%A5",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-map-iterate%E2%91%A3",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-extension-identifier%E2%91%A6",
"https://www.w3.org/TR/webauthn-3/#ref-for-authenticator-extension-input%E2%91%A1",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A0%E2%91%A8%E2%91%A7",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A1%E2%93%AA%E2%91%A8",
"https://www.w3.org/TR/webauthn-3/#ref-for-signature-counter%E2%91%A0%E2%91%A3",
"https://www.w3.org/TR/webauthn-3/#ref-for-signature-counter%E2%91%A0%E2%91%A4",
"https://www.w3.org/TR/webauthn-3/#ref-for-signature-counter%E2%91%A0%E2%91%A5",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator-data%E2%91%A2%E2%91%A7",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator-data%E2%91%A2%E2%91%A6",
"https://www.w3.org/TR/webauthn-3/#ref-for-signature-counter%E2%91%A0%E2%91%A6",
"https://www.w3.org/TR/webauthn-3/#ref-for-signature-counter%E2%91%A0%E2%91%A7",
"https://www.w3.org/TR/webauthn-3/#ref-for-signature-counter%E2%91%A0%E2%91%A8",
- "https://www.w3.org/TR/webauthn-3/#ref-for-attested-credential-data%E2%91%A7",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-attested-credential-data%E2%91%A6",
"https://www.w3.org/TR/webauthn-3/#ref-for-attestation-statement-format-identifier",
"https://www.w3.org/TR/webauthn-3/#ref-for-attestation-statement-format-identifier%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#ref-for-authenticator-data-perform-the-following-steps-to-generate-an-authenticator-data-structure",
"https://www.w3.org/TR/webauthn-3/#ref-for-authdata-attestedcredentialdata%E2%91%A4",
"https://www.w3.org/TR/webauthn-3/#ref-for-authdata-extensions%E2%91%A4",
- "https://www.w3.org/TR/webauthn-3/#ref-for-attestation-object%E2%91%A0%E2%93%AA",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-attestation-object%E2%91%A7",
"https://www.w3.org/TR/webauthn-3/#ref-for-attestation-statement-format%E2%91%A0",
- "https://www.w3.org/TR/webauthn-3/#ref-for-dom-attestationconveyancepreference-enterprise%E2%91%A3",
- "https://www.w3.org/TR/webauthn-3/#ref-for-attestation-object%E2%91%A0%E2%91%A0",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-attestationconveyancepreference-enterprise%E2%91%A2",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-attestation-object%E2%91%A8",
"https://www.w3.org/TR/webauthn-3/#sctn-op-get-assertion",
"https://www.w3.org/TR/webauthn-3/#authenticatorgetassertion",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-authenticatorgetassertion",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-authenticatorgetassertion",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-authenticatorgetassertion",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-authenticatorgetassertion",
- "https://www.w3.org/TR/webauthn-3/#ref-for-rp-id%E2%91%A2%E2%91%A4",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticatorcancel%E2%91%A0%E2%91%A1",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator-session%E2%91%A2",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-rp-id%E2%91%A3%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#ref-for-collectedclientdata-hash-of-the-serialized-client-data%E2%91%A0%E2%93%AA",
"https://www.w3.org/TR/webauthn-3/#ref-for-list%E2%91%A4",
- "https://www.w3.org/TR/webauthn-3/#ref-for-dictdef-publickeycredentialdescriptor%E2%91%A0%E2%91%A2",
- "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A1%E2%91%A1%E2%91%A0",
- "https://www.w3.org/TR/webauthn-3/#ref-for-test-of-user-presence%E2%91%A0%E2%91%A0",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dictdef-publickeycredentialdescriptor%E2%91%A0%E2%91%A1",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A1%E2%91%A1%E2%91%A2",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-test-of-user-presence%E2%91%A0%E2%93%AA",
"https://www.w3.org/TR/webauthn-3/#ref-for-effective-user-verification-requirement-for-assertion",
- "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A1%E2%91%A1%E2%91%A1",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A0%E2%91%A8%E2%91%A8",
- "https://www.w3.org/TR/webauthn-3/#ref-for-attestation%E2%91%A0%E2%91%A5",
"https://www.w3.org/TR/webauthn-3/#ref-for-cbor%E2%91%A0%E2%93%AA",
"https://www.w3.org/TR/webauthn-3/#ref-for-ordered-map%E2%91%A0%E2%91%A0",
- "https://www.w3.org/TR/webauthn-3/#ref-for-extension-identifier%E2%91%A6",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-extension-identifier%E2%91%A7",
"https://www.w3.org/TR/webauthn-3/#ref-for-authenticator-extension-input%E2%91%A2",
- "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A1%E2%91%A1%E2%91%A2",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator-session%E2%91%A2",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticatorcancel%E2%91%A0%E2%91%A1",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A1%E2%93%AA%E2%93%AA",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A1%E2%91%A1%E2%91%A3",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A1%E2%91%A0%E2%93%AA",
"https://www.w3.org/TR/webauthn-3/#ref-for-unknownerror%E2%91%A1",
- "https://www.w3.org/TR/webauthn-3/#ref-for-ordered-set%E2%91%A5",
- "https://www.w3.org/TR/webauthn-3/#ref-for-public-key-credential-source%E2%91%A4%E2%91%A5",
- "https://www.w3.org/TR/webauthn-3/#ref-for-list-iterate%E2%91%A0%E2%91%A7",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-ordered-set%E2%91%A6",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-public-key-credential-source%E2%91%A5%E2%91%A3",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-list-iterate%E2%91%A1%E2%93%AA",
"https://www.w3.org/TR/webauthn-3/#ref-for-credential-id-looking-up%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredentialdescriptor-id%E2%91%A0%E2%93%AA",
- "https://www.w3.org/TR/webauthn-3/#ref-for-set-append%E2%91%A3",
- "https://www.w3.org/TR/webauthn-3/#ref-for-map-iterate%E2%91%A3",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator-credentials-map%E2%91%A2",
"https://www.w3.org/TR/webauthn-3/#ref-for-set-append%E2%91%A4",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-map-iterate%E2%91%A4",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator-credentials-map%E2%91%A8",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-set-append%E2%91%A5",
"https://www.w3.org/TR/webauthn-3/#ref-for-list-remove%E2%91%A1%E2%93%AA",
- "https://www.w3.org/TR/webauthn-3/#ref-for-public-key-credential-source-rpid%E2%91%A2",
- "https://www.w3.org/TR/webauthn-3/#ref-for-notallowederror%E2%91%A0%E2%91%A1",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-public-key-credential-source-rpid%E2%91%A3",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-notallowederror%E2%91%A0%E2%91%A5",
"https://www.w3.org/TR/webauthn-3/#authenticatorGetAssertion-prompt-select-credential",
- "https://www.w3.org/TR/webauthn-3/#ref-for-public-key-credential-source%E2%91%A4%E2%91%A6",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-public-key-credential-source%E2%91%A5%E2%91%A4",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authorization-gesture%E2%91%A1%E2%91%A2",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-user-consent%E2%91%A1%E2%91%A0",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authorization-gesture%E2%91%A1%E2%91%A3",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A1%E2%91%A0%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#ref-for-authorization-gesture%E2%91%A1%E2%91%A4",
- "https://www.w3.org/TR/webauthn-3/#ref-for-user-consent%E2%91%A1%E2%93%AA",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-user-verification%E2%91%A3%E2%91%A4",
"https://www.w3.org/TR/webauthn-3/#ref-for-authorization-gesture%E2%91%A1%E2%91%A5",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A1%E2%93%AA%E2%91%A0",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authorization-gesture%E2%91%A1%E2%91%A6",
- "https://www.w3.org/TR/webauthn-3/#ref-for-user-verification%E2%91%A3%E2%91%A2",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authorization-gesture%E2%91%A1%E2%91%A7",
- "https://www.w3.org/TR/webauthn-3/#ref-for-test-of-user-presence%E2%91%A0%E2%91%A1",
- "https://www.w3.org/TR/webauthn-3/#ref-for-user-consent%E2%91%A1%E2%91%A0",
- "https://www.w3.org/TR/webauthn-3/#ref-for-notallowederror%E2%91%A0%E2%91%A2",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-test-of-user-presence%E2%91%A0%E2%91%A0",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-user-consent%E2%91%A1%E2%91%A1",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-notallowederror%E2%91%A0%E2%91%A6",
"https://www.w3.org/TR/webauthn-3/#ref-for-authenticator-extension-processing%E2%91%A0",
- "https://www.w3.org/TR/webauthn-3/#ref-for-map-iterate%E2%91%A4",
- "https://www.w3.org/TR/webauthn-3/#ref-for-extension-identifier%E2%91%A7",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-map-iterate%E2%91%A5",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-extension-identifier%E2%91%A8",
"https://www.w3.org/TR/webauthn-3/#ref-for-authenticator-extension-input%E2%91%A3",
"https://www.w3.org/TR/webauthn-3/#ref-for-signature-counter%E2%91%A1%E2%93%AA",
"https://www.w3.org/TR/webauthn-3/#ref-for-signature-counter%E2%91%A1%E2%91%A0",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A1%E2%93%AA%E2%91%A1",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A1%E2%93%AA%E2%91%A2",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A1%E2%91%A0%E2%91%A1",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A1%E2%91%A0%E2%91%A2",
"https://www.w3.org/TR/webauthn-3/#ref-for-signature-counter%E2%91%A1%E2%91%A1",
"https://www.w3.org/TR/webauthn-3/#ref-for-signature-counter%E2%91%A1%E2%91%A2",
- "https://www.w3.org/TR/webauthn-3/#ref-for-list-is-empty%E2%91%A0%E2%91%A2",
- "https://www.w3.org/TR/webauthn-3/#ref-for-attestation-statement-format%E2%91%A1",
- "https://www.w3.org/TR/webauthn-3/#ref-for-list-is-empty%E2%91%A0%E2%91%A3",
- "https://www.w3.org/TR/webauthn-3/#ref-for-attestation-statement-format%E2%91%A2",
"https://www.w3.org/TR/webauthn-3/#ref-for-authenticator-data-perform-the-following-steps-to-generate-an-authenticator-data-structure%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#ref-for-authdata-extensions%E2%91%A5",
"https://www.w3.org/TR/webauthn-3/#ref-for-authdata-attestedcredentialdata%E2%91%A5",
- "https://www.w3.org/TR/webauthn-3/#ref-for-attested-credential-data%E2%91%A8",
"https://www.w3.org/TR/webauthn-3/#ref-for-assertion-signature%E2%91%A7",
"https://www.w3.org/TR/webauthn-3/#ref-for-public-key-credential-source-privatekey%E2%91%A0",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator-data%E2%91%A2%E2%91%A8",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator-data%E2%91%A2%E2%91%A7",
"https://www.w3.org/TR/webauthn-3/#ref-for-collectedclientdata-hash-of-the-serialized-client-data%E2%91%A0%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#fig-signature",
"https://www.w3.org/TR/webauthn-3/#ref-for-assertion-signature%E2%91%A8",
- "https://www.w3.org/TR/webauthn-3/#ref-for-attestation-object%E2%91%A0%E2%91%A1",
- "https://www.w3.org/TR/webauthn-3/#ref-for-attestation-statement-format%E2%91%A3",
- "https://www.w3.org/TR/webauthn-3/#ref-for-dom-attestationconveyancepreference-enterprise%E2%91%A4",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-assertion-signature%E2%91%A0%E2%93%AA",
"https://www.w3.org/TR/webauthn-3/#ref-for-unknownerror%E2%91%A2",
"https://www.w3.org/TR/webauthn-3/#authenticatorGetAssertion-return-values",
- "https://www.w3.org/TR/webauthn-3/#ref-for-public-key-credential-source-id%E2%91%A2",
- "https://www.w3.org/TR/webauthn-3/#ref-for-credential-id%E2%91%A1%E2%91%A8",
- "https://www.w3.org/TR/webauthn-3/#ref-for-attestation-object%E2%91%A0%E2%91%A2",
- "https://www.w3.org/TR/webauthn-3/#ref-for-public-key-credential-source-userhandle%E2%91%A1",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-public-key-credential-source-id%E2%91%A4",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-credential-id%E2%91%A2%E2%91%A4",
"https://www.w3.org/TR/webauthn-3/#ref-for-public-key-credential-source-userhandle%E2%91%A2",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-public-key-credential-source-userhandle%E2%91%A3",
"https://www.w3.org/TR/webauthn-3/#ref-for-assertioncreationdata-userhandleresult%E2%91%A4",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A1%E2%93%AA%E2%91%A3",
- "https://www.w3.org/TR/webauthn-3/#ref-for-public-key-credential%E2%91%A3%E2%91%A7",
- "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A1%E2%91%A1%E2%91%A3",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A1%E2%91%A0%E2%91%A3",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-public-key-credential%E2%91%A4%E2%93%AA",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A1%E2%91%A1%E2%91%A4",
"https://www.w3.org/TR/webauthn-3/#sctn-op-cancel",
"https://www.w3.org/TR/webauthn-3/#authenticatorcancel",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-authenticatorcancel",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-authenticatorcancel",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-authenticatorcancel",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-authenticatorcancel",
"https://www.w3.org/TR/webauthn-3/#ref-for-authenticator-session%E2%91%A3",
"https://www.w3.org/TR/webauthn-3/#ref-for-authenticatormakecredential%E2%91%A0%E2%91%A3",
"https://www.w3.org/TR/webauthn-3/#ref-for-authenticatorgetassertion%E2%91%A0%E2%91%A3",
@@ -5134,91 +4335,80 @@
"https://www.w3.org/TR/webauthn-3/#ref-for-authenticatorgetassertion%E2%91%A0%E2%91%A4",
"https://www.w3.org/TR/webauthn-3/#sctn-op-silent-discovery",
"https://www.w3.org/TR/webauthn-3/#silentcredentialdiscovery",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-silentcredentialdiscovery",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-silentcredentialdiscovery",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-silentcredentialdiscovery",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-silentcredentialdiscovery",
- "https://www.w3.org/TR/webauthn-3/#ref-for-dom-credentialmediationrequirement-conditional%E2%91%A0%E2%91%A3",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-credentialmediationrequirement-conditional%E2%91%A1%E2%91%A3",
"https://www.w3.org/TR/webauthn-3/#ref-for-user-mediated%E2%91%A5",
- "https://www.w3.org/TR/webauthn-3/#ref-for-rp-id%E2%91%A2%E2%91%A5",
- "https://www.w3.org/TR/webauthn-3/#ref-for-client%E2%91%A7%E2%91%A1",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A1%E2%93%AA%E2%91%A4",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-rp-id%E2%91%A3%E2%91%A1",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-client%E2%91%A8%E2%91%A3",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A1%E2%91%A0%E2%91%A4",
"https://www.w3.org/TR/webauthn-3/#ref-for-list%E2%91%A5",
"https://www.w3.org/TR/webauthn-3/#ref-for-list-item%E2%91%A0%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#discoverablecredentialmetadata",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-discoverablecredentialmetadata",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-discoverablecredentialmetadata",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-discoverablecredentialmetadata",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-discoverablecredentialmetadata",
"https://www.w3.org/TR/webauthn-3/#ref-for-struct%E2%91%A3",
"https://www.w3.org/TR/webauthn-3/#ref-for-struct-item%E2%91%A0%E2%93%AA",
"https://www.w3.org/TR/webauthn-3/#discoverablecredentialmetadata-type",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-discoverablecredentialmetadata-type",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-discoverablecredentialmetadata-type",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-discoverablecredentialmetadata-type",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-discoverablecredentialmetadata-type",
"https://www.w3.org/TR/webauthn-3/#ref-for-enumdef-publickeycredentialtype%E2%91%A0%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#discoverablecredentialmetadata-id",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-discoverablecredentialmetadata-id",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-discoverablecredentialmetadata-id",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-discoverablecredentialmetadata-id",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-discoverablecredentialmetadata-id",
- "https://www.w3.org/TR/webauthn-3/#ref-for-credential-id%E2%91%A2%E2%93%AA",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-credential-id%E2%91%A2%E2%91%A5",
"https://www.w3.org/TR/webauthn-3/#ref-for-relying-party-identifier%E2%91%A3",
"https://www.w3.org/TR/webauthn-3/#ref-for-user-handle%E2%91%A1%E2%91%A2",
"https://www.w3.org/TR/webauthn-3/#discoverablecredentialmetadata-otherui",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-discoverablecredentialmetadata-otherui",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-discoverablecredentialmetadata-otherui",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-discoverablecredentialmetadata-otherui",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-discoverablecredentialmetadata-otherui",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A1%E2%93%AA%E2%91%A5",
- "https://www.w3.org/TR/webauthn-3/#ref-for-map-iterate%E2%91%A5",
- "https://www.w3.org/TR/webauthn-3/#ref-for-public-key-credential-source%E2%91%A4%E2%91%A7",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator-credentials-map%E2%91%A3",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A1%E2%91%A0%E2%91%A5",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-map-iterate%E2%91%A6",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-public-key-credential-source%E2%91%A5%E2%91%A5",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator-credentials-map%E2%91%A0%E2%93%AA",
"https://www.w3.org/TR/webauthn-3/#ref-for-client-side-discoverable-credential%E2%91%A0%E2%91%A3",
- "https://www.w3.org/TR/webauthn-3/#ref-for-iteration-continue%E2%91%A0%E2%91%A6",
- "https://www.w3.org/TR/webauthn-3/#ref-for-public-key-credential-source-rpid%E2%91%A3",
- "https://www.w3.org/TR/webauthn-3/#ref-for-iteration-continue%E2%91%A0%E2%91%A7",
- "https://www.w3.org/TR/webauthn-3/#ref-for-discoverablecredentialmetadata%E2%91%A1",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-iteration-continue%E2%91%A1%E2%91%A0",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-public-key-credential-source-rpid%E2%91%A4",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-iteration-continue%E2%91%A1%E2%91%A1",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-discoverablecredentialmetadata%E2%91%A3",
"https://www.w3.org/TR/webauthn-3/#ref-for-struct%E2%91%A4",
"https://www.w3.org/TR/webauthn-3/#ref-for-struct-item%E2%91%A0%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#ref-for-public-key-credential-source-type%E2%91%A2",
- "https://www.w3.org/TR/webauthn-3/#ref-for-public-key-credential-source-id%E2%91%A3",
- "https://www.w3.org/TR/webauthn-3/#ref-for-public-key-credential-source-rpid%E2%91%A4",
- "https://www.w3.org/TR/webauthn-3/#ref-for-public-key-credential-source-userhandle%E2%91%A3",
- "https://www.w3.org/TR/webauthn-3/#ref-for-public-key-credential-source-otherui%E2%91%A2",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-public-key-credential-source-id%E2%91%A5",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-public-key-credential-source-rpid%E2%91%A5",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-public-key-credential-source-userhandle%E2%91%A4",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-public-key-credential-source-otherui%E2%91%A4",
"https://www.w3.org/TR/webauthn-3/#ref-for-list-append%E2%91%A2",
"https://www.w3.org/TR/webauthn-3/#sctn-strings",
- "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A1%E2%91%A1%E2%91%A4",
- "https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredentialentity-name%E2%91%A0%E2%91%A3",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A1%E2%91%A1%E2%91%A5",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredentialentity-name%E2%91%A0%E2%91%A4",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredentialuserentity-displayname%E2%91%A0%E2%91%A1",
"https://www.w3.org/TR/webauthn-3/#ref-for-dictdef-publickeycredentialuserentity%E2%91%A5",
"https://www.w3.org/TR/webauthn-3/#sctn-strings-truncation",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A1%E2%93%AA%E2%91%A6",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A1%E2%91%A0%E2%91%A6",
"https://www.w3.org/TR/webauthn-3/#ref-for-dfn-grapheme-cluster",
"https://www.w3.org/TR/webauthn-3/#ref-for-dfn-grapheme-cluster%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#fig-stringTruncation",
- "https://www.w3.org/TR/webauthn-3/#ref-for-conforming-user-agent%E2%91%A3",
- "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A1%E2%91%A1%E2%91%A5",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-client%E2%91%A8%E2%91%A4",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A1%E2%91%A0%E2%91%A7",
+ "https://www.w3.org/TR/webauthn-3/#sctn-strings-truncation-client",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-webauthn-client%E2%91%A1%E2%91%A1",
"https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A1%E2%91%A1%E2%91%A6",
"https://www.w3.org/TR/webauthn-3/#ref-for-dfn-grapheme-cluster%E2%91%A1",
"https://www.w3.org/TR/webauthn-3/#ref-for-dfn-grapheme-cluster%E2%91%A2",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A1%E2%93%AA%E2%91%A7",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A1%E2%91%A0%E2%91%A8",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A1%E2%91%A1%E2%93%AA",
+ "https://www.w3.org/TR/webauthn-3/#sctn-strings-truncation-authenticator",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-webauthn-authenticator%E2%91%A6",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-client%E2%91%A8%E2%91%A5",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-webauthn-authenticator%E2%91%A7",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dfn-grapheme-cluster%E2%91%A3",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dfn-grapheme-cluster%E2%91%A4",
"https://www.w3.org/TR/webauthn-3/#sctn-strings-langdir",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A1%E2%93%AA%E2%91%A8",
- "https://www.w3.org/TR/webauthn-3/#ref-for-section-2.1%E2%91%A0",
- "https://www.w3.org/TR/webauthn-3/#ref-for-section-2.1%E2%91%A1",
- "https://www.w3.org/TR/webauthn-3/#ref-for-section-2.1%E2%91%A2",
- "https://www.w3.org/TR/webauthn-3/#ref-for-section-2.1%E2%91%A3",
- "https://www.w3.org/TR/webauthn-3/#ref-for-section-2.1%E2%91%A4",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A1%E2%91%A1%E2%91%A0",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dfn-language-tag",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dfn-language-tag%E2%91%A0",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dfn-language-tag%E2%91%A1",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dfn-language-tag%E2%91%A2",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dfn-language-tag%E2%91%A3",
"https://www.w3.org/TR/webauthn-3/#sctn-attestation",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A1%E2%91%A0%E2%93%AA",
- "https://www.w3.org/TR/webauthn-3/#ref-for-attestation%E2%91%A0%E2%91%A6",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A1%E2%91%A0%E2%91%A0",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A1%E2%91%A1%E2%91%A1",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-attestation%E2%91%A0%E2%91%A4",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A1%E2%91%A1%E2%91%A2",
"https://www.w3.org/TR/webauthn-3/#ref-for-credential-public-key%E2%91%A1%E2%91%A3",
- "https://www.w3.org/TR/webauthn-3/#ref-for-attestation-statement%E2%91%A1%E2%91%A0",
- "https://www.w3.org/TR/webauthn-3/#ref-for-webauthn-relying-party%E2%91%A1%E2%91%A8",
- "https://www.w3.org/TR/webauthn-3/#ref-for-attestation-statement%E2%91%A1%E2%91%A1",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-attestation-statement%E2%91%A0%E2%91%A7",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-webauthn-relying-party%E2%91%A3%E2%91%A8",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-attestation-statement%E2%91%A0%E2%91%A8",
"https://www.w3.org/TR/webauthn-3/#ref-for-attestation-private-key%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#ref-for-credential-public-key%E2%91%A1%E2%91%A4",
"https://www.w3.org/TR/webauthn-3/#ref-for-attestation-public-key",
@@ -5226,157 +4416,96 @@
"https://www.w3.org/TR/webauthn-3/#ref-for-attestation-key-pair%E2%91%A1",
"https://www.w3.org/TR/webauthn-3/#ref-for-self-attestation%E2%91%A6",
"https://www.w3.org/TR/webauthn-3/#ref-for-credential-public-key%E2%91%A1%E2%91%A5",
- "https://www.w3.org/TR/webauthn-3/#ref-for-credential-private-key%E2%91%A0%E2%91%A6",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-credential-private-key%E2%91%A0%E2%91%A1",
"https://www.w3.org/TR/webauthn-3/#ref-for-none%E2%91%A0",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A1%E2%91%A0%E2%91%A1",
- "https://www.w3.org/TR/webauthn-3/#ref-for-public-key-credential%E2%91%A3%E2%91%A8",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A1%E2%91%A1%E2%91%A3",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-public-key-credential%E2%91%A4%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#attestation-object",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-attestation-object",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-attestation-object",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-attestation-object",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-attestation-object",
- "https://www.w3.org/TR/webauthn-3/#ref-for-attestation-object%E2%91%A0%E2%91%A3",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator-data%E2%91%A3%E2%93%AA",
- "https://www.w3.org/TR/webauthn-3/#ref-for-attested-credential-data%E2%91%A0%E2%93%AA",
- "https://www.w3.org/TR/webauthn-3/#ref-for-attestation-statement%E2%91%A1%E2%91%A2",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A1%E2%91%A0%E2%91%A2",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-attestation-object%E2%91%A0%E2%93%AA",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator-data%E2%91%A2%E2%91%A8",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-attested-credential-data%E2%91%A7",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-attestation-statement%E2%91%A1%E2%93%AA",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A1%E2%91%A1%E2%91%A4",
"https://www.w3.org/TR/webauthn-3/#ref-for-self-attestation%E2%91%A7",
"https://www.w3.org/TR/webauthn-3/#ref-for-none%E2%91%A1",
"https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A1%E2%91%A1%E2%91%A8",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A1%E2%91%A0%E2%91%A3",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A1%E2%91%A1%E2%91%A5",
"https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A1%E2%91%A2%E2%93%AA",
"https://www.w3.org/TR/webauthn-3/#fig-attStructs",
- "https://www.w3.org/TR/webauthn-3/#ref-for-attestation-object%E2%91%A0%E2%91%A4",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator-data%E2%91%A3%E2%91%A0",
- "https://www.w3.org/TR/webauthn-3/#ref-for-dom-credentialscontainer-create%E2%91%A1%E2%91%A4",
- "https://www.w3.org/TR/webauthn-3/#ref-for-attested-credential-data%E2%91%A0%E2%91%A0",
- "https://www.w3.org/TR/webauthn-3/#ref-for-attestation-statement%E2%91%A1%E2%91%A3",
- "https://www.w3.org/TR/webauthn-3/#ref-for-attestation-statement-format%E2%91%A4",
- "https://www.w3.org/TR/webauthn-3/#ref-for-attestation-statement-format%E2%91%A5",
- "https://www.w3.org/TR/webauthn-3/#ref-for-attestation-object%E2%91%A0%E2%91%A5",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-attestation-object%E2%91%A0%E2%91%A0",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator-data%E2%91%A3%E2%93%AA",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-attested-credential-data%E2%91%A8",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-attestation-statement%E2%91%A1%E2%91%A0",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-attestation-statement-format%E2%91%A1",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-attestation-statement-format%E2%91%A2",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-attestation-object%E2%91%A0%E2%91%A1",
"https://www.w3.org/TR/webauthn-3/#attestation-statement",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-attestation-statement",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-attestation-statement",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-attestation-statement",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-attestation-statement",
- "https://www.w3.org/TR/webauthn-3/#ref-for-public-key-credential%E2%91%A4%E2%93%AA",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A1%E2%91%A0%E2%91%A4",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-public-key-credential%E2%91%A4%E2%91%A1",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A1%E2%91%A1%E2%91%A6",
"https://www.w3.org/TR/webauthn-3/#ref-for-attestation-signature%E2%91%A6",
"https://www.w3.org/TR/webauthn-3/#ref-for-self-attestation%E2%91%A8",
- "https://www.w3.org/TR/webauthn-3/#ref-for-credential-private-key%E2%91%A0%E2%91%A7",
- "https://www.w3.org/TR/webauthn-3/#ref-for-attestation-statement%E2%91%A1%E2%91%A4",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-credential-private-key%E2%91%A0%E2%91%A2",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-attestation-statement%E2%91%A1%E2%91%A1",
"https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A1%E2%91%A2%E2%91%A0",
- "https://www.w3.org/TR/webauthn-3/#ref-for-attestation%E2%91%A0%E2%91%A7",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-attestation%E2%91%A0%E2%91%A5",
"https://www.w3.org/TR/webauthn-3/#attestation-statement-format",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-attestation-statement-format",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-attestation-statement-format",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-attestation-statement-format",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-attestation-statement-format",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A1%E2%91%A0%E2%91%A5",
- "https://www.w3.org/TR/webauthn-3/#ref-for-attestation-statement-format%E2%91%A6",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A1%E2%91%A1%E2%91%A7",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-attestation-statement-format%E2%91%A3",
"https://www.w3.org/TR/webauthn-3/#attestation-type",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-attestation-type",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-attestation-type",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-attestation-type",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-attestation-type",
- "https://www.w3.org/TR/webauthn-3/#ref-for-attestation-statement%E2%91%A1%E2%91%A5",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-attestation-statement%E2%91%A1%E2%91%A2",
"https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A1%E2%91%A2%E2%91%A1",
- "https://www.w3.org/TR/webauthn-3/#ref-for-attestation-statement%E2%91%A1%E2%91%A6",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-attestation-statement%E2%91%A1%E2%91%A3",
"https://www.w3.org/TR/webauthn-3/#ref-for-attestation-type",
- "https://www.w3.org/TR/webauthn-3/#ref-for-attestation-statement-format%E2%91%A7",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-attestation-statement-format%E2%91%A4",
"https://www.w3.org/TR/webauthn-3/#ref-for-attestation-type%E2%91%A0",
- "https://www.w3.org/TR/webauthn-3/#ref-for-attestation-statement-format%E2%91%A8",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-attestation-statement-format%E2%91%A5",
"https://www.w3.org/TR/webauthn-3/#ref-for-attestation-type%E2%91%A1",
- "https://www.w3.org/TR/webauthn-3/#ref-for-attestation%E2%91%A0%E2%91%A8",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-attestation%E2%91%A0%E2%91%A6",
"https://www.w3.org/TR/webauthn-3/#ref-for-attestation-type%E2%91%A2",
- "https://www.w3.org/TR/webauthn-3/#ref-for-attestation-statement-format%E2%91%A0%E2%93%AA",
- "https://www.w3.org/TR/webauthn-3/#ref-for-attestation%E2%91%A1%E2%93%AA",
- "https://www.w3.org/TR/webauthn-3/#ref-for-attestation-statement%E2%91%A1%E2%91%A7",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A1%E2%91%A0%E2%91%A6",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-attestation-statement-format%E2%91%A6",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-attestation%E2%91%A0%E2%91%A7",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-attestation-statement%E2%91%A1%E2%91%A4",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A1%E2%91%A1%E2%91%A8",
"https://www.w3.org/TR/webauthn-3/#ref-for-attestation-type%E2%91%A3",
- "https://www.w3.org/TR/webauthn-3/#ref-for-attestation-statement-format%E2%91%A0%E2%91%A0",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A1%E2%91%A0%E2%91%A7",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-attestation-statement-format%E2%91%A7",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A1%E2%91%A2%E2%93%AA",
"https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A1%E2%91%A2%E2%91%A2",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredentialcreationoptions-attestation%E2%91%A3",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredentialcreationoptions-attestationformats%E2%91%A1",
- "https://www.w3.org/TR/webauthn-3/#ref-for-dictdef-publickeycredentialrequestoptions%E2%91%A0%E2%91%A0",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A1%E2%91%A0%E2%91%A8",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A1%E2%91%A2%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#ref-for-attestation-type%E2%91%A4",
- "https://www.w3.org/TR/webauthn-3/#ref-for-attestation-statement-format%E2%91%A0%E2%91%A1",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-attestation-statement-format%E2%91%A8",
"https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A1%E2%91%A2%E2%91%A3",
"https://www.w3.org/TR/webauthn-3/#ref-for-attestation-type%E2%91%A5",
"https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A1%E2%91%A2%E2%91%A4",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A1%E2%91%A1%E2%93%AA",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A1%E2%91%A1%E2%91%A0",
- "https://www.w3.org/TR/webauthn-3/#sctn-attestation-in-assertions",
- "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A1%E2%91%A2%E2%91%A5",
- "https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredentialrequestoptions-attestation%E2%91%A2",
- "https://www.w3.org/TR/webauthn-3/#ref-for-assertion%E2%91%A3",
- "https://www.w3.org/TR/webauthn-3/#ref-for-assertion%E2%91%A4",
- "https://www.w3.org/TR/webauthn-3/#ref-for-multi-device-credential%E2%91%A5",
- "https://www.w3.org/TR/webauthn-3/#ref-for-generating-authenticator%E2%91%A3",
- "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A1%E2%91%A2%E2%91%A6",
- "https://www.w3.org/TR/webauthn-3/#ref-for-attestation-statement-format%E2%91%A0%E2%91%A2",
- "https://www.w3.org/TR/webauthn-3/#ref-for-attestation-object%E2%91%A0%E2%91%A6",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticatorattestationresponse%E2%91%A5",
- "https://www.w3.org/TR/webauthn-3/#ref-for-dom-credentialscontainer-create%E2%91%A1%E2%91%A5",
- "https://www.w3.org/TR/webauthn-3/#ref-for-attestation-object%E2%91%A0%E2%91%A7",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticatorassertionresponse%E2%91%A6",
- "https://www.w3.org/TR/webauthn-3/#ref-for-dom-credentialscontainer-get%E2%91%A1%E2%91%A7",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator-data%E2%91%A3%E2%91%A1",
- "https://www.w3.org/TR/webauthn-3/#ref-for-dom-authenticatorassertionresponse-authenticatordata%E2%91%A1",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticatorassertionresponse%E2%91%A7",
- "https://www.w3.org/TR/webauthn-3/#ref-for-attestation-object%E2%91%A0%E2%91%A8",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A1%E2%91%A2%E2%91%A1",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A1%E2%91%A2%E2%91%A2",
"https://www.w3.org/TR/webauthn-3/#sctn-attested-credential-data",
"https://www.w3.org/TR/webauthn-3/#attested-credential-data",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-attested-credential-data",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-attested-credential-data",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-attested-credential-data",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-attested-credential-data",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator-data%E2%91%A3%E2%91%A2",
- "https://www.w3.org/TR/webauthn-3/#ref-for-attestation-object%E2%91%A1%E2%93%AA",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator-data%E2%91%A3%E2%91%A0",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-attestation-object%E2%91%A0%E2%91%A2",
"https://www.w3.org/TR/webauthn-3/#table-attestedCredentialData",
"https://www.w3.org/TR/webauthn-3/#authdata-attestedcredentialdata-aaguid",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-authdata-attestedcredentialdata-aaguid",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-authdata-attestedcredentialdata-aaguid",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-authdata-attestedcredentialdata-aaguid",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-authdata-attestedcredentialdata-aaguid",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-aaguid%E2%91%A1",
"https://www.w3.org/TR/webauthn-3/#authdata-attestedcredentialdata-credentialidlength",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-authdata-attestedcredentialdata-credentialidlength",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-authdata-attestedcredentialdata-credentialidlength",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-authdata-attestedcredentialdata-credentialidlength",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-authdata-attestedcredentialdata-credentialidlength",
"https://www.w3.org/TR/webauthn-3/#ref-for-authdata-attestedcredentialdata-credentialid%E2%91%A2",
"https://www.w3.org/TR/webauthn-3/#authdata-attestedcredentialdata-credentialid",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-authdata-attestedcredentialdata-credentialid",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-authdata-attestedcredentialdata-credentialid",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-authdata-attestedcredentialdata-credentialid",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-authdata-attestedcredentialdata-credentialid",
- "https://www.w3.org/TR/webauthn-3/#ref-for-credential-id%E2%91%A2%E2%91%A0",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-credential-id%E2%91%A2%E2%91%A6",
"https://www.w3.org/TR/webauthn-3/#authdata-attestedcredentialdata-credentialpublickey",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-authdata-attestedcredentialdata-credentialpublickey",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-authdata-attestedcredentialdata-credentialpublickey",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-authdata-attestedcredentialdata-credentialpublickey",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-authdata-attestedcredentialdata-credentialpublickey",
"https://www.w3.org/TR/webauthn-3/#ref-for-credential-public-key%E2%91%A1%E2%91%A6",
"https://www.w3.org/TR/webauthn-3/#ref-for-section-7%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#ref-for-ctap2-canonical-cbor-encoding-form%E2%91%A2",
"https://www.w3.org/TR/webauthn-3/#ref-for-credential-public-key%E2%91%A1%E2%91%A7",
- "https://www.w3.org/TR/webauthn-3/#ref-for-typedefdef-cosealgorithmidentifier%E2%91%A0%E2%91%A1",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-typedefdef-cosealgorithmidentifier%E2%91%A0%E2%91%A2",
"https://www.w3.org/TR/webauthn-3/#ref-for-credential-public-key%E2%91%A1%E2%91%A8",
"https://www.w3.org/TR/webauthn-3/#ref-for-section-2",
- "https://www.w3.org/TR/webauthn-3/#ref-for-attested-credential-data%E2%91%A0%E2%91%A1",
- "https://www.w3.org/TR/webauthn-3/#ref-for-attested-credential-data%E2%91%A0%E2%91%A2",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator-data%E2%91%A3%E2%91%A3",
- "https://www.w3.org/TR/webauthn-3/#ref-for-dom-credentialscontainer-create%E2%91%A1%E2%91%A6",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator-data%E2%91%A3%E2%91%A4",
- "https://www.w3.org/TR/webauthn-3/#ref-for-dom-credentialscontainer-get%E2%91%A1%E2%91%A8",
- "https://www.w3.org/TR/webauthn-3/#ref-for-dom-authenticatorassertionresponse-attestationobject%E2%91%A1",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-attested-credential-data%E2%91%A0%E2%93%AA",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-attested-credential-data%E2%91%A0%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#sctn-encoded-credPubKey-examples",
"https://www.w3.org/TR/webauthn-3/#ref-for-authdata-attestedcredentialdata-credentialpublickey%E2%91%A3",
"https://www.w3.org/TR/webauthn-3/#ref-for-section-7%E2%91%A1",
"https://www.w3.org/TR/webauthn-3/#ref-for-section-7.1",
- "https://www.w3.org/TR/webauthn-3/#ref-for-section-2.1%E2%91%A5",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-section-2.1%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#example-bdbd14cc",
"https://www.w3.org/TR/webauthn-3/#ref-for-ctap2-canonical-cbor-encoding-form%E2%91%A3",
"https://www.w3.org/TR/webauthn-3/#example-08d0b440",
@@ -5385,201 +4514,137 @@
"https://www.w3.org/TR/webauthn-3/#example-fb934e19",
"https://www.w3.org/TR/webauthn-3/#example-8dfabc00",
"https://www.w3.org/TR/webauthn-3/#sctn-attestation-formats",
- "https://www.w3.org/TR/webauthn-3/#ref-for-attestation-statement-format%E2%91%A0%E2%91%A3",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A1%E2%91%A1%E2%91%A1",
- "https://www.w3.org/TR/webauthn-3/#ref-for-attestation-statement-format%E2%91%A0%E2%91%A4",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-attestation-statement-format%E2%91%A0%E2%93%AA",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A1%E2%91%A2%E2%91%A3",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-attestation-statement-format%E2%91%A0%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#ref-for-attestation-statement-format-identifier%E2%91%A1",
"https://www.w3.org/TR/webauthn-3/#ref-for-attestation-type%E2%91%A6",
- "https://www.w3.org/TR/webauthn-3/#ref-for-attestation-statement%E2%91%A1%E2%91%A8",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-attestation-statement%E2%91%A1%E2%91%A5",
"https://www.w3.org/TR/webauthn-3/#signing-procedure",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-signing-procedure",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-signing-procedure",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-signing-procedure",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-signing-procedure",
"https://www.w3.org/TR/webauthn-3/#ref-for-signing-procedure%E2%91%A1",
- "https://www.w3.org/TR/webauthn-3/#ref-for-attestation-statement%E2%91%A2%E2%93%AA",
- "https://www.w3.org/TR/webauthn-3/#ref-for-attestation-statement-format%E2%91%A0%E2%91%A5",
- "https://www.w3.org/TR/webauthn-3/#ref-for-public-key-credential%E2%91%A4%E2%91%A0",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator-data%E2%91%A3%E2%91%A5",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-attestation-statement%E2%91%A1%E2%91%A6",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-attestation-statement-format%E2%91%A0%E2%91%A1",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-public-key-credential%E2%91%A4%E2%91%A2",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator-data%E2%91%A3%E2%91%A1",
"https://www.w3.org/TR/webauthn-3/#authenticator-data-for-the-attestation",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-authenticator-data-for-the-attestation",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-authenticator-data-for-the-attestation",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-authenticator-data-for-the-attestation",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-authenticator-data-for-the-attestation",
"https://www.w3.org/TR/webauthn-3/#ref-for-collectedclientdata-hash-of-the-serialized-client-data%E2%91%A0%E2%91%A1",
"https://www.w3.org/TR/webauthn-3/#verification-procedure",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-verification-procedure",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-verification-procedure",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-verification-procedure",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-verification-procedure",
- "https://www.w3.org/TR/webauthn-3/#ref-for-attestation-statement%E2%91%A2%E2%91%A0",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-attestation-statement%E2%91%A1%E2%91%A7",
"https://www.w3.org/TR/webauthn-3/#verification-procedure-inputs",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-verification-procedure-inputs",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-verification-procedure-inputs",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-verification-procedure-inputs",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-verification-procedure-inputs",
- "https://www.w3.org/TR/webauthn-3/#ref-for-attestation-statement%E2%91%A2%E2%91%A1",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-attestation-statement%E2%91%A1%E2%91%A8",
"https://www.w3.org/TR/webauthn-3/#authenticator-data-claimed-to-have-been-used-for-the-attestation",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator-data%E2%91%A3%E2%91%A6",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-authenticator-data-claimed-to-have-been-used-for-the-attestation",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-authenticator-data-claimed-to-have-been-used-for-the-attestation",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-authenticator-data-claimed-to-have-been-used-for-the-attestation",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-authenticator-data-claimed-to-have-been-used-for-the-attestation",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator-data%E2%91%A3%E2%91%A2",
"https://www.w3.org/TR/webauthn-3/#ref-for-collectedclientdata-hash-of-the-serialized-client-data%E2%91%A0%E2%91%A2",
"https://www.w3.org/TR/webauthn-3/#ref-for-attestation-type%E2%91%A7",
"https://www.w3.org/TR/webauthn-3/#ref-for-attestation-trust-path",
"https://www.w3.org/TR/webauthn-3/#attestation-trust-path",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-attestation-trust-path",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-attestation-trust-path",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-attestation-trust-path",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-attestation-trust-path",
"https://www.w3.org/TR/webauthn-3/#ref-for-self-attestation%E2%91%A0%E2%93%AA",
- "https://www.w3.org/TR/webauthn-3/#ref-for-attestation-statement-format%E2%91%A0%E2%91%A6",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-attestation-statement-format%E2%91%A0%E2%91%A2",
"https://www.w3.org/TR/webauthn-3/#sctn-attestation-types",
"https://www.w3.org/TR/webauthn-3/#ref-for-attestation-type%E2%91%A8",
- "https://www.w3.org/TR/webauthn-3/#ref-for-attestation-statement%E2%91%A2%E2%91%A2",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-attestation-statement%E2%91%A2%E2%93%AA",
"https://www.w3.org/TR/webauthn-3/#ref-for-attestation-type%E2%91%A0%E2%93%AA",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A1%E2%91%A1%E2%91%A2",
- "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A1%E2%91%A2%E2%91%A7",
- "https://www.w3.org/TR/webauthn-3/#ref-for-attestation-statement%E2%91%A2%E2%91%A3",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A1%E2%91%A2%E2%91%A4",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A1%E2%91%A2%E2%91%A5",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-attestation-statement%E2%91%A2%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#ref-for-verification-procedure",
- "https://www.w3.org/TR/webauthn-3/#ref-for-dom-credentialscontainer-create%E2%91%A1%E2%91%A7",
- "https://www.w3.org/TR/webauthn-3/#ref-for-attestation-conveyance%E2%91%A3",
- "https://www.w3.org/TR/webauthn-3/#ref-for-dom-attestationconveyancepreference-none%E2%91%A5",
- "https://www.w3.org/TR/webauthn-3/#ref-for-attestation-statement%E2%91%A2%E2%91%A4",
- "https://www.w3.org/TR/webauthn-3/#ref-for-attestation-type%E2%91%A0%E2%91%A0",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-credentialscontainer-create%E2%91%A1%E2%91%A6",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-attestation-conveyance%E2%91%A2",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-attestationconveyancepreference-none%E2%91%A3",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-attestation-statement%E2%91%A2%E2%91%A1",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-attestation-type%E2%91%A0%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#ref-for-verification-procedure%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#ref-for-attestation-type%E2%91%A0%E2%91%A1",
"https://www.w3.org/TR/webauthn-3/#ref-for-self-attestation%E2%91%A0%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#ref-for-none%E2%91%A2",
- "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A1%E2%91%A2%E2%91%A8",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A1%E2%91%A2%E2%91%A6",
"https://www.w3.org/TR/webauthn-3/#ref-for-verification-procedure%E2%91%A1",
"https://www.w3.org/TR/webauthn-3/#ref-for-attestation-trust-path%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#ref-for-attestation-type%E2%91%A0%E2%91%A2",
- "https://www.w3.org/TR/webauthn-3/#ref-for-attestation%E2%91%A1%E2%91%A0",
- "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A1%E2%91%A3%E2%93%AA",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-attestation%E2%91%A0%E2%91%A8",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A1%E2%91%A2%E2%91%A7",
"https://www.w3.org/TR/webauthn-3/#basic-attestation",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-basic-attestation",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-basic-attestation",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-basic-attestation",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-basic-attestation",
"https://www.w3.org/TR/webauthn-3/#basic",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-basic",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-basic",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-basic",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-basic",
"https://www.w3.org/TR/webauthn-3/#ref-for-attestation-key-pair%E2%91%A2",
"https://www.w3.org/TR/webauthn-3/#ref-for-attestation-key-pair%E2%91%A3",
"https://www.w3.org/TR/webauthn-3/#ref-for-basic-attestation",
"https://www.w3.org/TR/webauthn-3/#batch-attestation",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-batch-attestation",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-batch-attestation",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-batch-attestation",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-batch-attestation",
"https://www.w3.org/TR/webauthn-3/#self-attestation",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-self-attestation",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-self-attestation",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-self-attestation",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-self-attestation",
"https://www.w3.org/TR/webauthn-3/#self",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-self",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-self",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-self",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-self",
"https://www.w3.org/TR/webauthn-3/#ref-for-self-attestation%E2%91%A0%E2%91%A1",
"https://www.w3.org/TR/webauthn-3/#ref-for-attestation-key-pair%E2%91%A4",
- "https://www.w3.org/TR/webauthn-3/#ref-for-credential-private-key%E2%91%A0%E2%91%A8",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-credential-private-key%E2%91%A0%E2%91%A3",
"https://www.w3.org/TR/webauthn-3/#ref-for-attestation-signature%E2%91%A7",
"https://www.w3.org/TR/webauthn-3/#ref-for-attestation-private-key%E2%91%A1",
"https://www.w3.org/TR/webauthn-3/#attestation-ca",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-attestation-ca",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-attestation-ca",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-attestation-ca",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-attestation-ca",
"https://www.w3.org/TR/webauthn-3/#attca",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-attca",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-attca",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-attca",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-attca",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A1%E2%91%A1%E2%91%A3",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A1%E2%91%A2%E2%91%A5",
"https://www.w3.org/TR/webauthn-3/#ref-for-attestation-ca%E2%91%A0",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A1%E2%91%A1%E2%91%A4",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A1%E2%91%A2%E2%91%A6",
"https://www.w3.org/TR/webauthn-3/#ref-for-attestation-ca%E2%91%A1",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A1%E2%91%A1%E2%91%A5",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A1%E2%91%A1%E2%91%A6",
- "https://www.w3.org/TR/webauthn-3/#ref-for-public-key-credential%E2%91%A4%E2%91%A1",
- "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A1%E2%91%A3%E2%91%A0",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A1%E2%91%A2%E2%91%A7",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A1%E2%91%A2%E2%91%A8",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-public-key-credential%E2%91%A4%E2%91%A3",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A1%E2%91%A2%E2%91%A8",
"https://www.w3.org/TR/webauthn-3/#ref-for-attestation-certificate%E2%91%A2",
"https://www.w3.org/TR/webauthn-3/#anonymization-ca",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-anonymization-ca",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-anonymization-ca",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-anonymization-ca",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-anonymization-ca",
"https://www.w3.org/TR/webauthn-3/#anonca",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-anonca",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-anonca",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-anonca",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-anonca",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A1%E2%91%A1%E2%91%A7",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A1%E2%91%A3%E2%93%AA",
"https://www.w3.org/TR/webauthn-3/#ref-for-anonymization-ca%E2%91%A2",
- "https://www.w3.org/TR/webauthn-3/#ref-for-concept-credential%E2%91%A0%E2%91%A6",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-concept-credential%E2%91%A1%E2%91%A2",
"https://www.w3.org/TR/webauthn-3/#ref-for-attestation-certificate%E2%91%A3",
- "https://www.w3.org/TR/webauthn-3/#ref-for-attestation-statement%E2%91%A2%E2%91%A5",
- "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A1%E2%91%A3%E2%91%A1",
- "https://www.w3.org/TR/webauthn-3/#ref-for-attestation-statement%E2%91%A2%E2%91%A6",
- "https://www.w3.org/TR/webauthn-3/#ref-for-attestation%E2%91%A1%E2%91%A1",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-attestation-statement%E2%91%A2%E2%91%A2",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A1%E2%91%A3%E2%93%AA",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-attestation-statement%E2%91%A2%E2%91%A3",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-attestation%E2%91%A1%E2%93%AA",
"https://www.w3.org/TR/webauthn-3/#ref-for-attestation-type%E2%91%A0%E2%91%A3",
"https://www.w3.org/TR/webauthn-3/#ref-for-attca",
"https://www.w3.org/TR/webauthn-3/#ref-for-anonca",
"https://www.w3.org/TR/webauthn-3/#ref-for-attestation-type%E2%91%A0%E2%91%A4",
"https://www.w3.org/TR/webauthn-3/#ref-for-basic",
"https://www.w3.org/TR/webauthn-3/#ref-for-attestation-certificate%E2%91%A4",
- "https://www.w3.org/TR/webauthn-3/#ref-for-attestation-statement%E2%91%A2%E2%91%A7",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-attestation-statement%E2%91%A2%E2%91%A4",
"https://www.w3.org/TR/webauthn-3/#none",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-none",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-none",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-none",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-none",
"https://www.w3.org/TR/webauthn-3/#sctn-generating-an-attestation-object",
- "https://www.w3.org/TR/webauthn-3/#ref-for-attestation-object%E2%91%A1%E2%91%A0",
- "https://www.w3.org/TR/webauthn-3/#ref-for-attestation-statement-format%E2%91%A0%E2%91%A7",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator-data%E2%91%A3%E2%91%A7",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-attestation-object%E2%91%A0%E2%91%A3",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-attestation-statement-format%E2%91%A0%E2%91%A3",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator-data%E2%91%A3%E2%91%A3",
"https://www.w3.org/TR/webauthn-3/#ref-for-collectedclientdata-hash-of-the-serialized-client-data%E2%91%A0%E2%91%A3",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A1%E2%91%A1%E2%91%A8",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A1%E2%91%A3%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#ref-for-signing-procedure%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#ref-for-attestation-statement-format-identifier%E2%91%A2",
- "https://www.w3.org/TR/webauthn-3/#ref-for-attestation-object%E2%91%A1%E2%91%A1",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-attestation-object%E2%91%A0%E2%91%A4",
"https://www.w3.org/TR/webauthn-3/#sctn-signature-attestation-types",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A1%E2%91%A2%E2%93%AA",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A1%E2%91%A2%E2%91%A0",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A1%E2%91%A3%E2%91%A1",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A1%E2%91%A3%E2%91%A2",
"https://www.w3.org/TR/webauthn-3/#sctn-rp-operations",
- "https://www.w3.org/TR/webauthn-3/#ref-for-webauthn-relying-party%E2%91%A2%E2%93%AA",
- "https://www.w3.org/TR/webauthn-3/#ref-for-registration-ceremony%E2%91%A8",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authentication-ceremony%E2%91%A1%E2%91%A3",
- "https://www.w3.org/TR/webauthn-3/#ref-for-webauthn-relying-party%E2%91%A2%E2%91%A0",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-webauthn-relying-party%E2%91%A4%E2%93%AA",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-registration-ceremony%E2%91%A0%E2%91%A0",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authentication-ceremony%E2%91%A2%E2%93%AA",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-webauthn-relying-party%E2%91%A4%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#ref-for-dictdef-publickeycredentialcreationoptions%E2%91%A0%E2%91%A0",
- "https://www.w3.org/TR/webauthn-3/#ref-for-dictdef-publickeycredentialrequestoptions%E2%91%A0%E2%91%A1",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dictdef-publickeycredentialrequestoptions%E2%91%A0%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#ref-for-ceremony%E2%91%A0%E2%91%A1",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A1%E2%91%A3%E2%91%A0",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-credentialscontainer-create%E2%91%A1%E2%91%A7",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-credentialscontainer-get%E2%91%A2%E2%91%A0",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A1%E2%91%A3%E2%91%A1",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-publickeycredential%E2%91%A2%E2%93%AA",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticatorattestationresponse%E2%91%A4",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticatorassertionresponse%E2%91%A5",
"https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A1%E2%91%A3%E2%91%A2",
- "https://www.w3.org/TR/webauthn-3/#ref-for-dom-credentialscontainer-create%E2%91%A1%E2%91%A8",
- "https://www.w3.org/TR/webauthn-3/#ref-for-dom-credentialscontainer-get%E2%91%A2%E2%93%AA",
"https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A1%E2%91%A3%E2%91%A3",
- "https://www.w3.org/TR/webauthn-3/#ref-for-publickeycredential%E2%91%A1%E2%91%A4",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticatorattestationresponse%E2%91%A6",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticatorassertionresponse%E2%91%A8",
+ "https://www.w3.org/TR/webauthn-3/#sctn-registering-a-new-credential",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-registration-ceremony%E2%91%A0%E2%91%A1",
"https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A1%E2%91%A3%E2%91%A4",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dictdef-credentialcreationoptions%E2%91%A2",
"https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A1%E2%91%A3%E2%91%A5",
- "https://www.w3.org/TR/webauthn-3/#sctn-registering-a-new-credential",
- "https://www.w3.org/TR/webauthn-3/#ref-for-registration-ceremony%E2%91%A0%E2%93%AA",
- "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A1%E2%91%A3%E2%91%A6",
- "https://www.w3.org/TR/webauthn-3/#ref-for-dictdef-publickeycredentialcreationoptions%E2%91%A0%E2%91%A1",
- "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A1%E2%91%A3%E2%91%A7",
- "https://www.w3.org/TR/webauthn-3/#ref-for-dom-credentialscontainer-create%E2%91%A2%E2%93%AA",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-credentialcreationoptions-publickey%E2%91%A3",
- "https://www.w3.org/TR/webauthn-3/#ref-for-invalidstateerror%E2%91%A3",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A1%E2%91%A2%E2%91%A1",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-credentialscontainer-create%E2%91%A1%E2%91%A8",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-invalidstateerror%E2%91%A4",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A1%E2%91%A3%E2%91%A3",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredential-response%E2%91%A4",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticatorattestationresponse%E2%91%A7",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticatorattestationresponse%E2%91%A5",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredential-getclientextensionresults%E2%91%A1",
"https://www.w3.org/TR/webauthn-3/#ref-for-utf-8-decode",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-authenticatorresponse-clientdatajson%E2%91%A6",
@@ -5592,177 +4657,196 @@
"https://www.w3.org/TR/webauthn-3/#rp-op-registering-a-new-credential-step-origin",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-collectedclientdata-origin%E2%91%A6",
"https://www.w3.org/TR/webauthn-3/#ref-for-concept-origin%E2%91%A0%E2%91%A3",
- "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A1%E2%91%A3%E2%91%A8",
- "https://www.w3.org/TR/webauthn-3/#ref-for-dom-collectedclientdata-toporigin%E2%91%A6",
- "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A1%E2%91%A4%E2%93%AA",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A1%E2%91%A3%E2%91%A6",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-collectedclientdata-crossorigin%E2%91%A6",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A1%E2%91%A3%E2%91%A7",
"https://www.w3.org/TR/webauthn-3/#ref-for-same-origin-with-its-ancestors%E2%91%A3",
- "https://www.w3.org/TR/webauthn-3/#ref-for-dom-collectedclientdata-toporigin%E2%91%A7",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-collectedclientdata-toporigin%E2%91%A8",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A1%E2%91%A3%E2%91%A8",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-same-origin-with-its-ancestors%E2%91%A4",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-collectedclientdata-toporigin%E2%91%A0%E2%93%AA",
"https://www.w3.org/TR/webauthn-3/#ref-for-concept-origin%E2%91%A0%E2%91%A4",
- "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A1%E2%91%A4%E2%91%A0",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A1%E2%91%A4%E2%93%AA",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-authenticatorresponse-clientdatajson%E2%91%A7",
- "https://www.w3.org/TR/webauthn-3/#ref-for-dom-authenticatorattestationresponse-attestationobject%E2%91%A7",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticatorattestationresponse%E2%91%A8",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator-data%E2%91%A3%E2%91%A8",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-authenticatorattestationresponse-attestationobject%E2%91%A6",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticatorattestationresponse%E2%91%A6",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator-data%E2%91%A3%E2%91%A4",
"https://www.w3.org/TR/webauthn-3/#ref-for-authdata-rpidhash%E2%91%A1",
- "https://www.w3.org/TR/webauthn-3/#ref-for-rp-id%E2%91%A2%E2%91%A6",
- "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A1%E2%91%A4%E2%91%A1",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-rp-id%E2%91%A3%E2%91%A2",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A1%E2%91%A4%E2%91%A0",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-credentialcreationoptions-mediation%E2%91%A6",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-credentialmediationrequirement-conditional%E2%91%A1%E2%91%A4",
"https://www.w3.org/TR/webauthn-3/#ref-for-authdata-flags-up%E2%91%A2",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authdata-flags%E2%91%A2%E2%91%A4",
- "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A1%E2%91%A4%E2%91%A2",
- "https://www.w3.org/TR/webauthn-3/#ref-for-user-verification%E2%91%A3%E2%91%A3",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authdata-flags%E2%91%A2%E2%91%A7",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A1%E2%91%A4%E2%91%A1",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-user-verification%E2%91%A3%E2%91%A5",
"https://www.w3.org/TR/webauthn-3/#ref-for-authdata-flags-uv%E2%91%A0%E2%91%A1",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authdata-flags%E2%91%A2%E2%91%A5",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authdata-flags-be%E2%91%A5",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authdata-flags%E2%91%A2%E2%91%A6",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authdata-flags-bs%E2%91%A6",
- "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A1%E2%91%A4%E2%91%A3",
- "https://www.w3.org/TR/webauthn-3/#ref-for-backup-eligibility%E2%91%A2",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authdata-flags%E2%91%A2%E2%91%A8",
"https://www.w3.org/TR/webauthn-3/#ref-for-authdata-flags-be%E2%91%A6",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authdata-flags%E2%91%A2%E2%91%A7",
- "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A1%E2%91%A4%E2%91%A4",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authdata-flags%E2%91%A3%E2%93%AA",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authdata-flags-bs%E2%91%A8",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A1%E2%91%A4%E2%91%A2",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-backup-eligibility%E2%91%A2",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authdata-flags-be%E2%91%A7",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authdata-flags%E2%91%A3%E2%91%A0",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A1%E2%91%A4%E2%91%A3",
"https://www.w3.org/TR/webauthn-3/#ref-for-backup-state%E2%91%A2",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authdata-flags-bs%E2%91%A7",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authdata-flags%E2%91%A2%E2%91%A8",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authdata-flags-bs%E2%91%A0%E2%93%AA",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authdata-flags%E2%91%A3%E2%91%A1",
"https://www.w3.org/TR/webauthn-3/#ref-for-authdata-attestedcredentialdata-credentialpublickey%E2%91%A4",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredentialparameters-alg%E2%91%A1",
"https://www.w3.org/TR/webauthn-3/#ref-for-list-item%E2%91%A0%E2%91%A1",
- "https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredentialcreationoptions-pubkeycredparams%E2%91%A3",
- "https://www.w3.org/TR/webauthn-3/#reg-ceremony-verify-extension-outputs",
- "https://www.w3.org/TR/webauthn-3/#ref-for-client-extension-output%E2%91%A5",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator-extension-output%E2%91%A2",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authdata-extensions%E2%91%A6",
- "https://www.w3.org/TR/webauthn-3/#ref-for-client-extension-input%E2%91%A4",
- "https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredentialcreationoptions-extensions%E2%91%A3",
- "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A1%E2%91%A4%E2%91%A5",
- "https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredentialcreationoptions-extensions%E2%91%A4",
- "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A1%E2%91%A4%E2%91%A6",
- "https://www.w3.org/TR/webauthn-3/#ref-for-client-platform%E2%91%A3%E2%91%A7",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator-extension%E2%91%A2",
- "https://www.w3.org/TR/webauthn-3/#ref-for-client-extension%E2%91%A1",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator-extension-output%E2%91%A3",
- "https://www.w3.org/TR/webauthn-3/#ref-for-client-extension-output%E2%91%A6",
- "https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredentialcreationoptions-extensions%E2%91%A5",
- "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A1%E2%91%A4%E2%91%A7",
- "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A1%E2%91%A4%E2%91%A8",
- "https://www.w3.org/TR/webauthn-3/#ref-for-client%E2%91%A7%E2%91%A2",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A1%E2%91%A2%E2%91%A2",
- "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A1%E2%91%A5%E2%93%AA",
- "https://www.w3.org/TR/webauthn-3/#ref-for-devicepubkey%E2%91%A0",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredentialcreationoptions-pubkeycredparams%E2%91%A5",
"https://www.w3.org/TR/webauthn-3/#reg-ceremony-verify-attestation",
- "https://www.w3.org/TR/webauthn-3/#ref-for-attestation-statement%E2%91%A2%E2%91%A8",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-attestation-statement%E2%91%A2%E2%91%A5",
"https://www.w3.org/TR/webauthn-3/#ref-for-attestation-signature%E2%91%A8",
- "https://www.w3.org/TR/webauthn-3/#ref-for-attestation-statement-format%E2%91%A0%E2%91%A8",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-attestation-statement-format%E2%91%A0%E2%91%A4",
"https://www.w3.org/TR/webauthn-3/#ref-for-verification-procedure%E2%91%A2",
- "https://www.w3.org/TR/webauthn-3/#ref-for-attestation-statement-format%E2%91%A1%E2%93%AA",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-attestation-statement-format%E2%91%A0%E2%91%A5",
"https://www.w3.org/TR/webauthn-3/#ref-for-verification-procedure%E2%91%A3",
"https://www.w3.org/TR/webauthn-3/#reg-ceremony-attestation-trust-anchors",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authdata-attestedcredentialdata-aaguid%E2%91%A5",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authdata-attestedcredentialdata-aaguid%E2%91%A2",
"https://www.w3.org/TR/webauthn-3/#ref-for-authdata-attestedcredentialdata%E2%91%A6",
"https://www.w3.org/TR/webauthn-3/#reg-ceremony-assess-trust",
"https://www.w3.org/TR/webauthn-3/#ref-for-verification-procedure%E2%91%A4",
"https://www.w3.org/TR/webauthn-3/#ref-for-none%E2%91%A3",
"https://www.w3.org/TR/webauthn-3/#ref-for-none%E2%91%A4",
- "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A1%E2%91%A5%E2%91%A0",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A1%E2%91%A4%E2%91%A4",
"https://www.w3.org/TR/webauthn-3/#ref-for-self-attestation%E2%91%A0%E2%91%A2",
"https://www.w3.org/TR/webauthn-3/#ref-for-self-attestation%E2%91%A0%E2%91%A3",
- "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A1%E2%91%A5%E2%91%A1",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A1%E2%91%A4%E2%91%A5",
"https://www.w3.org/TR/webauthn-3/#ref-for-attestation-trust-path%E2%91%A1",
"https://www.w3.org/TR/webauthn-3/#ref-for-verification-procedure%E2%91%A5",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A1%E2%91%A4%E2%91%A6",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-registration-ceremony%E2%91%A0%E2%91%A2",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A1%E2%91%A4%E2%91%A7",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-credential-id%E2%91%A2%E2%91%A7",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-self-attestation%E2%91%A0%E2%91%A4",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A1%E2%91%A4%E2%91%A8",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-public-key-credential%E2%91%A4%E2%91%A4",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A1%E2%91%A3%E2%91%A4",
"https://www.w3.org/TR/webauthn-3/#ref-for-authdata-attestedcredentialdata-credentialid%E2%91%A3",
- "https://www.w3.org/TR/webauthn-3/#ref-for-registration-ceremony%E2%91%A0%E2%91%A0",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-registration-ceremony%E2%91%A0%E2%91%A3",
"https://www.w3.org/TR/webauthn-3/#ref-for-authdata-attestedcredentialdata-credentialid%E2%91%A4",
"https://www.w3.org/TR/webauthn-3/#ref-for-authdata-attestedcredentialdata-credentialid%E2%91%A5",
- "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A1%E2%91%A5%E2%91%A2",
- "https://www.w3.org/TR/webauthn-3/#ref-for-registration-ceremony%E2%91%A0%E2%91%A1",
- "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A1%E2%91%A5%E2%91%A3",
- "https://www.w3.org/TR/webauthn-3/#ref-for-credential-id%E2%91%A2%E2%91%A1",
- "https://www.w3.org/TR/webauthn-3/#ref-for-credential-id%E2%91%A2%E2%91%A2",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A1%E2%91%A5%E2%93%AA",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-registration-ceremony%E2%91%A0%E2%91%A4",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A1%E2%91%A5%E2%91%A0",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-credential-id%E2%91%A2%E2%91%A8",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-credential-id%E2%91%A3%E2%93%AA",
"https://www.w3.org/TR/webauthn-3/#ref-for-attestation-type%E2%91%A0%E2%91%A5",
- "https://www.w3.org/TR/webauthn-3/#ref-for-self-attestation%E2%91%A0%E2%91%A4",
- "https://www.w3.org/TR/webauthn-3/#ref-for-credential-private-key%E2%91%A1%E2%93%AA",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-self-attestation%E2%91%A0%E2%91%A5",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-credential-private-key%E2%91%A0%E2%91%A4",
"https://www.w3.org/TR/webauthn-3/#ref-for-registration%E2%91%A0%E2%91%A8",
- "https://www.w3.org/TR/webauthn-3/#ref-for-credential-id%E2%91%A2%E2%91%A3",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-credential-id%E2%91%A3%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#ref-for-credential-public-key%E2%91%A2%E2%93%AA",
- "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A1%E2%91%A5%E2%91%A4",
- "https://www.w3.org/TR/webauthn-3/#ref-for-discoverable-credential%E2%91%A0%E2%91%A3",
- "https://www.w3.org/TR/webauthn-3/#reg-ceremony-store-credential-record",
- "https://www.w3.org/TR/webauthn-3/#ref-for-credential-record%E2%91%A5",
- "https://www.w3.org/TR/webauthn-3/#ref-for-user-account%E2%91%A2%E2%91%A1",
- "https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredentialcreationoptions-user%E2%91%A5",
- "https://www.w3.org/TR/webauthn-3/#ref-for-abstract-opdef-credential-record-type%E2%91%A0",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A1%E2%91%A5%E2%91%A1",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-discoverable-credential%E2%91%A0%E2%91%A4",
+ "https://www.w3.org/TR/webauthn-3/#reg-ceremony-create-credential-record",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-credential-record%E2%91%A0%E2%93%AA",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-abstract-opdef-credential-record-type%E2%91%A1",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-credential-type%E2%91%A1",
- "https://www.w3.org/TR/webauthn-3/#ref-for-abstract-opdef-credential-record-id%E2%91%A0",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-abstract-opdef-credential-record-id%E2%91%A1",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-credential-id%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredential-rawid%E2%91%A1",
- "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A1%E2%91%A5%E2%91%A5",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A1%E2%91%A5%E2%91%A2",
"https://www.w3.org/TR/webauthn-3/#ref-for-abstract-opdef-credential-record-publickey",
"https://www.w3.org/TR/webauthn-3/#ref-for-credential-public-key%E2%91%A2%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#ref-for-abstract-opdef-credential-record-signcount",
"https://www.w3.org/TR/webauthn-3/#ref-for-authdata-signcount%E2%91%A4",
"https://www.w3.org/TR/webauthn-3/#ref-for-abstract-opdef-credential-record-uvinitialized%E2%91%A1",
"https://www.w3.org/TR/webauthn-3/#ref-for-authdata-flags-uv%E2%91%A0%E2%91%A2",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authdata-flags%E2%91%A3%E2%93%AA",
- "https://www.w3.org/TR/webauthn-3/#ref-for-abstract-opdef-credential-record-transports%E2%91%A0",
- "https://www.w3.org/TR/webauthn-3/#ref-for-dom-authenticatorattestationresponse-gettransports%E2%91%A6",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authdata-flags%E2%91%A3%E2%91%A2",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-abstract-opdef-credential-record-transports%E2%91%A1",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-authenticatorattestationresponse-gettransports%E2%91%A5",
"https://www.w3.org/TR/webauthn-3/#ref-for-abstract-opdef-credential-record-backupeligible",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authdata-flags-be%E2%91%A7",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authdata-flags%E2%91%A3%E2%91%A0",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authdata-flags-be%E2%91%A8",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authdata-flags%E2%91%A3%E2%91%A3",
"https://www.w3.org/TR/webauthn-3/#ref-for-abstract-opdef-credential-record-backupstate",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authdata-flags-bs%E2%91%A8",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authdata-flags%E2%91%A3%E2%91%A1",
- "https://www.w3.org/TR/webauthn-3/#ref-for-credential-record%E2%91%A6",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authdata-flags-bs%E2%91%A0%E2%91%A0",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authdata-flags%E2%91%A3%E2%91%A4",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-credential-record%E2%91%A0%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#ref-for-abstract-opdef-credential-record-attestationobject%E2%91%A0",
- "https://www.w3.org/TR/webauthn-3/#ref-for-dom-authenticatorattestationresponse-attestationobject%E2%91%A8",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-authenticatorattestationresponse-attestationobject%E2%91%A7",
"https://www.w3.org/TR/webauthn-3/#ref-for-abstract-opdef-credential-record-attestationclientdatajson",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-authenticatorresponse-clientdatajson%E2%91%A8",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A1%E2%91%A5%E2%91%A3",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-struct-item%E2%91%A0%E2%91%A1",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A1%E2%91%A5%E2%91%A4",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-concept-credential%E2%91%A1%E2%91%A3",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-bound-credential%E2%91%A0%E2%91%A4",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A1%E2%91%A3%E2%91%A5",
+ "https://www.w3.org/TR/webauthn-3/#reg-ceremony-verify-extension-outputs",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-client-extension-output%E2%91%A5",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator-extension-output%E2%91%A2",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authdata-extensions%E2%91%A6",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A1%E2%91%A5%E2%91%A5",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-webauthn-extensions%E2%91%A0%E2%93%AA",
"https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A1%E2%91%A5%E2%91%A6",
- "https://www.w3.org/TR/webauthn-3/#ref-for-registration-ceremony%E2%91%A0%E2%91%A2",
"https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A1%E2%91%A5%E2%91%A7",
- "https://www.w3.org/TR/webauthn-3/#ref-for-credential-id%E2%91%A2%E2%91%A4",
- "https://www.w3.org/TR/webauthn-3/#ref-for-self-attestation%E2%91%A0%E2%91%A5",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-client%E2%91%A8%E2%91%A6",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator-extension%E2%91%A2",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-client-extension%E2%91%A1",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator-extension-output%E2%91%A3",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-client-extension-output%E2%91%A6",
"https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A1%E2%91%A5%E2%91%A8",
- "https://www.w3.org/TR/webauthn-3/#ref-for-public-key-credential%E2%91%A4%E2%91%A2",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A1%E2%91%A2%E2%91%A3",
- "https://www.w3.org/TR/webauthn-3/#ref-for-attestation-object%E2%91%A1%E2%91%A2",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredentialcreationoptions-extensions%E2%91%A3",
"https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A1%E2%91%A6%E2%93%AA",
"https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A1%E2%91%A6%E2%91%A0",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-client%E2%91%A8%E2%91%A7",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A1%E2%91%A3%E2%91%A6",
"https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A1%E2%91%A6%E2%91%A1",
- "https://www.w3.org/TR/webauthn-3/#sctn-verifying-assertion",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authentication-ceremony%E2%91%A1%E2%91%A4",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-user-account%E2%91%A2%E2%91%A1",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredentialcreationoptions-user%E2%91%A6",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-registration-ceremony%E2%91%A0%E2%91%A5",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-registration-ceremony%E2%91%A0%E2%91%A6",
"https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A1%E2%91%A6%E2%91%A2",
- "https://www.w3.org/TR/webauthn-3/#ref-for-dictdef-publickeycredentialrequestoptions%E2%91%A0%E2%91%A2",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-registration-ceremony%E2%91%A0%E2%91%A7",
"https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A1%E2%91%A6%E2%91%A3",
- "https://www.w3.org/TR/webauthn-3/#ref-for-dom-credentialscontainer-get%E2%91%A2%E2%91%A0",
- "https://www.w3.org/TR/webauthn-3/#ref-for-dom-credentialrequestoptions-publickey%E2%91%A3",
- "https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredential-response%E2%91%A5",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticatorassertionresponse%E2%91%A0%E2%93%AA",
- "https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredential-getclientextensionresults%E2%91%A2",
- "https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredentialrequestoptions-allowcredentials%E2%91%A0%E2%91%A6",
- "https://www.w3.org/TR/webauthn-3/#ref-for-list-is-empty%E2%91%A0%E2%91%A4",
- "https://www.w3.org/TR/webauthn-3/#ref-for-dom-credential-id%E2%91%A1",
- "https://www.w3.org/TR/webauthn-3/#ref-for-public-key-credential%E2%91%A4%E2%91%A3",
- "https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredentialrequestoptions-allowcredentials%E2%91%A0%E2%91%A7",
- "https://www.w3.org/TR/webauthn-3/#ref-for-credential-record%E2%91%A7",
- "https://www.w3.org/TR/webauthn-3/#ref-for-concept-credential%E2%91%A0%E2%91%A7",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authentication-ceremony%E2%91%A1%E2%91%A5",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-public-key-credential%E2%91%A4%E2%91%A5",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A1%E2%91%A3%E2%91%A7",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A1%E2%91%A6%E2%91%A4",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-none%E2%91%A5",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-attestation-object%E2%91%A0%E2%91%A5",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A1%E2%91%A6%E2%91%A5",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A1%E2%91%A6%E2%91%A6",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A1%E2%91%A6%E2%91%A7",
+ "https://www.w3.org/TR/webauthn-3/#sctn-verifying-assertion",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authentication-ceremony%E2%91%A2%E2%91%A0",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A1%E2%91%A6%E2%91%A8",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dictdef-credentialrequestoptions%E2%91%A2",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A1%E2%91%A7%E2%93%AA",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-credentialrequestoptions-publickey%E2%91%A3",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-credentialscontainer-get%E2%91%A2%E2%91%A1",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredential-response%E2%91%A5",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticatorassertionresponse%E2%91%A6",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredential-getclientextensionresults%E2%91%A2",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredentialrequestoptions-allowcredentials%E2%91%A1%E2%93%AA",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-list-is-empty%E2%91%A0%E2%91%A2",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-credential-id%E2%91%A1",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-public-key-credential%E2%91%A4%E2%91%A6",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredentialrequestoptions-allowcredentials%E2%91%A1%E2%91%A0",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-credential-record%E2%91%A0%E2%91%A1",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-concept-credential%E2%91%A1%E2%91%A4",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authentication-ceremony%E2%91%A2%E2%91%A1",
"https://www.w3.org/TR/webauthn-3/#ref-for-user-account%E2%91%A2%E2%91%A2",
- "https://www.w3.org/TR/webauthn-3/#ref-for-credential-record%E2%91%A8",
- "https://www.w3.org/TR/webauthn-3/#ref-for-abstract-opdef-credential-record-id%E2%91%A1",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-credential-record%E2%91%A0%E2%91%A2",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-abstract-opdef-credential-record-id%E2%91%A2",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredential-rawid%E2%91%A2",
- "https://www.w3.org/TR/webauthn-3/#ref-for-credential-record%E2%91%A0%E2%93%AA",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-credential-record%E2%91%A0%E2%91%A3",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-authenticatorassertionresponse-userhandle%E2%91%A5",
"https://www.w3.org/TR/webauthn-3/#ref-for-user-handle%E2%91%A1%E2%91%A3",
"https://www.w3.org/TR/webauthn-3/#ref-for-user-account%E2%91%A2%E2%91%A3",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authentication-ceremony%E2%91%A1%E2%91%A6",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authentication-ceremony%E2%91%A2%E2%91%A2",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-authenticatorassertionresponse-userhandle%E2%91%A6",
"https://www.w3.org/TR/webauthn-3/#ref-for-user-account%E2%91%A2%E2%91%A4",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-authenticatorassertionresponse-userhandle%E2%91%A7",
- "https://www.w3.org/TR/webauthn-3/#ref-for-credential-record%E2%91%A0%E2%91%A0",
- "https://www.w3.org/TR/webauthn-3/#ref-for-abstract-opdef-credential-record-id%E2%91%A2",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-credential-record%E2%91%A0%E2%91%A4",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-abstract-opdef-credential-record-id%E2%91%A3",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredential-rawid%E2%91%A3",
- "https://www.w3.org/TR/webauthn-3/#ref-for-credential-record%E2%91%A0%E2%91%A1",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-credential-record%E2%91%A0%E2%91%A5",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-authenticatorresponse-clientdatajson%E2%91%A0%E2%93%AA",
- "https://www.w3.org/TR/webauthn-3/#ref-for-dom-authenticatorassertionresponse-authenticatordata%E2%91%A2",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-authenticatorassertionresponse-authenticatordata%E2%91%A1",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-authenticatorassertionresponse-signature%E2%91%A1",
"https://www.w3.org/TR/webauthn-3/#ref-for-utf-8-decode%E2%91%A2",
"https://www.w3.org/TR/webauthn-3/#ref-for-utf-8-decode%E2%91%A3",
@@ -5774,141 +4858,117 @@
"https://www.w3.org/TR/webauthn-3/#rp-op-verifying-assertion-step-origin",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-collectedclientdata-origin%E2%91%A7",
"https://www.w3.org/TR/webauthn-3/#ref-for-concept-origin%E2%91%A0%E2%91%A5",
- "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A1%E2%91%A6%E2%91%A4",
- "https://www.w3.org/TR/webauthn-3/#ref-for-dom-collectedclientdata-toporigin%E2%91%A8",
- "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A1%E2%91%A6%E2%91%A5",
- "https://www.w3.org/TR/webauthn-3/#ref-for-same-origin-with-its-ancestors%E2%91%A4",
- "https://www.w3.org/TR/webauthn-3/#ref-for-dom-collectedclientdata-toporigin%E2%91%A0%E2%93%AA",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A1%E2%91%A7%E2%91%A0",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-collectedclientdata-crossorigin%E2%91%A7",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A1%E2%91%A7%E2%91%A1",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-same-origin-with-its-ancestors%E2%91%A5",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-collectedclientdata-toporigin%E2%91%A0%E2%91%A0",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A1%E2%91%A7%E2%91%A2",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-same-origin-with-its-ancestors%E2%91%A6",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-collectedclientdata-toporigin%E2%91%A0%E2%91%A1",
"https://www.w3.org/TR/webauthn-3/#ref-for-concept-origin%E2%91%A0%E2%91%A6",
- "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A1%E2%91%A6%E2%91%A6",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A1%E2%91%A7%E2%91%A3",
"https://www.w3.org/TR/webauthn-3/#rp-op-verifying-assertion-step-rpid-hash",
"https://www.w3.org/TR/webauthn-3/#ref-for-authdata-rpidhash%E2%91%A2",
- "https://www.w3.org/TR/webauthn-3/#ref-for-rp-id%E2%91%A2%E2%91%A7",
- "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A1%E2%91%A6%E2%91%A7",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-rp-id%E2%91%A3%E2%91%A3",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A1%E2%91%A7%E2%91%A4",
"https://www.w3.org/TR/webauthn-3/#ref-for-appid%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#ref-for-authdata-flags-up%E2%91%A3",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authdata-flags%E2%91%A3%E2%91%A2",
- "https://www.w3.org/TR/webauthn-3/#ref-for-user-verification%E2%91%A3%E2%91%A4",
- "https://www.w3.org/TR/webauthn-3/#ref-for-user-verification%E2%91%A3%E2%91%A5",
- "https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredentialrequestoptions-userverification%E2%91%A3",
- "https://www.w3.org/TR/webauthn-3/#ref-for-dom-userverificationrequirement-required%E2%91%A5",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authdata-flags%E2%91%A3%E2%91%A5",
"https://www.w3.org/TR/webauthn-3/#ref-for-user-verification%E2%91%A3%E2%91%A6",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-user-verification%E2%91%A3%E2%91%A7",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredentialrequestoptions-userverification%E2%91%A3",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-userverificationrequirement-required%E2%91%A6",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-user-verification%E2%91%A3%E2%91%A8",
"https://www.w3.org/TR/webauthn-3/#ref-for-authdata-flags-uv%E2%91%A0%E2%91%A3",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authdata-flags%E2%91%A3%E2%91%A3",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authdata-flags%E2%91%A3%E2%91%A6",
"https://www.w3.org/TR/webauthn-3/#ref-for-authdata-flags-uv%E2%91%A0%E2%91%A4",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authdata-flags%E2%91%A3%E2%91%A4",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authdata-flags-be%E2%91%A8",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authdata-flags%E2%91%A3%E2%91%A5",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authdata-flags-bs%E2%91%A0%E2%93%AA",
- "https://www.w3.org/TR/webauthn-3/#ref-for-backup-state%E2%91%A3",
- "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A1%E2%91%A6%E2%91%A8",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authdata-flags%E2%91%A3%E2%91%A7",
"https://www.w3.org/TR/webauthn-3/#ref-for-authdata-flags-be%E2%91%A0%E2%93%AA",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authdata-flags-bs%E2%91%A0%E2%91%A0",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authdata-flags%E2%91%A3%E2%91%A6",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authdata-flags%E2%91%A3%E2%91%A8",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authdata-flags-bs%E2%91%A0%E2%91%A1",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-backup-state%E2%91%A3",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A1%E2%91%A7%E2%91%A5",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authdata-flags-be%E2%91%A0%E2%91%A0",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authdata-flags-bs%E2%91%A0%E2%91%A2",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authdata-flags%E2%91%A4%E2%93%AA",
"https://www.w3.org/TR/webauthn-3/#ref-for-abstract-opdef-credential-record-backupeligible%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#ref-for-abstract-opdef-credential-record-backupstate%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#ref-for-abstract-opdef-credential-record-backupeligible%E2%91%A1",
"https://www.w3.org/TR/webauthn-3/#ref-for-abstract-opdef-credential-record-backupeligible%E2%91%A2",
- "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A1%E2%91%A7%E2%93%AA",
- "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A1%E2%91%A7%E2%91%A0",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authdata-flags-bs%E2%91%A0%E2%91%A1",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authdata-flags%E2%91%A3%E2%91%A7",
- "https://www.w3.org/TR/webauthn-3/#authn-ceremony-verify-extension-outputs",
- "https://www.w3.org/TR/webauthn-3/#ref-for-client-extension-output%E2%91%A7",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator-extension-output%E2%91%A4",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authdata-extensions%E2%91%A7",
- "https://www.w3.org/TR/webauthn-3/#ref-for-client-extension-input%E2%91%A5",
- "https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredentialrequestoptions-extensions%E2%91%A3",
- "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A1%E2%91%A7%E2%91%A1",
- "https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredentialrequestoptions-extensions%E2%91%A4",
- "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A1%E2%91%A7%E2%91%A2",
- "https://www.w3.org/TR/webauthn-3/#ref-for-client-platform%E2%91%A3%E2%91%A8",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator-extension%E2%91%A3",
- "https://www.w3.org/TR/webauthn-3/#ref-for-client-extension%E2%91%A2",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator-extension-output%E2%91%A5",
- "https://www.w3.org/TR/webauthn-3/#ref-for-client-extension-output%E2%91%A8",
- "https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredentialrequestoptions-extensions%E2%91%A5",
- "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A1%E2%91%A7%E2%91%A3",
- "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A1%E2%91%A7%E2%91%A4",
- "https://www.w3.org/TR/webauthn-3/#ref-for-client%E2%91%A7%E2%91%A3",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A1%E2%91%A2%E2%91%A4",
- "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A1%E2%91%A7%E2%91%A5",
- "https://www.w3.org/TR/webauthn-3/#ref-for-devicepubkey%E2%91%A1",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A1%E2%91%A7%E2%91%A6",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A1%E2%91%A7%E2%91%A7",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authdata-flags-bs%E2%91%A0%E2%91%A3",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authdata-flags%E2%91%A4%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#ref-for-abstract-opdef-credential-record-publickey%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#ref-for-authdata-signcount%E2%91%A5",
"https://www.w3.org/TR/webauthn-3/#ref-for-abstract-opdef-credential-record-signcount%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#ref-for-authdata-signcount%E2%91%A6",
"https://www.w3.org/TR/webauthn-3/#ref-for-abstract-opdef-credential-record-signcount%E2%91%A1",
"https://www.w3.org/TR/webauthn-3/#ref-for-abstract-opdef-credential-record-signcount%E2%91%A2",
- "https://www.w3.org/TR/webauthn-3/#ref-for-credential-private-key%E2%91%A1%E2%91%A0",
- "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A1%E2%91%A7%E2%91%A6",
- "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A1%E2%91%A7%E2%91%A7",
- "https://www.w3.org/TR/webauthn-3/#ref-for-abstract-opdef-credential-record-signcount%E2%91%A3",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authentication-ceremony%E2%91%A1%E2%91%A7",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-credential-private-key%E2%91%A0%E2%91%A5",
"https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A1%E2%91%A7%E2%91%A8",
- "https://www.w3.org/TR/webauthn-3/#ref-for-dom-authenticatorassertionresponse-attestationobject%E2%91%A2",
"https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A1%E2%91%A8%E2%93%AA",
- "https://www.w3.org/TR/webauthn-3/#ref-for-dom-authenticatorassertionresponse-attestationobject%E2%91%A3",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authdata-flags%E2%91%A3%E2%91%A8",
- "https://www.w3.org/TR/webauthn-3/#ref-for-attested-credential-data%E2%91%A0%E2%91%A3",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authdata-attestedcredentialdata-credentialpublickey%E2%91%A5",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authdata-attestedcredentialdata-credentialid%E2%91%A6",
- "https://www.w3.org/TR/webauthn-3/#ref-for-attested-credential-data%E2%91%A0%E2%91%A4",
- "https://www.w3.org/TR/webauthn-3/#ref-for-abstract-opdef-credential-record-publickey%E2%91%A1",
- "https://www.w3.org/TR/webauthn-3/#ref-for-abstract-opdef-credential-record-id%E2%91%A3",
- "https://www.w3.org/TR/webauthn-3/#ref-for-attestation-statement%E2%91%A3%E2%93%AA",
- "https://www.w3.org/TR/webauthn-3/#ref-for-attestation-signature%E2%91%A0%E2%93%AA",
- "https://www.w3.org/TR/webauthn-3/#ref-for-attestation-statement-format%E2%91%A1%E2%91%A0",
- "https://www.w3.org/TR/webauthn-3/#ref-for-verification-procedure%E2%91%A6",
- "https://www.w3.org/TR/webauthn-3/#ref-for-attestation-statement-format%E2%91%A1%E2%91%A1",
- "https://www.w3.org/TR/webauthn-3/#ref-for-verification-procedure%E2%91%A7",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authdata-attestedcredentialdata-aaguid%E2%91%A6",
- "https://www.w3.org/TR/webauthn-3/#ref-for-attested-credential-data%E2%91%A0%E2%91%A5",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A1%E2%91%A8%E2%91%A0",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-abstract-opdef-credential-record-signcount%E2%91%A3",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authentication-ceremony%E2%91%A2%E2%91%A3",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A1%E2%91%A8%E2%91%A1",
+ "https://www.w3.org/TR/webauthn-3/#authn-ceremony-verify-extension-outputs",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-client-extension-output%E2%91%A7",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator-extension-output%E2%91%A4",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authdata-extensions%E2%91%A7",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A1%E2%91%A8%E2%91%A2",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-webauthn-extensions%E2%91%A0%E2%91%A0",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A1%E2%91%A8%E2%91%A3",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A1%E2%91%A8%E2%91%A4",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-client%E2%91%A8%E2%91%A8",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator-extension%E2%91%A3",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-client-extension%E2%91%A2",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator-extension-output%E2%91%A5",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-client-extension-output%E2%91%A8",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A1%E2%91%A8%E2%91%A5",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredentialrequestoptions-extensions%E2%91%A3",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A1%E2%91%A8%E2%91%A6",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A1%E2%91%A8%E2%91%A7",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-client%E2%91%A0%E2%93%AA%E2%93%AA",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A1%E2%91%A3%E2%91%A8",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A1%E2%91%A8%E2%91%A8",
"https://www.w3.org/TR/webauthn-3/#authn-ceremony-update-credential-record",
"https://www.w3.org/TR/webauthn-3/#ref-for-abstract-opdef-credential-record-signcount%E2%91%A4",
"https://www.w3.org/TR/webauthn-3/#ref-for-authdata-signcount%E2%91%A7",
"https://www.w3.org/TR/webauthn-3/#ref-for-abstract-opdef-credential-record-backupstate%E2%91%A1",
"https://www.w3.org/TR/webauthn-3/#ref-for-abstract-opdef-credential-record-uvinitialized%E2%91%A2",
"https://www.w3.org/TR/webauthn-3/#ref-for-authdata-flags-uv%E2%91%A0%E2%91%A5",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authdata-flags%E2%91%A4%E2%93%AA",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authdata-flags%E2%91%A4%E2%91%A1",
"https://www.w3.org/TR/webauthn-3/#ref-for-af%E2%91%A1%E2%91%A3",
- "https://www.w3.org/TR/webauthn-3/#ref-for-user-verification%E2%91%A3%E2%91%A7",
- "https://www.w3.org/TR/webauthn-3/#ref-for-dom-authenticatorassertionresponse-attestationobject%E2%91%A4",
- "https://www.w3.org/TR/webauthn-3/#ref-for-abstract-opdef-credential-record-attestationobject%E2%91%A1",
- "https://www.w3.org/TR/webauthn-3/#ref-for-dom-authenticatorassertionresponse-attestationobject%E2%91%A5",
- "https://www.w3.org/TR/webauthn-3/#ref-for-abstract-opdef-credential-record-attestationclientdatajson%E2%91%A0",
- "https://www.w3.org/TR/webauthn-3/#ref-for-dom-authenticatorresponse-clientdatajson%E2%91%A0%E2%91%A0",
- "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A1%E2%91%A8%E2%91%A0",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authentication-ceremony%E2%91%A1%E2%91%A8",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authentication-ceremony%E2%91%A2%E2%93%AA",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authentication-ceremony%E2%91%A2%E2%91%A0",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-user-verification%E2%91%A4%E2%93%AA",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A2%E2%93%AA%E2%93%AA",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authentication-ceremony%E2%91%A2%E2%91%A4",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authentication-ceremony%E2%91%A2%E2%91%A5",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authentication-ceremony%E2%91%A2%E2%91%A6",
"https://www.w3.org/TR/webauthn-3/#sctn-defined-attestation-formats",
"https://www.w3.org/TR/webauthn-3/#sctn-attstn-fmt-ids",
"https://www.w3.org/TR/webauthn-3/#attestation-statement-format-identifier",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-attestation-statement-format-identifier",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-attestation-statement-format-identifier",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-attestation-statement-format-identifier",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-attestation-statement-format-identifier",
- "https://www.w3.org/TR/webauthn-3/#ref-for-attestation-statement-format%E2%91%A1%E2%91%A2",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-attestation-statement-format%E2%91%A0%E2%91%A6",
"https://www.w3.org/TR/webauthn-3/#ref-for-attestation-statement-format-identifier%E2%91%A3",
"https://www.w3.org/TR/webauthn-3/#sctn-packed-attestation",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A1%E2%91%A2%E2%91%A5",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A1%E2%91%A4%E2%93%AA",
"https://www.w3.org/TR/webauthn-3/#ref-for-basic%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#ref-for-self",
"https://www.w3.org/TR/webauthn-3/#ref-for-attca%E2%91%A0",
- "https://www.w3.org/TR/webauthn-3/#ref-for-typedefdef-cosealgorithmidentifier%E2%91%A0%E2%91%A2",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-typedefdef-cosealgorithmidentifier%E2%91%A0%E2%91%A3",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-attestation-signature%E2%91%A0%E2%93%AA",
"https://www.w3.org/TR/webauthn-3/#ref-for-attestation-signature%E2%91%A0%E2%91%A0",
- "https://www.w3.org/TR/webauthn-3/#ref-for-attestation-signature%E2%91%A0%E2%91%A1",
"https://www.w3.org/TR/webauthn-3/#ref-for-authenticator-data-for-the-attestation",
"https://www.w3.org/TR/webauthn-3/#ref-for-collectedclientdata-hash-of-the-serialized-client-data%E2%91%A0%E2%91%A4",
"https://www.w3.org/TR/webauthn-3/#ref-for-basic%E2%91%A1",
"https://www.w3.org/TR/webauthn-3/#ref-for-attca%E2%91%A1",
- "https://www.w3.org/TR/webauthn-3/#ref-for-attestation%E2%91%A1%E2%91%A2",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-attestation%E2%91%A1%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#ref-for-attestation-private-key%E2%91%A2",
"https://www.w3.org/TR/webauthn-3/#ref-for-self-attestation%E2%91%A0%E2%91%A6",
"https://www.w3.org/TR/webauthn-3/#ref-for-verification-procedure-inputs",
- "https://www.w3.org/TR/webauthn-3/#ref-for-verification-procedure%E2%91%A8",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authdata-attestedcredentialdata-aaguid%E2%91%A7",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-verification-procedure%E2%91%A6",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authdata-attestedcredentialdata-aaguid%E2%91%A3",
"https://www.w3.org/TR/webauthn-3/#ref-for-basic%E2%91%A2",
"https://www.w3.org/TR/webauthn-3/#ref-for-attca%E2%91%A2",
"https://www.w3.org/TR/webauthn-3/#ref-for-attestation-type%E2%91%A0%E2%91%A6",
@@ -5916,87 +4976,88 @@
"https://www.w3.org/TR/webauthn-3/#ref-for-attca%E2%91%A3",
"https://www.w3.org/TR/webauthn-3/#ref-for-attestation-trust-path%E2%91%A2",
"https://www.w3.org/TR/webauthn-3/#ref-for-self-attestation%E2%91%A0%E2%91%A7",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authdata-attestedcredentialdata-credentialpublickey%E2%91%A6",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authdata-attestedcredentialdata-credentialpublickey%E2%91%A5",
"https://www.w3.org/TR/webauthn-3/#ref-for-attestation-type%E2%91%A0%E2%91%A7",
"https://www.w3.org/TR/webauthn-3/#ref-for-self%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#ref-for-attestation-trust-path%E2%91%A3",
"https://www.w3.org/TR/webauthn-3/#sctn-packed-attestation-cert-requirements",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A2%E2%93%AA%E2%91%A0",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A2%E2%93%AA%E2%91%A1",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-attestation-object%E2%91%A0%E2%91%A6",
+ "https://www.w3.org/TR/webauthn-3/#sctn-enterprise-packed-attestation-cert-requirements",
"https://www.w3.org/TR/webauthn-3/#sctn-tpm-attestation",
"https://www.w3.org/TR/webauthn-3/#ref-for-attca%E2%91%A4",
- "https://www.w3.org/TR/webauthn-3/#ref-for-typedefdef-cosealgorithmidentifier%E2%91%A0%E2%91%A3",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-typedefdef-cosealgorithmidentifier%E2%91%A0%E2%91%A4",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-attestation-signature%E2%91%A0%E2%91%A1",
"https://www.w3.org/TR/webauthn-3/#ref-for-attestation-signature%E2%91%A0%E2%91%A2",
- "https://www.w3.org/TR/webauthn-3/#ref-for-attestation-signature%E2%91%A0%E2%91%A3",
"https://www.w3.org/TR/webauthn-3/#ref-for-authenticator-data-for-the-attestation%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#ref-for-collectedclientdata-hash-of-the-serialized-client-data%E2%91%A0%E2%91%A5",
"https://www.w3.org/TR/webauthn-3/#ref-for-verification-procedure-inputs%E2%91%A0",
- "https://www.w3.org/TR/webauthn-3/#ref-for-verification-procedure%E2%91%A0%E2%93%AA",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authdata-attestedcredentialdata-credentialpublickey%E2%91%A7",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-verification-procedure%E2%91%A7",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authdata-attestedcredentialdata-credentialpublickey%E2%91%A6",
"https://www.w3.org/TR/webauthn-3/#ref-for-authdata-attestedcredentialdata%E2%91%A7",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authdata-attestedcredentialdata-aaguid%E2%91%A8",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authdata-attestedcredentialdata-aaguid%E2%91%A4",
"https://www.w3.org/TR/webauthn-3/#ref-for-attestation-type%E2%91%A0%E2%91%A8",
"https://www.w3.org/TR/webauthn-3/#ref-for-attca%E2%91%A5",
"https://www.w3.org/TR/webauthn-3/#ref-for-attestation-trust-path%E2%91%A4",
"https://www.w3.org/TR/webauthn-3/#sctn-tpm-cert-requirements",
"https://www.w3.org/TR/webauthn-3/#ref-for-attestation-certificate%E2%91%A5",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-attestation-certificate%E2%91%A6",
"https://www.w3.org/TR/webauthn-3/#sctn-android-key-attestation",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A1%E2%91%A2%E2%91%A6",
- "https://www.w3.org/TR/webauthn-3/#ref-for-platform-authenticators%E2%91%A1%E2%91%A4",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A1%E2%91%A4%E2%91%A0",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-platform-authenticators%E2%91%A1%E2%91%A1",
"https://www.w3.org/TR/webauthn-3/#ref-for-authenticator-data-for-the-attestation%E2%91%A1",
- "https://www.w3.org/TR/webauthn-3/#ref-for-webauthn-relying-party%E2%91%A2%E2%91%A1",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-webauthn-relying-party%E2%91%A4%E2%91%A1",
"https://www.w3.org/TR/webauthn-3/#ref-for-authenticator-data-claimed-to-have-been-used-for-the-attestation",
"https://www.w3.org/TR/webauthn-3/#ref-for-basic%E2%91%A4",
"https://www.w3.org/TR/webauthn-3/#ref-for-authenticator-data-for-the-attestation%E2%91%A2",
"https://www.w3.org/TR/webauthn-3/#ref-for-collectedclientdata-hash-of-the-serialized-client-data%E2%91%A0%E2%91%A6",
"https://www.w3.org/TR/webauthn-3/#ref-for-verification-procedure-inputs%E2%91%A1",
- "https://www.w3.org/TR/webauthn-3/#ref-for-verification-procedure%E2%91%A0%E2%91%A0",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authdata-attestedcredentialdata-credentialpublickey%E2%91%A8",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-verification-procedure%E2%91%A8",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authdata-attestedcredentialdata-credentialpublickey%E2%91%A7",
"https://www.w3.org/TR/webauthn-3/#ref-for-authdata-attestedcredentialdata%E2%91%A8",
- "https://www.w3.org/TR/webauthn-3/#ref-for-attestation-certificate%E2%91%A6",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-attestation-certificate%E2%91%A7",
"https://www.w3.org/TR/webauthn-3/#ref-for-android-key-attestation-certificate-extension-data",
"https://www.w3.org/TR/webauthn-3/#ref-for-android-key-attestation-certificate-extension-data%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#ref-for-scope%E2%91%A0%E2%91%A5",
- "https://www.w3.org/TR/webauthn-3/#ref-for-rp-id%E2%91%A2%E2%91%A8",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-rp-id%E2%91%A3%E2%91%A4",
"https://www.w3.org/TR/webauthn-3/#ref-for-attestation-type%E2%91%A1%E2%93%AA",
"https://www.w3.org/TR/webauthn-3/#ref-for-basic%E2%91%A5",
"https://www.w3.org/TR/webauthn-3/#ref-for-attestation-trust-path%E2%91%A5",
"https://www.w3.org/TR/webauthn-3/#sctn-key-attstn-cert-requirements",
- "https://www.w3.org/TR/webauthn-3/#ref-for-attestation-certificate%E2%91%A7",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-attestation-certificate%E2%91%A8",
"https://www.w3.org/TR/webauthn-3/#android-key-attestation-certificate-extension-data",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-android-key-attestation-certificate-extension-data",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-android-key-attestation-certificate-extension-data",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-android-key-attestation-certificate-extension-data",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-android-key-attestation-certificate-extension-data",
"https://www.w3.org/TR/webauthn-3/#sctn-android-safetynet-attestation",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A1%E2%91%A2%E2%91%A7",
- "https://www.w3.org/TR/webauthn-3/#ref-for-platform-authenticators%E2%91%A1%E2%91%A5",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator-data%E2%91%A4%E2%93%AA",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A1%E2%91%A4%E2%91%A1",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-platform-authenticators%E2%91%A1%E2%91%A2",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator-data%E2%91%A3%E2%91%A5",
"https://www.w3.org/TR/webauthn-3/#ref-for-basic%E2%91%A6",
"https://www.w3.org/TR/webauthn-3/#ref-for-utf-8-encode",
"https://www.w3.org/TR/webauthn-3/#ref-for-authenticator-data-for-the-attestation%E2%91%A3",
"https://www.w3.org/TR/webauthn-3/#ref-for-collectedclientdata-hash-of-the-serialized-client-data%E2%91%A0%E2%91%A7",
"https://www.w3.org/TR/webauthn-3/#ref-for-verification-procedure-inputs%E2%91%A2",
- "https://www.w3.org/TR/webauthn-3/#ref-for-verification-procedure%E2%91%A0%E2%91%A1",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-verification-procedure%E2%91%A0%E2%93%AA",
"https://www.w3.org/TR/webauthn-3/#ref-for-attestation-type%E2%91%A1%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#ref-for-basic%E2%91%A7",
"https://www.w3.org/TR/webauthn-3/#ref-for-attestation-trust-path%E2%91%A6",
"https://www.w3.org/TR/webauthn-3/#sctn-fido-u2f-attestation",
"https://www.w3.org/TR/webauthn-3/#ref-for-basic%E2%91%A8",
"https://www.w3.org/TR/webauthn-3/#ref-for-attca%E2%91%A6",
- "https://www.w3.org/TR/webauthn-3/#ref-for-attestation-signature%E2%91%A0%E2%91%A4",
- "https://www.w3.org/TR/webauthn-3/#ref-for-client%E2%91%A7%E2%91%A4",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-attestation-signature%E2%91%A0%E2%91%A3",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-client%E2%91%A0%E2%93%AA%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#ref-for-credential-public-key%E2%91%A2%E2%91%A1",
"https://www.w3.org/TR/webauthn-3/#ref-for-authdata-attestedcredentialdata%E2%91%A0%E2%93%AA",
"https://www.w3.org/TR/webauthn-3/#ref-for-authenticator-data-for-the-attestation%E2%91%A4",
"https://www.w3.org/TR/webauthn-3/#ref-for-collectedclientdata-hash-of-the-serialized-client-data%E2%91%A0%E2%91%A8",
"https://www.w3.org/TR/webauthn-3/#ref-for-client-data%E2%91%A0%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#ref-for-registration-response-message-success",
- "https://www.w3.org/TR/webauthn-3/#ref-for-rp-id%E2%91%A3%E2%93%AA",
- "https://www.w3.org/TR/webauthn-3/#ref-for-public-key-credential%E2%91%A4%E2%91%A4",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-rp-id%E2%91%A3%E2%91%A5",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-public-key-credential%E2%91%A4%E2%91%A7",
"https://www.w3.org/TR/webauthn-3/#ref-for-scope%E2%91%A0%E2%91%A6",
- "https://www.w3.org/TR/webauthn-3/#ref-for-credential-id%E2%91%A2%E2%91%A5",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-credential-id%E2%91%A3%E2%91%A1",
"https://www.w3.org/TR/webauthn-3/#ref-for-user-public-key%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#ref-for-verification-procedure-inputs%E2%91%A3",
- "https://www.w3.org/TR/webauthn-3/#ref-for-verification-procedure%E2%91%A0%E2%91%A2",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-verification-procedure%E2%91%A0%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#ref-for-authdata-attestedcredentialdata%E2%91%A0%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#ref-for-section-7%E2%91%A2",
"https://www.w3.org/TR/webauthn-3/#ref-for-public-key-representation-formats",
@@ -6008,15 +5069,15 @@
"https://www.w3.org/TR/webauthn-3/#ref-for-attca%E2%91%A8",
"https://www.w3.org/TR/webauthn-3/#ref-for-attestation-trust-path%E2%91%A7",
"https://www.w3.org/TR/webauthn-3/#sctn-none-attestation",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A1%E2%91%A2%E2%91%A8",
- "https://www.w3.org/TR/webauthn-3/#ref-for-attestation-statement%E2%91%A3%E2%91%A0",
- "https://www.w3.org/TR/webauthn-3/#ref-for-webauthn-relying-party%E2%91%A2%E2%91%A2",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A1%E2%91%A3%E2%93%AA",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A1%E2%91%A3%E2%91%A0",
- "https://www.w3.org/TR/webauthn-3/#ref-for-attestation%E2%91%A1%E2%91%A3",
- "https://www.w3.org/TR/webauthn-3/#ref-for-none%E2%91%A5",
- "https://www.w3.org/TR/webauthn-3/#ref-for-attestation-type%E2%91%A1%E2%91%A2",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A1%E2%91%A4%E2%91%A2",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-attestation-statement%E2%91%A2%E2%91%A6",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-webauthn-relying-party%E2%91%A4%E2%91%A2",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A1%E2%91%A4%E2%91%A3",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A1%E2%91%A4%E2%91%A4",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-attestation%E2%91%A1%E2%91%A1",
"https://www.w3.org/TR/webauthn-3/#ref-for-none%E2%91%A6",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-attestation-type%E2%91%A1%E2%91%A2",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-none%E2%91%A7",
"https://www.w3.org/TR/webauthn-3/#ref-for-attestation-trust-path%E2%91%A8",
"https://www.w3.org/TR/webauthn-3/#sctn-apple-anonymous-attestation",
"https://www.w3.org/TR/webauthn-3/#ref-for-anonymization-ca%E2%91%A3",
@@ -6025,58 +5086,49 @@
"https://www.w3.org/TR/webauthn-3/#ref-for-client-data%E2%91%A0%E2%91%A1",
"https://www.w3.org/TR/webauthn-3/#ref-for-credential-public-key%E2%91%A2%E2%91%A3",
"https://www.w3.org/TR/webauthn-3/#ref-for-anonymization-ca%E2%91%A4",
+ "https://www.w3.org/TR/webauthn-3/#sctn-compound-attestation",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-verification-procedure-inputs%E2%91%A4",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-verification-procedure%E2%91%A0%E2%91%A1",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-list-iterate%E2%91%A1%E2%91%A0",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-verification-procedure%E2%91%A0%E2%91%A2",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-attestation-statement-format-identifier%E2%91%A4",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-verification-procedure-inputs%E2%91%A5",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A2%E2%93%AA%E2%91%A2",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A2%E2%93%AA%E2%91%A3",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-list-item%E2%91%A0%E2%91%A2",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-verification-procedure%E2%91%A0%E2%91%A3",
"https://www.w3.org/TR/webauthn-3/#sctn-extensions",
"https://www.w3.org/TR/webauthn-3/#webauthn-extensions",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-webauthn-extensions",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-webauthn-extensions",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-webauthn-extensions",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-webauthn-extensions",
- "https://www.w3.org/TR/webauthn-3/#ref-for-public-key-credential%E2%91%A4%E2%91%A5",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-public-key-credential%E2%91%A4%E2%91%A8",
"https://www.w3.org/TR/webauthn-3/#registration-extension",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-registration-extension",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-registration-extension",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-registration-extension",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-registration-extension",
"https://www.w3.org/TR/webauthn-3/#authentication-extension",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-authentication-extension",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-authentication-extension",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-authentication-extension",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-authentication-extension",
"https://www.w3.org/TR/webauthn-3/#client-extension",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-client-extension",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-client-extension",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-client-extension",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-client-extension",
"https://www.w3.org/TR/webauthn-3/#ref-for-client-extension%E2%91%A3",
- "https://www.w3.org/TR/webauthn-3/#ref-for-dom-credentialscontainer-create%E2%91%A2%E2%91%A0",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-credentialscontainer-create%E2%91%A2%E2%93%AA",
"https://www.w3.org/TR/webauthn-3/#ref-for-registration-extension%E2%91%A1",
- "https://www.w3.org/TR/webauthn-3/#ref-for-dom-credentialscontainer-get%E2%91%A2%E2%91%A1",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-credentialscontainer-get%E2%91%A2%E2%91%A2",
"https://www.w3.org/TR/webauthn-3/#ref-for-authentication-extension%E2%91%A1",
"https://www.w3.org/TR/webauthn-3/#ref-for-client-extension-processing%E2%91%A5",
"https://www.w3.org/TR/webauthn-3/#ref-for-registration-extension%E2%91%A2",
"https://www.w3.org/TR/webauthn-3/#ref-for-authentication-extension%E2%91%A2",
- "https://www.w3.org/TR/webauthn-3/#ref-for-public-key-credential%E2%91%A4%E2%91%A6",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-public-key-credential%E2%91%A5%E2%93%AA",
"https://www.w3.org/TR/webauthn-3/#ref-for-authentication-assertion%E2%91%A0%E2%91%A2",
- "https://www.w3.org/TR/webauthn-3/#ref-for-webauthn-relying-party%E2%91%A2%E2%91%A3",
- "https://www.w3.org/TR/webauthn-3/#ref-for-webauthn-authenticator%E2%91%A6",
- "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A1%E2%91%A8%E2%91%A1",
- "https://www.w3.org/TR/webauthn-3/#ref-for-client-extension-input%E2%91%A6",
- "https://www.w3.org/TR/webauthn-3/#ref-for-dom-credentialscontainer-get%E2%91%A2%E2%91%A2",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authentication-extension%E2%91%A3",
- "https://www.w3.org/TR/webauthn-3/#ref-for-dom-credentialscontainer-create%E2%91%A2%E2%91%A1",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-webauthn-relying-party%E2%91%A4%E2%91%A3",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-webauthn-authenticator%E2%91%A8",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A2%E2%93%AA%E2%91%A4",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-client-extension-input%E2%91%A4",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-credentialscontainer-get%E2%91%A2%E2%91%A3",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authentication-extension%E2%91%A3",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-credentialscontainer-create%E2%91%A2%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#ref-for-registration-extension%E2%91%A3",
- "https://www.w3.org/TR/webauthn-3/#ref-for-client%E2%91%A7%E2%91%A5",
- "https://www.w3.org/TR/webauthn-3/#ref-for-client%E2%91%A7%E2%91%A6",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-client%E2%91%A0%E2%93%AA%E2%91%A1",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-client%E2%91%A0%E2%93%AA%E2%91%A2",
"https://www.w3.org/TR/webauthn-3/#ref-for-client-extension-processing%E2%91%A6",
"https://www.w3.org/TR/webauthn-3/#ref-for-client-platform%E2%91%A4%E2%93%AA",
"https://www.w3.org/TR/webauthn-3/#ref-for-client-data%E2%91%A0%E2%91%A2",
- "https://www.w3.org/TR/webauthn-3/#ref-for-extension-identifier%E2%91%A8",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-extension-identifier%E2%91%A0%E2%93%AA",
"https://www.w3.org/TR/webauthn-3/#ref-for-client-extension-output%E2%91%A0%E2%93%AA",
"https://www.w3.org/TR/webauthn-3/#authenticator-extension",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-authenticator-extension",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-authenticator-extension",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-authenticator-extension",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-authenticator-extension",
"https://www.w3.org/TR/webauthn-3/#ref-for-authenticator-extension%E2%91%A4",
"https://www.w3.org/TR/webauthn-3/#ref-for-authenticatormakecredential%E2%91%A0%E2%91%A5",
"https://www.w3.org/TR/webauthn-3/#ref-for-registration-extension%E2%91%A4",
@@ -6089,46 +5141,42 @@
"https://www.w3.org/TR/webauthn-3/#ref-for-client-extension-processing%E2%91%A7",
"https://www.w3.org/TR/webauthn-3/#ref-for-cbor%E2%91%A0%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#ref-for-authenticator-extension-input%E2%91%A4",
- "https://www.w3.org/TR/webauthn-3/#ref-for-client-extension-input%E2%91%A7",
- "https://www.w3.org/TR/webauthn-3/#ref-for-dom-credentialscontainer-create%E2%91%A2%E2%91%A2",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-client-extension-input%E2%91%A5",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-credentialscontainer-create%E2%91%A2%E2%91%A1",
"https://www.w3.org/TR/webauthn-3/#ref-for-registration-extension%E2%91%A6",
- "https://www.w3.org/TR/webauthn-3/#ref-for-dom-credentialscontainer-get%E2%91%A2%E2%91%A3",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-credentialscontainer-get%E2%91%A2%E2%91%A4",
"https://www.w3.org/TR/webauthn-3/#ref-for-authentication-extension%E2%91%A6",
"https://www.w3.org/TR/webauthn-3/#ref-for-authenticator-extension-input%E2%91%A5",
"https://www.w3.org/TR/webauthn-3/#ref-for-cbor%E2%91%A0%E2%91%A1",
- "https://www.w3.org/TR/webauthn-3/#ref-for-extension-identifier%E2%91%A0%E2%93%AA",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-extension-identifier%E2%91%A0%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#ref-for-authenticator-extension-input%E2%91%A6",
"https://www.w3.org/TR/webauthn-3/#ref-for-cbor%E2%91%A0%E2%91%A2",
"https://www.w3.org/TR/webauthn-3/#ref-for-authenticator-extension-output%E2%91%A6",
"https://www.w3.org/TR/webauthn-3/#ref-for-authenticator-extension-output%E2%91%A7",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator-data%E2%91%A4%E2%91%A0",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator-data%E2%91%A3%E2%91%A6",
"https://www.w3.org/TR/webauthn-3/#ref-for-unsigned-extension-outputs",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator-data%E2%91%A4%E2%91%A1",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator-data%E2%91%A3%E2%91%A7",
"https://www.w3.org/TR/webauthn-3/#ref-for-client-extension-processing%E2%91%A8",
"https://www.w3.org/TR/webauthn-3/#ref-for-authenticator-extension%E2%91%A6",
"https://www.w3.org/TR/webauthn-3/#ref-for-authenticator-extension-output%E2%91%A8",
"https://www.w3.org/TR/webauthn-3/#ref-for-unsigned-extension-outputs%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#ref-for-client-extension-output%E2%91%A0%E2%91%A0",
- "https://www.w3.org/TR/webauthn-3/#ref-for-webauthn-extensions%E2%91%A8",
- "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A1%E2%91%A8%E2%91%A2",
- "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A1%E2%91%A8%E2%91%A3",
- "https://www.w3.org/TR/webauthn-3/#ref-for-webauthn-extensions%E2%91%A0%E2%93%AA",
- "https://www.w3.org/TR/webauthn-3/#ref-for-client%E2%91%A7%E2%91%A7",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A1%E2%91%A3%E2%91%A1",
- "https://www.w3.org/TR/webauthn-3/#ref-for-client-extension-input%E2%91%A8",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-webauthn-extensions%E2%91%A0%E2%91%A1",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A2%E2%93%AA%E2%91%A5",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A2%E2%93%AA%E2%91%A6",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-webauthn-extensions%E2%91%A0%E2%91%A2",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-client%E2%91%A0%E2%93%AA%E2%91%A3",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A1%E2%91%A4%E2%91%A5",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-client-extension-input%E2%91%A6",
"https://www.w3.org/TR/webauthn-3/#ref-for-authenticator-extension-input%E2%91%A7",
- "https://www.w3.org/TR/webauthn-3/#ref-for-webauthn-extensions%E2%91%A0%E2%91%A0",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-webauthn-extensions%E2%91%A0%E2%91%A3",
"https://www.w3.org/TR/webauthn-3/#sctn-extension-id",
"https://www.w3.org/TR/webauthn-3/#extension-identifier",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-extension-identifier",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-extension-identifier",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-extension-identifier",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-extension-identifier",
"https://www.w3.org/TR/webauthn-3/#sctn-extension-specification",
- "https://www.w3.org/TR/webauthn-3/#ref-for-extension-identifier%E2%91%A0%E2%91%A0",
- "https://www.w3.org/TR/webauthn-3/#ref-for-client-extension-input%E2%91%A0%E2%93%AA",
- "https://www.w3.org/TR/webauthn-3/#ref-for-dom-credentialscontainer-get%E2%91%A2%E2%91%A4",
- "https://www.w3.org/TR/webauthn-3/#ref-for-dom-credentialscontainer-create%E2%91%A2%E2%91%A3",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-extension-identifier%E2%91%A0%E2%91%A1",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-client-extension-input%E2%91%A7",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-credentialscontainer-get%E2%91%A2%E2%91%A5",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-credentialscontainer-create%E2%91%A2%E2%91%A2",
"https://www.w3.org/TR/webauthn-3/#ref-for-client-extension-processing%E2%91%A0%E2%93%AA",
"https://www.w3.org/TR/webauthn-3/#ref-for-client-extension-output%E2%91%A0%E2%91%A1",
"https://www.w3.org/TR/webauthn-3/#ref-for-authenticator-extension%E2%91%A7",
@@ -6142,76 +5190,60 @@
"https://www.w3.org/TR/webauthn-3/#ref-for-unsigned-extension-outputs%E2%91%A1",
"https://www.w3.org/TR/webauthn-3/#ref-for-client-extension%E2%91%A4",
"https://www.w3.org/TR/webauthn-3/#ref-for-client-extension-output%E2%91%A0%E2%91%A2",
- "https://www.w3.org/TR/webauthn-3/#ref-for-webauthn-relying-party%E2%91%A2%E2%91%A4",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-webauthn-relying-party%E2%91%A4%E2%91%A4",
"https://www.w3.org/TR/webauthn-3/#ref-for-authenticator-extension-output%E2%91%A0%E2%91%A0",
- "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A1%E2%91%A8%E2%91%A4",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A2%E2%93%AA%E2%91%A7",
"https://www.w3.org/TR/webauthn-3/#ref-for-client-extension-output%E2%91%A0%E2%91%A3",
"https://www.w3.org/TR/webauthn-3/#ref-for-authenticator-extension%E2%91%A8",
"https://www.w3.org/TR/webauthn-3/#ref-for-authenticator-extension-output%E2%91%A0%E2%91%A1",
"https://www.w3.org/TR/webauthn-3/#sctn-extension-request-parameters",
"https://www.w3.org/TR/webauthn-3/#client-extension-input",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-client-extension-input",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-client-extension-input",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-client-extension-input",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-client-extension-input",
- "https://www.w3.org/TR/webauthn-3/#ref-for-webauthn-relying-party%E2%91%A2%E2%91%A5",
- "https://www.w3.org/TR/webauthn-3/#ref-for-dom-credentialscontainer-get%E2%91%A2%E2%91%A5",
- "https://www.w3.org/TR/webauthn-3/#ref-for-dom-credentialscontainer-create%E2%91%A2%E2%91%A4",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-webauthn-relying-party%E2%91%A4%E2%91%A5",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-credentialscontainer-get%E2%91%A2%E2%91%A6",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-credentialscontainer-create%E2%91%A2%E2%91%A3",
"https://www.w3.org/TR/webauthn-3/#ref-for-cbor%E2%91%A0%E2%91%A5",
"https://www.w3.org/TR/webauthn-3/#authenticator-extension-input",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-authenticator-extension-input",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-authenticator-extension-input",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-authenticator-extension-input",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-authenticator-extension-input",
"https://www.w3.org/TR/webauthn-3/#ref-for-authenticator-extension%E2%91%A0%E2%93%AA",
- "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A1%E2%91%A8%E2%91%A5",
- "https://www.w3.org/TR/webauthn-3/#ref-for-client-extension-input%E2%91%A0%E2%91%A0",
- "https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredentialcreationoptions-extensions%E2%91%A6",
- "https://www.w3.org/TR/webauthn-3/#ref-for-dom-credentialscontainer-create%E2%91%A2%E2%91%A5",
- "https://www.w3.org/TR/webauthn-3/#ref-for-dom-credentialscontainer-get%E2%91%A2%E2%91%A6",
- "https://www.w3.org/TR/webauthn-3/#ref-for-extension-identifier%E2%91%A0%E2%91%A1",
- "https://www.w3.org/TR/webauthn-3/#ref-for-client-extension-input%E2%91%A0%E2%91%A1",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A2%E2%93%AA%E2%91%A8",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-client-extension-input%E2%91%A8",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredentialcreationoptions-extensions%E2%91%A4",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-credentialscontainer-create%E2%91%A2%E2%91%A4",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-credentialscontainer-get%E2%91%A2%E2%91%A7",
"https://www.w3.org/TR/webauthn-3/#ref-for-extension-identifier%E2%91%A0%E2%91%A2",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-client-extension-input%E2%91%A0%E2%93%AA",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-extension-identifier%E2%91%A0%E2%91%A3",
"https://www.w3.org/TR/webauthn-3/#example-5335c503",
- "https://www.w3.org/TR/webauthn-3/#ref-for-client-extension-input%E2%91%A0%E2%91%A2",
- "https://www.w3.org/TR/webauthn-3/#ref-for-client-extension-input%E2%91%A0%E2%91%A3",
- "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A1%E2%91%A8%E2%91%A6",
- "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A1%E2%91%A8%E2%91%A7",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-client-extension-input%E2%91%A0%E2%91%A0",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-client-extension-input%E2%91%A0%E2%91%A1",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A2%E2%91%A0%E2%93%AA",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A2%E2%91%A0%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#ref-for-authenticator-extension-input%E2%91%A0%E2%93%AA",
"https://www.w3.org/TR/webauthn-3/#ref-for-authenticator-extension-input%E2%91%A0%E2%91%A0",
- "https://www.w3.org/TR/webauthn-3/#ref-for-client-extension-input%E2%91%A0%E2%91%A4",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-client-extension-input%E2%91%A0%E2%91%A2",
"https://www.w3.org/TR/webauthn-3/#ref-for-cddl%E2%91%A1",
"https://www.w3.org/TR/webauthn-3/#ref-for-section-3.9",
- "https://www.w3.org/TR/webauthn-3/#ref-for-extension-identifier%E2%91%A0%E2%91%A3",
- "https://www.w3.org/TR/webauthn-3/#ref-for-client-extension-input%E2%91%A0%E2%91%A5",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator-extension-input%E2%91%A0%E2%91%A1",
"https://www.w3.org/TR/webauthn-3/#ref-for-extension-identifier%E2%91%A0%E2%91%A4",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-client-extension-input%E2%91%A0%E2%91%A3",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator-extension-input%E2%91%A0%E2%91%A1",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-extension-identifier%E2%91%A0%E2%91%A5",
"https://www.w3.org/TR/webauthn-3/#ref-for-authenticator-extension-input%E2%91%A0%E2%91%A2",
"https://www.w3.org/TR/webauthn-3/#ref-for-authenticator-extension-output%E2%91%A0%E2%91%A2",
"https://www.w3.org/TR/webauthn-3/#example-c42718c0",
"https://www.w3.org/TR/webauthn-3/#sctn-client-extension-processing",
"https://www.w3.org/TR/webauthn-3/#client-extension-processing",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-client-extension-processing",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-client-extension-processing",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-client-extension-processing",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-client-extension-processing",
- "https://www.w3.org/TR/webauthn-3/#ref-for-client%E2%91%A7%E2%91%A8",
- "https://www.w3.org/TR/webauthn-3/#ref-for-client-extension-input%E2%91%A0%E2%91%A6",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-client%E2%91%A0%E2%93%AA%E2%91%A4",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-client-extension-input%E2%91%A0%E2%91%A4",
"https://www.w3.org/TR/webauthn-3/#ref-for-client-extension%E2%91%A5",
"https://www.w3.org/TR/webauthn-3/#ref-for-ordered-map%E2%91%A0%E2%91%A1",
- "https://www.w3.org/TR/webauthn-3/#ref-for-extension-identifier%E2%91%A0%E2%91%A5",
- "https://www.w3.org/TR/webauthn-3/#ref-for-client-extension-input%E2%91%A0%E2%91%A7",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-extension-identifier%E2%91%A0%E2%91%A6",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-client-extension-input%E2%91%A0%E2%91%A5",
"https://www.w3.org/TR/webauthn-3/#ref-for-client-extension-output%E2%91%A0%E2%91%A4",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredential-getclientextensionresults%E2%91%A3",
- "https://www.w3.org/TR/webauthn-3/#ref-for-extension-identifier%E2%91%A0%E2%91%A6",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-extension-identifier%E2%91%A0%E2%91%A7",
"https://www.w3.org/TR/webauthn-3/#client-extension-output",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-client-extension-output",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-client-extension-output",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-client-extension-output",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-client-extension-output",
- "https://www.w3.org/TR/webauthn-3/#ref-for-client-extension-input%E2%91%A0%E2%91%A8",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-client-extension-input%E2%91%A0%E2%91%A6",
"https://www.w3.org/TR/webauthn-3/#ref-for-client-extension-output%E2%91%A0%E2%91%A5",
- "https://www.w3.org/TR/webauthn-3/#ref-for-client-extension-input%E2%91%A1%E2%93%AA",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-client-extension-input%E2%91%A0%E2%91%A7",
"https://www.w3.org/TR/webauthn-3/#ref-for-cbor%E2%91%A0%E2%91%A6",
"https://www.w3.org/TR/webauthn-3/#ref-for-authenticator-extension-input%E2%91%A0%E2%91%A3",
"https://www.w3.org/TR/webauthn-3/#ref-for-cbor%E2%91%A0%E2%91%A7",
@@ -6220,35 +5252,25 @@
"https://www.w3.org/TR/webauthn-3/#ref-for-client-extension-output%E2%91%A0%E2%91%A6",
"https://www.w3.org/TR/webauthn-3/#sctn-authenticator-extension-processing",
"https://www.w3.org/TR/webauthn-3/#authenticator-extension-processing",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-authenticator-extension-processing",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-authenticator-extension-processing",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-authenticator-extension-processing",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-authenticator-extension-processing",
"https://www.w3.org/TR/webauthn-3/#ref-for-cbor%E2%91%A0%E2%91%A8",
"https://www.w3.org/TR/webauthn-3/#ref-for-authenticator-extension-input%E2%91%A0%E2%91%A4",
"https://www.w3.org/TR/webauthn-3/#ref-for-authenticator-extension%E2%91%A0%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#ref-for-authenticatormakecredential%E2%91%A0%E2%91%A7",
"https://www.w3.org/TR/webauthn-3/#ref-for-authenticatorgetassertion%E2%91%A0%E2%91%A7",
"https://www.w3.org/TR/webauthn-3/#ref-for-cbor%E2%91%A1%E2%93%AA",
- "https://www.w3.org/TR/webauthn-3/#ref-for-extension-identifier%E2%91%A0%E2%91%A7",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-extension-identifier%E2%91%A0%E2%91%A8",
"https://www.w3.org/TR/webauthn-3/#ref-for-authenticator-extension-input%E2%91%A0%E2%91%A5",
"https://www.w3.org/TR/webauthn-3/#ref-for-authdata-extensions%E2%91%A8",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator-data%E2%91%A4%E2%91%A2",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator-data%E2%91%A3%E2%91%A8",
"https://www.w3.org/TR/webauthn-3/#ref-for-authdata-extensions%E2%91%A0%E2%93%AA",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator-data%E2%91%A4%E2%91%A3",
- "https://www.w3.org/TR/webauthn-3/#ref-for-extension-identifier%E2%91%A0%E2%91%A8",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator-data%E2%91%A4%E2%93%AA",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-extension-identifier%E2%91%A1%E2%93%AA",
"https://www.w3.org/TR/webauthn-3/#authenticator-extension-output",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-authenticator-extension-output",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-authenticator-extension-output",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-authenticator-extension-output",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-authenticator-extension-output",
"https://www.w3.org/TR/webauthn-3/#unsigned-extension-outputs",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-unsigned-extension-outputs",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-unsigned-extension-outputs",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-unsigned-extension-outputs",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-unsigned-extension-outputs",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator-data%E2%91%A4%E2%91%A4",
- "https://www.w3.org/TR/webauthn-3/#ref-for-extension-identifier%E2%91%A1%E2%93%AA",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator-data%E2%91%A4%E2%91%A0",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-extension-identifier%E2%91%A1%E2%91%A0",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator-data%E2%91%A4%E2%91%A1",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A2%E2%91%A0%E2%91%A1",
"https://www.w3.org/TR/webauthn-3/#ref-for-unsigned-extension-outputs%E2%91%A3",
"https://www.w3.org/TR/webauthn-3/#ref-for-authenticatormakecredential%E2%91%A0%E2%91%A8",
"https://www.w3.org/TR/webauthn-3/#ref-for-authenticatorgetassertion%E2%91%A0%E2%91%A8",
@@ -6261,252 +5283,189 @@
"https://www.w3.org/TR/webauthn-3/#ref-for-client-extension%E2%91%A6",
"https://www.w3.org/TR/webauthn-3/#sctn-appid-extension",
"https://www.w3.org/TR/webauthn-3/#appid",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-appid",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-appid",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-appid",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-appid",
- "https://www.w3.org/TR/webauthn-3/#ref-for-webauthn-relying-party%E2%91%A2%E2%91%A6",
- "https://www.w3.org/TR/webauthn-3/#ref-for-assertion%E2%91%A5",
- "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A1%E2%91%A8%E2%91%A8",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-webauthn-relying-party%E2%91%A4%E2%91%A6",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-assertion%E2%91%A3",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A2%E2%91%A0%E2%91%A2",
"https://www.w3.org/TR/webauthn-3/#ref-for-scope%E2%91%A0%E2%91%A7",
"https://www.w3.org/TR/webauthn-3/#ref-for-scope%E2%91%A0%E2%91%A8",
- "https://www.w3.org/TR/webauthn-3/#ref-for-rp-id%E2%91%A3%E2%91%A0",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-rp-id%E2%91%A3%E2%91%A6",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-authenticationextensionsclientinputs-appid",
- "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A2%E2%93%AA%E2%93%AA",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A2%E2%91%A0%E2%91%A3",
"https://www.w3.org/TR/webauthn-3/#ref-for-authentication%E2%91%A0%E2%91%A2",
- "https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredentialrequestoptions-allowcredentials%E2%91%A0%E2%91%A8",
- "https://www.w3.org/TR/webauthn-3/#ref-for-dom-credentialscontainer-get%E2%91%A2%E2%91%A7",
- "https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredentialdescriptor-type%E2%91%A4",
- "https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredentialtype-public-key%E2%91%A4",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredentialrequestoptions-allowcredentials%E2%91%A1%E2%91%A1",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-credentialscontainer-get%E2%91%A2%E2%91%A8",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredentialdescriptor-type%E2%91%A6",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredentialtype-public-key%E2%91%A5",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredentialdescriptor-id%E2%91%A0%E2%91%A0",
- "https://www.w3.org/TR/webauthn-3/#ref-for-base64url-encoding%E2%91%A0%E2%91%A2",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-base64url-encoding%E2%91%A1%E2%91%A1",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredentialdescriptor-id%E2%91%A0%E2%91%A1",
- "https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredentialrequestoptions-allowcredentials%E2%91%A1%E2%93%AA",
- "https://www.w3.org/TR/webauthn-3/#ref-for-credential-id%E2%91%A2%E2%91%A6",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredentialrequestoptions-allowcredentials%E2%91%A1%E2%91%A2",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-credential-id%E2%91%A3%E2%91%A2",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-authenticationextensionsclientinputs-appid%E2%91%A0",
- "https://www.w3.org/TR/webauthn-3/#ref-for-rp-id%E2%91%A3%E2%91%A1",
- "https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredentialrequestoptions-rpid%E2%91%A4",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-rp-id%E2%91%A3%E2%91%A7",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredentialrequestoptions-rpid%E2%91%A5",
"https://www.w3.org/TR/webauthn-3/#ref-for-authdata-rpidhash%E2%91%A3",
- "https://www.w3.org/TR/webauthn-3/#ref-for-rp-id%E2%91%A3%E2%91%A2",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-rp-id%E2%91%A3%E2%91%A8",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-authenticationextensionsclientinputs-appid%E2%91%A1",
- "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A2%E2%93%AA%E2%91%A0",
- "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A2%E2%93%AA%E2%91%A1",
- "https://www.w3.org/TR/webauthn-3/#ref-for-rp-id%E2%91%A3%E2%91%A3",
- "https://www.w3.org/TR/webauthn-3/#ref-for-rp-id%E2%91%A3%E2%91%A4",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A2%E2%91%A0%E2%91%A4",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A2%E2%91%A0%E2%91%A5",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-rp-id%E2%91%A4%E2%93%AA",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-rp-id%E2%91%A4%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#ref-for-authentication-extension%E2%91%A7",
"https://www.w3.org/TR/webauthn-3/#ref-for-dictdef-authenticationextensionsclientinputs%E2%91%A5",
- "https://www.w3.org/TR/webauthn-3/#ref-for-idl-USVString%E2%91%A1",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-idl-DOMString%E2%91%A6%E2%91%A6",
"https://www.w3.org/TR/webauthn-3/#dom-authenticationextensionsclientinputs-appid",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-dom-authenticationextensionsclientinputs-appid",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-dom-authenticationextensionsclientinputs-appid",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-dom-authenticationextensionsclientinputs-appid",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-dom-authenticationextensionsclientinputs-appid",
"https://www.w3.org/TR/webauthn-3/#ref-for-concept-origin%E2%91%A0%E2%91%A7",
"https://www.w3.org/TR/webauthn-3/#ref-for-determining-the-facetid-of-a-calling-application%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#ref-for-determining-if-a-caller-s-facetid-is-authorized-for-an-appid%E2%91%A0",
- "https://www.w3.org/TR/webauthn-3/#ref-for-securityerror%E2%91%A3",
- "https://www.w3.org/TR/webauthn-3/#ref-for-idl-DOMException%E2%91%A1%E2%93%AA",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-securityerror%E2%91%A0%E2%91%A3",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-idl-DOMException%E2%91%A2%E2%91%A2",
"https://www.w3.org/TR/webauthn-3/#ref-for-authenticatorgetassertion%E2%91%A1%E2%93%AA",
- "https://www.w3.org/TR/webauthn-3/#ref-for-assertion%E2%91%A6",
- "https://www.w3.org/TR/webauthn-3/#ref-for-rp-id%E2%91%A3%E2%91%A5",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-assertion%E2%91%A4",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-rp-id%E2%91%A4%E2%91%A1",
"https://www.w3.org/TR/webauthn-3/#ref-for-determining-if-a-caller-s-facetid-is-authorized-for-an-appid%E2%91%A1",
- "https://www.w3.org/TR/webauthn-3/#ref-for-same-site%E2%91%A0",
- "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A2%E2%93%AA%E2%91%A2",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-same-site",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A2%E2%91%A0%E2%91%A6",
"https://www.w3.org/TR/webauthn-3/#ref-for-authdata-rpidhash%E2%91%A4",
- "https://www.w3.org/TR/webauthn-3/#ref-for-rp-id%E2%91%A3%E2%91%A6",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-rp-id%E2%91%A4%E2%91%A2",
"https://www.w3.org/TR/webauthn-3/#ref-for-dictdef-authenticationextensionsclientoutputs%E2%91%A4",
"https://www.w3.org/TR/webauthn-3/#ref-for-idl-boolean%E2%91%A6",
"https://www.w3.org/TR/webauthn-3/#dom-authenticationextensionsclientoutputs-appid",
"https://www.w3.org/TR/webauthn-3/#sctn-appid-exclude-extension",
- "https://www.w3.org/TR/webauthn-3/#ref-for-webauthn-relying-party%E2%91%A2%E2%91%A7",
- "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A2%E2%93%AA%E2%91%A3",
- "https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredentialcreationoptions-excludecredentials%E2%91%A4",
- "https://www.w3.org/TR/webauthn-3/#ref-for-client-platform%E2%91%A4%E2%91%A0",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-webauthn-relying-party%E2%91%A4%E2%91%A7",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A2%E2%91%A0%E2%91%A7",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredentialcreationoptions-excludecredentials%E2%91%A5",
- "https://www.w3.org/TR/webauthn-3/#ref-for-base64url-encoding%E2%91%A0%E2%91%A3",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-client-platform%E2%91%A4%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredentialcreationoptions-excludecredentials%E2%91%A6",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-base64url-encoding%E2%91%A1%E2%91%A2",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredentialcreationoptions-excludecredentials%E2%91%A7",
"https://www.w3.org/TR/webauthn-3/#ref-for-registration-extension%E2%91%A7",
"https://www.w3.org/TR/webauthn-3/#ref-for-dictdef-authenticationextensionsclientinputs%E2%91%A6",
- "https://www.w3.org/TR/webauthn-3/#ref-for-idl-USVString%E2%91%A2",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-idl-DOMString%E2%91%A6%E2%91%A7",
"https://www.w3.org/TR/webauthn-3/#dom-authenticationextensionsclientinputs-appidexclude",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-dom-authenticationextensionsclientinputs-appidexclude",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-dom-authenticationextensionsclientinputs-appidexclude",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-dom-authenticationextensionsclientinputs-appidexclude",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-dom-authenticationextensionsclientinputs-appidexclude",
"https://www.w3.org/TR/webauthn-3/#ref-for-concept-origin%E2%91%A0%E2%91%A8",
"https://www.w3.org/TR/webauthn-3/#ref-for-determining-the-facetid-of-a-calling-application%E2%91%A1",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-authenticationextensionsclientinputs-appidexclude",
"https://www.w3.org/TR/webauthn-3/#ref-for-determining-if-a-caller-s-facetid-is-authorized-for-an-appid%E2%91%A2",
- "https://www.w3.org/TR/webauthn-3/#ref-for-securityerror%E2%91%A4",
- "https://www.w3.org/TR/webauthn-3/#ref-for-idl-DOMException%E2%91%A1%E2%91%A0",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-securityerror%E2%91%A0%E2%91%A4",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-idl-DOMException%E2%91%A2%E2%91%A3",
"https://www.w3.org/TR/webauthn-3/#ref-for-determining-if-a-caller-s-facetid-is-authorized-for-an-appid%E2%91%A3",
- "https://www.w3.org/TR/webauthn-3/#ref-for-same-site%E2%91%A1",
- "https://www.w3.org/TR/webauthn-3/#ref-for-list-iterate%E2%91%A0%E2%91%A8",
- "https://www.w3.org/TR/webauthn-3/#ref-for-dictdef-publickeycredentialdescriptor%E2%91%A0%E2%91%A3",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-same-site%E2%91%A0",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-list-iterate%E2%91%A1%E2%91%A1",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dictdef-publickeycredentialdescriptor%E2%91%A0%E2%91%A2",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredentialdescriptor-id%E2%91%A0%E2%91%A2",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredentialdescriptor-id%E2%91%A0%E2%91%A3",
- "https://www.w3.org/TR/webauthn-3/#ref-for-credential-id%E2%91%A2%E2%91%A7",
- "https://www.w3.org/TR/webauthn-3/#ref-for-user-consent%E2%91%A1%E2%91%A1",
- "https://www.w3.org/TR/webauthn-3/#ref-for-invalidstateerror%E2%91%A4",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-credential-id%E2%91%A3%E2%91%A3",
"https://www.w3.org/TR/webauthn-3/#ref-for-user-consent%E2%91%A1%E2%91%A2",
- "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A2%E2%93%AA%E2%91%A4",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-invalidstateerror%E2%91%A5",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-user-consent%E2%91%A1%E2%91%A3",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A2%E2%91%A0%E2%91%A8",
"https://www.w3.org/TR/webauthn-3/#ref-for-dictdef-authenticationextensionsclientoutputs%E2%91%A5",
"https://www.w3.org/TR/webauthn-3/#ref-for-idl-boolean%E2%91%A7",
"https://www.w3.org/TR/webauthn-3/#dom-authenticationextensionsclientoutputs-appidexclude",
"https://www.w3.org/TR/webauthn-3/#sctn-authenticator-credential-properties-extension",
"https://www.w3.org/TR/webauthn-3/#credprops",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-credprops",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-credprops",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-credprops",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-credprops",
"https://www.w3.org/TR/webauthn-3/#ref-for-client-extension%E2%91%A7",
"https://www.w3.org/TR/webauthn-3/#ref-for-registration-extension%E2%91%A8",
"https://www.w3.org/TR/webauthn-3/#ref-for-credential-properties%E2%91%A1",
- "https://www.w3.org/TR/webauthn-3/#ref-for-client%E2%91%A8%E2%93%AA",
- "https://www.w3.org/TR/webauthn-3/#ref-for-webauthn-relying-party%E2%91%A2%E2%91%A8",
- "https://www.w3.org/TR/webauthn-3/#ref-for-public-key-credential-source%E2%91%A4%E2%91%A8",
- "https://www.w3.org/TR/webauthn-3/#ref-for-registration-ceremony%E2%91%A0%E2%91%A3",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-client%E2%91%A0%E2%93%AA%E2%91%A5",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-webauthn-relying-party%E2%91%A4%E2%91%A8",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-public-key-credential-source%E2%91%A5%E2%91%A6",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-registration-ceremony%E2%91%A0%E2%91%A8",
"https://www.w3.org/TR/webauthn-3/#ref-for-credential-properties%E2%91%A2",
- "https://www.w3.org/TR/webauthn-3/#ref-for-credentialpropertiesoutput-resident-key-credential-property%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#ref-for-credentialpropertiesoutput-client-side-discoverable-credential-property",
"https://www.w3.org/TR/webauthn-3/#ref-for-registration-extension%E2%91%A0%E2%93%AA",
- "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A2%E2%93%AA%E2%91%A5",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A2%E2%91%A1%E2%93%AA",
"https://www.w3.org/TR/webauthn-3/#ref-for-dictdef-authenticationextensionsclientinputs%E2%91%A7",
"https://www.w3.org/TR/webauthn-3/#ref-for-idl-boolean%E2%91%A8",
"https://www.w3.org/TR/webauthn-3/#dom-authenticationextensionsclientinputs-credprops",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-credentialpropertiesoutput-rk%E2%91%A0",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticatormakecredential%E2%91%A1%E2%93%AA",
"https://www.w3.org/TR/webauthn-3/#ref-for-map-set%E2%91%A5",
"https://www.w3.org/TR/webauthn-3/#ref-for-credentialcreationdata-clientextensionresults%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-authenticationextensionsclientoutputs-credprops",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticatormakecredential%E2%91%A1%E2%93%AA",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticatormakecredential%E2%91%A1%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#dictdef-credentialpropertiesoutput",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-dictdef-credentialpropertiesoutput",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-dictdef-credentialpropertiesoutput",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-dictdef-credentialpropertiesoutput",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-dictdef-credentialpropertiesoutput",
"https://www.w3.org/TR/webauthn-3/#ref-for-idl-boolean%E2%91%A0%E2%93%AA",
- "https://www.w3.org/TR/webauthn-3/#ref-for-dom-credentialpropertiesoutput-rk%E2%91%A0",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-credentialpropertiesoutput-rk%E2%91%A1",
"https://www.w3.org/TR/webauthn-3/#ref-for-dictdef-authenticationextensionsclientoutputs%E2%91%A6",
"https://www.w3.org/TR/webauthn-3/#ref-for-dictdef-credentialpropertiesoutput",
"https://www.w3.org/TR/webauthn-3/#dom-authenticationextensionsclientoutputs-credprops",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-dom-authenticationextensionsclientoutputs-credprops",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-dom-authenticationextensionsclientoutputs-credprops",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-dom-authenticationextensionsclientoutputs-credprops",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-dom-authenticationextensionsclientoutputs-credprops",
"https://www.w3.org/TR/webauthn-3/#dom-credentialpropertiesoutput-rk",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-dom-credentialpropertiesoutput-rk",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-dom-credentialpropertiesoutput-rk",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-dom-credentialpropertiesoutput-rk",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-dom-credentialpropertiesoutput-rk",
"https://www.w3.org/TR/webauthn-3/#ref-for-idl-boolean%E2%91%A0%E2%91%A0",
- "https://www.w3.org/TR/webauthn-3/#credentialpropertiesoutput-resident-key-credential-property",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-credentialpropertiesoutput-resident-key-credential-property",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-credentialpropertiesoutput-resident-key-credential-property",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-credentialpropertiesoutput-resident-key-credential-property",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-credentialpropertiesoutput-resident-key-credential-property",
"https://www.w3.org/TR/webauthn-3/#credentialpropertiesoutput-client-side-discoverable-credential-property",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-credentialpropertiesoutput-client-side-discoverable-credential-property",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-credentialpropertiesoutput-client-side-discoverable-credential-property",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-credentialpropertiesoutput-client-side-discoverable-credential-property",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-credentialpropertiesoutput-client-side-discoverable-credential-property",
- "https://www.w3.org/TR/webauthn-3/#ref-for-publickeycredential%E2%91%A1%E2%91%A5",
- "https://www.w3.org/TR/webauthn-3/#ref-for-registration-ceremony%E2%91%A0%E2%91%A4",
+ "https://www.w3.org/TR/webauthn-3/#credentialpropertiesoutput-resident-key-credential-property",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-publickeycredential%E2%91%A2%E2%91%A0",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-registration-ceremony%E2%91%A1%E2%93%AA",
"https://www.w3.org/TR/webauthn-3/#ref-for-client-side-discoverable-credential%E2%91%A0%E2%91%A4",
- "https://www.w3.org/TR/webauthn-3/#ref-for-dom-credentialpropertiesoutput-rk%E2%91%A1",
- "https://www.w3.org/TR/webauthn-3/#ref-for-discoverable-credential%E2%91%A0%E2%91%A4",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-credentialpropertiesoutput-rk%E2%91%A2",
- "https://www.w3.org/TR/webauthn-3/#ref-for-server-side-credential%E2%91%A0%E2%91%A1",
- "https://www.w3.org/TR/webauthn-3/#ref-for-dom-credentialpropertiesoutput-rk%E2%91%A3",
"https://www.w3.org/TR/webauthn-3/#ref-for-discoverable-credential%E2%91%A0%E2%91%A5",
- "https://www.w3.org/TR/webauthn-3/#ref-for-server-side-credential%E2%91%A0%E2%91%A2",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A1%E2%91%A3%E2%91%A2",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-credentialpropertiesoutput-rk%E2%91%A3",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-server-side-credential%E2%91%A0%E2%91%A1",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-credentialpropertiesoutput-rk%E2%91%A4",
"https://www.w3.org/TR/webauthn-3/#ref-for-discoverable-credential%E2%91%A0%E2%91%A6",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-server-side-credential%E2%91%A0%E2%91%A2",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A1%E2%91%A4%E2%91%A6",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-discoverable-credential%E2%91%A0%E2%91%A7",
"https://www.w3.org/TR/webauthn-3/#ref-for-client-platform%E2%91%A4%E2%91%A1",
"https://www.w3.org/TR/webauthn-3/#ref-for-client-platform%E2%91%A4%E2%91%A2",
- "https://www.w3.org/TR/webauthn-3/#ref-for-dom-credentialpropertiesoutput-rk%E2%91%A4",
- "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A2%E2%93%AA%E2%91%A6",
- "https://www.w3.org/TR/webauthn-3/#ref-for-client-platform%E2%91%A4%E2%91%A3",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-credentialpropertiesoutput-rk%E2%91%A5",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A2%E2%91%A1%E2%91%A0",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-client-platform%E2%91%A4%E2%91%A3",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-credentialpropertiesoutput-rk%E2%91%A6",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-credentialpropertiesoutput-rk%E2%91%A7",
"https://www.w3.org/TR/webauthn-3/#ref-for-non-discoverable-credential%E2%91%A3",
"https://www.w3.org/TR/webauthn-3/#prf-extension",
"https://www.w3.org/TR/webauthn-3/#prf",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-prf",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-prf",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-prf",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-prf",
"https://www.w3.org/TR/webauthn-3/#ref-for-client-extension%E2%91%A8",
"https://www.w3.org/TR/webauthn-3/#ref-for-registration-extension%E2%91%A0%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#ref-for-authentication-extension%E2%91%A8",
- "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A2%E2%93%AA%E2%91%A7",
- "https://www.w3.org/TR/webauthn-3/#ref-for-concept-credential%E2%91%A0%E2%91%A8",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A2%E2%91%A1%E2%91%A1",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-concept-credential%E2%91%A1%E2%91%A5",
"https://www.w3.org/TR/webauthn-3/#ref-for-BufferSource%E2%91%A0%E2%93%AA",
"https://www.w3.org/TR/webauthn-3/#ref-for-BufferSource%E2%91%A0%E2%91%A0",
- "https://www.w3.org/TR/webauthn-3/#ref-for-concept-credential%E2%91%A1%E2%93%AA",
- "https://www.w3.org/TR/webauthn-3/#ref-for-assertion%E2%91%A7",
- "https://www.w3.org/TR/webauthn-3/#ref-for-assertion%E2%91%A8",
- "https://www.w3.org/TR/webauthn-3/#ref-for-user-verification%E2%91%A3%E2%91%A8",
- "https://www.w3.org/TR/webauthn-3/#ref-for-client-extension%E2%91%A0%E2%93%AA",
- "https://www.w3.org/TR/webauthn-3/#ref-for-user-verification%E2%91%A4%E2%93%AA",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-concept-credential%E2%91%A1%E2%91%A6",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-assertion%E2%91%A5",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-assertion%E2%91%A6",
"https://www.w3.org/TR/webauthn-3/#ref-for-user-verification%E2%91%A4%E2%91%A0",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-client-extension%E2%91%A0%E2%93%AA",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-user-verification%E2%91%A4%E2%91%A1",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-user-verification%E2%91%A4%E2%91%A2",
"https://www.w3.org/TR/webauthn-3/#ref-for-enumdef-userverificationrequirement%E2%91%A5",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A1%E2%91%A3%E2%91%A3",
- "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A2%E2%93%AA%E2%91%A8",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A1%E2%91%A4%E2%91%A7",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A2%E2%91%A1%E2%91%A2",
"https://www.w3.org/TR/webauthn-3/#ref-for-registration-extension%E2%91%A0%E2%91%A1",
"https://www.w3.org/TR/webauthn-3/#ref-for-authentication-extension%E2%91%A0%E2%93%AA",
"https://www.w3.org/TR/webauthn-3/#dictdef-authenticationextensionsprfvalues",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-dictdef-authenticationextensionsprfvalues",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-dictdef-authenticationextensionsprfvalues",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-dictdef-authenticationextensionsprfvalues",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-dictdef-authenticationextensionsprfvalues",
"https://www.w3.org/TR/webauthn-3/#ref-for-BufferSource%E2%91%A0%E2%91%A1",
"https://www.w3.org/TR/webauthn-3/#dom-authenticationextensionsprfvalues-first",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-dom-authenticationextensionsprfvalues-first",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-dom-authenticationextensionsprfvalues-first",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-dom-authenticationextensionsprfvalues-first",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-dom-authenticationextensionsprfvalues-first",
"https://www.w3.org/TR/webauthn-3/#ref-for-BufferSource%E2%91%A0%E2%91%A2",
"https://www.w3.org/TR/webauthn-3/#dom-authenticationextensionsprfvalues-second",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-dom-authenticationextensionsprfvalues-second",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-dom-authenticationextensionsprfvalues-second",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-dom-authenticationextensionsprfvalues-second",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-dom-authenticationextensionsprfvalues-second",
"https://www.w3.org/TR/webauthn-3/#dictdef-authenticationextensionsprfinputs",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-dictdef-authenticationextensionsprfinputs",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-dictdef-authenticationextensionsprfinputs",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-dictdef-authenticationextensionsprfinputs",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-dictdef-authenticationextensionsprfinputs",
"https://www.w3.org/TR/webauthn-3/#ref-for-dictdef-authenticationextensionsprfvalues",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-authenticationextensionsprfinputs-eval",
- "https://www.w3.org/TR/webauthn-3/#ref-for-idl-record",
- "https://www.w3.org/TR/webauthn-3/#ref-for-idl-USVString%E2%91%A3",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-idl-record%E2%91%A0",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-idl-DOMString%E2%91%A6%E2%91%A8",
"https://www.w3.org/TR/webauthn-3/#ref-for-dictdef-authenticationextensionsprfvalues%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-authenticationextensionsprfinputs-evalbycredential",
"https://www.w3.org/TR/webauthn-3/#ref-for-dictdef-authenticationextensionsclientinputs%E2%91%A8",
"https://www.w3.org/TR/webauthn-3/#ref-for-dictdef-authenticationextensionsprfinputs",
"https://www.w3.org/TR/webauthn-3/#dom-authenticationextensionsclientinputs-prf",
"https://www.w3.org/TR/webauthn-3/#dom-authenticationextensionsprfinputs-eval",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-dom-authenticationextensionsprfinputs-eval",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-dom-authenticationextensionsprfinputs-eval",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-dom-authenticationextensionsprfinputs-eval",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-dom-authenticationextensionsprfinputs-eval",
"https://www.w3.org/TR/webauthn-3/#ref-for-dictdef-authenticationextensionsprfvalues%E2%91%A1",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A1%E2%91%A3%E2%91%A4",
- "https://www.w3.org/TR/webauthn-3/#ref-for-assertion%E2%91%A0%E2%93%AA",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A1%E2%91%A4%E2%91%A8",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-assertion%E2%91%A7",
"https://www.w3.org/TR/webauthn-3/#dom-authenticationextensionsprfinputs-evalbycredential",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-dom-authenticationextensionsprfinputs-evalbycredential",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-dom-authenticationextensionsprfinputs-evalbycredential",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-dom-authenticationextensionsprfinputs-evalbycredential",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-dom-authenticationextensionsprfinputs-evalbycredential",
- "https://www.w3.org/TR/webauthn-3/#ref-for-idl-USVString%E2%91%A4",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-idl-DOMString%E2%91%A7%E2%93%AA",
"https://www.w3.org/TR/webauthn-3/#ref-for-dictdef-authenticationextensionsprfvalues%E2%91%A2",
- "https://www.w3.org/TR/webauthn-3/#ref-for-base64url-encoding%E2%91%A0%E2%91%A4",
- "https://www.w3.org/TR/webauthn-3/#ref-for-credential-id%E2%91%A2%E2%91%A8",
- "https://www.w3.org/TR/webauthn-3/#ref-for-assertion%E2%91%A0%E2%91%A0",
- "https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredentialrequestoptions-allowcredentials%E2%91%A1%E2%91%A0",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-base64url-encoding%E2%91%A1%E2%91%A3",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-credential-id%E2%91%A3%E2%91%A4",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-assertion%E2%91%A8",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredentialrequestoptions-allowcredentials%E2%91%A1%E2%91%A3",
"https://www.w3.org/TR/webauthn-3/#ref-for-registration-extension%E2%91%A0%E2%91%A2",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-authenticationextensionsprfinputs-evalbycredential%E2%91%A0",
- "https://www.w3.org/TR/webauthn-3/#ref-for-idl-DOMException%E2%91%A1%E2%91%A1",
- "https://www.w3.org/TR/webauthn-3/#ref-for-notsupportederror%E2%91%A2",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-idl-DOMException%E2%91%A2%E2%91%A4",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-notsupportederror%E2%91%A3",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-authenticationextensionsprfinputs-eval%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-authenticationextensionsprfinputs-eval%E2%91%A1",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-authenticationextensionsprfvalues-first",
@@ -6519,39 +5478,35 @@
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-authenticationextensionsprfoutputs-results",
"https://www.w3.org/TR/webauthn-3/#ref-for-authentication-extension%E2%91%A0%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-authenticationextensionsprfinputs-evalbycredential%E2%91%A1",
- "https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredentialrequestoptions-allowcredentials%E2%91%A1%E2%91%A1",
- "https://www.w3.org/TR/webauthn-3/#ref-for-idl-DOMException%E2%91%A1%E2%91%A2",
- "https://www.w3.org/TR/webauthn-3/#ref-for-notsupportederror%E2%91%A3",
- "https://www.w3.org/TR/webauthn-3/#ref-for-map-key",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredentialrequestoptions-allowcredentials%E2%91%A1%E2%91%A4",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-idl-DOMException%E2%91%A2%E2%91%A5",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-notsupportederror%E2%91%A4",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-map-key",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-authenticationextensionsprfinputs-evalbycredential%E2%91%A2",
- "https://www.w3.org/TR/webauthn-3/#ref-for-base64url-encoding%E2%91%A0%E2%91%A5",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-base64url-encoding%E2%91%A1%E2%91%A4",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredentialdescriptor-id%E2%91%A0%E2%91%A4",
- "https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredentialrequestoptions-allowcredentials%E2%91%A1%E2%91%A2",
- "https://www.w3.org/TR/webauthn-3/#ref-for-base64url-encoding%E2%91%A0%E2%91%A6",
- "https://www.w3.org/TR/webauthn-3/#ref-for-idl-DOMException%E2%91%A1%E2%91%A3",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredentialrequestoptions-allowcredentials%E2%91%A1%E2%91%A5",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-base64url-encoding%E2%91%A1%E2%91%A5",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-idl-DOMException%E2%91%A2%E2%91%A6",
"https://www.w3.org/TR/webauthn-3/#ref-for-syntaxerror",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-authenticationextensionsclientoutputs-prf",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-authenticationextensionsprfinputs-evalbycredential%E2%91%A3",
"https://www.w3.org/TR/webauthn-3/#ref-for-map-exists%E2%91%A6",
"https://www.w3.org/TR/webauthn-3/#ref-for-map-entry%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#ref-for-map-key%E2%91%A0",
- "https://www.w3.org/TR/webauthn-3/#ref-for-base64url-encoding%E2%91%A0%E2%91%A7",
- "https://www.w3.org/TR/webauthn-3/#ref-for-credential-id%E2%91%A3%E2%93%AA",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-base64url-encoding%E2%91%A1%E2%91%A6",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-credential-id%E2%91%A3%E2%91%A5",
"https://www.w3.org/TR/webauthn-3/#ref-for-map-value",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-authenticationextensionsprfinputs-eval%E2%91%A4",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-authenticationextensionsprfinputs-eval%E2%91%A5",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-authenticationextensionsprfvalues-first%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-authenticationextensionsprfvalues-second%E2%91%A1",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-authenticationextensionsprfvalues-second%E2%91%A2",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A1%E2%91%A3%E2%91%A5",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A1%E2%91%A5%E2%93%AA",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-authenticationextensionsprfoutputs-results%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#ref-for-prf",
- "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A2%E2%91%A0%E2%93%AA",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A2%E2%91%A1%E2%91%A3",
"https://www.w3.org/TR/webauthn-3/#dictdef-authenticationextensionsprfoutputs",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-dictdef-authenticationextensionsprfoutputs",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-dictdef-authenticationextensionsprfoutputs",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-dictdef-authenticationextensionsprfoutputs",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-dictdef-authenticationextensionsprfoutputs",
"https://www.w3.org/TR/webauthn-3/#ref-for-idl-boolean%E2%91%A0%E2%91%A1",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-authenticationextensionsprfoutputs-enabled%E2%91%A1",
"https://www.w3.org/TR/webauthn-3/#ref-for-dictdef-authenticationextensionsprfvalues%E2%91%A3",
@@ -6559,124 +5514,87 @@
"https://www.w3.org/TR/webauthn-3/#ref-for-dictdef-authenticationextensionsclientoutputs%E2%91%A7",
"https://www.w3.org/TR/webauthn-3/#ref-for-dictdef-authenticationextensionsprfoutputs",
"https://www.w3.org/TR/webauthn-3/#dom-authenticationextensionsclientoutputs-prf",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-dom-authenticationextensionsclientoutputs-prf",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-dom-authenticationextensionsclientoutputs-prf",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-dom-authenticationextensionsclientoutputs-prf",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-dom-authenticationextensionsclientoutputs-prf",
"https://www.w3.org/TR/webauthn-3/#dom-authenticationextensionsprfoutputs-enabled",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-dom-authenticationextensionsprfoutputs-enabled",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-dom-authenticationextensionsprfoutputs-enabled",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-dom-authenticationextensionsprfoutputs-enabled",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-dom-authenticationextensionsprfoutputs-enabled",
"https://www.w3.org/TR/webauthn-3/#ref-for-idl-boolean%E2%91%A0%E2%91%A2",
"https://www.w3.org/TR/webauthn-3/#ref-for-registration%E2%91%A1%E2%93%AA",
"https://www.w3.org/TR/webauthn-3/#ref-for-authentication%E2%91%A0%E2%91%A3",
"https://www.w3.org/TR/webauthn-3/#dom-authenticationextensionsprfoutputs-results",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-dom-authenticationextensionsprfoutputs-results",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-dom-authenticationextensionsprfoutputs-results",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-dom-authenticationextensionsprfoutputs-results",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-dom-authenticationextensionsprfoutputs-results",
"https://www.w3.org/TR/webauthn-3/#ref-for-dictdef-authenticationextensionsprfvalues%E2%91%A4",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-authenticationextensionsprfinputs-eval%E2%91%A6",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-authenticationextensionsprfinputs-evalbycredential%E2%91%A4",
"https://www.w3.org/TR/webauthn-3/#ref-for-registration%E2%91%A1%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-authenticationextensionsprfinputs-eval%E2%91%A7",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-authenticationextensionsprfoutputs-results%E2%91%A2",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-publickeycredential%E2%91%A2%E2%91%A1",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dictdef-registrationresponsejson%E2%91%A0",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dictdef-authenticationresponsejson%E2%91%A0",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-publickeycredential%E2%91%A2%E2%91%A2",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredential-tojson%E2%91%A0",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-authenticationextensionsprfoutputs-results%E2%91%A3",
"https://www.w3.org/TR/webauthn-3/#sctn-large-blob-extension",
"https://www.w3.org/TR/webauthn-3/#largeblob",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-largeblob",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-largeblob",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-largeblob",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-largeblob",
"https://www.w3.org/TR/webauthn-3/#ref-for-client-extension%E2%91%A0%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#ref-for-registration-extension%E2%91%A0%E2%91%A3",
"https://www.w3.org/TR/webauthn-3/#ref-for-authentication-extension%E2%91%A0%E2%91%A1",
- "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A2%E2%91%A0%E2%91%A0",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A1%E2%91%A3%E2%91%A6",
- "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A2%E2%91%A0%E2%91%A1",
- "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A2%E2%91%A0%E2%91%A2",
- "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A2%E2%91%A0%E2%91%A3",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A2%E2%91%A1%E2%91%A4",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A1%E2%91%A5%E2%91%A0",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A2%E2%91%A1%E2%91%A5",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A2%E2%91%A1%E2%91%A6",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A2%E2%91%A1%E2%91%A7",
"https://www.w3.org/TR/webauthn-3/#ref-for-registration-extension%E2%91%A0%E2%91%A4",
- "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A2%E2%91%A0%E2%91%A4",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A2%E2%91%A1%E2%91%A8",
"https://www.w3.org/TR/webauthn-3/#ref-for-registration-extension%E2%91%A0%E2%91%A5",
"https://www.w3.org/TR/webauthn-3/#ref-for-authentication-extension%E2%91%A0%E2%91%A2",
- "https://www.w3.org/TR/webauthn-3/#ref-for-large-blob",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticatorLargeBlobs",
"https://www.w3.org/TR/webauthn-3/#ref-for-roaming-authenticators%E2%91%A1%E2%91%A2",
"https://www.w3.org/TR/webauthn-3/#ref-for-largeblob",
- "https://www.w3.org/TR/webauthn-3/#ref-for-discoverable-credential%E2%91%A0%E2%91%A7",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-discoverable-credential%E2%91%A0%E2%91%A8",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredentialcreationoptions-authenticatorselection%E2%91%A0%E2%93%AA",
- "https://www.w3.org/TR/webauthn-3/#ref-for-dom-authenticatorselectioncriteria-residentkey%E2%91%A6",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-authenticatorselectioncriteria-residentkey%E2%91%A7",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-residentkeyrequirement-preferred%E2%91%A3",
- "https://www.w3.org/TR/webauthn-3/#ref-for-dom-residentkeyrequirement-required%E2%91%A4",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A1%E2%91%A3%E2%91%A7",
- "https://www.w3.org/TR/webauthn-3/#ref-for-discoverable-credential%E2%91%A0%E2%91%A8",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-residentkeyrequirement-required%E2%91%A5",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A1%E2%91%A5%E2%91%A1",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-discoverable-credential%E2%91%A1%E2%93%AA",
"https://www.w3.org/TR/webauthn-3/#ref-for-registration-extension%E2%91%A0%E2%91%A6",
"https://www.w3.org/TR/webauthn-3/#ref-for-authentication-extension%E2%91%A0%E2%91%A3",
"https://www.w3.org/TR/webauthn-3/#ref-for-dictdef-authenticationextensionsclientinputs%E2%91%A0%E2%93%AA",
"https://www.w3.org/TR/webauthn-3/#ref-for-dictdef-authenticationextensionslargeblobinputs",
"https://www.w3.org/TR/webauthn-3/#dom-authenticationextensionsclientinputs-largeblob",
"https://www.w3.org/TR/webauthn-3/#enumdef-largeblobsupport",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-enumdef-largeblobsupport",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-enumdef-largeblobsupport",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-enumdef-largeblobsupport",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-enumdef-largeblobsupport",
"https://www.w3.org/TR/webauthn-3/#dom-largeblobsupport-required",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-dom-largeblobsupport-required",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-dom-largeblobsupport-required",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-dom-largeblobsupport-required",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-dom-largeblobsupport-required",
"https://www.w3.org/TR/webauthn-3/#dom-largeblobsupport-preferred",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-dom-largeblobsupport-preferred",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-dom-largeblobsupport-preferred",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-dom-largeblobsupport-preferred",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-dom-largeblobsupport-preferred",
"https://www.w3.org/TR/webauthn-3/#dictdef-authenticationextensionslargeblobinputs",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-dictdef-authenticationextensionslargeblobinputs",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-dictdef-authenticationextensionslargeblobinputs",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-dictdef-authenticationextensionslargeblobinputs",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-dictdef-authenticationextensionslargeblobinputs",
- "https://www.w3.org/TR/webauthn-3/#ref-for-idl-DOMString%E2%91%A6%E2%91%A1",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-idl-DOMString%E2%91%A7%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-authenticationextensionslargeblobinputs-support",
"https://www.w3.org/TR/webauthn-3/#ref-for-idl-boolean%E2%91%A0%E2%91%A3",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-authenticationextensionslargeblobinputs-read",
"https://www.w3.org/TR/webauthn-3/#ref-for-BufferSource%E2%91%A0%E2%91%A3",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-authenticationextensionslargeblobinputs-write",
"https://www.w3.org/TR/webauthn-3/#dom-authenticationextensionslargeblobinputs-support",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-dom-authenticationextensionslargeblobinputs-support",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-dom-authenticationextensionslargeblobinputs-support",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-dom-authenticationextensionslargeblobinputs-support",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-dom-authenticationextensionslargeblobinputs-support",
- "https://www.w3.org/TR/webauthn-3/#ref-for-idl-DOMString%E2%91%A6%E2%91%A2",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-idl-DOMString%E2%91%A7%E2%91%A1",
"https://www.w3.org/TR/webauthn-3/#ref-for-enumdef-largeblobsupport",
"https://www.w3.org/TR/webauthn-3/#ref-for-registration-extension%E2%91%A0%E2%91%A7",
"https://www.w3.org/TR/webauthn-3/#dom-authenticationextensionslargeblobinputs-read",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-dom-authenticationextensionslargeblobinputs-read",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-dom-authenticationextensionslargeblobinputs-read",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-dom-authenticationextensionslargeblobinputs-read",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-dom-authenticationextensionslargeblobinputs-read",
"https://www.w3.org/TR/webauthn-3/#ref-for-idl-boolean%E2%91%A0%E2%91%A4",
- "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A2%E2%91%A0%E2%91%A5",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A2%E2%91%A2%E2%93%AA",
"https://www.w3.org/TR/webauthn-3/#ref-for-authentication-extension%E2%91%A0%E2%91%A4",
"https://www.w3.org/TR/webauthn-3/#dom-authenticationextensionslargeblobinputs-write",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-dom-authenticationextensionslargeblobinputs-write",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-dom-authenticationextensionslargeblobinputs-write",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-dom-authenticationextensionslargeblobinputs-write",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-dom-authenticationextensionslargeblobinputs-write",
"https://www.w3.org/TR/webauthn-3/#ref-for-BufferSource%E2%91%A0%E2%91%A4",
- "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A2%E2%91%A0%E2%91%A6",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A2%E2%91%A2%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#ref-for-authentication-extension%E2%91%A0%E2%91%A5",
"https://www.w3.org/TR/webauthn-3/#ref-for-registration-extension%E2%91%A0%E2%91%A8",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-authenticationextensionslargeblobinputs-read%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-authenticationextensionslargeblobinputs-write%E2%91%A0",
- "https://www.w3.org/TR/webauthn-3/#ref-for-idl-DOMException%E2%91%A1%E2%91%A4",
- "https://www.w3.org/TR/webauthn-3/#ref-for-notsupportederror%E2%91%A4",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-idl-DOMException%E2%91%A2%E2%91%A7",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-notsupportederror%E2%91%A5",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-authenticationextensionslargeblobinputs-support%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-largeblobsupport-required",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-authenticationextensionslargebloboutputs-supported",
- "https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredential-create-slot%E2%91%A0%E2%93%AA",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredential-create-slot%E2%91%A0%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#ref-for-dictdef-authenticationextensionslargebloboutputs",
"https://www.w3.org/TR/webauthn-3/#ref-for-create-candidate-authenticator",
- "https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredential-create-slot%E2%91%A0%E2%91%A0",
- "https://www.w3.org/TR/webauthn-3/#ref-for-iteration-continue%E2%91%A0%E2%91%A8",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredential-create-slot%E2%91%A0%E2%91%A1",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-iteration-continue%E2%91%A1%E2%91%A2",
"https://www.w3.org/TR/webauthn-3/#ref-for-create-candidate-authenticator%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#ref-for-create-candidate-authenticator%E2%91%A1",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-authenticationextensionslargeblobinputs-support%E2%91%A1",
@@ -6686,480 +5604,53 @@
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-authenticationextensionslargebloboutputs-supported%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#ref-for-authentication-extension%E2%91%A0%E2%91%A6",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-authenticationextensionslargeblobinputs-support%E2%91%A2",
- "https://www.w3.org/TR/webauthn-3/#ref-for-idl-DOMException%E2%91%A1%E2%91%A5",
- "https://www.w3.org/TR/webauthn-3/#ref-for-notsupportederror%E2%91%A5",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-idl-DOMException%E2%91%A2%E2%91%A8",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-notsupportederror%E2%91%A6",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-authenticationextensionslargeblobinputs-read%E2%91%A1",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-authenticationextensionslargeblobinputs-write%E2%91%A1",
- "https://www.w3.org/TR/webauthn-3/#ref-for-idl-DOMException%E2%91%A1%E2%91%A6",
- "https://www.w3.org/TR/webauthn-3/#ref-for-notsupportederror%E2%91%A6",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-idl-DOMException%E2%91%A3%E2%93%AA",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-notsupportederror%E2%91%A7",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-authenticationextensionslargeblobinputs-read%E2%91%A2",
"https://www.w3.org/TR/webauthn-3/#ref-for-client-extension-output%E2%91%A0%E2%91%A7",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-authenticationextensionsclientoutputs-largeblob",
- "https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredential-discoverfromexternalsource-slot%E2%91%A0%E2%91%A2",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredential-discoverfromexternalsource-slot%E2%91%A0%E2%91%A3",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-authenticationextensionslargebloboutputs-blob",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-authenticationextensionsclientoutputs-largeblob%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#ref-for-dictdef-authenticationextensionsclientoutputs%E2%91%A8",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-authenticationextensionslargebloboutputs-blob%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-authenticationextensionslargeblobinputs-write%E2%91%A2",
- "https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredentialrequestoptions-allowcredentials%E2%91%A1%E2%91%A3",
- "https://www.w3.org/TR/webauthn-3/#ref-for-idl-DOMException%E2%91%A1%E2%91%A7",
- "https://www.w3.org/TR/webauthn-3/#ref-for-notsupportederror%E2%91%A7",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredentialrequestoptions-allowcredentials%E2%91%A1%E2%91%A6",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-idl-DOMException%E2%91%A3%E2%91%A0",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-notsupportederror%E2%91%A8",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-authenticationextensionslargeblobinputs-write%E2%91%A3",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A1%E2%91%A3%E2%91%A8",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A1%E2%91%A5%E2%91%A2",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-authenticationextensionslargebloboutputs-written",
"https://www.w3.org/TR/webauthn-3/#ref-for-dictdef-authenticationextensionsclientoutputs%E2%91%A0%E2%93%AA",
"https://www.w3.org/TR/webauthn-3/#ref-for-dictdef-authenticationextensionslargebloboutputs%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#dom-authenticationextensionsclientoutputs-largeblob",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-dom-authenticationextensionsclientoutputs-largeblob",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-dom-authenticationextensionsclientoutputs-largeblob",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-dom-authenticationextensionsclientoutputs-largeblob",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-dom-authenticationextensionsclientoutputs-largeblob",
"https://www.w3.org/TR/webauthn-3/#dictdef-authenticationextensionslargebloboutputs",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-dictdef-authenticationextensionslargebloboutputs",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-dictdef-authenticationextensionslargebloboutputs",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-dictdef-authenticationextensionslargebloboutputs",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-dictdef-authenticationextensionslargebloboutputs",
"https://www.w3.org/TR/webauthn-3/#ref-for-idl-boolean%E2%91%A0%E2%91%A5",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-authenticationextensionslargebloboutputs-supported%E2%91%A1",
- "https://www.w3.org/TR/webauthn-3/#ref-for-idl-ArrayBuffer%E2%91%A2%E2%93%AA",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-idl-ArrayBuffer%E2%91%A1%E2%91%A6",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-authenticationextensionslargebloboutputs-blob%E2%91%A1",
"https://www.w3.org/TR/webauthn-3/#ref-for-idl-boolean%E2%91%A0%E2%91%A6",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-authenticationextensionslargebloboutputs-written%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#dom-authenticationextensionslargebloboutputs-supported",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-dom-authenticationextensionslargebloboutputs-supported",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-dom-authenticationextensionslargebloboutputs-supported",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-dom-authenticationextensionslargebloboutputs-supported",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-dom-authenticationextensionslargebloboutputs-supported",
"https://www.w3.org/TR/webauthn-3/#ref-for-idl-boolean%E2%91%A0%E2%91%A7",
"https://www.w3.org/TR/webauthn-3/#ref-for-registration-extension%E2%91%A1%E2%93%AA",
"https://www.w3.org/TR/webauthn-3/#dom-authenticationextensionslargebloboutputs-blob",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-dom-authenticationextensionslargebloboutputs-blob",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-dom-authenticationextensionslargebloboutputs-blob",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-dom-authenticationextensionslargebloboutputs-blob",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-dom-authenticationextensionslargebloboutputs-blob",
- "https://www.w3.org/TR/webauthn-3/#ref-for-idl-ArrayBuffer%E2%91%A2%E2%91%A0",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-idl-ArrayBuffer%E2%91%A1%E2%91%A7",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredential-rawid%E2%91%A4",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-authenticationextensionslargeblobinputs-read%E2%91%A3",
"https://www.w3.org/TR/webauthn-3/#dom-authenticationextensionslargebloboutputs-written",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-dom-authenticationextensionslargebloboutputs-written",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-dom-authenticationextensionslargebloboutputs-written",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-dom-authenticationextensionslargebloboutputs-written",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-dom-authenticationextensionslargebloboutputs-written",
"https://www.w3.org/TR/webauthn-3/#ref-for-idl-boolean%E2%91%A0%E2%91%A8",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-authenticationextensionslargeblobinputs-write%E2%91%A4",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A1%E2%91%A4%E2%93%AA",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A1%E2%91%A5%E2%91%A3",
"https://www.w3.org/TR/webauthn-3/#ref-for-largeblob%E2%91%A0",
- "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A2%E2%91%A0%E2%91%A7",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A2%E2%91%A2%E2%91%A1",
"https://www.w3.org/TR/webauthn-3/#sctn-defined-authenticator-extensions",
"https://www.w3.org/TR/webauthn-3/#ref-for-client-extension%E2%91%A0%E2%91%A1",
"https://www.w3.org/TR/webauthn-3/#ref-for-authenticator-extension%E2%91%A0%E2%91%A1",
- "https://www.w3.org/TR/webauthn-3/#sctn-uvm-extension",
- "https://www.w3.org/TR/webauthn-3/#user-verification-method",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-user-verification-method",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-user-verification-method",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-user-verification-method",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-user-verification-method",
- "https://www.w3.org/TR/webauthn-3/#ref-for-registration-extension%E2%91%A1%E2%91%A0",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authentication-extension%E2%91%A0%E2%91%A7",
- "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A2%E2%91%A0%E2%91%A8",
- "https://www.w3.org/TR/webauthn-3/#ref-for-dictdef-authenticationextensionsclientinputs%E2%91%A0%E2%91%A0",
- "https://www.w3.org/TR/webauthn-3/#ref-for-idl-boolean%E2%91%A1%E2%93%AA",
- "https://www.w3.org/TR/webauthn-3/#dom-authenticationextensionsclientinputs-uvm",
- "https://www.w3.org/TR/webauthn-3/#ref-for-idl-sequence%E2%91%A0%E2%91%A7",
- "https://www.w3.org/TR/webauthn-3/#ref-for-idl-unsigned-long%E2%91%A5",
- "https://www.w3.org/TR/webauthn-3/#typedefdef-uvmentry",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-typedefdef-uvmentry",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-typedefdef-uvmentry",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-typedefdef-uvmentry",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-typedefdef-uvmentry",
- "https://www.w3.org/TR/webauthn-3/#ref-for-idl-sequence%E2%91%A0%E2%91%A8",
- "https://www.w3.org/TR/webauthn-3/#ref-for-typedefdef-uvmentry",
- "https://www.w3.org/TR/webauthn-3/#typedefdef-uvmentries",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-typedefdef-uvmentries",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-typedefdef-uvmentries",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-typedefdef-uvmentries",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-typedefdef-uvmentries",
- "https://www.w3.org/TR/webauthn-3/#ref-for-dictdef-authenticationextensionsclientoutputs%E2%91%A0%E2%91%A0",
- "https://www.w3.org/TR/webauthn-3/#ref-for-typedefdef-uvmentries",
- "https://www.w3.org/TR/webauthn-3/#dom-authenticationextensionsclientoutputs-uvm",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A1%E2%91%A4%E2%91%A0",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator-extension-output%E2%91%A0%E2%91%A5",
- "https://www.w3.org/TR/webauthn-3/#ref-for-user-verification-methods",
- "https://www.w3.org/TR/webauthn-3/#ref-for-key-protection-types",
- "https://www.w3.org/TR/webauthn-3/#ref-for-matcher-protection-types",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator-data%E2%91%A4%E2%91%A5",
- "https://www.w3.org/TR/webauthn-3/#sctn-device-publickey-extension",
- "https://www.w3.org/TR/webauthn-3/#devicepubkey",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-devicepubkey",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-devicepubkey",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-devicepubkey",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-devicepubkey",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator-extension%E2%91%A0%E2%91%A2",
- "https://www.w3.org/TR/webauthn-3/#ref-for-registration-extension%E2%91%A1%E2%91%A1",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authentication-extension%E2%91%A0%E2%91%A8",
- "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A2%E2%91%A1%E2%93%AA",
- "https://www.w3.org/TR/webauthn-3/#ref-for-backup-eligible%E2%91%A1",
- "https://www.w3.org/TR/webauthn-3/#ref-for-user-credential%E2%91%A0",
- "https://www.w3.org/TR/webauthn-3/#ref-for-hardware-bound-device-key-pair%E2%91%A1",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A1%E2%91%A4%E2%91%A1",
- "https://www.w3.org/TR/webauthn-3/#ref-for-user-credential%E2%91%A1",
- "https://www.w3.org/TR/webauthn-3/#ref-for-device-public-key",
- "https://www.w3.org/TR/webauthn-3/#ref-for-device-private-key%E2%91%A0",
- "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A2%E2%91%A1%E2%91%A0",
- "https://www.w3.org/TR/webauthn-3/#ref-for-devicepubkey%E2%91%A2",
- "https://www.w3.org/TR/webauthn-3/#ref-for-dom-credentialscontainer-create%E2%91%A2%E2%91%A6",
- "https://www.w3.org/TR/webauthn-3/#ref-for-dom-credentialscontainer-get%E2%91%A2%E2%91%A8",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A1%E2%91%A4%E2%91%A2",
- "https://www.w3.org/TR/webauthn-3/#ref-for-hardware-bound-device-key-pair%E2%91%A2",
- "https://www.w3.org/TR/webauthn-3/#ref-for-hardware-bound-device-key-pair%E2%91%A3",
- "https://www.w3.org/TR/webauthn-3/#ref-for-devicepubkey%E2%91%A3",
- "https://www.w3.org/TR/webauthn-3/#ref-for-hardware-bound-device-key-pair%E2%91%A4",
- "https://www.w3.org/TR/webauthn-3/#ref-for-user-credential%E2%91%A2",
- "https://www.w3.org/TR/webauthn-3/#ref-for-credential-id%E2%91%A3%E2%91%A0",
- "https://www.w3.org/TR/webauthn-3/#ref-for-device-public-key%E2%91%A0",
- "https://www.w3.org/TR/webauthn-3/#ref-for-user-credential%E2%91%A3",
- "https://www.w3.org/TR/webauthn-3/#ref-for-user-credential%E2%91%A4",
- "https://www.w3.org/TR/webauthn-3/#ref-for-devicepubkey%E2%91%A4",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A1%E2%91%A4%E2%91%A3",
- "https://www.w3.org/TR/webauthn-3/#ref-for-device-public-key%E2%91%A1",
- "https://www.w3.org/TR/webauthn-3/#ref-for-device-private-key%E2%91%A1",
- "https://www.w3.org/TR/webauthn-3/#sctn-device-publickey-extension-usage",
- "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A2%E2%91%A1%E2%91%A1",
- "https://www.w3.org/TR/webauthn-3/#ref-for-dom-credentialscontainer-create%E2%91%A2%E2%91%A7",
- "https://www.w3.org/TR/webauthn-3/#ref-for-dom-credentialscontainer-get%E2%91%A3%E2%93%AA",
- "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A2%E2%91%A1%E2%91%A2",
- "https://www.w3.org/TR/webauthn-3/#ref-for-dom-credentialscontainer-create%E2%91%A2%E2%91%A8",
- "https://www.w3.org/TR/webauthn-3/#ref-for-user-credential%E2%91%A5",
- "https://www.w3.org/TR/webauthn-3/#ref-for-device-bound-key%E2%91%A0",
- "https://www.w3.org/TR/webauthn-3/#ref-for-device-public-key%E2%91%A2",
- "https://www.w3.org/TR/webauthn-3/#ref-for-user-credential%E2%91%A6",
- "https://www.w3.org/TR/webauthn-3/#ref-for-backed-up%E2%91%A4",
- "https://www.w3.org/TR/webauthn-3/#ref-for-generating-authenticator%E2%91%A4",
- "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A2%E2%91%A1%E2%91%A3",
- "https://www.w3.org/TR/webauthn-3/#ref-for-dom-credentialscontainer-get%E2%91%A3%E2%91%A0",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A1%E2%91%A4%E2%91%A4",
- "https://www.w3.org/TR/webauthn-3/#ref-for-assertion%E2%91%A0%E2%91%A1",
- "https://www.w3.org/TR/webauthn-3/#ref-for-device-bound-key%E2%91%A1",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A1%E2%91%A4%E2%91%A5",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A1%E2%91%A4%E2%91%A6",
- "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A2%E2%91%A1%E2%91%A4",
- "https://www.w3.org/TR/webauthn-3/#ref-for-dom-credentialscontainer-get%E2%91%A3%E2%91%A1",
- "https://www.w3.org/TR/webauthn-3/#ref-for-assertion%E2%91%A0%E2%91%A2",
- "https://www.w3.org/TR/webauthn-3/#ref-for-device-bound-key%E2%91%A2",
- "https://www.w3.org/TR/webauthn-3/#ref-for-multi-device-credential%E2%91%A6",
- "https://www.w3.org/TR/webauthn-3/#ref-for-dom-credentialscontainer-create%E2%91%A3%E2%93%AA",
- "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A2%E2%91%A1%E2%91%A5",
- "https://www.w3.org/TR/webauthn-3/#ref-for-dom-credentialscontainer-get%E2%91%A3%E2%91%A2",
- "https://www.w3.org/TR/webauthn-3/#ref-for-user-account%E2%91%A2%E2%91%A5",
- "https://www.w3.org/TR/webauthn-3/#ref-for-multi-device-credential%E2%91%A7",
- "https://www.w3.org/TR/webauthn-3/#ref-for-device-bound-key%E2%91%A3",
- "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A2%E2%91%A1%E2%91%A6",
- "https://www.w3.org/TR/webauthn-3/#ref-for-device-bound-key%E2%91%A4",
- "https://www.w3.org/TR/webauthn-3/#ref-for-user-account%E2%91%A2%E2%91%A6",
- "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A2%E2%91%A1%E2%91%A7",
- "https://www.w3.org/TR/webauthn-3/#ref-for-device-bound-key%E2%91%A5",
- "https://www.w3.org/TR/webauthn-3/#sctn-device-publickey-extension-definition",
- "https://www.w3.org/TR/webauthn-3/#ref-for-registration-extension%E2%91%A1%E2%91%A2",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authentication-extension%E2%91%A1%E2%93%AA",
- "https://www.w3.org/TR/webauthn-3/#dictdef-authenticationextensionsdevicepublickeyinputs",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-dictdef-authenticationextensionsdevicepublickeyinputs",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-dictdef-authenticationextensionsdevicepublickeyinputs",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-dictdef-authenticationextensionsdevicepublickeyinputs",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-dictdef-authenticationextensionsdevicepublickeyinputs",
- "https://www.w3.org/TR/webauthn-3/#ref-for-idl-DOMString%E2%91%A6%E2%91%A3",
- "https://www.w3.org/TR/webauthn-3/#ref-for-dom-authenticationextensionsdevicepublickeyinputs-attestation",
- "https://www.w3.org/TR/webauthn-3/#ref-for-idl-sequence%E2%91%A1%E2%93%AA",
- "https://www.w3.org/TR/webauthn-3/#ref-for-idl-DOMString%E2%91%A6%E2%91%A4",
- "https://www.w3.org/TR/webauthn-3/#ref-for-dom-authenticationextensionsdevicepublickeyinputs-attestationformats",
- "https://www.w3.org/TR/webauthn-3/#ref-for-dictdef-authenticationextensionsclientinputs%E2%91%A0%E2%91%A1",
- "https://www.w3.org/TR/webauthn-3/#ref-for-dictdef-authenticationextensionsdevicepublickeyinputs",
- "https://www.w3.org/TR/webauthn-3/#dom-authenticationextensionsclientinputs-devicepubkey",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-dom-authenticationextensionsclientinputs-devicepubkey",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-dom-authenticationextensionsclientinputs-devicepubkey",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-dom-authenticationextensionsclientinputs-devicepubkey",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-dom-authenticationextensionsclientinputs-devicepubkey",
- "https://www.w3.org/TR/webauthn-3/#dom-authenticationextensionsdevicepublickeyinputs-attestation",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-dom-authenticationextensionsdevicepublickeyinputs-attestation",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-dom-authenticationextensionsdevicepublickeyinputs-attestation",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-dom-authenticationextensionsdevicepublickeyinputs-attestation",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-dom-authenticationextensionsdevicepublickeyinputs-attestation",
- "https://www.w3.org/TR/webauthn-3/#ref-for-idl-DOMString%E2%91%A6%E2%91%A5",
- "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A2%E2%91%A1%E2%91%A8",
- "https://www.w3.org/TR/webauthn-3/#ref-for-attestation-conveyance%E2%91%A4",
- "https://www.w3.org/TR/webauthn-3/#ref-for-enumdef-attestationconveyancepreference%E2%91%A4",
- "https://www.w3.org/TR/webauthn-3/#ref-for-client-platform%E2%91%A4%E2%91%A4",
- "https://www.w3.org/TR/webauthn-3/#ref-for-map-exists%E2%91%A7",
- "https://www.w3.org/TR/webauthn-3/#ref-for-dom-attestationconveyancepreference-none%E2%91%A6",
- "https://www.w3.org/TR/webauthn-3/#dom-authenticationextensionsdevicepublickeyinputs-attestationformats",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-dom-authenticationextensionsdevicepublickeyinputs-attestationformats",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-dom-authenticationextensionsdevicepublickeyinputs-attestationformats",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-dom-authenticationextensionsdevicepublickeyinputs-attestationformats",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-dom-authenticationextensionsdevicepublickeyinputs-attestationformats",
- "https://www.w3.org/TR/webauthn-3/#ref-for-idl-DOMString%E2%91%A6%E2%91%A6",
- "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A2%E2%91%A2%E2%93%AA",
- "https://www.w3.org/TR/webauthn-3/#ref-for-attestation%E2%91%A1%E2%91%A4",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A1%E2%91%A4%E2%91%A7",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A1%E2%91%A4%E2%91%A8",
- "https://www.w3.org/TR/webauthn-3/#ref-for-dom-authenticationextensionsclientinputs-devicepubkey",
- "https://www.w3.org/TR/webauthn-3/#ref-for-unsigned-extension-outputs%E2%91%A5",
- "https://www.w3.org/TR/webauthn-3/#dictdef-authenticationextensionsdevicepublickeyoutputs",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-dictdef-authenticationextensionsdevicepublickeyoutputs",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-dictdef-authenticationextensionsdevicepublickeyoutputs",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-dictdef-authenticationextensionsdevicepublickeyoutputs",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-dictdef-authenticationextensionsdevicepublickeyoutputs",
- "https://www.w3.org/TR/webauthn-3/#ref-for-idl-ArrayBuffer%E2%91%A2%E2%91%A1",
- "https://www.w3.org/TR/webauthn-3/#dom-authenticationextensionsdevicepublickeyoutputs-signature",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-dom-authenticationextensionsdevicepublickeyoutputs-signature",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-dom-authenticationextensionsdevicepublickeyoutputs-signature",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-dom-authenticationextensionsdevicepublickeyoutputs-signature",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-dom-authenticationextensionsdevicepublickeyoutputs-signature",
- "https://www.w3.org/TR/webauthn-3/#ref-for-dictdef-authenticationextensionsclientoutputs%E2%91%A0%E2%91%A1",
- "https://www.w3.org/TR/webauthn-3/#ref-for-dictdef-authenticationextensionsdevicepublickeyoutputs",
- "https://www.w3.org/TR/webauthn-3/#dom-authenticationextensionsclientoutputs-devicepubkey",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-dom-authenticationextensionsclientoutputs-devicepubkey",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-dom-authenticationextensionsclientoutputs-devicepubkey",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-dom-authenticationextensionsclientoutputs-devicepubkey",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-dom-authenticationextensionsclientoutputs-devicepubkey",
- "https://www.w3.org/TR/webauthn-3/#device-public-key-attestation-object",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticatormakecredential%E2%91%A1%E2%91%A0",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticatorgetassertion%E2%91%A1%E2%91%A0",
- "https://www.w3.org/TR/webauthn-3/#ref-for-public-key-credential-source%E2%91%A5%E2%93%AA",
- "https://www.w3.org/TR/webauthn-3/#ref-for-public-key-credential-source%E2%91%A5%E2%91%A0",
- "https://www.w3.org/TR/webauthn-3/#ref-for-backup-eligible%E2%91%A2",
- "https://www.w3.org/TR/webauthn-3/#ref-for-multi-device-credential%E2%91%A8",
- "https://www.w3.org/TR/webauthn-3/#ref-for-hardware-bound-device-key-pair%E2%91%A5",
- "https://www.w3.org/TR/webauthn-3/#ref-for-public-key-credential-source-id%E2%91%A4",
- "https://www.w3.org/TR/webauthn-3/#ref-for-public-key-credential-source-rpid%E2%91%A5",
- "https://www.w3.org/TR/webauthn-3/#ref-for-public-key-credential-source-rpid%E2%91%A6",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A1%E2%91%A5%E2%93%AA",
- "https://www.w3.org/TR/webauthn-3/#ref-for-user-credential%E2%91%A7",
- "https://www.w3.org/TR/webauthn-3/#ref-for-credential-key-pair%E2%91%A5",
- "https://www.w3.org/TR/webauthn-3/#ref-for-device-bound-key%E2%91%A6",
- "https://www.w3.org/TR/webauthn-3/#ref-for-attestation-statement-format%E2%91%A1%E2%91%A3",
- "https://www.w3.org/TR/webauthn-3/#ref-for-dom-authenticationextensionsdevicepublickeyinputs-attestation%E2%91%A0",
- "https://www.w3.org/TR/webauthn-3/#ref-for-device-bound-key%E2%91%A7",
- "https://www.w3.org/TR/webauthn-3/#ref-for-dom-credentialscontainer-get%E2%91%A3%E2%91%A3",
- "https://www.w3.org/TR/webauthn-3/#ref-for-attestation-statement-format%E2%91%A1%E2%91%A4",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A1%E2%91%A5%E2%91%A0",
- "https://www.w3.org/TR/webauthn-3/#ref-for-dom-authenticationextensionsdevicepublickeyinputs-attestationformats%E2%91%A0",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A1%E2%91%A5%E2%91%A1",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authdata-attestedcredentialdata-aaguid%E2%91%A0%E2%93%AA",
- "https://www.w3.org/TR/webauthn-3/#ref-for-hardware-bound-device-key-pair%E2%91%A6",
- "https://www.w3.org/TR/webauthn-3/#ref-for-user-credential%E2%91%A8",
- "https://www.w3.org/TR/webauthn-3/#ref-for-multi-device-credential%E2%91%A0%E2%93%AA",
- "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A2%E2%91%A2%E2%91%A0",
- "https://www.w3.org/TR/webauthn-3/#ref-for-attestation-statement%E2%91%A3%E2%91%A1",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A1%E2%91%A5%E2%91%A2",
- "https://www.w3.org/TR/webauthn-3/#ref-for-rp-id%E2%91%A3%E2%91%A7",
- "https://www.w3.org/TR/webauthn-3/#ref-for-attestation-statement-format%E2%91%A1%E2%91%A5",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A1%E2%91%A5%E2%91%A3",
- "https://www.w3.org/TR/webauthn-3/#ref-for-dom-authenticationextensionsdevicepublickeyinputs-attestationformats%E2%91%A1",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A1%E2%91%A5%E2%91%A4",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authdata-attestedcredentialdata-aaguid%E2%91%A0%E2%91%A0",
- "https://www.w3.org/TR/webauthn-3/#ref-for-hardware-bound-device-key-pair%E2%91%A7",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A1%E2%91%A5%E2%91%A5",
- "https://www.w3.org/TR/webauthn-3/#ref-for-device-public-key%E2%91%A3",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authdata-attestedcredentialdata-credentialpublickey%E2%91%A0%E2%93%AA",
- "https://www.w3.org/TR/webauthn-3/#ref-for-attested-credential-data%E2%91%A0%E2%91%A6",
- "https://www.w3.org/TR/webauthn-3/#ref-for-device-private-key%E2%91%A2",
- "https://www.w3.org/TR/webauthn-3/#ref-for-attestation-signature%E2%91%A0%E2%91%A5",
- "https://www.w3.org/TR/webauthn-3/#ref-for-attestation-signature%E2%91%A0%E2%91%A6",
- "https://www.w3.org/TR/webauthn-3/#ref-for-user-credential%E2%91%A0%E2%93%AA",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A1%E2%91%A5%E2%91%A6",
- "https://www.w3.org/TR/webauthn-3/#ref-for-attestation-private-key%E2%91%A3",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator-extension-output%E2%91%A0%E2%91%A6",
- "https://www.w3.org/TR/webauthn-3/#ref-for-cbor%E2%91%A1%E2%91%A0",
- "https://www.w3.org/TR/webauthn-3/#ref-for-ctap2-canonical-cbor-encoding-form%E2%91%A4",
- "https://www.w3.org/TR/webauthn-3/#ref-for-device-public-key%E2%91%A4",
- "https://www.w3.org/TR/webauthn-3/#ref-for-section-3.9%E2%91%A0",
- "https://www.w3.org/TR/webauthn-3/#ref-for-attestation-statement%E2%91%A3%E2%91%A2",
- "https://www.w3.org/TR/webauthn-3/#ref-for-attestation-statement-format%E2%91%A1%E2%91%A6",
- "https://www.w3.org/TR/webauthn-3/#ref-for-attestation-statement%E2%91%A3%E2%91%A3",
- "https://www.w3.org/TR/webauthn-3/#ref-for-hardware-bound-device-key-pair%E2%91%A8",
- "https://www.w3.org/TR/webauthn-3/#ref-for-user-credential%E2%91%A0%E2%91%A0",
- "https://www.w3.org/TR/webauthn-3/#ref-for-multi-device-credential%E2%91%A0%E2%91%A0",
- "https://www.w3.org/TR/webauthn-3/#ref-for-section-3.9%E2%91%A1",
- "https://www.w3.org/TR/webauthn-3/#ref-for-dom-authenticationextensionsdevicepublickeyinputs-attestation%E2%91%A1",
- "https://www.w3.org/TR/webauthn-3/#ref-for-assertion-signature%E2%91%A0%E2%93%AA",
- "https://www.w3.org/TR/webauthn-3/#ref-for-assertion-signature%E2%91%A0%E2%91%A0",
- "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A2%E2%91%A2%E2%91%A1",
- "https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredentialcreationoptions-challenge%E2%91%A2",
- "https://www.w3.org/TR/webauthn-3/#ref-for-collectedclientdata-hash-of-the-serialized-client-data%E2%91%A1%E2%91%A0",
- "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A2%E2%91%A2%E2%91%A2",
- "https://www.w3.org/TR/webauthn-3/#ref-for-unsigned-extension-outputs%E2%91%A6",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator-extension-output%E2%91%A0%E2%91%A7",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator-data%E2%91%A4%E2%91%A6",
- "https://www.w3.org/TR/webauthn-3/#sctn-device-publickey-attestation-aaguid",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authdata-attestedcredentialdata-aaguid%E2%91%A0%E2%91%A1",
- "https://www.w3.org/TR/webauthn-3/#ref-for-devicepubkey%E2%91%A5",
- "https://www.w3.org/TR/webauthn-3/#ref-for-device-bound-key%E2%91%A8",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authdata-attestedcredentialdata-aaguid%E2%91%A0%E2%91%A2",
- "https://www.w3.org/TR/webauthn-3/#ref-for-attested-credential-data%E2%91%A0%E2%91%A7",
- "https://www.w3.org/TR/webauthn-3/#ref-for-multi-device-credential%E2%91%A0%E2%91%A1",
- "https://www.w3.org/TR/webauthn-3/#sctn-device-publickey-attestation-calculations",
- "https://www.w3.org/TR/webauthn-3/#ref-for-device-bound-key%E2%91%A0%E2%93%AA",
- "https://www.w3.org/TR/webauthn-3/#ref-for-device-bound-key%E2%91%A0%E2%91%A0",
- "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A2%E2%91%A2%E2%91%A3",
- "https://www.w3.org/TR/webauthn-3/#ref-for-collectedclientdata-hash-of-the-serialized-client-data%E2%91%A1%E2%91%A1",
- "https://www.w3.org/TR/webauthn-3/#ref-for-device-bound-key%E2%91%A0%E2%91%A1",
- "https://www.w3.org/TR/webauthn-3/#ref-for-device-bound-key%E2%91%A0%E2%91%A2",
- "https://www.w3.org/TR/webauthn-3/#ref-for-user-credential%E2%91%A0%E2%91%A1",
- "https://www.w3.org/TR/webauthn-3/#ref-for-device-private-key%E2%91%A3",
- "https://www.w3.org/TR/webauthn-3/#sctn-device-publickey-extension-verification",
- "https://www.w3.org/TR/webauthn-3/#ref-for-devicepubkey%E2%91%A6",
- "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A2%E2%91%A2%E2%91%A4",
- "https://www.w3.org/TR/webauthn-3/#ref-for-device-public-key%E2%91%A5",
- "https://www.w3.org/TR/webauthn-3/#ref-for-devicepubkey%E2%91%A7",
- "https://www.w3.org/TR/webauthn-3/#ref-for-struct-item%E2%91%A0%E2%91%A1",
- "https://www.w3.org/TR/webauthn-3/#ref-for-credential-record%E2%91%A0%E2%91%A2",
- "https://www.w3.org/TR/webauthn-3/#abstract-opdef-credential-record-devicepubkeys",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-abstract-opdef-credential-record-devicepubkeys",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-abstract-opdef-credential-record-devicepubkeys",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-abstract-opdef-credential-record-devicepubkeys",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-abstract-opdef-credential-record-devicepubkeys",
- "https://www.w3.org/TR/webauthn-3/#ref-for-list-empty%E2%91%A5",
- "https://www.w3.org/TR/webauthn-3/#ref-for-ordered-set%E2%91%A6",
- "https://www.w3.org/TR/webauthn-3/#ref-for-credential-record-device-bound-key-record",
- "https://www.w3.org/TR/webauthn-3/#ref-for-public-key-credential-source%E2%91%A5%E2%91%A1",
- "https://www.w3.org/TR/webauthn-3/#credential-record-device-bound-key-record",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-credential-record-device-bound-key-record",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-credential-record-device-bound-key-record",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-credential-record-device-bound-key-record",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-credential-record-device-bound-key-record",
- "https://www.w3.org/TR/webauthn-3/#ref-for-device-bound-key%E2%91%A0%E2%91%A3",
- "https://www.w3.org/TR/webauthn-3/#ref-for-struct%E2%91%A5",
- "https://www.w3.org/TR/webauthn-3/#ref-for-struct-item%E2%91%A0%E2%91%A2",
- "https://www.w3.org/TR/webauthn-3/#abstract-opdef-devicepubkey-record-aaguid",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-abstract-opdef-devicepubkey-record-aaguid",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-abstract-opdef-devicepubkey-record-aaguid",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-abstract-opdef-devicepubkey-record-aaguid",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-abstract-opdef-devicepubkey-record-aaguid",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authdata-attestedcredentialdata-aaguid%E2%91%A0%E2%91%A3",
- "https://www.w3.org/TR/webauthn-3/#ref-for-device-bound-key%E2%91%A0%E2%91%A4",
- "https://www.w3.org/TR/webauthn-3/#ref-for-public-key-credential-source-managing-authenticator%E2%91%A0%E2%91%A1",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authdata-attestedcredentialdata-aaguid%E2%91%A0%E2%91%A4",
- "https://www.w3.org/TR/webauthn-3/#ref-for-abstract-opdef-credential-record-attestationobject%E2%91%A2",
- "https://www.w3.org/TR/webauthn-3/#ref-for-credential-record%E2%91%A0%E2%91%A3",
- "https://www.w3.org/TR/webauthn-3/#abstract-opdef-devicepubkey-record-dpk",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-abstract-opdef-devicepubkey-record-dpk",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-abstract-opdef-devicepubkey-record-dpk",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-abstract-opdef-devicepubkey-record-dpk",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-abstract-opdef-devicepubkey-record-dpk",
- "https://www.w3.org/TR/webauthn-3/#ref-for-device-bound-key%E2%91%A0%E2%91%A5",
- "https://www.w3.org/TR/webauthn-3/#abstract-opdef-devicepubkey-record-scope",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-abstract-opdef-devicepubkey-record-scope",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-abstract-opdef-devicepubkey-record-scope",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-abstract-opdef-devicepubkey-record-scope",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-abstract-opdef-devicepubkey-record-scope",
- "https://www.w3.org/TR/webauthn-3/#ref-for-device-bound-key%E2%91%A0%E2%91%A6",
- "https://www.w3.org/TR/webauthn-3/#abstract-opdef-devicepubkey-record-fmt",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-abstract-opdef-devicepubkey-record-fmt",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-abstract-opdef-devicepubkey-record-fmt",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-abstract-opdef-devicepubkey-record-fmt",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-abstract-opdef-devicepubkey-record-fmt",
- "https://www.w3.org/TR/webauthn-3/#ref-for-attestation-statement-format%E2%91%A1%E2%91%A7",
- "https://www.w3.org/TR/webauthn-3/#ref-for-device-bound-key%E2%91%A0%E2%91%A7",
- "https://www.w3.org/TR/webauthn-3/#ref-for-attestation-statement%E2%91%A3%E2%91%A4",
- "https://www.w3.org/TR/webauthn-3/#abstract-opdef-devicepubkey-record-attstmt",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-abstract-opdef-devicepubkey-record-attstmt",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-abstract-opdef-devicepubkey-record-attstmt",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-abstract-opdef-devicepubkey-record-attstmt",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-abstract-opdef-devicepubkey-record-attstmt",
- "https://www.w3.org/TR/webauthn-3/#ref-for-device-bound-key%E2%91%A0%E2%91%A8",
- "https://www.w3.org/TR/webauthn-3/#ref-for-attestation-statement%E2%91%A3%E2%91%A5",
- "https://www.w3.org/TR/webauthn-3/#sctn-device-publickey-extension-verification-create",
- "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A2%E2%91%A2%E2%91%A5",
- "https://www.w3.org/TR/webauthn-3/#ref-for-dom-credentialscontainer-create%E2%91%A3%E2%91%A0",
- "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A2%E2%91%A2%E2%91%A6",
- "https://www.w3.org/TR/webauthn-3/#ref-for-dom-authenticationextensionsclientoutputs-devicepubkey",
- "https://www.w3.org/TR/webauthn-3/#ref-for-dom-authenticationextensionsdevicepublickeyoutputs-signature",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator-extension-output%E2%91%A0%E2%91%A8",
- "https://www.w3.org/TR/webauthn-3/#ref-for-attestation-object%E2%91%A1%E2%91%A3",
- "https://www.w3.org/TR/webauthn-3/#ref-for-dom-authenticationextensionsdevicepublickeyoutputs-signature%E2%91%A0",
- "https://www.w3.org/TR/webauthn-3/#ref-for-assertion-signature%E2%91%A0%E2%91%A1",
- "https://www.w3.org/TR/webauthn-3/#ref-for-device-public-key%E2%91%A6",
- "https://www.w3.org/TR/webauthn-3/#ref-for-user-credential%E2%91%A0%E2%91%A2",
- "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A2%E2%91%A2%E2%91%A7",
- "https://www.w3.org/TR/webauthn-3/#ref-for-attestation-statement%E2%91%A3%E2%91%A6",
- "https://www.w3.org/TR/webauthn-3/#ref-for-attestation-signature%E2%91%A0%E2%91%A7",
- "https://www.w3.org/TR/webauthn-3/#ref-for-attestation-statement-format%E2%91%A1%E2%91%A8",
- "https://www.w3.org/TR/webauthn-3/#ref-for-verification-procedure%E2%91%A0%E2%91%A3",
- "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A2%E2%91%A2%E2%91%A8",
- "https://www.w3.org/TR/webauthn-3/#ref-for-none%E2%91%A7",
- "https://www.w3.org/TR/webauthn-3/#ref-for-credential-record-device-bound-key-record%E2%91%A0",
- "https://www.w3.org/TR/webauthn-3/#ref-for-abstract-opdef-devicepubkey-record-aaguid",
- "https://www.w3.org/TR/webauthn-3/#ref-for-abstract-opdef-devicepubkey-record-dpk",
- "https://www.w3.org/TR/webauthn-3/#ref-for-abstract-opdef-devicepubkey-record-scope",
- "https://www.w3.org/TR/webauthn-3/#ref-for-abstract-opdef-devicepubkey-record-fmt",
- "https://www.w3.org/TR/webauthn-3/#ref-for-abstract-opdef-devicepubkey-record-attstmt",
- "https://www.w3.org/TR/webauthn-3/#ref-for-credential-record-device-bound-key-record%E2%91%A1",
- "https://www.w3.org/TR/webauthn-3/#ref-for-abstract-opdef-credential-record-devicepubkeys",
- "https://www.w3.org/TR/webauthn-3/#ref-for-credential-record%E2%91%A0%E2%91%A4",
- "https://www.w3.org/TR/webauthn-3/#sctn-device-publickey-extension-verification-get",
- "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A2%E2%91%A3%E2%93%AA",
- "https://www.w3.org/TR/webauthn-3/#ref-for-dom-credentialscontainer-get%E2%91%A3%E2%91%A4",
- "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A2%E2%91%A3%E2%91%A0",
- "https://www.w3.org/TR/webauthn-3/#ref-for-dom-authenticationextensionsclientoutputs-devicepubkey%E2%91%A0",
- "https://www.w3.org/TR/webauthn-3/#ref-for-dom-authenticationextensionsdevicepublickeyoutputs-signature%E2%91%A1",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator-extension-output%E2%91%A1%E2%93%AA",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator-data%E2%91%A4%E2%91%A7",
- "https://www.w3.org/TR/webauthn-3/#ref-for-dom-authenticationextensionsdevicepublickeyoutputs-signature%E2%91%A2",
- "https://www.w3.org/TR/webauthn-3/#ref-for-assertion-signature%E2%91%A0%E2%91%A2",
- "https://www.w3.org/TR/webauthn-3/#ref-for-device-public-key%E2%91%A7",
- "https://www.w3.org/TR/webauthn-3/#ref-for-user-credential%E2%91%A0%E2%91%A3",
- "https://www.w3.org/TR/webauthn-3/#ref-for-list-empty%E2%91%A6",
- "https://www.w3.org/TR/webauthn-3/#ref-for-ordered-set%E2%91%A7",
- "https://www.w3.org/TR/webauthn-3/#ref-for-list-iterate%E2%91%A1%E2%93%AA",
- "https://www.w3.org/TR/webauthn-3/#ref-for-abstract-opdef-credential-record-devicepubkeys%E2%91%A0",
- "https://www.w3.org/TR/webauthn-3/#ref-for-abstract-opdef-devicepubkey-record-aaguid%E2%91%A0",
- "https://www.w3.org/TR/webauthn-3/#ref-for-abstract-opdef-devicepubkey-record-dpk%E2%91%A0",
- "https://www.w3.org/TR/webauthn-3/#ref-for-abstract-opdef-devicepubkey-record-scope%E2%91%A0",
- "https://www.w3.org/TR/webauthn-3/#ref-for-set-append%E2%91%A5",
- "https://www.w3.org/TR/webauthn-3/#ref-for-list-size%E2%91%A0",
- "https://www.w3.org/TR/webauthn-3/#ref-for-list-size%E2%91%A1",
- "https://www.w3.org/TR/webauthn-3/#ref-for-device-public-key%E2%91%A8",
- "https://www.w3.org/TR/webauthn-3/#ref-for-abstract-opdef-devicepubkey-record-attstmt%E2%91%A0",
- "https://www.w3.org/TR/webauthn-3/#ref-for-device-public-key%E2%91%A0%E2%93%AA",
- "https://www.w3.org/TR/webauthn-3/#ref-for-abstract-opdef-devicepubkey-record-attstmt%E2%91%A1",
- "https://www.w3.org/TR/webauthn-3/#ref-for-attestation-statement%E2%91%A3%E2%91%A7",
- "https://www.w3.org/TR/webauthn-3/#ref-for-attestation-signature%E2%91%A0%E2%91%A8",
- "https://www.w3.org/TR/webauthn-3/#ref-for-attestation-statement-format%E2%91%A2%E2%93%AA",
- "https://www.w3.org/TR/webauthn-3/#ref-for-verification-procedure%E2%91%A0%E2%91%A4",
- "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A2%E2%91%A3%E2%91%A1",
- "https://www.w3.org/TR/webauthn-3/#ref-for-device-public-key%E2%91%A0%E2%91%A0",
- "https://www.w3.org/TR/webauthn-3/#ref-for-list-empty%E2%91%A7",
- "https://www.w3.org/TR/webauthn-3/#ref-for-device-public-key%E2%91%A0%E2%91%A1",
- "https://www.w3.org/TR/webauthn-3/#ref-for-list-empty%E2%91%A8",
- "https://www.w3.org/TR/webauthn-3/#ref-for-ordered-set%E2%91%A8",
- "https://www.w3.org/TR/webauthn-3/#ref-for-list-iterate%E2%91%A1%E2%91%A0",
- "https://www.w3.org/TR/webauthn-3/#ref-for-abstract-opdef-credential-record-devicepubkeys%E2%91%A1",
- "https://www.w3.org/TR/webauthn-3/#ref-for-abstract-opdef-devicepubkey-record-dpk%E2%91%A1",
- "https://www.w3.org/TR/webauthn-3/#ref-for-set-append%E2%91%A6",
- "https://www.w3.org/TR/webauthn-3/#ref-for-list-empty%E2%91%A0%E2%93%AA",
- "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A2%E2%91%A3%E2%91%A2",
- "https://www.w3.org/TR/webauthn-3/#ref-for-abstract-opdef-create-a-new-device-bound-key-record",
- "https://www.w3.org/TR/webauthn-3/#ref-for-attestation-statement%E2%91%A3%E2%91%A8",
- "https://www.w3.org/TR/webauthn-3/#ref-for-attestation-signature%E2%91%A1%E2%93%AA",
- "https://www.w3.org/TR/webauthn-3/#ref-for-attestation-statement-format%E2%91%A2%E2%91%A0",
- "https://www.w3.org/TR/webauthn-3/#ref-for-verification-procedure%E2%91%A0%E2%91%A5",
- "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A2%E2%91%A3%E2%91%A3",
- "https://www.w3.org/TR/webauthn-3/#ref-for-device-public-key%E2%91%A0%E2%91%A2",
- "https://www.w3.org/TR/webauthn-3/#ref-for-abstract-opdef-create-a-new-device-bound-key-record%E2%91%A0",
- "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A2%E2%91%A3%E2%91%A4",
- "https://www.w3.org/TR/webauthn-3/#abstract-opdef-create-a-new-device-bound-key-record",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-abstract-opdef-create-a-new-device-bound-key-record",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-abstract-opdef-create-a-new-device-bound-key-record",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-abstract-opdef-create-a-new-device-bound-key-record",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-abstract-opdef-create-a-new-device-bound-key-record",
- "https://www.w3.org/TR/webauthn-3/#ref-for-credential-record-device-bound-key-record%E2%91%A2",
- "https://www.w3.org/TR/webauthn-3/#ref-for-abstract-opdef-devicepubkey-record-aaguid%E2%91%A1",
- "https://www.w3.org/TR/webauthn-3/#ref-for-abstract-opdef-devicepubkey-record-dpk%E2%91%A2",
- "https://www.w3.org/TR/webauthn-3/#ref-for-abstract-opdef-devicepubkey-record-scope%E2%91%A1",
- "https://www.w3.org/TR/webauthn-3/#ref-for-abstract-opdef-devicepubkey-record-fmt%E2%91%A0",
- "https://www.w3.org/TR/webauthn-3/#ref-for-abstract-opdef-devicepubkey-record-attstmt%E2%91%A2",
- "https://www.w3.org/TR/webauthn-3/#ref-for-set-append%E2%91%A7",
- "https://www.w3.org/TR/webauthn-3/#ref-for-credential-record-device-bound-key-record%E2%91%A3",
- "https://www.w3.org/TR/webauthn-3/#ref-for-abstract-opdef-credential-record-devicepubkeys%E2%91%A2",
"https://www.w3.org/TR/webauthn-3/#sctn-automation",
"https://www.w3.org/TR/webauthn-3/#ref-for-web-application%E2%91%A3",
"https://www.w3.org/TR/webauthn-3/#ref-for-dfn-extension-commands",
@@ -7179,21 +5670,15 @@
"https://www.w3.org/TR/webauthn-3/#ref-for-virtual-authenticators%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#sctn-authenticator-extension-capabilities",
"https://www.w3.org/TR/webauthn-3/#authenticator-extension-capabilities",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-authenticator-extension-capabilities",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-authenticator-extension-capabilities",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-authenticator-extension-capabilities",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-authenticator-extension-capabilities",
"https://www.w3.org/TR/webauthn-3/#ref-for-dfn-extension-capability%E2%91%A0",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator-extension%E2%91%A0%E2%91%A3",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator-extension%E2%91%A0%E2%91%A2",
"https://www.w3.org/TR/webauthn-3/#ref-for-authenticator-extension-processing%E2%91%A4",
"https://www.w3.org/TR/webauthn-3/#table-virtualAuthenticatorsExtensionsWebdriverCapability",
"https://www.w3.org/TR/webauthn-3/#ref-for-dfn-endpoint-node%E2%91%A1",
- "https://www.w3.org/TR/webauthn-3/#ref-for-user-verification-method",
- "https://www.w3.org/TR/webauthn-3/#ref-for-dfn-endpoint-node%E2%91%A2",
"https://www.w3.org/TR/webauthn-3/#ref-for-prf%E2%91%A0",
- "https://www.w3.org/TR/webauthn-3/#ref-for-dfn-endpoint-node%E2%91%A3",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dfn-endpoint-node%E2%91%A2",
"https://www.w3.org/TR/webauthn-3/#ref-for-largeblob%E2%91%A1",
- "https://www.w3.org/TR/webauthn-3/#ref-for-dfn-endpoint-node%E2%91%A4",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dfn-endpoint-node%E2%91%A3",
"https://www.w3.org/TR/webauthn-3/#ref-for-dfn-validate-capabilities%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#ref-for-authenticator-extension-capabilities",
"https://www.w3.org/TR/webauthn-3/#ref-for-boolean%E2%91%A0",
@@ -7202,31 +5687,19 @@
"https://www.w3.org/TR/webauthn-3/#ref-for-dfn-invalid-argument%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#ref-for-dfn-matching-capabilities%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#ref-for-authenticator-extension-capabilities%E2%91%A0",
- "https://www.w3.org/TR/webauthn-3/#ref-for-dfn-endpoint-node%E2%91%A5",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dfn-endpoint-node%E2%91%A4",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator-extension%E2%91%A0%E2%91%A3",
"https://www.w3.org/TR/webauthn-3/#ref-for-authenticator-extension%E2%91%A0%E2%91%A4",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator-extension%E2%91%A0%E2%91%A5",
"https://www.w3.org/TR/webauthn-3/#ref-for-authenticator-extension-capabilities%E2%91%A1",
"https://www.w3.org/TR/webauthn-3/#sctn-automation-virtual-authenticators",
"https://www.w3.org/TR/webauthn-3/#virtual-authenticators",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-virtual-authenticators",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-virtual-authenticators",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-virtual-authenticators",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-virtual-authenticators",
"https://www.w3.org/TR/webauthn-3/#ref-for-dfn-extension-commands%E2%91%A1",
"https://www.w3.org/TR/webauthn-3/#ref-for-virtual-authenticators%E2%91%A1",
"https://www.w3.org/TR/webauthn-3/#ref-for-authenticator-model%E2%91%A2",
"https://www.w3.org/TR/webauthn-3/#ref-for-virtual-authenticators%E2%91%A2",
"https://www.w3.org/TR/webauthn-3/#virtual-authenticator-database",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-virtual-authenticator-database",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-virtual-authenticator-database",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-virtual-authenticator-database",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-virtual-authenticator-database",
"https://www.w3.org/TR/webauthn-3/#ref-for-virtual-authenticators%E2%91%A3",
"https://www.w3.org/TR/webauthn-3/#authenticatorid",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-authenticatorid",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-authenticatorid",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-authenticatorid",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-authenticatorid",
"https://www.w3.org/TR/webauthn-3/#ref-for-virtual-authenticators%E2%91%A4",
"https://www.w3.org/TR/webauthn-3/#ref-for-virtual-authenticators%E2%91%A5",
"https://www.w3.org/TR/webauthn-3/#ref-for-enumdef-authenticatortransport%E2%91%A6",
@@ -7234,56 +5707,58 @@
"https://www.w3.org/TR/webauthn-3/#ref-for-platform-attachment%E2%91%A4",
"https://www.w3.org/TR/webauthn-3/#ref-for-cross-platform-attachment%E2%91%A5",
"https://www.w3.org/TR/webauthn-3/#ref-for-client-side-discoverable-credential%E2%91%A0%E2%91%A5",
- "https://www.w3.org/TR/webauthn-3/#ref-for-user-verification%E2%91%A4%E2%91%A1",
- "https://www.w3.org/TR/webauthn-3/#ref-for-user-consent%E2%91%A1%E2%91%A3",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authorization-gesture%E2%91%A1%E2%91%A8",
- "https://www.w3.org/TR/webauthn-3/#ref-for-test-of-user-presence%E2%91%A0%E2%91%A2",
- "https://www.w3.org/TR/webauthn-3/#ref-for-virtual-authenticators%E2%91%A6",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-user-verification%E2%91%A4%E2%91%A3",
"https://www.w3.org/TR/webauthn-3/#ref-for-user-consent%E2%91%A1%E2%91%A4",
- "https://www.w3.org/TR/webauthn-3/#ref-for-user-verification%E2%91%A4%E2%91%A2",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authorization-gesture%E2%91%A1%E2%91%A6",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-test-of-user-presence%E2%91%A0%E2%91%A1",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-virtual-authenticators%E2%91%A6",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-user-consent%E2%91%A1%E2%91%A5",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-user-verification%E2%91%A4%E2%91%A4",
"https://www.w3.org/TR/webauthn-3/#ref-for-virtual-authenticators%E2%91%A7",
- "https://www.w3.org/TR/webauthn-3/#ref-for-user-verification%E2%91%A4%E2%91%A3",
- "https://www.w3.org/TR/webauthn-3/#ref-for-extension-identifier%E2%91%A1%E2%91%A0",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-user-verification%E2%91%A4%E2%91%A5",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-extension-identifier%E2%91%A1%E2%91%A1",
"https://www.w3.org/TR/webauthn-3/#ref-for-virtual-authenticators%E2%91%A8",
"https://www.w3.org/TR/webauthn-3/#ref-for-virtual-authenticators%E2%91%A0%E2%93%AA",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator-extension%E2%91%A0%E2%91%A5",
"https://www.w3.org/TR/webauthn-3/#ref-for-authenticator-extension%E2%91%A0%E2%91%A6",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator-extension%E2%91%A0%E2%91%A7",
- "https://www.w3.org/TR/webauthn-3/#ref-for-typedefdef-uvmentries%E2%91%A0",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator-extension-output%E2%91%A1%E2%91%A0",
- "https://www.w3.org/TR/webauthn-3/#ref-for-user-verification-method%E2%91%A0",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-backup-eligibility%E2%91%A3",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-credential-properties%E2%91%A3",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-public-key-credential-source%E2%91%A5%E2%91%A7",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authdata-flags-be%E2%91%A0%E2%91%A1",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator-data%E2%91%A4%E2%91%A2",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authdata-flags%E2%91%A4%E2%91%A2",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticatormakecredential%E2%91%A1%E2%91%A1",
"https://www.w3.org/TR/webauthn-3/#ref-for-virtual-authenticators%E2%91%A0%E2%91%A0",
- "https://www.w3.org/TR/webauthn-3/#ref-for-user-verification-method%E2%91%A1",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-backup-state%E2%91%A4",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-credential-properties%E2%91%A4",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-public-key-credential-source%E2%91%A5%E2%91%A8",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authdata-flags-bs%E2%91%A0%E2%91%A4",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator-data%E2%91%A4%E2%91%A3",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authdata-flags%E2%91%A4%E2%91%A3",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticatormakecredential%E2%91%A1%E2%91%A2",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-virtual-authenticators%E2%91%A0%E2%91%A1",
"https://www.w3.org/TR/webauthn-3/#sctn-automation-add-virtual-authenticator",
"https://www.w3.org/TR/webauthn-3/#add-virtual-authenticator",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-add-virtual-authenticator",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-add-virtual-authenticator",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-add-virtual-authenticator",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-add-virtual-authenticator",
"https://www.w3.org/TR/webauthn-3/#ref-for-add-virtual-authenticator",
"https://www.w3.org/TR/webauthn-3/#ref-for-dfn-extension-commands%E2%91%A2",
- "https://www.w3.org/TR/webauthn-3/#ref-for-virtual-authenticators%E2%91%A0%E2%91%A1",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-virtual-authenticators%E2%91%A0%E2%91%A2",
"https://www.w3.org/TR/webauthn-3/#table-addVirtualAuthenticator",
"https://www.w3.org/TR/webauthn-3/#authenticator-configuration",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-authenticator-configuration",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-authenticator-configuration",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-authenticator-configuration",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-authenticator-configuration",
- "https://www.w3.org/TR/webauthn-3/#ref-for-blob-url-entry-object",
- "https://www.w3.org/TR/webauthn-3/#ref-for-dfn-remote-end-steps",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dfn-object",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-remote-end-steps",
"https://www.w3.org/TR/webauthn-3/#table-authenticatorConfiguration",
"https://www.w3.org/TR/webauthn-3/#ref-for-enumdef-authenticatortransport%E2%91%A7",
- "https://www.w3.org/TR/webauthn-3/#ref-for-extension-identifier%E2%91%A1%E2%91%A1",
- "https://www.w3.org/TR/webauthn-3/#ref-for-typedefdef-uvmentries%E2%91%A1",
- "https://www.w3.org/TR/webauthn-3/#ref-for-user-verification-method%E2%91%A2",
- "https://www.w3.org/TR/webauthn-3/#ref-for-dfn-remote-end-steps%E2%91%A0",
- "https://www.w3.org/TR/webauthn-3/#ref-for-blob-url-entry-object%E2%91%A0",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-extension-identifier%E2%91%A1%E2%91%A2",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-remote-end-steps%E2%91%A0",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dfn-object%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#ref-for-dfn-error%E2%91%A1",
"https://www.w3.org/TR/webauthn-3/#ref-for-dfn-error-code%E2%91%A1",
"https://www.w3.org/TR/webauthn-3/#ref-for-dfn-invalid-argument%E2%91%A1",
"https://www.w3.org/TR/webauthn-3/#ref-for-authenticator-configuration",
- "https://www.w3.org/TR/webauthn-3/#ref-for-virtual-authenticators%E2%91%A0%E2%91%A2",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-virtual-authenticators%E2%91%A0%E2%91%A3",
"https://www.w3.org/TR/webauthn-3/#ref-for-sec-own-property",
"https://www.w3.org/TR/webauthn-3/#ref-for-dfn-getting-properties",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator-configuration%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#ref-for-dfn-error%E2%91%A2",
"https://www.w3.org/TR/webauthn-3/#ref-for-dfn-error-code%E2%91%A2",
"https://www.w3.org/TR/webauthn-3/#ref-for-dfn-invalid-argument%E2%91%A2",
@@ -7291,14 +5766,14 @@
"https://www.w3.org/TR/webauthn-3/#ref-for-dfn-error-code%E2%91%A3",
"https://www.w3.org/TR/webauthn-3/#ref-for-dfn-invalid-argument%E2%91%A3",
"https://www.w3.org/TR/webauthn-3/#ref-for-dfn-set-a-property",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator-configuration%E2%91%A0",
- "https://www.w3.org/TR/webauthn-3/#ref-for-dfn-set-a-property%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#ref-for-authenticator-configuration%E2%91%A1",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dfn-set-a-property%E2%91%A0",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator-configuration%E2%91%A2",
"https://www.w3.org/TR/webauthn-3/#ref-for-dfn-error%E2%91%A4",
"https://www.w3.org/TR/webauthn-3/#ref-for-dfn-error-code%E2%91%A4",
"https://www.w3.org/TR/webauthn-3/#ref-for-dfn-invalid-argument%E2%91%A4",
- "https://www.w3.org/TR/webauthn-3/#ref-for-extension-identifier%E2%91%A1%E2%91%A2",
- "https://www.w3.org/TR/webauthn-3/#ref-for-dfn-endpoint-node%E2%91%A6",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-extension-identifier%E2%91%A1%E2%91%A3",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dfn-endpoint-node%E2%91%A5",
"https://www.w3.org/TR/webauthn-3/#ref-for-dfn-error%E2%91%A5",
"https://www.w3.org/TR/webauthn-3/#ref-for-dfn-error-code%E2%91%A5",
"https://www.w3.org/TR/webauthn-3/#ref-for-dfn-unsupported-operation",
@@ -7308,196 +5783,195 @@
"https://www.w3.org/TR/webauthn-3/#ref-for-dfn-success",
"https://www.w3.org/TR/webauthn-3/#sctn-automation-remove-virtual-authenticator",
"https://www.w3.org/TR/webauthn-3/#remove-virtual-authenticator",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-remove-virtual-authenticator",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-remove-virtual-authenticator",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-remove-virtual-authenticator",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-remove-virtual-authenticator",
"https://www.w3.org/TR/webauthn-3/#ref-for-remove-virtual-authenticator",
"https://www.w3.org/TR/webauthn-3/#ref-for-dfn-extension-commands%E2%91%A3",
- "https://www.w3.org/TR/webauthn-3/#ref-for-virtual-authenticators%E2%91%A0%E2%91%A3",
- "https://www.w3.org/TR/webauthn-3/#table-removeVirtualAuthenticator",
- "https://www.w3.org/TR/webauthn-3/#ref-for-dfn-remote-end-steps%E2%91%A1",
"https://www.w3.org/TR/webauthn-3/#ref-for-virtual-authenticators%E2%91%A0%E2%91%A4",
+ "https://www.w3.org/TR/webauthn-3/#table-removeVirtualAuthenticator",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-remote-end-steps%E2%91%A1",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-virtual-authenticators%E2%91%A0%E2%91%A5",
"https://www.w3.org/TR/webauthn-3/#ref-for-virtual-authenticator-database%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#ref-for-dfn-error%E2%91%A6",
"https://www.w3.org/TR/webauthn-3/#ref-for-dfn-error-code%E2%91%A6",
"https://www.w3.org/TR/webauthn-3/#ref-for-dfn-invalid-argument%E2%91%A5",
- "https://www.w3.org/TR/webauthn-3/#ref-for-virtual-authenticators%E2%91%A0%E2%91%A5",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-virtual-authenticators%E2%91%A0%E2%91%A6",
"https://www.w3.org/TR/webauthn-3/#ref-for-virtual-authenticator-database%E2%91%A1",
"https://www.w3.org/TR/webauthn-3/#ref-for-dfn-success%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#sctn-automation-add-credential",
"https://www.w3.org/TR/webauthn-3/#add-credential",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-add-credential",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-add-credential",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-add-credential",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-add-credential",
"https://www.w3.org/TR/webauthn-3/#ref-for-add-credential",
"https://www.w3.org/TR/webauthn-3/#ref-for-dfn-extension-commands%E2%91%A4",
- "https://www.w3.org/TR/webauthn-3/#ref-for-public-key-credential-source%E2%91%A5%E2%91%A2",
- "https://www.w3.org/TR/webauthn-3/#ref-for-virtual-authenticators%E2%91%A0%E2%91%A6",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-public-key-credential-source%E2%91%A6%E2%93%AA",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-virtual-authenticators%E2%91%A0%E2%91%A7",
"https://www.w3.org/TR/webauthn-3/#table-addCredential",
"https://www.w3.org/TR/webauthn-3/#credential-parameters",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-credential-parameters",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-credential-parameters",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-credential-parameters",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-credential-parameters",
- "https://www.w3.org/TR/webauthn-3/#ref-for-blob-url-entry-object%E2%91%A1",
- "https://www.w3.org/TR/webauthn-3/#ref-for-dfn-remote-end-steps%E2%91%A2",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dfn-object%E2%91%A1",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-remote-end-steps%E2%91%A2",
"https://www.w3.org/TR/webauthn-3/#table-credentialParameters",
- "https://www.w3.org/TR/webauthn-3/#ref-for-public-key-credential-source-id%E2%91%A5",
- "https://www.w3.org/TR/webauthn-3/#ref-for-base64url-encoding%E2%91%A0%E2%91%A8",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-public-key-credential-source-id%E2%91%A6",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-base64url-encoding%E2%91%A1%E2%91%A7",
"https://www.w3.org/TR/webauthn-3/#ref-for-client-side-discoverable-credential%E2%91%A0%E2%91%A6",
"https://www.w3.org/TR/webauthn-3/#ref-for-server-side-credential%E2%91%A0%E2%91%A3",
- "https://www.w3.org/TR/webauthn-3/#ref-for-public-key-credential-source-rpid%E2%91%A7",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-public-key-credential-source-rpid%E2%91%A6",
"https://www.w3.org/TR/webauthn-3/#ref-for-public-key-credential-source-privatekey%E2%91%A1",
- "https://www.w3.org/TR/webauthn-3/#ref-for-base64url-encoding%E2%91%A1%E2%93%AA",
- "https://www.w3.org/TR/webauthn-3/#ref-for-public-key-credential-source-userhandle%E2%91%A4",
- "https://www.w3.org/TR/webauthn-3/#ref-for-base64url-encoding%E2%91%A1%E2%91%A0",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-base64url-encoding%E2%91%A1%E2%91%A8",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-public-key-credential-source-userhandle%E2%91%A5",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-base64url-encoding%E2%91%A2%E2%93%AA",
"https://www.w3.org/TR/webauthn-3/#ref-for-signature-counter%E2%91%A1%E2%91%A3",
- "https://www.w3.org/TR/webauthn-3/#ref-for-public-key-credential-source%E2%91%A5%E2%91%A3",
- "https://www.w3.org/TR/webauthn-3/#ref-for-large-blob%E2%91%A0",
- "https://www.w3.org/TR/webauthn-3/#ref-for-public-key-credential-source%E2%91%A5%E2%91%A4",
- "https://www.w3.org/TR/webauthn-3/#ref-for-base64url-encoding%E2%91%A1%E2%91%A1",
- "https://www.w3.org/TR/webauthn-3/#ref-for-dfn-remote-end-steps%E2%91%A3",
- "https://www.w3.org/TR/webauthn-3/#ref-for-blob-url-entry-object%E2%91%A2",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-public-key-credential-source%E2%91%A6%E2%91%A0",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticatorLargeBlobs%E2%91%A0",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-public-key-credential-source%E2%91%A6%E2%91%A1",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-base64url-encoding%E2%91%A2%E2%91%A0",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-backup-eligibility%E2%91%A4",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-public-key-credential-source%E2%91%A6%E2%91%A2",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-virtual-authenticators%E2%91%A0%E2%91%A8",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-backup-eligibility%E2%91%A5",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authdata-flags-be%E2%91%A0%E2%91%A2",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator-data%E2%91%A4%E2%91%A4",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authdata-flags%E2%91%A4%E2%91%A4",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticatorgetassertion%E2%91%A1%E2%91%A0",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-public-key-credential-source%E2%91%A6%E2%91%A3",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-backup-state%E2%91%A5",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-public-key-credential-source%E2%91%A6%E2%91%A4",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-virtual-authenticators%E2%91%A1%E2%93%AA",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-backup-state%E2%91%A6",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authdata-flags-bs%E2%91%A0%E2%91%A5",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator-data%E2%91%A4%E2%91%A5",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authdata-flags%E2%91%A4%E2%91%A5",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticatorgetassertion%E2%91%A1%E2%91%A1",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-public-key-credential-source%E2%91%A6%E2%91%A5",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dictdef-publickeycredentialuserentity%E2%91%A6",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredentialentity-name%E2%91%A0%E2%91%A5",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dictdef-publickeycredentialuserentity%E2%91%A7",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredentialuserentity-displayname%E2%91%A0%E2%91%A2",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-remote-end-steps%E2%91%A3",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dfn-object%E2%91%A2",
"https://www.w3.org/TR/webauthn-3/#ref-for-dfn-error%E2%91%A7",
"https://www.w3.org/TR/webauthn-3/#ref-for-dfn-error-code%E2%91%A7",
"https://www.w3.org/TR/webauthn-3/#ref-for-dfn-invalid-argument%E2%91%A6",
"https://www.w3.org/TR/webauthn-3/#ref-for-credential-parameters",
- "https://www.w3.org/TR/webauthn-3/#ref-for-base64url-encoding%E2%91%A1%E2%91%A2",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-base64url-encoding%E2%91%A2%E2%91%A1",
"https://www.w3.org/TR/webauthn-3/#ref-for-dfn-error%E2%91%A8",
"https://www.w3.org/TR/webauthn-3/#ref-for-dfn-error-code%E2%91%A8",
"https://www.w3.org/TR/webauthn-3/#ref-for-dfn-invalid-argument%E2%91%A7",
"https://www.w3.org/TR/webauthn-3/#ref-for-dfn-error%E2%91%A0%E2%93%AA",
"https://www.w3.org/TR/webauthn-3/#ref-for-dfn-error-code%E2%91%A0%E2%93%AA",
"https://www.w3.org/TR/webauthn-3/#ref-for-dfn-invalid-argument%E2%91%A8",
- "https://www.w3.org/TR/webauthn-3/#ref-for-rp-id%E2%91%A3%E2%91%A8",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-rp-id%E2%91%A4%E2%91%A3",
"https://www.w3.org/TR/webauthn-3/#ref-for-dfn-error%E2%91%A0%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#ref-for-dfn-error-code%E2%91%A0%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#ref-for-dfn-invalid-argument%E2%91%A0%E2%93%AA",
- "https://www.w3.org/TR/webauthn-3/#ref-for-base64url-encoding%E2%91%A1%E2%91%A3",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-base64url-encoding%E2%91%A2%E2%91%A2",
"https://www.w3.org/TR/webauthn-3/#ref-for-dfn-error%E2%91%A0%E2%91%A1",
"https://www.w3.org/TR/webauthn-3/#ref-for-dfn-error-code%E2%91%A0%E2%91%A1",
"https://www.w3.org/TR/webauthn-3/#ref-for-dfn-invalid-argument%E2%91%A0%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#ref-for-dfn-error%E2%91%A0%E2%91%A2",
"https://www.w3.org/TR/webauthn-3/#ref-for-dfn-error-code%E2%91%A0%E2%91%A2",
"https://www.w3.org/TR/webauthn-3/#ref-for-dfn-invalid-argument%E2%91%A0%E2%91%A1",
- "https://www.w3.org/TR/webauthn-3/#ref-for-base64url-encoding%E2%91%A1%E2%91%A4",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-base64url-encoding%E2%91%A2%E2%91%A3",
"https://www.w3.org/TR/webauthn-3/#ref-for-dfn-error%E2%91%A0%E2%91%A3",
"https://www.w3.org/TR/webauthn-3/#ref-for-dfn-error-code%E2%91%A0%E2%91%A3",
"https://www.w3.org/TR/webauthn-3/#ref-for-dfn-invalid-argument%E2%91%A0%E2%91%A2",
"https://www.w3.org/TR/webauthn-3/#ref-for-dfn-error%E2%91%A0%E2%91%A4",
"https://www.w3.org/TR/webauthn-3/#ref-for-dfn-error-code%E2%91%A0%E2%91%A4",
"https://www.w3.org/TR/webauthn-3/#ref-for-dfn-invalid-argument%E2%91%A0%E2%91%A3",
- "https://www.w3.org/TR/webauthn-3/#ref-for-virtual-authenticators%E2%91%A0%E2%91%A7",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-virtual-authenticators%E2%91%A1%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#ref-for-virtual-authenticator-database%E2%91%A2",
"https://www.w3.org/TR/webauthn-3/#ref-for-dfn-error%E2%91%A0%E2%91%A5",
"https://www.w3.org/TR/webauthn-3/#ref-for-dfn-error-code%E2%91%A0%E2%91%A5",
"https://www.w3.org/TR/webauthn-3/#ref-for-dfn-invalid-argument%E2%91%A0%E2%91%A4",
- "https://www.w3.org/TR/webauthn-3/#ref-for-virtual-authenticators%E2%91%A0%E2%91%A8",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-virtual-authenticators%E2%91%A1%E2%91%A1",
"https://www.w3.org/TR/webauthn-3/#ref-for-dfn-error%E2%91%A0%E2%91%A6",
"https://www.w3.org/TR/webauthn-3/#ref-for-dfn-error-code%E2%91%A0%E2%91%A6",
"https://www.w3.org/TR/webauthn-3/#ref-for-dfn-invalid-argument%E2%91%A0%E2%91%A5",
"https://www.w3.org/TR/webauthn-3/#ref-for-largeblob%E2%91%A2",
- "https://www.w3.org/TR/webauthn-3/#ref-for-base64url-encoding%E2%91%A1%E2%91%A5",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-base64url-encoding%E2%91%A2%E2%91%A4",
"https://www.w3.org/TR/webauthn-3/#ref-for-dfn-error%E2%91%A0%E2%91%A7",
"https://www.w3.org/TR/webauthn-3/#ref-for-dfn-error-code%E2%91%A0%E2%91%A7",
"https://www.w3.org/TR/webauthn-3/#ref-for-dfn-invalid-argument%E2%91%A0%E2%91%A6",
"https://www.w3.org/TR/webauthn-3/#ref-for-client-side-discoverable-public-key-credential-source%E2%91%A6",
"https://www.w3.org/TR/webauthn-3/#ref-for-server-side-public-key-credential-source%E2%91%A1",
"https://www.w3.org/TR/webauthn-3/#ref-for-public-key-credential-source-type%E2%91%A3",
- "https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredentialtype-public-key%E2%91%A5",
- "https://www.w3.org/TR/webauthn-3/#ref-for-public-key-credential-source-id%E2%91%A6",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredentialtype-public-key%E2%91%A6",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-public-key-credential-source-id%E2%91%A7",
"https://www.w3.org/TR/webauthn-3/#ref-for-public-key-credential-source-privatekey%E2%91%A2",
- "https://www.w3.org/TR/webauthn-3/#ref-for-public-key-credential-source-rpid%E2%91%A8",
- "https://www.w3.org/TR/webauthn-3/#ref-for-public-key-credential-source-userhandle%E2%91%A5",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-public-key-credential-source-rpid%E2%91%A7",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-public-key-credential-source-userhandle%E2%91%A6",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-public-key-credential-source-otherui%E2%91%A5",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-backup-eligibility%E2%91%A6",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-credential-properties%E2%91%A5",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-backup-state%E2%91%A7",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-credential-properties%E2%91%A6",
"https://www.w3.org/TR/webauthn-3/#ref-for-signature-counter%E2%91%A1%E2%91%A4",
- "https://www.w3.org/TR/webauthn-3/#ref-for-large-blob%E2%91%A1",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticatorLargeBlobs%E2%91%A1",
"https://www.w3.org/TR/webauthn-3/#ref-for-dfn-success%E2%91%A1",
"https://www.w3.org/TR/webauthn-3/#sctn-automation-get-credentials",
"https://www.w3.org/TR/webauthn-3/#get-credentials",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-get-credentials",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-get-credentials",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-get-credentials",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-get-credentials",
"https://www.w3.org/TR/webauthn-3/#ref-for-get-credentials",
"https://www.w3.org/TR/webauthn-3/#ref-for-dfn-extension-commands%E2%91%A5",
"https://www.w3.org/TR/webauthn-3/#ref-for-credential-parameters%E2%91%A0",
- "https://www.w3.org/TR/webauthn-3/#ref-for-public-key-credential-source%E2%91%A5%E2%91%A5",
- "https://www.w3.org/TR/webauthn-3/#ref-for-virtual-authenticators%E2%91%A1%E2%93%AA",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-public-key-credential-source%E2%91%A6%E2%91%A6",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-virtual-authenticators%E2%91%A1%E2%91%A2",
"https://www.w3.org/TR/webauthn-3/#ref-for-add-credential%E2%91%A0",
- "https://www.w3.org/TR/webauthn-3/#ref-for-dom-credentialscontainer-create%E2%91%A3%E2%91%A1",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-credentialscontainer-create%E2%91%A2%E2%91%A5",
"https://www.w3.org/TR/webauthn-3/#table-getCredentials",
- "https://www.w3.org/TR/webauthn-3/#ref-for-dfn-remote-end-steps%E2%91%A4",
- "https://www.w3.org/TR/webauthn-3/#ref-for-virtual-authenticators%E2%91%A1%E2%91%A0",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-remote-end-steps%E2%91%A4",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-virtual-authenticators%E2%91%A1%E2%91%A3",
"https://www.w3.org/TR/webauthn-3/#ref-for-virtual-authenticator-database%E2%91%A3",
"https://www.w3.org/TR/webauthn-3/#ref-for-dfn-error%E2%91%A0%E2%91%A8",
"https://www.w3.org/TR/webauthn-3/#ref-for-dfn-error-code%E2%91%A0%E2%91%A8",
"https://www.w3.org/TR/webauthn-3/#ref-for-dfn-invalid-argument%E2%91%A0%E2%91%A7",
- "https://www.w3.org/TR/webauthn-3/#ref-for-public-key-credential-source%E2%91%A5%E2%91%A6",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-public-key-credential-source%E2%91%A6%E2%91%A7",
"https://www.w3.org/TR/webauthn-3/#ref-for-credential-parameters%E2%91%A1",
- "https://www.w3.org/TR/webauthn-3/#ref-for-blob-url-entry-object%E2%91%A3",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dfn-object%E2%91%A3",
"https://www.w3.org/TR/webauthn-3/#ref-for-dfn-success%E2%91%A2",
"https://www.w3.org/TR/webauthn-3/#sctn-automation-remove-credential",
"https://www.w3.org/TR/webauthn-3/#remove-credential",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-remove-credential",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-remove-credential",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-remove-credential",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-remove-credential",
"https://www.w3.org/TR/webauthn-3/#ref-for-remove-credential",
"https://www.w3.org/TR/webauthn-3/#ref-for-dfn-extension-commands%E2%91%A6",
- "https://www.w3.org/TR/webauthn-3/#ref-for-public-key-credential-source%E2%91%A5%E2%91%A7",
- "https://www.w3.org/TR/webauthn-3/#ref-for-virtual-authenticators%E2%91%A1%E2%91%A1",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-public-key-credential-source%E2%91%A6%E2%91%A8",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-virtual-authenticators%E2%91%A1%E2%91%A4",
"https://www.w3.org/TR/webauthn-3/#table-removeCredential",
- "https://www.w3.org/TR/webauthn-3/#ref-for-dfn-remote-end-steps%E2%91%A5",
- "https://www.w3.org/TR/webauthn-3/#ref-for-virtual-authenticators%E2%91%A1%E2%91%A2",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-remote-end-steps%E2%91%A5",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-virtual-authenticators%E2%91%A1%E2%91%A5",
"https://www.w3.org/TR/webauthn-3/#ref-for-virtual-authenticator-database%E2%91%A4",
"https://www.w3.org/TR/webauthn-3/#ref-for-dfn-error%E2%91%A1%E2%93%AA",
"https://www.w3.org/TR/webauthn-3/#ref-for-dfn-error-code%E2%91%A1%E2%93%AA",
"https://www.w3.org/TR/webauthn-3/#ref-for-dfn-invalid-argument%E2%91%A0%E2%91%A8",
- "https://www.w3.org/TR/webauthn-3/#ref-for-virtual-authenticators%E2%91%A1%E2%91%A3",
- "https://www.w3.org/TR/webauthn-3/#ref-for-public-key-credential-source%E2%91%A5%E2%91%A8",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-virtual-authenticators%E2%91%A1%E2%91%A6",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-public-key-credential-source%E2%91%A7%E2%93%AA",
"https://www.w3.org/TR/webauthn-3/#ref-for-dfn-error%E2%91%A1%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#ref-for-dfn-error-code%E2%91%A1%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#ref-for-dfn-invalid-argument%E2%91%A1%E2%93%AA",
- "https://www.w3.org/TR/webauthn-3/#ref-for-public-key-credential-source%E2%91%A6%E2%93%AA",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-public-key-credential-source%E2%91%A7%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#ref-for-dfn-success%E2%91%A3",
"https://www.w3.org/TR/webauthn-3/#sctn-automation-remove-all-credentials",
"https://www.w3.org/TR/webauthn-3/#remove-all-credentials",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-remove-all-credentials",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-remove-all-credentials",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-remove-all-credentials",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-remove-all-credentials",
"https://www.w3.org/TR/webauthn-3/#ref-for-remove-all-credentials",
"https://www.w3.org/TR/webauthn-3/#ref-for-dfn-extension-commands%E2%91%A7",
- "https://www.w3.org/TR/webauthn-3/#ref-for-public-key-credential-source%E2%91%A6%E2%91%A0",
- "https://www.w3.org/TR/webauthn-3/#ref-for-virtual-authenticators%E2%91%A1%E2%91%A4",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-public-key-credential-source%E2%91%A7%E2%91%A1",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-virtual-authenticators%E2%91%A1%E2%91%A7",
"https://www.w3.org/TR/webauthn-3/#table-removeAllCredentials",
- "https://www.w3.org/TR/webauthn-3/#ref-for-dfn-remote-end-steps%E2%91%A6",
- "https://www.w3.org/TR/webauthn-3/#ref-for-virtual-authenticators%E2%91%A1%E2%91%A5",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-remote-end-steps%E2%91%A6",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-virtual-authenticators%E2%91%A1%E2%91%A8",
"https://www.w3.org/TR/webauthn-3/#ref-for-virtual-authenticator-database%E2%91%A5",
"https://www.w3.org/TR/webauthn-3/#ref-for-dfn-error%E2%91%A1%E2%91%A1",
"https://www.w3.org/TR/webauthn-3/#ref-for-dfn-error-code%E2%91%A1%E2%91%A1",
"https://www.w3.org/TR/webauthn-3/#ref-for-dfn-invalid-argument%E2%91%A1%E2%91%A0",
- "https://www.w3.org/TR/webauthn-3/#ref-for-public-key-credential-source%E2%91%A6%E2%91%A1",
- "https://www.w3.org/TR/webauthn-3/#ref-for-virtual-authenticators%E2%91%A1%E2%91%A6",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-public-key-credential-source%E2%91%A7%E2%91%A2",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-virtual-authenticators%E2%91%A2%E2%93%AA",
"https://www.w3.org/TR/webauthn-3/#ref-for-dfn-success%E2%91%A4",
"https://www.w3.org/TR/webauthn-3/#sctn-automation-set-user-verified",
"https://www.w3.org/TR/webauthn-3/#set-user-verified",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-set-user-verified",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-set-user-verified",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-set-user-verified",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-set-user-verified",
"https://www.w3.org/TR/webauthn-3/#ref-for-set-user-verified",
"https://www.w3.org/TR/webauthn-3/#ref-for-dfn-extension-commands%E2%91%A8",
- "https://www.w3.org/TR/webauthn-3/#ref-for-virtual-authenticators%E2%91%A1%E2%91%A7",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-virtual-authenticators%E2%91%A2%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#table-setUserVerified",
- "https://www.w3.org/TR/webauthn-3/#ref-for-dfn-remote-end-steps%E2%91%A7",
- "https://www.w3.org/TR/webauthn-3/#ref-for-blob-url-entry-object%E2%91%A4",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-remote-end-steps%E2%91%A7",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dfn-object%E2%91%A4",
"https://www.w3.org/TR/webauthn-3/#ref-for-dfn-error%E2%91%A1%E2%91%A2",
"https://www.w3.org/TR/webauthn-3/#ref-for-dfn-error-code%E2%91%A1%E2%91%A2",
"https://www.w3.org/TR/webauthn-3/#ref-for-dfn-invalid-argument%E2%91%A1%E2%91%A1",
- "https://www.w3.org/TR/webauthn-3/#ref-for-virtual-authenticators%E2%91%A1%E2%91%A8",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-virtual-authenticators%E2%91%A2%E2%91%A1",
"https://www.w3.org/TR/webauthn-3/#ref-for-virtual-authenticator-database%E2%91%A6",
"https://www.w3.org/TR/webauthn-3/#ref-for-dfn-error%E2%91%A1%E2%91%A3",
"https://www.w3.org/TR/webauthn-3/#ref-for-dfn-error-code%E2%91%A1%E2%91%A3",
@@ -7505,1604 +5979,1120 @@
"https://www.w3.org/TR/webauthn-3/#ref-for-dfn-error%E2%91%A1%E2%91%A4",
"https://www.w3.org/TR/webauthn-3/#ref-for-dfn-error-code%E2%91%A1%E2%91%A4",
"https://www.w3.org/TR/webauthn-3/#ref-for-dfn-invalid-argument%E2%91%A1%E2%91%A3",
- "https://www.w3.org/TR/webauthn-3/#ref-for-virtual-authenticators%E2%91%A2%E2%93%AA",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-virtual-authenticators%E2%91%A2%E2%91%A2",
"https://www.w3.org/TR/webauthn-3/#ref-for-dfn-success%E2%91%A5",
+ "https://www.w3.org/TR/webauthn-3/#sctn-automation-set-credential-properties",
+ "https://www.w3.org/TR/webauthn-3/#set-credential-properties",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-set-credential-properties",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dfn-extension-commands%E2%91%A0%E2%93%AA",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-credential-properties%E2%91%A7",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-virtual-authenticators%E2%91%A2%E2%91%A3",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-public-key-credential-source%E2%91%A7%E2%91%A3",
+ "https://www.w3.org/TR/webauthn-3/#table-setFlags",
+ "https://www.w3.org/TR/webauthn-3/#set-credential-properties-parameters",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dfn-object%E2%91%A5",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-remote-end-steps%E2%91%A8",
+ "https://www.w3.org/TR/webauthn-3/#table-setCredentialPropertiesParameters",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-backup-eligibility%E2%91%A7",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-credential-properties%E2%91%A8",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-backup-state%E2%91%A8",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-credential-properties%E2%91%A0%E2%93%AA",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-remote-end-steps%E2%91%A0%E2%93%AA",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dfn-object%E2%91%A6",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dfn-error%E2%91%A1%E2%91%A5",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dfn-error-code%E2%91%A1%E2%91%A5",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dfn-invalid-argument%E2%91%A1%E2%91%A4",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-set-credential-properties-parameters",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-virtual-authenticators%E2%91%A2%E2%91%A4",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-virtual-authenticator-database%E2%91%A7",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dfn-error%E2%91%A1%E2%91%A6",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dfn-error-code%E2%91%A1%E2%91%A6",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dfn-invalid-argument%E2%91%A1%E2%91%A5",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-public-key-credential-source%E2%91%A7%E2%91%A4",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dfn-error%E2%91%A1%E2%91%A7",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dfn-error-code%E2%91%A1%E2%91%A7",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dfn-invalid-argument%E2%91%A1%E2%91%A6",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-backup-eligibility%E2%91%A8",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-credential-properties%E2%91%A0%E2%91%A0",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-public-key-credential-source%E2%91%A7%E2%91%A5",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-set-credential-properties%E2%91%A0",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-backup-state%E2%91%A0%E2%93%AA",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-credential-properties%E2%91%A0%E2%91%A1",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dfn-success%E2%91%A6",
"https://www.w3.org/TR/webauthn-3/#sctn-IANA",
"https://www.w3.org/TR/webauthn-3/#sctn-att-fmt-reg-update",
- "https://www.w3.org/TR/webauthn-3/#ref-for-attestation%E2%91%A1%E2%91%A5",
- "https://www.w3.org/TR/webauthn-3/#ref-for-platform-authenticators%E2%91%A1%E2%91%A6",
- "https://www.w3.org/TR/webauthn-3/#ref-for-platform-authenticators%E2%91%A1%E2%91%A7",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-attestation%E2%91%A1%E2%91%A2",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-platform-authenticators%E2%91%A1%E2%91%A3",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-platform-authenticators%E2%91%A1%E2%91%A4",
"https://www.w3.org/TR/webauthn-3/#sctn-att-fmt-reg",
- "https://www.w3.org/TR/webauthn-3/#ref-for-platform-authenticators%E2%91%A1%E2%91%A8",
- "https://www.w3.org/TR/webauthn-3/#ref-for-webauthn-relying-party%E2%91%A3%E2%93%AA",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-platform-authenticators%E2%91%A1%E2%91%A5",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-webauthn-relying-party%E2%91%A5%E2%93%AA",
"https://www.w3.org/TR/webauthn-3/#sctn-extensions-reg-update",
- "https://www.w3.org/TR/webauthn-3/#ref-for-extension-identifier%E2%91%A1%E2%91%A3",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authentication-extension%E2%91%A1%E2%91%A0",
- "https://www.w3.org/TR/webauthn-3/#ref-for-webauthn-relying-party%E2%91%A3%E2%91%A0",
- "https://www.w3.org/TR/webauthn-3/#ref-for-registration-extension%E2%91%A1%E2%91%A3",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authentication-extension%E2%91%A1%E2%91%A1",
- "https://www.w3.org/TR/webauthn-3/#ref-for-webauthn-relying-party%E2%91%A3%E2%91%A1",
- "https://www.w3.org/TR/webauthn-3/#sctn-extensions-reg",
"https://www.w3.org/TR/webauthn-3/#ref-for-extension-identifier%E2%91%A1%E2%91%A4",
- "https://www.w3.org/TR/webauthn-3/#ref-for-webauthn-relying-party%E2%91%A3%E2%91%A2",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authentication-extension%E2%91%A0%E2%91%A7",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-webauthn-relying-party%E2%91%A5%E2%91%A0",
+ "https://www.w3.org/TR/webauthn-3/#sctn-extensions-reg",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-extension-identifier%E2%91%A1%E2%91%A5",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-webauthn-relying-party%E2%91%A5%E2%91%A1",
"https://www.w3.org/TR/webauthn-3/#ref-for-client-extension%E2%91%A0%E2%91%A2",
- "https://www.w3.org/TR/webauthn-3/#ref-for-registration-extension%E2%91%A1%E2%91%A4",
- "https://www.w3.org/TR/webauthn-3/#ref-for-concept-credential%E2%91%A1%E2%91%A0",
- "https://www.w3.org/TR/webauthn-3/#ref-for-client%E2%91%A8%E2%91%A0",
- "https://www.w3.org/TR/webauthn-3/#ref-for-webauthn-relying-party%E2%91%A3%E2%91%A3",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-registration-extension%E2%91%A1%E2%91%A0",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-concept-credential%E2%91%A1%E2%91%A7",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-client%E2%91%A0%E2%93%AA%E2%91%A6",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-webauthn-relying-party%E2%91%A5%E2%91%A2",
"https://www.w3.org/TR/webauthn-3/#ref-for-web-application%E2%91%A4",
"https://www.w3.org/TR/webauthn-3/#ref-for-client-extension%E2%91%A0%E2%91%A3",
- "https://www.w3.org/TR/webauthn-3/#ref-for-registration-extension%E2%91%A1%E2%91%A5",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authentication-extension%E2%91%A1%E2%91%A2",
- "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A2%E2%91%A3%E2%91%A5",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-registration-extension%E2%91%A1%E2%91%A1",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authentication-extension%E2%91%A0%E2%91%A8",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A2%E2%91%A2%E2%91%A2",
"https://www.w3.org/TR/webauthn-3/#sctn-security-considerations",
- "https://www.w3.org/TR/webauthn-3/#ref-for-web-authentication-api%E2%91%A0%E2%91%A5",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-web-authentication-api%E2%91%A0%E2%91%A6",
"https://www.w3.org/TR/webauthn-3/#ref-for-registration%E2%91%A1%E2%91%A1",
"https://www.w3.org/TR/webauthn-3/#ref-for-authentication%E2%91%A0%E2%91%A4",
"https://www.w3.org/TR/webauthn-3/#ref-for-ceremony%E2%91%A0%E2%91%A2",
- "https://www.w3.org/TR/webauthn-3/#ref-for-webauthn-authenticator%E2%91%A7",
- "https://www.w3.org/TR/webauthn-3/#ref-for-webauthn-relying-party%E2%91%A3%E2%91%A4",
- "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A2%E2%91%A3%E2%91%A6",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-webauthn-authenticator%E2%91%A0%E2%93%AA",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-webauthn-relying-party%E2%91%A5%E2%91%A3",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A2%E2%91%A2%E2%91%A3",
"https://www.w3.org/TR/webauthn-3/#ref-for-web-application%E2%91%A5",
- "https://www.w3.org/TR/webauthn-3/#ref-for-webauthn-client%E2%91%A6",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-webauthn-client%E2%91%A1%E2%91%A2",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A1%E2%91%A5%E2%91%A4",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A2%E2%91%A2%E2%91%A4",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A1%E2%91%A5%E2%91%A5",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-attestation%E2%91%A1%E2%91%A3",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A2%E2%91%A2%E2%91%A5",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A1%E2%91%A5%E2%91%A6",
"https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A1%E2%91%A5%E2%91%A7",
- "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A2%E2%91%A3%E2%91%A7",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A1%E2%91%A5%E2%91%A8",
- "https://www.w3.org/TR/webauthn-3/#ref-for-attestation%E2%91%A1%E2%91%A6",
- "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A2%E2%91%A3%E2%91%A8",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A1%E2%91%A6%E2%93%AA",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A1%E2%91%A6%E2%91%A0",
- "https://www.w3.org/TR/webauthn-3/#ref-for-client%E2%91%A8%E2%91%A1",
- "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A2%E2%91%A4%E2%93%AA",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-client%E2%91%A0%E2%93%AA%E2%91%A7",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A2%E2%91%A2%E2%91%A6",
"https://www.w3.org/TR/webauthn-3/#sctn-credentialIdSecurity",
- "https://www.w3.org/TR/webauthn-3/#ref-for-credential-id%E2%91%A3%E2%91%A1",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A1%E2%91%A6%E2%91%A1",
- "https://www.w3.org/TR/webauthn-3/#ref-for-credential-id%E2%91%A3%E2%91%A2",
- "https://www.w3.org/TR/webauthn-3/#ref-for-credential-id%E2%91%A3%E2%91%A3",
- "https://www.w3.org/TR/webauthn-3/#ref-for-webauthn-relying-party%E2%91%A3%E2%91%A5",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-credential-id%E2%91%A3%E2%91%A6",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authentication-assertion%E2%91%A0%E2%91%A3",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A1%E2%91%A5%E2%91%A8",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-credential-id%E2%91%A3%E2%91%A7",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-credential-id%E2%91%A3%E2%91%A8",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-webauthn-relying-party%E2%91%A5%E2%91%A4",
"https://www.w3.org/TR/webauthn-3/#ref-for-credential-public-key%E2%91%A2%E2%91%A4",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator-data%E2%91%A4%E2%91%A8",
- "https://www.w3.org/TR/webauthn-3/#ref-for-assertion%E2%91%A0%E2%91%A3",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator-data%E2%91%A4%E2%91%A6",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-assertion%E2%91%A0%E2%93%AA",
"https://www.w3.org/TR/webauthn-3/#sctn-client-authenticator-proximity",
"https://www.w3.org/TR/webauthn-3/#ref-for-authenticator-model%E2%91%A3",
"https://www.w3.org/TR/webauthn-3/#ref-for-roaming-authenticators%E2%91%A1%E2%91%A3",
- "https://www.w3.org/TR/webauthn-3/#ref-for-client%E2%91%A8%E2%91%A2",
- "https://www.w3.org/TR/webauthn-3/#ref-for-client%E2%91%A8%E2%91%A3",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A1%E2%91%A6%E2%91%A2",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-client%E2%91%A0%E2%93%AA%E2%91%A8",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-client%E2%91%A0%E2%91%A0%E2%93%AA",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A1%E2%91%A6%E2%93%AA",
"https://www.w3.org/TR/webauthn-3/#ref-for-af%E2%91%A1%E2%91%A4",
"https://www.w3.org/TR/webauthn-3/#ref-for-af%E2%91%A1%E2%91%A5",
"https://www.w3.org/TR/webauthn-3/#ref-for-roaming-authenticators%E2%91%A1%E2%91%A4",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A1%E2%91%A6%E2%91%A0",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A1%E2%91%A6%E2%91%A1",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A1%E2%91%A6%E2%91%A2",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-concept-user-present%E2%91%A3",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-client%E2%91%A0%E2%91%A0%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A1%E2%91%A6%E2%91%A3",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-client%E2%91%A0%E2%91%A0%E2%91%A1",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-scope%E2%91%A1%E2%93%AA",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-concept-credential%E2%91%A1%E2%91%A8",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-client%E2%91%A0%E2%91%A0%E2%91%A2",
"https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A1%E2%91%A6%E2%91%A4",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-client%E2%91%A0%E2%91%A0%E2%91%A3",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-scope%E2%91%A1%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A1%E2%91%A6%E2%91%A5",
- "https://www.w3.org/TR/webauthn-3/#ref-for-concept-user-present%E2%91%A3",
- "https://www.w3.org/TR/webauthn-3/#ref-for-client%E2%91%A8%E2%91%A4",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A2%E2%91%A2%E2%91%A7",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authentication-assertion%E2%91%A0%E2%91%A4",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A2%E2%91%A2%E2%91%A8",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authentication-assertion%E2%91%A0%E2%91%A5",
"https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A1%E2%91%A6%E2%91%A6",
- "https://www.w3.org/TR/webauthn-3/#ref-for-client%E2%91%A8%E2%91%A5",
- "https://www.w3.org/TR/webauthn-3/#ref-for-scope%E2%91%A1%E2%93%AA",
- "https://www.w3.org/TR/webauthn-3/#ref-for-concept-credential%E2%91%A1%E2%91%A1",
- "https://www.w3.org/TR/webauthn-3/#ref-for-client%E2%91%A8%E2%91%A6",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-client%E2%91%A0%E2%91%A0%E2%91%A4",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-client%E2%91%A0%E2%91%A0%E2%91%A5",
"https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A1%E2%91%A6%E2%91%A7",
- "https://www.w3.org/TR/webauthn-3/#ref-for-client%E2%91%A8%E2%91%A7",
- "https://www.w3.org/TR/webauthn-3/#ref-for-scope%E2%91%A1%E2%91%A0",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A1%E2%91%A6%E2%91%A8",
- "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A2%E2%91%A4%E2%91%A0",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authentication-assertion%E2%91%A0%E2%91%A3",
- "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A2%E2%91%A4%E2%91%A1",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authentication-assertion%E2%91%A0%E2%91%A4",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A1%E2%91%A7%E2%93%AA",
- "https://www.w3.org/TR/webauthn-3/#ref-for-client%E2%91%A8%E2%91%A8",
- "https://www.w3.org/TR/webauthn-3/#ref-for-client%E2%91%A0%E2%93%AA%E2%93%AA",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A1%E2%91%A7%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#ref-for-scope%E2%91%A1%E2%91%A1",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A1%E2%91%A7%E2%91%A1",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A1%E2%91%A6%E2%91%A8",
"https://www.w3.org/TR/webauthn-3/#ref-for-af%E2%91%A1%E2%91%A6",
"https://www.w3.org/TR/webauthn-3/#sctn-security-considerations-authenticator",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A1%E2%91%A7%E2%91%A2",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A1%E2%91%A7%E2%93%AA",
"https://www.w3.org/TR/webauthn-3/#sctn-attestation-security-considerations",
"https://www.w3.org/TR/webauthn-3/#sctn-cert-hierarchy",
- "https://www.w3.org/TR/webauthn-3/#ref-for-webauthn-authenticator%E2%91%A8",
- "https://www.w3.org/TR/webauthn-3/#ref-for-webauthn-authenticator%E2%91%A0%E2%93%AA",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator-data%E2%91%A5%E2%93%AA",
- "https://www.w3.org/TR/webauthn-3/#sctn-ca-compromise",
"https://www.w3.org/TR/webauthn-3/#ref-for-webauthn-authenticator%E2%91%A0%E2%91%A0",
- "https://www.w3.org/TR/webauthn-3/#ref-for-attestation-key-pair%E2%91%A5",
"https://www.w3.org/TR/webauthn-3/#ref-for-webauthn-authenticator%E2%91%A0%E2%91%A1",
- "https://www.w3.org/TR/webauthn-3/#ref-for-attestation-public-key%E2%91%A0",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A1%E2%91%A7%E2%91%A3",
- "https://www.w3.org/TR/webauthn-3/#ref-for-attestation-certificate%E2%91%A8",
- "https://www.w3.org/TR/webauthn-3/#ref-for-webauthn-relying-party%E2%91%A3%E2%91%A6",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator-data%E2%91%A4%E2%91%A7",
+ "https://www.w3.org/TR/webauthn-3/#sctn-ca-compromise",
"https://www.w3.org/TR/webauthn-3/#ref-for-webauthn-authenticator%E2%91%A0%E2%91%A2",
- "https://www.w3.org/TR/webauthn-3/#ref-for-attestation-certificate%E2%91%A0%E2%93%AA",
- "https://www.w3.org/TR/webauthn-3/#ref-for-attestation-private-key%E2%91%A4",
- "https://www.w3.org/TR/webauthn-3/#ref-for-attestation-private-key%E2%91%A5",
- "https://www.w3.org/TR/webauthn-3/#ref-for-attestation-certificate%E2%91%A0%E2%91%A0",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-attestation-key-pair%E2%91%A5",
"https://www.w3.org/TR/webauthn-3/#ref-for-webauthn-authenticator%E2%91%A0%E2%91%A3",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-attestation-public-key%E2%91%A0",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A1%E2%91%A7%E2%91%A0",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-attestation-certificate%E2%91%A0%E2%93%AA",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-webauthn-relying-party%E2%91%A5%E2%91%A5",
"https://www.w3.org/TR/webauthn-3/#ref-for-webauthn-authenticator%E2%91%A0%E2%91%A4",
- "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A2%E2%91%A4%E2%91%A2",
- "https://www.w3.org/TR/webauthn-3/#ref-for-attestation-statement%E2%91%A4%E2%93%AA",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-attestation-certificate%E2%91%A0%E2%91%A0",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-attestation-private-key%E2%91%A3",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-attestation-private-key%E2%91%A4",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-attestation-certificate%E2%91%A0%E2%91%A1",
"https://www.w3.org/TR/webauthn-3/#ref-for-webauthn-authenticator%E2%91%A0%E2%91%A5",
- "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A2%E2%91%A4%E2%91%A3",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-webauthn-authenticator%E2%91%A0%E2%91%A6",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A2%E2%91%A3%E2%93%AA",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-attestation-statement%E2%91%A2%E2%91%A7",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-webauthn-authenticator%E2%91%A0%E2%91%A7",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A2%E2%91%A3%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#sctn-security-considerations-rp",
- "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A2%E2%91%A4%E2%91%A4",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A2%E2%91%A3%E2%91%A1",
"https://www.w3.org/TR/webauthn-3/#sctn-rp-benefits",
- "https://www.w3.org/TR/webauthn-3/#ref-for-webauthn-relying-party%E2%91%A3%E2%91%A7",
- "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A2%E2%91%A4%E2%91%A5",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-webauthn-relying-party%E2%91%A5%E2%91%A6",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A2%E2%91%A3%E2%91%A2",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A1%E2%91%A7%E2%91%A1",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A1%E2%91%A7%E2%91%A2",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A1%E2%91%A7%E2%91%A3",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A2%E2%91%A3%E2%91%A3",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A2%E2%91%A3%E2%91%A4",
"https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A1%E2%91%A7%E2%91%A4",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-attestation-statement%E2%91%A2%E2%91%A8",
"https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A1%E2%91%A7%E2%91%A5",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A1%E2%91%A7%E2%91%A6",
- "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A2%E2%91%A4%E2%91%A6",
- "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A2%E2%91%A4%E2%91%A7",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A1%E2%91%A7%E2%91%A7",
- "https://www.w3.org/TR/webauthn-3/#ref-for-attestation-statement%E2%91%A4%E2%91%A0",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A1%E2%91%A7%E2%91%A8",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authentication-ceremony%E2%91%A2%E2%91%A1",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authentication-ceremony%E2%91%A2%E2%91%A7",
"https://www.w3.org/TR/webauthn-3/#ref-for-page-186",
- "https://www.w3.org/TR/webauthn-3/#ref-for-registration-ceremony%E2%91%A0%E2%91%A5",
- "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A2%E2%91%A4%E2%91%A8",
- "https://www.w3.org/TR/webauthn-3/#ref-for-user-verification%E2%91%A4%E2%91%A4",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A1%E2%91%A8%E2%93%AA",
- "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A2%E2%91%A5%E2%93%AA",
- "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A2%E2%91%A5%E2%91%A0",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-registration-ceremony%E2%91%A1%E2%91%A0",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A2%E2%91%A3%E2%91%A5",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-user-verification%E2%91%A4%E2%91%A6",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A1%E2%91%A7%E2%91%A6",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A2%E2%91%A3%E2%91%A6",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A2%E2%91%A3%E2%91%A7",
"https://www.w3.org/TR/webauthn-3/#sctn-seccons-visibility",
- "https://www.w3.org/TR/webauthn-3/#ref-for-the-iframe-element%E2%91%A3",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-the-iframe-element%E2%91%A2",
"https://www.w3.org/TR/webauthn-3/#ui-redressing",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-ui-redressing",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-ui-redressing",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-ui-redressing",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-ui-redressing",
- "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A2%E2%91%A5%E2%91%A1",
- "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A2%E2%91%A5%E2%91%A2",
- "https://www.w3.org/TR/webauthn-3/#ref-for-client-platform%E2%91%A4%E2%91%A5",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A2%E2%91%A3%E2%91%A8",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A2%E2%91%A4%E2%93%AA",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-client-platform%E2%91%A4%E2%91%A4",
"https://www.w3.org/TR/webauthn-3/#ref-for-ui-redressing%E2%91%A0",
- "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A2%E2%91%A5%E2%91%A3",
- "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A2%E2%91%A5%E2%91%A4",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A2%E2%91%A4%E2%91%A0",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A2%E2%91%A4%E2%91%A1",
"https://www.w3.org/TR/webauthn-3/#sctn-cryptographic-challenges",
- "https://www.w3.org/TR/webauthn-3/#ref-for-dictdef-publickeycredentialcreationoptions%E2%91%A0%E2%91%A2",
- "https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredentialcreationoptions-challenge%E2%91%A3",
- "https://www.w3.org/TR/webauthn-3/#ref-for-dictdef-publickeycredentialrequestoptions%E2%91%A0%E2%91%A3",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dictdef-publickeycredentialcreationoptions%E2%91%A0%E2%91%A1",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredentialcreationoptions-challenge%E2%91%A2",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dictdef-publickeycredentialrequestoptions%E2%91%A0%E2%91%A1",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredentialrequestoptions-challenge%E2%91%A3",
- "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A2%E2%91%A5%E2%91%A5",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A2%E2%91%A4%E2%91%A2",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-collectedclientdata-challenge%E2%91%A7",
- "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A2%E2%91%A5%E2%91%A6",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A2%E2%91%A4%E2%91%A3",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-recommended-range-and-default-for-a-webauthn-ceremony-timeout%E2%91%A1",
"https://www.w3.org/TR/webauthn-3/#sctn-attestation-limitations",
- "https://www.w3.org/TR/webauthn-3/#ref-for-attestation-statement%E2%91%A4%E2%91%A1",
- "https://www.w3.org/TR/webauthn-3/#ref-for-webauthn-relying-party%E2%91%A3%E2%91%A8",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A1%E2%91%A8%E2%91%A0",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A1%E2%91%A8%E2%91%A1",
- "https://www.w3.org/TR/webauthn-3/#ref-for-credential-private-key%E2%91%A1%E2%91%A1",
- "https://www.w3.org/TR/webauthn-3/#ref-for-attestation-statement%E2%91%A4%E2%91%A2",
- "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A2%E2%91%A5%E2%91%A7",
- "https://www.w3.org/TR/webauthn-3/#ref-for-attestation-object%E2%91%A1%E2%91%A4",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A1%E2%91%A8%E2%91%A2",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-attestation-statement%E2%91%A3%E2%93%AA",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-webauthn-relying-party%E2%91%A5%E2%91%A7",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A1%E2%91%A7%E2%91%A7",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A1%E2%91%A7%E2%91%A8",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-credential-private-key%E2%91%A0%E2%91%A6",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-attestation-statement%E2%91%A3%E2%91%A0",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A2%E2%91%A4%E2%91%A4",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-attestation-object%E2%91%A0%E2%91%A7",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A1%E2%91%A8%E2%93%AA",
"https://www.w3.org/TR/webauthn-3/#ref-for-page-186%E2%91%A0",
- "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A2%E2%91%A5%E2%91%A8",
- "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A2%E2%91%A6%E2%93%AA",
- "https://www.w3.org/TR/webauthn-3/#ref-for-attestation-object%E2%91%A1%E2%91%A5",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A2%E2%91%A4%E2%91%A5",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A2%E2%91%A4%E2%91%A6",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-attestation-object%E2%91%A0%E2%91%A8",
"https://www.w3.org/TR/webauthn-3/#ref-for-page-186%E2%91%A1",
- "https://www.w3.org/TR/webauthn-3/#ref-for-registration-ceremony%E2%91%A0%E2%91%A6",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A1%E2%91%A8%E2%91%A3",
- "https://www.w3.org/TR/webauthn-3/#ref-for-credential-private-key%E2%91%A1%E2%91%A2",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authentication-ceremony%E2%91%A2%E2%91%A2",
- "https://www.w3.org/TR/webauthn-3/#ref-for-public-key-credential%E2%91%A4%E2%91%A7",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-registration-ceremony%E2%91%A1%E2%91%A1",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A1%E2%91%A8%E2%91%A0",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-credential-private-key%E2%91%A0%E2%91%A7",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authentication-ceremony%E2%91%A2%E2%91%A8",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-public-key-credential%E2%91%A5%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#ref-for-page-186%E2%91%A2",
"https://www.w3.org/TR/webauthn-3/#ref-for-attestation-type%E2%91%A1%E2%91%A3",
"https://www.w3.org/TR/webauthn-3/#ref-for-page-186%E2%91%A3",
- "https://www.w3.org/TR/webauthn-3/#ref-for-publickeycredential%E2%91%A1%E2%91%A6",
- "https://www.w3.org/TR/webauthn-3/#ref-for-attestation-statement%E2%91%A4%E2%91%A3",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-publickeycredential%E2%91%A2%E2%91%A3",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-attestation-statement%E2%91%A3%E2%91%A1",
"https://www.w3.org/TR/webauthn-3/#ref-for-credential-public-key%E2%91%A2%E2%91%A5",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authentication-assertion%E2%91%A0%E2%91%A5",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authentication-assertion%E2%91%A0%E2%91%A6",
"https://www.w3.org/TR/webauthn-3/#ref-for-scope%E2%91%A1%E2%91%A2",
- "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A2%E2%91%A6%E2%91%A0",
- "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A2%E2%91%A6%E2%91%A1",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A2%E2%91%A4%E2%91%A7",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A2%E2%91%A4%E2%91%A8",
"https://www.w3.org/TR/webauthn-3/#ref-for-credential-public-key%E2%91%A2%E2%91%A6",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authentication-ceremony%E2%91%A2%E2%91%A3",
- "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A2%E2%91%A6%E2%91%A2",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authentication-ceremony%E2%91%A3%E2%93%AA",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A2%E2%91%A5%E2%93%AA",
"https://www.w3.org/TR/webauthn-3/#ref-for-attestation-type%E2%91%A1%E2%91%A4",
"https://www.w3.org/TR/webauthn-3/#ref-for-self-attestation%E2%91%A0%E2%91%A8",
"https://www.w3.org/TR/webauthn-3/#ref-for-none%E2%91%A8",
- "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A2%E2%91%A6%E2%91%A3",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A2%E2%91%A5%E2%91%A0",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A1%E2%91%A8%E2%91%A1",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A1%E2%91%A8%E2%91%A2",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A1%E2%91%A8%E2%91%A3",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A2%E2%91%A5%E2%91%A1",
"https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A1%E2%91%A8%E2%91%A4",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A1%E2%91%A8%E2%91%A5",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A1%E2%91%A8%E2%91%A6",
- "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A2%E2%91%A6%E2%91%A4",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A1%E2%91%A8%E2%91%A7",
"https://www.w3.org/TR/webauthn-3/#ref-for-page-186%E2%91%A4",
"https://www.w3.org/TR/webauthn-3/#ref-for-page-186%E2%91%A5",
"https://www.w3.org/TR/webauthn-3/#sctn-revoked-attestation-certificates",
- "https://www.w3.org/TR/webauthn-3/#ref-for-attestation-certificate%E2%91%A0%E2%91%A1",
- "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A2%E2%91%A6%E2%91%A5",
- "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A2%E2%91%A6%E2%91%A6",
- "https://www.w3.org/TR/webauthn-3/#ref-for-self-attestation%E2%91%A1%E2%93%AA",
- "https://www.w3.org/TR/webauthn-3/#ref-for-public-key-credential%E2%91%A4%E2%91%A8",
"https://www.w3.org/TR/webauthn-3/#ref-for-attestation-certificate%E2%91%A0%E2%91%A2",
- "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A2%E2%91%A6%E2%91%A7",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A2%E2%91%A5%E2%91%A2",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A2%E2%91%A5%E2%91%A3",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-self-attestation%E2%91%A1%E2%93%AA",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-public-key-credential%E2%91%A5%E2%91%A1",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-attestation-certificate%E2%91%A0%E2%91%A3",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A2%E2%91%A5%E2%91%A4",
"https://www.w3.org/TR/webauthn-3/#ref-for-registration%E2%91%A1%E2%91%A2",
- "https://www.w3.org/TR/webauthn-3/#ref-for-public-key-credential%E2%91%A5%E2%93%AA",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-public-key-credential%E2%91%A5%E2%91%A2",
"https://www.w3.org/TR/webauthn-3/#ref-for-registration%E2%91%A1%E2%91%A3",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A1%E2%91%A8%E2%91%A8",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A1%E2%91%A8%E2%91%A5",
"https://www.w3.org/TR/webauthn-3/#sctn-credential-loss-key-mobility",
- "https://www.w3.org/TR/webauthn-3/#ref-for-credential-private-key%E2%91%A1%E2%91%A3",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-credential-private-key%E2%91%A0%E2%91%A8",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A1%E2%91%A8%E2%91%A6",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-credential-private-key%E2%91%A1%E2%93%AA",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A1%E2%91%A8%E2%91%A7",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A1%E2%91%A8%E2%91%A8",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-public-key-credential%E2%91%A5%E2%91%A3",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-bound-credential%E2%91%A0%E2%91%A5",
"https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A2%E2%93%AA%E2%93%AA",
- "https://www.w3.org/TR/webauthn-3/#ref-for-credential-private-key%E2%91%A1%E2%91%A4",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A2%E2%93%AA%E2%91%A0",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A2%E2%93%AA%E2%91%A1",
- "https://www.w3.org/TR/webauthn-3/#ref-for-public-key-credential%E2%91%A5%E2%91%A0",
- "https://www.w3.org/TR/webauthn-3/#ref-for-bound-credential%E2%91%A0%E2%91%A4",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A2%E2%93%AA%E2%91%A2",
- "https://www.w3.org/TR/webauthn-3/#ref-for-public-key-credential%E2%91%A5%E2%91%A1",
- "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A2%E2%91%A6%E2%91%A8",
- "https://www.w3.org/TR/webauthn-3/#ref-for-public-key-credential%E2%91%A5%E2%91%A2",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-public-key-credential%E2%91%A5%E2%91%A4",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A2%E2%91%A5%E2%91%A5",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-public-key-credential%E2%91%A5%E2%91%A5",
"https://www.w3.org/TR/webauthn-3/#ref-for-platform-credential%E2%91%A1",
- "https://www.w3.org/TR/webauthn-3/#ref-for-client-device%E2%91%A3%E2%91%A4",
- "https://www.w3.org/TR/webauthn-3/#ref-for-roaming-credential%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#ref-for-client-device%E2%91%A3%E2%91%A5",
- "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A2%E2%91%A7%E2%93%AA",
- "https://www.w3.org/TR/webauthn-3/#ref-for-public-key-credential%E2%91%A5%E2%91%A3",
- "https://www.w3.org/TR/webauthn-3/#ref-for-user-account%E2%91%A2%E2%91%A7",
- "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A2%E2%91%A7%E2%91%A0",
- "https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredentialcreationoptions-excludecredentials%E2%91%A1",
- "https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredentialcreationoptions-user%E2%91%A6",
- "https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredentialuserentity-id%E2%91%A8",
- "https://www.w3.org/TR/webauthn-3/#ref-for-public-key-credential%E2%91%A5%E2%91%A4",
- "https://www.w3.org/TR/webauthn-3/#ref-for-bound-credential%E2%91%A0%E2%91%A5",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A2%E2%93%AA%E2%91%A3",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-roaming-credential%E2%91%A0",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-client-device%E2%91%A3%E2%91%A6",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A2%E2%91%A5%E2%91%A6",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-public-key-credential%E2%91%A5%E2%91%A6",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-user-account%E2%91%A2%E2%91%A5",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A2%E2%91%A5%E2%91%A7",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredentialcreationoptions-excludecredentials%E2%91%A2",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredentialcreationoptions-user%E2%91%A7",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredentialuserentity-id%E2%91%A0%E2%93%AA",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-public-key-credential%E2%91%A5%E2%91%A7",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-bound-credential%E2%91%A0%E2%91%A6",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A2%E2%93%AA%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#sctn-unprotected-account-detection",
- "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A2%E2%91%A7%E2%91%A1",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authentication-ceremony%E2%91%A2%E2%91%A4",
- "https://www.w3.org/TR/webauthn-3/#ref-for-list-empty%E2%91%A0%E2%91%A0",
- "https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredentialrequestoptions-allowcredentials%E2%91%A1%E2%91%A4",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A2%E2%91%A5%E2%91%A8",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authentication-ceremony%E2%91%A3%E2%91%A0",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-list-empty%E2%91%A6",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredentialrequestoptions-allowcredentials%E2%91%A1%E2%91%A7",
"https://www.w3.org/TR/webauthn-3/#ref-for-server-side-credential%E2%91%A0%E2%91%A4",
- "https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredentialrequestoptions-allowcredentials%E2%91%A1%E2%91%A5",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredentialrequestoptions-allowcredentials%E2%91%A1%E2%91%A8",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-user-account%E2%91%A2%E2%91%A6",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authentication-ceremony%E2%91%A3%E2%91%A1",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A2%E2%91%A6%E2%93%AA",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredentialrequestoptions-allowcredentials%E2%91%A2%E2%93%AA",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-user-account%E2%91%A2%E2%91%A7",
"https://www.w3.org/TR/webauthn-3/#ref-for-user-account%E2%91%A2%E2%91%A8",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authentication-ceremony%E2%91%A2%E2%91%A5",
- "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A2%E2%91%A7%E2%91%A2",
- "https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredentialrequestoptions-allowcredentials%E2%91%A1%E2%91%A6",
"https://www.w3.org/TR/webauthn-3/#ref-for-user-account%E2%91%A3%E2%93%AA",
- "https://www.w3.org/TR/webauthn-3/#ref-for-user-account%E2%91%A3%E2%91%A0",
- "https://www.w3.org/TR/webauthn-3/#ref-for-user-account%E2%91%A3%E2%91%A1",
- "https://www.w3.org/TR/webauthn-3/#ref-for-assertion%E2%91%A0%E2%91%A4",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-assertion%E2%91%A0%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#sctn-code-injection",
- "https://www.w3.org/TR/webauthn-3/#ref-for-determines-the-set-of-origins-on-which-the-public-key-credential-may-be-exercised%E2%91%A3",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-determines-the-set-of-origins-on-which-the-public-key-credential-may-be-exercised%E2%91%A6",
"https://www.w3.org/TR/webauthn-3/#ref-for-scope%E2%91%A1%E2%91%A3",
- "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A2%E2%91%A7%E2%91%A3",
- "https://www.w3.org/TR/webauthn-3/#ref-for-public-key-credential%E2%91%A5%E2%91%A5",
- "https://www.w3.org/TR/webauthn-3/#ref-for-webauthn-client%E2%91%A7",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A2%E2%91%A6%E2%91%A0",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-public-key-credential%E2%91%A5%E2%91%A8",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-webauthn-client%E2%91%A1%E2%91%A3",
"https://www.w3.org/TR/webauthn-3/#ref-for-secure-context%E2%91%A0",
- "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A2%E2%91%A7%E2%91%A4",
- "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A2%E2%91%A7%E2%91%A5",
- "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A2%E2%91%A7%E2%91%A6",
- "https://www.w3.org/TR/webauthn-3/#ref-for-determines-the-set-of-origins-on-which-the-public-key-credential-may-be-exercised%E2%91%A4",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A2%E2%91%A6%E2%91%A1",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A2%E2%91%A6%E2%91%A2",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A2%E2%91%A6%E2%91%A3",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-determines-the-set-of-origins-on-which-the-public-key-credential-may-be-exercised%E2%91%A7",
"https://www.w3.org/TR/webauthn-3/#ref-for-scope%E2%91%A1%E2%91%A4",
- "https://www.w3.org/TR/webauthn-3/#ref-for-concept-credential%E2%91%A1%E2%91%A2",
- "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A2%E2%91%A7%E2%91%A7",
- "https://www.w3.org/TR/webauthn-3/#ref-for-determines-the-set-of-origins-on-which-the-public-key-credential-may-be-exercised%E2%91%A5",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-concept-credential%E2%91%A2%E2%93%AA",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A2%E2%91%A6%E2%91%A4",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-determines-the-set-of-origins-on-which-the-public-key-credential-may-be-exercised%E2%91%A8",
"https://www.w3.org/TR/webauthn-3/#ref-for-scope%E2%91%A1%E2%91%A5",
- "https://www.w3.org/TR/webauthn-3/#ref-for-rp-id%E2%91%A4%E2%93%AA",
- "https://www.w3.org/TR/webauthn-3/#ref-for-concept-credential%E2%91%A1%E2%91%A3",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-rp-id%E2%91%A4%E2%91%A4",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-concept-credential%E2%91%A2%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#ref-for-scope%E2%91%A1%E2%91%A6",
- "https://www.w3.org/TR/webauthn-3/#ref-for-rp-id%E2%91%A4%E2%91%A0",
- "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A2%E2%91%A7%E2%91%A8",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-rp-id%E2%91%A4%E2%91%A5",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A2%E2%91%A6%E2%91%A5",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-collectedclientdata-origin%E2%91%A8",
"https://www.w3.org/TR/webauthn-3/#ref-for-page-186%E2%91%A6",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authentication-assertion%E2%91%A0%E2%91%A6",
- "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A2%E2%91%A8%E2%93%AA",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authentication-assertion%E2%91%A0%E2%91%A7",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A2%E2%91%A6%E2%91%A6",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-collectedclientdata-origin%E2%91%A0%E2%93%AA",
- "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A2%E2%91%A8%E2%91%A0",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A2%E2%91%A6%E2%91%A7",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-collectedclientdata-origin%E2%91%A0%E2%91%A0",
- "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A2%E2%91%A8%E2%91%A1",
- "https://www.w3.org/TR/webauthn-3/#ref-for-determines-the-set-of-origins-on-which-the-public-key-credential-may-be-exercised%E2%91%A6",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A2%E2%91%A6%E2%91%A8",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-determines-the-set-of-origins-on-which-the-public-key-credential-may-be-exercised%E2%91%A0%E2%93%AA",
"https://www.w3.org/TR/webauthn-3/#ref-for-scope%E2%91%A1%E2%91%A7",
- "https://www.w3.org/TR/webauthn-3/#ref-for-public-key-credential%E2%91%A5%E2%91%A6",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-public-key-credential%E2%91%A6%E2%93%AA",
"https://www.w3.org/TR/webauthn-3/#sctn-validating-origin",
- "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A2%E2%91%A8%E2%91%A2",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A2%E2%91%A7%E2%93%AA",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-collectedclientdata-origin%E2%91%A0%E2%91%A1",
"https://www.w3.org/TR/webauthn-3/#ref-for-client-data%E2%91%A0%E2%91%A3",
- "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A2%E2%91%A8%E2%91%A3",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A2%E2%91%A7%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-collectedclientdata-origin%E2%91%A0%E2%91%A2",
- "https://www.w3.org/TR/webauthn-3/#ref-for-concept-credential%E2%91%A1%E2%91%A4",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-concept-credential%E2%91%A2%E2%91%A1",
"https://www.w3.org/TR/webauthn-3/#ref-for-scope%E2%91%A1%E2%91%A8",
- "https://www.w3.org/TR/webauthn-3/#ref-for-rp-id%E2%91%A4%E2%91%A1",
- "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A2%E2%91%A8%E2%91%A4",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A2%E2%93%AA%E2%91%A4",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-rp-id%E2%91%A4%E2%91%A6",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A2%E2%91%A7%E2%91%A1",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A2%E2%93%AA%E2%91%A1",
"https://www.w3.org/TR/webauthn-3/#ref-for-scope%E2%91%A2%E2%93%AA",
- "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A2%E2%91%A8%E2%91%A5",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A2%E2%91%A7%E2%91%A2",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-collectedclientdata-origin%E2%91%A0%E2%91%A3",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-collectedclientdata-origin%E2%91%A0%E2%91%A4",
- "https://www.w3.org/TR/webauthn-3/#ref-for-rp-id%E2%91%A4%E2%91%A2",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-rp-id%E2%91%A4%E2%91%A7",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-collectedclientdata-origin%E2%91%A0%E2%91%A5",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-collectedclientdata-origin%E2%91%A0%E2%91%A6",
- "https://www.w3.org/TR/webauthn-3/#ref-for-rp-id%E2%91%A4%E2%91%A3",
- "https://www.w3.org/TR/webauthn-3/#ref-for-rp-id%E2%91%A4%E2%91%A4",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-rp-id%E2%91%A4%E2%91%A8",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-collectedclientdata-origin%E2%91%A0%E2%91%A7",
- "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A2%E2%91%A8%E2%91%A6",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-rp-id%E2%91%A5%E2%93%AA",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-rp-id%E2%91%A5%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-collectedclientdata-origin%E2%91%A0%E2%91%A8",
- "https://www.w3.org/TR/webauthn-3/#ref-for-dom-collectedclientdata-toporigin%E2%91%A0%E2%91%A0",
- "https://www.w3.org/TR/webauthn-3/#ref-for-client-data%E2%91%A0%E2%91%A4",
- "https://www.w3.org/TR/webauthn-3/#ref-for-dom-collectedclientdata-toporigin%E2%91%A0%E2%91%A1",
- "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A2%E2%91%A8%E2%91%A7",
- "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A2%E2%91%A8%E2%91%A8",
- "https://www.w3.org/TR/webauthn-3/#ref-for-the-iframe-element%E2%91%A4",
- "https://www.w3.org/TR/webauthn-3/#ref-for-dom-collectedclientdata-toporigin%E2%91%A0%E2%91%A2",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A2%E2%91%A7%E2%91%A3",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-collectedclientdata-origin%E2%91%A1%E2%93%AA",
- "https://www.w3.org/TR/webauthn-3/#ref-for-the-iframe-element%E2%91%A5",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-collectedclientdata-toporigin%E2%91%A0%E2%91%A2",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-client-data%E2%91%A0%E2%91%A4",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-collectedclientdata-toporigin%E2%91%A0%E2%91%A3",
- "https://www.w3.org/TR/webauthn-3/#ref-for-the-iframe-element%E2%91%A6",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A2%E2%91%A7%E2%91%A4",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A2%E2%91%A7%E2%91%A5",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-the-iframe-element%E2%91%A3",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-collectedclientdata-toporigin%E2%91%A0%E2%91%A4",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-collectedclientdata-origin%E2%91%A1%E2%91%A0",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-the-iframe-element%E2%91%A4",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-collectedclientdata-toporigin%E2%91%A0%E2%91%A5",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-the-iframe-element%E2%91%A5",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-collectedclientdata-toporigin%E2%91%A0%E2%91%A6",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-collectedclientdata-toporigin%E2%91%A0%E2%91%A7",
"https://www.w3.org/TR/webauthn-3/#sctn-privacy-considerations",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A2%E2%93%AA%E2%91%A5",
- "https://www.w3.org/TR/webauthn-3/#ref-for-client%E2%91%A0%E2%93%AA%E2%91%A0",
- "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A3%E2%93%AA%E2%93%AA",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A2%E2%93%AA%E2%91%A2",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-client%E2%91%A0%E2%91%A0%E2%91%A6",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A2%E2%91%A7%E2%91%A6",
"https://www.w3.org/TR/webauthn-3/#sctn-privacy-attacks",
- "https://www.w3.org/TR/webauthn-3/#ref-for-web-authentication-api%E2%91%A0%E2%91%A6",
"https://www.w3.org/TR/webauthn-3/#ref-for-web-authentication-api%E2%91%A0%E2%91%A7",
- "https://www.w3.org/TR/webauthn-3/#ref-for-credential-id%E2%91%A3%E2%91%A4",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-web-authentication-api%E2%91%A0%E2%91%A8",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-credential-id%E2%91%A4%E2%93%AA",
"https://www.w3.org/TR/webauthn-3/#ref-for-credential-public-key%E2%91%A2%E2%91%A7",
- "https://www.w3.org/TR/webauthn-3/#ref-for-webauthn-relying-party%E2%91%A4%E2%93%AA",
- "https://www.w3.org/TR/webauthn-3/#ref-for-credential-private-key%E2%91%A1%E2%91%A5",
- "https://www.w3.org/TR/webauthn-3/#ref-for-client%E2%91%A0%E2%93%AA%E2%91%A1",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A2%E2%93%AA%E2%91%A6",
- "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A3%E2%93%AA%E2%91%A0",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-webauthn-relying-party%E2%91%A5%E2%91%A8",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-credential-private-key%E2%91%A1%E2%91%A0",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-client%E2%91%A0%E2%91%A0%E2%91%A7",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A2%E2%93%AA%E2%91%A3",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A2%E2%91%A7%E2%91%A7",
"https://www.w3.org/TR/webauthn-3/#ref-for-user-handle%E2%91%A1%E2%91%A4",
- "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A3%E2%93%AA%E2%91%A1",
- "https://www.w3.org/TR/webauthn-3/#ref-for-client%E2%91%A0%E2%93%AA%E2%91%A2",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A2%E2%91%A7%E2%91%A8",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-client%E2%91%A0%E2%91%A0%E2%91%A8",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A2%E2%93%AA%E2%91%A4",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A2%E2%93%AA%E2%91%A5",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-user-verification%E2%91%A4%E2%91%A7",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A2%E2%91%A8%E2%93%AA",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-platform-authenticators%E2%91%A1%E2%91%A6",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-client%E2%91%A0%E2%91%A1%E2%93%AA",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A2%E2%93%AA%E2%91%A6",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-attestation-statement%E2%91%A3%E2%91%A2",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A2%E2%91%A8%E2%91%A0",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-registration%E2%91%A1%E2%91%A4",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-client%E2%91%A0%E2%91%A1%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A2%E2%93%AA%E2%91%A7",
"https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A2%E2%93%AA%E2%91%A8",
- "https://www.w3.org/TR/webauthn-3/#ref-for-user-verification%E2%91%A4%E2%91%A5",
- "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A3%E2%93%AA%E2%91%A2",
- "https://www.w3.org/TR/webauthn-3/#ref-for-platform-authenticators%E2%91%A2%E2%93%AA",
- "https://www.w3.org/TR/webauthn-3/#ref-for-client%E2%91%A0%E2%93%AA%E2%91%A3",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-client%E2%91%A0%E2%91%A1%E2%91%A1",
"https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A2%E2%91%A0%E2%93%AA",
- "https://www.w3.org/TR/webauthn-3/#ref-for-attestation-statement%E2%91%A4%E2%91%A4",
- "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A3%E2%93%AA%E2%91%A3",
- "https://www.w3.org/TR/webauthn-3/#ref-for-registration%E2%91%A1%E2%91%A4",
- "https://www.w3.org/TR/webauthn-3/#ref-for-client%E2%91%A0%E2%93%AA%E2%91%A4",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A2%E2%91%A0%E2%91%A0",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A2%E2%91%A0%E2%91%A1",
- "https://www.w3.org/TR/webauthn-3/#ref-for-client%E2%91%A0%E2%93%AA%E2%91%A5",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A2%E2%91%A0%E2%91%A2",
- "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A3%E2%93%AA%E2%91%A4",
- "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A3%E2%93%AA%E2%91%A5",
- "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A3%E2%93%AA%E2%91%A6",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A2%E2%91%A8%E2%91%A1",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A2%E2%91%A8%E2%91%A2",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A2%E2%91%A8%E2%91%A3",
"https://www.w3.org/TR/webauthn-3/#sctn-non-correlatable-credentials",
- "https://www.w3.org/TR/webauthn-3/#ref-for-public-key-credential%E2%91%A5%E2%91%A7",
- "https://www.w3.org/TR/webauthn-3/#ref-for-credential-id%E2%91%A3%E2%91%A5",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-public-key-credential%E2%91%A6%E2%91%A0",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-credential-id%E2%91%A4%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#ref-for-credential-public-key%E2%91%A2%E2%91%A8",
- "https://www.w3.org/TR/webauthn-3/#ref-for-webauthn-relying-party%E2%91%A4%E2%91%A0",
- "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A3%E2%93%AA%E2%91%A7",
- "https://www.w3.org/TR/webauthn-3/#ref-for-credential-id%E2%91%A3%E2%91%A6",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-webauthn-relying-party%E2%91%A6%E2%93%AA",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A2%E2%91%A8%E2%91%A4",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-credential-id%E2%91%A4%E2%91%A1",
"https://www.w3.org/TR/webauthn-3/#ref-for-credential-public-key%E2%91%A3%E2%93%AA",
- "https://www.w3.org/TR/webauthn-3/#ref-for-credential-key-pair%E2%91%A6",
- "https://www.w3.org/TR/webauthn-3/#ref-for-public-key-credential%E2%91%A5%E2%91%A8",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-credential-key-pair%E2%91%A5",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-public-key-credential%E2%91%A6%E2%91%A1",
"https://www.w3.org/TR/webauthn-3/#ref-for-scope%E2%91%A2%E2%91%A0",
- "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A3%E2%93%AA%E2%91%A8",
- "https://www.w3.org/TR/webauthn-3/#ref-for-client%E2%91%A0%E2%93%AA%E2%91%A6",
- "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A3%E2%91%A0%E2%93%AA",
- "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A3%E2%91%A0%E2%91%A0",
- "https://www.w3.org/TR/webauthn-3/#ref-for-client%E2%91%A0%E2%93%AA%E2%91%A7",
- "https://www.w3.org/TR/webauthn-3/#ref-for-client%E2%91%A0%E2%93%AA%E2%91%A8",
- "https://www.w3.org/TR/webauthn-3/#ref-for-public-key-credential%E2%91%A6%E2%93%AA",
- "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A3%E2%91%A0%E2%91%A1",
- "https://www.w3.org/TR/webauthn-3/#ref-for-user-consent%E2%91%A1%E2%91%A5",
- "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A3%E2%91%A0%E2%91%A2",
- "https://www.w3.org/TR/webauthn-3/#ref-for-public-key-credential%E2%91%A6%E2%91%A0",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A2%E2%91%A0%E2%91%A3",
- "https://www.w3.org/TR/webauthn-3/#ref-for-credential-id%E2%91%A3%E2%91%A7",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A2%E2%91%A8%E2%91%A5",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-client%E2%91%A0%E2%91%A1%E2%91%A2",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A2%E2%91%A8%E2%91%A6",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A2%E2%91%A8%E2%91%A7",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-client%E2%91%A0%E2%91%A1%E2%91%A3",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-client%E2%91%A0%E2%91%A1%E2%91%A4",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-public-key-credential%E2%91%A6%E2%91%A2",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A2%E2%91%A8%E2%91%A8",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-user-consent%E2%91%A1%E2%91%A6",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A3%E2%93%AA%E2%93%AA",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-public-key-credential%E2%91%A6%E2%91%A3",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A2%E2%91%A0%E2%91%A0",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-credential-id%E2%91%A4%E2%91%A2",
"https://www.w3.org/TR/webauthn-3/#ref-for-credential-public-key%E2%91%A3%E2%91%A0",
- "https://www.w3.org/TR/webauthn-3/#ref-for-public-key-credential%E2%91%A6%E2%91%A1",
- "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A3%E2%91%A0%E2%91%A3",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-public-key-credential%E2%91%A6%E2%91%A4",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A3%E2%93%AA%E2%91%A0",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A2%E2%91%A0%E2%91%A1",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-attestation-certificate%E2%91%A0%E2%91%A4",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A2%E2%91%A0%E2%91%A2",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A2%E2%91%A0%E2%91%A3",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A3%E2%93%AA%E2%91%A1",
"https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A2%E2%91%A0%E2%91%A4",
- "https://www.w3.org/TR/webauthn-3/#ref-for-attestation-certificate%E2%91%A0%E2%91%A3",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A2%E2%91%A0%E2%91%A5",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A2%E2%91%A0%E2%91%A6",
- "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A3%E2%91%A0%E2%91%A4",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A2%E2%91%A0%E2%91%A7",
"https://www.w3.org/TR/webauthn-3/#ref-for-client-side-discoverable-public-key-credential-source%E2%91%A7",
"https://www.w3.org/TR/webauthn-3/#ref-for-user-handle%E2%91%A1%E2%91%A5",
- "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A3%E2%91%A0%E2%91%A5",
- "https://www.w3.org/TR/webauthn-3/#ref-for-public-key-credential%E2%91%A6%E2%91%A2",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A3%E2%93%AA%E2%91%A2",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-public-key-credential%E2%91%A6%E2%91%A5",
"https://www.w3.org/TR/webauthn-3/#ref-for-authentication%E2%91%A0%E2%91%A5",
- "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A3%E2%91%A0%E2%91%A6",
- "https://www.w3.org/TR/webauthn-3/#ref-for-user-account%E2%91%A3%E2%91%A2",
- "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A3%E2%91%A0%E2%91%A7",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A3%E2%93%AA%E2%91%A3",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-user-account%E2%91%A3%E2%91%A0",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A3%E2%93%AA%E2%91%A4",
"https://www.w3.org/TR/webauthn-3/#sctn-biometric-privacy",
"https://www.w3.org/TR/webauthn-3/#ref-for-biometric-recognition%E2%91%A3",
"https://www.w3.org/TR/webauthn-3/#ref-for-biometric-authenticator%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#ref-for-biometric-recognition%E2%91%A4",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A2%E2%91%A0%E2%91%A8",
- "https://www.w3.org/TR/webauthn-3/#ref-for-platform-authenticators%E2%91%A2%E2%91%A0",
- "https://www.w3.org/TR/webauthn-3/#ref-for-client%E2%91%A0%E2%91%A0%E2%93%AA",
- "https://www.w3.org/TR/webauthn-3/#ref-for-webauthn-relying-party%E2%91%A4%E2%91%A1",
- "https://www.w3.org/TR/webauthn-3/#ref-for-user-verification%E2%91%A4%E2%91%A6",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A2%E2%91%A0%E2%91%A5",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-platform-authenticators%E2%91%A1%E2%91%A7",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-client%E2%91%A0%E2%91%A1%E2%91%A5",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-webauthn-relying-party%E2%91%A6%E2%91%A0",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-user-verification%E2%91%A4%E2%91%A8",
"https://www.w3.org/TR/webauthn-3/#ref-for-registration%E2%91%A1%E2%91%A5",
"https://www.w3.org/TR/webauthn-3/#ref-for-authentication%E2%91%A0%E2%91%A6",
- "https://www.w3.org/TR/webauthn-3/#ref-for-public-key-credential%E2%91%A6%E2%91%A3",
- "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A3%E2%91%A0%E2%91%A8",
- "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A3%E2%91%A1%E2%93%AA",
- "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A3%E2%91%A1%E2%91%A0",
- "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A3%E2%91%A1%E2%91%A1",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-public-key-credential%E2%91%A6%E2%91%A6",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A3%E2%93%AA%E2%91%A5",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A3%E2%93%AA%E2%91%A6",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A3%E2%93%AA%E2%91%A7",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A3%E2%93%AA%E2%91%A8",
"https://www.w3.org/TR/webauthn-3/#ref-for-biometric-recognition%E2%91%A5",
"https://www.w3.org/TR/webauthn-3/#ref-for-biometric-authenticator%E2%91%A1",
- "https://www.w3.org/TR/webauthn-3/#ref-for-user-verification%E2%91%A4%E2%91%A7",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-user-verification%E2%91%A5%E2%93%AA",
"https://www.w3.org/TR/webauthn-3/#ref-for-authdata-flags-uv%E2%91%A0%E2%91%A6",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authdata-flags%E2%91%A4%E2%91%A0",
- "https://www.w3.org/TR/webauthn-3/#ref-for-assertion%E2%91%A0%E2%91%A5",
- "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A3%E2%91%A1%E2%91%A2",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authdata-flags%E2%91%A4%E2%91%A6",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-assertion%E2%91%A0%E2%91%A1",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A3%E2%91%A0%E2%93%AA",
"https://www.w3.org/TR/webauthn-3/#sctn-privacy-considerations-authenticator",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A2%E2%91%A1%E2%93%AA",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A2%E2%91%A0%E2%91%A6",
"https://www.w3.org/TR/webauthn-3/#sctn-attestation-privacy",
- "https://www.w3.org/TR/webauthn-3/#ref-for-attestation-certificate%E2%91%A0%E2%91%A4",
- "https://www.w3.org/TR/webauthn-3/#ref-for-attestation-key-pair%E2%91%A6",
- "https://www.w3.org/TR/webauthn-3/#ref-for-webauthn-authenticator%E2%91%A0%E2%91%A6",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A2%E2%91%A1%E2%91%A0",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A2%E2%91%A1%E2%91%A1",
"https://www.w3.org/TR/webauthn-3/#ref-for-attestation-certificate%E2%91%A0%E2%91%A5",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-attestation-key-pair%E2%91%A6",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-webauthn-authenticator%E2%91%A0%E2%91%A8",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A2%E2%91%A0%E2%91%A7",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A2%E2%91%A0%E2%91%A8",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-attestation-certificate%E2%91%A0%E2%91%A6",
"https://www.w3.org/TR/webauthn-3/#ref-for-basic-attestation%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#ref-for-batch-attestation",
- "https://www.w3.org/TR/webauthn-3/#ref-for-attestation-certificate%E2%91%A0%E2%91%A6",
- "https://www.w3.org/TR/webauthn-3/#ref-for-attestation-private-key%E2%91%A6",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A2%E2%91%A1%E2%91%A2",
- "https://www.w3.org/TR/webauthn-3/#ref-for-attestation-private-key%E2%91%A7",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A2%E2%91%A1%E2%91%A3",
"https://www.w3.org/TR/webauthn-3/#ref-for-attestation-certificate%E2%91%A0%E2%91%A7",
- "https://www.w3.org/TR/webauthn-3/#ref-for-webauthn-authenticator%E2%91%A0%E2%91%A7",
- "https://www.w3.org/TR/webauthn-3/#ref-for-attestation-key-pair%E2%91%A7",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-attestation-private-key%E2%91%A5",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A2%E2%91%A1%E2%93%AA",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-attestation-private-key%E2%91%A6",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A2%E2%91%A1%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#ref-for-attestation-certificate%E2%91%A0%E2%91%A8",
- "https://www.w3.org/TR/webauthn-3/#ref-for-concept-credential%E2%91%A1%E2%91%A5",
- "https://www.w3.org/TR/webauthn-3/#ref-for-anonymization-ca%E2%91%A5",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A2%E2%91%A1%E2%91%A4",
- "https://www.w3.org/TR/webauthn-3/#ref-for-attestation-private-key%E2%91%A8",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-webauthn-authenticator%E2%91%A1%E2%93%AA",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-attestation-key-pair%E2%91%A7",
"https://www.w3.org/TR/webauthn-3/#ref-for-attestation-certificate%E2%91%A1%E2%93%AA",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-concept-credential%E2%91%A2%E2%91%A2",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-anonymization-ca%E2%91%A5",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A2%E2%91%A1%E2%91%A1",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-attestation-private-key%E2%91%A7",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-attestation-certificate%E2%91%A1%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#ref-for-anonymization-ca%E2%91%A6",
- "https://www.w3.org/TR/webauthn-3/#ref-for-concept-credential%E2%91%A1%E2%91%A6",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-concept-credential%E2%91%A2%E2%91%A3",
"https://www.w3.org/TR/webauthn-3/#ref-for-attestation-key-pair%E2%91%A8",
- "https://www.w3.org/TR/webauthn-3/#ref-for-attestation-certificate%E2%91%A1%E2%91%A0",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-attestation-certificate%E2%91%A1%E2%91%A1",
"https://www.w3.org/TR/webauthn-3/#ref-for-anonymization-ca%E2%91%A7",
"https://www.w3.org/TR/webauthn-3/#ref-for-attestation-ca%E2%91%A2",
"https://www.w3.org/TR/webauthn-3/#ref-for-anonymization-ca%E2%91%A8",
"https://www.w3.org/TR/webauthn-3/#sctn-pii-privacy",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A2%E2%91%A1%E2%91%A2",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-client%E2%91%A0%E2%91%A1%E2%91%A6",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-client%E2%91%A0%E2%91%A1%E2%91%A7",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-concept-credential%E2%91%A2%E2%91%A4",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authentication-ceremony%E2%91%A3%E2%91%A2",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A2%E2%91%A1%E2%91%A3",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-user-verification%E2%91%A5%E2%91%A0",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A2%E2%91%A1%E2%91%A4",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-user-verification%E2%91%A5%E2%91%A1",
"https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A2%E2%91%A1%E2%91%A5",
- "https://www.w3.org/TR/webauthn-3/#ref-for-client%E2%91%A0%E2%91%A0%E2%91%A0",
- "https://www.w3.org/TR/webauthn-3/#ref-for-client%E2%91%A0%E2%91%A0%E2%91%A1",
- "https://www.w3.org/TR/webauthn-3/#ref-for-concept-credential%E2%91%A1%E2%91%A7",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authentication-ceremony%E2%91%A2%E2%91%A6",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-concept-user-verified%E2%91%A3",
"https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A2%E2%91%A1%E2%91%A6",
- "https://www.w3.org/TR/webauthn-3/#ref-for-user-verification%E2%91%A4%E2%91%A8",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-user-verification%E2%91%A5%E2%91%A2",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-user-handle%E2%91%A1%E2%91%A6",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredentialuserentity-id%E2%91%A0%E2%91%A0",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dictdef-publickeycredentialuserentity%E2%91%A8",
"https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A2%E2%91%A1%E2%91%A7",
- "https://www.w3.org/TR/webauthn-3/#ref-for-user-verification%E2%91%A5%E2%93%AA",
"https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A2%E2%91%A1%E2%91%A8",
- "https://www.w3.org/TR/webauthn-3/#ref-for-concept-user-verified%E2%91%A3",
+ "https://www.w3.org/TR/webauthn-3/#sctn-privacy-considerations-client",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-client%E2%91%A0%E2%91%A1%E2%91%A8",
+ "https://www.w3.org/TR/webauthn-3/#sctn-make-credential-privacy",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-user-consent%E2%91%A1%E2%91%A7",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredential-create-slot%E2%91%A0%E2%91%A2",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-webauthn-relying-party%E2%91%A6%E2%91%A1",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-public-key-credential%E2%91%A6%E2%91%A7",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A3%E2%91%A0%E2%91%A0",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredentialcreationoptions-excludecredentials%E2%91%A3",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-bound-credential%E2%91%A0%E2%91%A7",
"https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A2%E2%91%A2%E2%93%AA",
- "https://www.w3.org/TR/webauthn-3/#ref-for-user-verification%E2%91%A5%E2%91%A0",
- "https://www.w3.org/TR/webauthn-3/#ref-for-user-handle%E2%91%A1%E2%91%A6",
- "https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredentialuserentity-id%E2%91%A0%E2%93%AA",
- "https://www.w3.org/TR/webauthn-3/#ref-for-dictdef-publickeycredentialuserentity%E2%91%A6",
"https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A2%E2%91%A2%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A2%E2%91%A2%E2%91%A1",
- "https://www.w3.org/TR/webauthn-3/#sctn-privacy-considerations-client",
- "https://www.w3.org/TR/webauthn-3/#ref-for-client%E2%91%A0%E2%91%A0%E2%91%A2",
- "https://www.w3.org/TR/webauthn-3/#sctn-make-credential-privacy",
- "https://www.w3.org/TR/webauthn-3/#ref-for-user-consent%E2%91%A1%E2%91%A6",
- "https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredential-create-slot%E2%91%A0%E2%91%A1",
- "https://www.w3.org/TR/webauthn-3/#ref-for-webauthn-relying-party%E2%91%A4%E2%91%A2",
- "https://www.w3.org/TR/webauthn-3/#ref-for-public-key-credential%E2%91%A6%E2%91%A4",
- "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A3%E2%91%A1%E2%91%A3",
- "https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredentialcreationoptions-excludecredentials%E2%91%A2",
- "https://www.w3.org/TR/webauthn-3/#ref-for-bound-credential%E2%91%A0%E2%91%A6",
"https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A2%E2%91%A2%E2%91%A2",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A3%E2%91%A0%E2%91%A1",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-public-key-credential%E2%91%A6%E2%91%A8",
"https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A2%E2%91%A2%E2%91%A3",
"https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A2%E2%91%A2%E2%91%A4",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A2%E2%91%A2%E2%91%A5",
- "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A3%E2%91%A1%E2%91%A4",
- "https://www.w3.org/TR/webauthn-3/#ref-for-public-key-credential%E2%91%A6%E2%91%A5",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A2%E2%91%A2%E2%91%A6",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A2%E2%91%A2%E2%91%A7",
- "https://www.w3.org/TR/webauthn-3/#ref-for-platform-authenticators%E2%91%A2%E2%91%A1",
- "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A3%E2%91%A1%E2%91%A5",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-platform-authenticators%E2%91%A1%E2%91%A8",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A3%E2%91%A0%E2%91%A2",
"https://www.w3.org/TR/webauthn-3/#ref-for-ceremony%E2%91%A0%E2%91%A3",
- "https://www.w3.org/TR/webauthn-3/#ref-for-public-key-credential%E2%91%A6%E2%91%A6",
- "https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredentialcreationoptions-excludecredentials%E2%91%A3",
- "https://www.w3.org/TR/webauthn-3/#ref-for-user-consent%E2%91%A1%E2%91%A7",
- "https://www.w3.org/TR/webauthn-3/#sctn-assertion-privacy",
- "https://www.w3.org/TR/webauthn-3/#ref-for-user-consent%E2%91%A1%E2%91%A8",
- "https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredential-discoverfromexternalsource-slot%E2%91%A0%E2%91%A3",
- "https://www.w3.org/TR/webauthn-3/#ref-for-webauthn-relying-party%E2%91%A4%E2%91%A3",
- "https://www.w3.org/TR/webauthn-3/#ref-for-public-key-credential%E2%91%A6%E2%91%A7",
- "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A3%E2%91%A1%E2%91%A6",
- "https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredentialrequestoptions-allowcredentials%E2%91%A1%E2%91%A7",
- "https://www.w3.org/TR/webauthn-3/#ref-for-public-key-credential%E2%91%A6%E2%91%A8",
"https://www.w3.org/TR/webauthn-3/#ref-for-public-key-credential%E2%91%A7%E2%93%AA",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredentialcreationoptions-excludecredentials%E2%91%A4",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-user-consent%E2%91%A1%E2%91%A8",
+ "https://www.w3.org/TR/webauthn-3/#sctn-assertion-privacy",
"https://www.w3.org/TR/webauthn-3/#ref-for-user-consent%E2%91%A2%E2%93%AA",
- "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A3%E2%91%A1%E2%91%A7",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredential-discoverfromexternalsource-slot%E2%91%A0%E2%91%A4",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-webauthn-relying-party%E2%91%A6%E2%91%A2",
"https://www.w3.org/TR/webauthn-3/#ref-for-public-key-credential%E2%91%A7%E2%91%A0",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A3%E2%91%A0%E2%91%A3",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredentialrequestoptions-allowcredentials%E2%91%A2%E2%91%A0",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-public-key-credential%E2%91%A7%E2%91%A1",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-public-key-credential%E2%91%A7%E2%91%A2",
"https://www.w3.org/TR/webauthn-3/#ref-for-user-consent%E2%91%A2%E2%91%A0",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authentication-ceremony%E2%91%A2%E2%91%A7",
- "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A3%E2%91%A1%E2%91%A8",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A3%E2%91%A0%E2%91%A4",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-public-key-credential%E2%91%A7%E2%91%A3",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authentication-ceremony%E2%91%A3%E2%91%A3",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A2%E2%91%A2%E2%91%A5",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-contains%E2%91%A2",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-concept-credential%E2%91%A2%E2%91%A5",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A3%E2%91%A0%E2%91%A5",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-client%E2%91%A0%E2%91%A2%E2%93%AA",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A3%E2%91%A0%E2%91%A6",
"https://www.w3.org/TR/webauthn-3/#ref-for-ceremony%E2%91%A0%E2%91%A4",
- "https://www.w3.org/TR/webauthn-3/#ref-for-public-key-credential%E2%91%A7%E2%91%A1",
- "https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredentialrequestoptions-allowcredentials%E2%91%A1%E2%91%A8",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-public-key-credential%E2%91%A7%E2%91%A4",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredentialrequestoptions-allowcredentials%E2%91%A2%E2%91%A1",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authentication-ceremony%E2%91%A3%E2%91%A4",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-concept-credential%E2%91%A2%E2%91%A6",
"https://www.w3.org/TR/webauthn-3/#sctn-os-account-privacy",
- "https://www.w3.org/TR/webauthn-3/#ref-for-platform-authenticators%E2%91%A2%E2%91%A2",
- "https://www.w3.org/TR/webauthn-3/#ref-for-client-device%E2%91%A3%E2%91%A6",
- "https://www.w3.org/TR/webauthn-3/#ref-for-platform-authenticators%E2%91%A2%E2%91%A3",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-platform-authenticators%E2%91%A2%E2%93%AA",
"https://www.w3.org/TR/webauthn-3/#ref-for-client-device%E2%91%A3%E2%91%A7",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-platform-authenticators%E2%91%A2%E2%91%A0",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-client-device%E2%91%A3%E2%91%A8",
"https://www.w3.org/TR/webauthn-3/#ref-for-platform-credential%E2%91%A2",
"https://www.w3.org/TR/webauthn-3/#ref-for-platform-credential%E2%91%A3",
+ "https://www.w3.org/TR/webauthn-3/#sctn-disclosing-client-capabilities",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredential-getclientcapabilities%E2%91%A3",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-webauthn-relying-party%E2%91%A6%E2%91%A3",
"https://www.w3.org/TR/webauthn-3/#sctn-privacy-considerations-rp",
- "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A3%E2%91%A2%E2%93%AA",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A3%E2%91%A0%E2%91%A7",
"https://www.w3.org/TR/webauthn-3/#sctn-user-handle-privacy",
"https://www.w3.org/TR/webauthn-3/#ref-for-user-handle%E2%91%A1%E2%91%A7",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A2%E2%91%A2%E2%91%A8",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A2%E2%91%A2%E2%91%A6",
"https://www.w3.org/TR/webauthn-3/#ref-for-user-handle%E2%91%A1%E2%91%A8",
- "https://www.w3.org/TR/webauthn-3/#ref-for-user-verification%E2%91%A5%E2%91%A1",
- "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A3%E2%91%A2%E2%91%A0",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-user-verification%E2%91%A5%E2%91%A3",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A3%E2%91%A0%E2%91%A8",
"https://www.w3.org/TR/webauthn-3/#ref-for-user-handle%E2%91%A2%E2%93%AA",
"https://www.w3.org/TR/webauthn-3/#ref-for-page-258",
"https://www.w3.org/TR/webauthn-3/#ref-for-page-258%E2%91%A0",
- "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A3%E2%91%A2%E2%91%A1",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A3%E2%91%A1%E2%93%AA",
"https://www.w3.org/TR/webauthn-3/#ref-for-user-handle%E2%91%A2%E2%91%A0",
- "https://www.w3.org/TR/webauthn-3/#ref-for-user-account%E2%91%A3%E2%91%A3",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-user-account%E2%91%A3%E2%91%A1",
"https://www.w3.org/TR/webauthn-3/#sctn-username-enumeration",
- "https://www.w3.org/TR/webauthn-3/#ref-for-registration-ceremony%E2%91%A0%E2%91%A7",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authentication-ceremony%E2%91%A2%E2%91%A8",
- "https://www.w3.org/TR/webauthn-3/#ref-for-webauthn-relying-party%E2%91%A4%E2%91%A4",
- "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A3%E2%91%A2%E2%91%A2",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-registration-ceremony%E2%91%A1%E2%91%A2",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authentication-ceremony%E2%91%A3%E2%91%A5",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-webauthn-relying-party%E2%91%A6%E2%91%A4",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A3%E2%91%A1%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#ref-for-authentication%E2%91%A0%E2%91%A7",
"https://www.w3.org/TR/webauthn-3/#ref-for-ceremony%E2%91%A0%E2%91%A5",
- "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A3%E2%91%A2%E2%91%A3",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authentication-ceremony%E2%91%A3%E2%93%AA",
- "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A3%E2%91%A2%E2%91%A4",
- "https://www.w3.org/TR/webauthn-3/#ref-for-user-account%E2%91%A3%E2%91%A4",
- "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A3%E2%91%A2%E2%91%A5",
- "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A3%E2%91%A2%E2%91%A6",
- "https://www.w3.org/TR/webauthn-3/#ref-for-registration-ceremony%E2%91%A0%E2%91%A8",
- "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A3%E2%91%A2%E2%91%A7",
- "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A3%E2%91%A2%E2%91%A8",
- "https://www.w3.org/TR/webauthn-3/#ref-for-registration-ceremony%E2%91%A1%E2%93%AA",
- "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A3%E2%91%A3%E2%93%AA",
- "https://www.w3.org/TR/webauthn-3/#ref-for-registration-ceremony%E2%91%A1%E2%91%A0",
- "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A3%E2%91%A3%E2%91%A0",
- "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A3%E2%91%A3%E2%91%A1",
- "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A3%E2%91%A3%E2%91%A2",
- "https://www.w3.org/TR/webauthn-3/#ref-for-registration-ceremony%E2%91%A1%E2%91%A1",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authentication-ceremony%E2%91%A3%E2%91%A0",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authentication-ceremony%E2%91%A3%E2%91%A1",
- "https://www.w3.org/TR/webauthn-3/#ref-for-user-account%E2%91%A3%E2%91%A5",
- "https://www.w3.org/TR/webauthn-3/#ref-for-dom-credentialscontainer-get%E2%91%A3%E2%91%A5",
- "https://www.w3.org/TR/webauthn-3/#ref-for-dictdef-publickeycredentialrequestoptions%E2%91%A0%E2%91%A4",
- "https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredentialrequestoptions-allowcredentials%E2%91%A2%E2%93%AA",
- "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A3%E2%91%A3%E2%91%A3",
- "https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredentialrequestoptions-allowcredentials%E2%91%A2%E2%91%A0",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticatorassertionresponse%E2%91%A0%E2%91%A0",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A2%E2%91%A3%E2%93%AA",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authentication-ceremony%E2%91%A3%E2%91%A2",
- "https://www.w3.org/TR/webauthn-3/#ref-for-ceremony%E2%91%A0%E2%91%A6",
- "https://www.w3.org/TR/webauthn-3/#sctn-credential-id-privacy-leak",
- "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A3%E2%91%A3%E2%91%A4",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authentication-ceremony%E2%91%A3%E2%91%A3",
- "https://www.w3.org/TR/webauthn-3/#ref-for-list-empty%E2%91%A0%E2%91%A1",
- "https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredentialrequestoptions-allowcredentials%E2%91%A2%E2%91%A1",
- "https://www.w3.org/TR/webauthn-3/#ref-for-server-side-credential%E2%91%A0%E2%91%A5",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A3%E2%91%A1%E2%91%A1",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authentication-ceremony%E2%91%A3%E2%91%A6",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A3%E2%91%A1%E2%91%A2",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-user-account%E2%91%A3%E2%91%A2",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A3%E2%91%A1%E2%91%A3",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A3%E2%91%A1%E2%91%A4",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-registration-ceremony%E2%91%A1%E2%91%A3",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A3%E2%91%A1%E2%91%A5",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A3%E2%91%A1%E2%91%A6",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-registration-ceremony%E2%91%A1%E2%91%A4",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A3%E2%91%A1%E2%91%A7",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-registration-ceremony%E2%91%A1%E2%91%A5",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A3%E2%91%A1%E2%91%A8",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A3%E2%91%A2%E2%93%AA",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A3%E2%91%A2%E2%91%A0",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-registration-ceremony%E2%91%A1%E2%91%A6",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authentication-ceremony%E2%91%A3%E2%91%A7",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authentication-ceremony%E2%91%A3%E2%91%A8",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-user-account%E2%91%A3%E2%91%A3",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-credentialscontainer-get%E2%91%A3%E2%93%AA",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dictdef-publickeycredentialrequestoptions%E2%91%A0%E2%91%A2",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredentialrequestoptions-allowcredentials%E2%91%A2%E2%91%A2",
- "https://www.w3.org/TR/webauthn-3/#ref-for-credential-id%E2%91%A3%E2%91%A8",
- "https://www.w3.org/TR/webauthn-3/#ref-for-credential-id%E2%91%A4%E2%93%AA",
- "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A3%E2%91%A3%E2%91%A5",
- "https://www.w3.org/TR/webauthn-3/#ref-for-credential-id%E2%91%A4%E2%91%A0",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A2%E2%91%A3%E2%91%A0",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A2%E2%91%A3%E2%91%A1",
- "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A3%E2%91%A3%E2%91%A6",
- "https://www.w3.org/TR/webauthn-3/#ref-for-credential-id%E2%91%A4%E2%91%A1",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A3%E2%91%A2%E2%91%A1",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredentialrequestoptions-allowcredentials%E2%91%A2%E2%91%A3",
- "https://www.w3.org/TR/webauthn-3/#ref-for-credential-id%E2%91%A4%E2%91%A2",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A2%E2%91%A3%E2%91%A2",
- "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A3%E2%91%A3%E2%91%A7",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authentication-ceremony%E2%91%A3%E2%91%A4",
- "https://www.w3.org/TR/webauthn-3/#ref-for-credential-id%E2%91%A4%E2%91%A3",
- "https://www.w3.org/TR/webauthn-3/#ref-for-client-side-discoverable-credential%E2%91%A0%E2%91%A7",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticatorassertionresponse%E2%91%A7",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A2%E2%91%A2%E2%91%A7",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authentication-ceremony%E2%91%A4%E2%93%AA",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-ceremony%E2%91%A0%E2%91%A6",
+ "https://www.w3.org/TR/webauthn-3/#sctn-credential-id-privacy-leak",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A3%E2%91%A2%E2%91%A2",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authentication-ceremony%E2%91%A4%E2%91%A0",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-list-empty%E2%91%A7",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredentialrequestoptions-allowcredentials%E2%91%A2%E2%91%A4",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-server-side-credential%E2%91%A0%E2%91%A5",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredentialrequestoptions-allowcredentials%E2%91%A2%E2%91%A5",
- "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A3%E2%91%A3%E2%91%A8",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-credential-id%E2%91%A4%E2%91%A3",
"https://www.w3.org/TR/webauthn-3/#ref-for-credential-id%E2%91%A4%E2%91%A4",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A3%E2%91%A2%E2%91%A3",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-credential-id%E2%91%A4%E2%91%A5",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A2%E2%91%A2%E2%91%A8",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A2%E2%91%A3%E2%93%AA",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A3%E2%91%A2%E2%91%A4",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-credential-id%E2%91%A4%E2%91%A6",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredentialrequestoptions-allowcredentials%E2%91%A2%E2%91%A6",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-credential-id%E2%91%A4%E2%91%A7",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A2%E2%91%A3%E2%91%A0",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A3%E2%91%A2%E2%91%A5",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authentication-ceremony%E2%91%A4%E2%91%A1",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-credential-id%E2%91%A4%E2%91%A8",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-client-side-discoverable-credential%E2%91%A0%E2%91%A7",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredentialrequestoptions-allowcredentials%E2%91%A2%E2%91%A7",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredentialrequestoptions-allowcredentials%E2%91%A2%E2%91%A8",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A3%E2%91%A2%E2%91%A6",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-credential-id%E2%91%A5%E2%93%AA",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-signal-methods%E2%91%A5",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-credential-id%E2%91%A5%E2%91%A0",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-webauthn-relying-party%E2%91%A6%E2%91%A5",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredential-signalunknowncredential%E2%91%A4",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredential-signalallacceptedcredentials%E2%91%A6",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-credential-id%E2%91%A5%E2%91%A1",
"https://www.w3.org/TR/webauthn-3/#sctn-accessiblility-considerations",
- "https://www.w3.org/TR/webauthn-3/#ref-for-user-verification%E2%91%A5%E2%91%A2",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A2%E2%91%A3%E2%91%A3",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-user-verification%E2%91%A5%E2%91%A4",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A2%E2%91%A3%E2%91%A1",
"https://www.w3.org/TR/webauthn-3/#ref-for-roaming-authenticators%E2%91%A1%E2%91%A5",
- "https://www.w3.org/TR/webauthn-3/#ref-for-platform-authenticators%E2%91%A2%E2%91%A4",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-platform-authenticators%E2%91%A2%E2%91%A1",
"https://www.w3.org/TR/webauthn-3/#ref-for-roaming-authenticators%E2%91%A1%E2%91%A6",
- "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A3%E2%91%A4%E2%93%AA",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A3%E2%91%A2%E2%91%A7",
"https://www.w3.org/TR/webauthn-3/#ref-for-registration%E2%91%A1%E2%91%A6",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authorization-gesture%E2%91%A2%E2%93%AA",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authorization-gesture%E2%91%A1%E2%91%A7",
+ "https://www.w3.org/TR/webauthn-3/#sctn-timeout-recommended-range",
"https://www.w3.org/TR/webauthn-3/#ref-for-ceremony%E2%91%A0%E2%91%A7",
- "https://www.w3.org/TR/webauthn-3/#ref-for-registration-ceremony%E2%91%A1%E2%91%A2",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-registration-ceremony%E2%91%A1%E2%91%A7",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredentialcreationoptions-timeout%E2%91%A3",
- "https://www.w3.org/TR/webauthn-3/#ref-for-authentication-ceremony%E2%91%A3%E2%91%A5",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authentication-ceremony%E2%91%A4%E2%91%A2",
"https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredentialrequestoptions-timeout%E2%91%A3",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-client-platform%E2%91%A4%E2%91%A5",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A3%E2%91%A2%E2%91%A8",
"https://www.w3.org/TR/webauthn-3/#ref-for-client-platform%E2%91%A4%E2%91%A6",
- "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A3%E2%91%A4%E2%91%A0",
- "https://www.w3.org/TR/webauthn-3/#ref-for-client-platform%E2%91%A4%E2%91%A7",
+ "https://www.w3.org/TR/webauthn-3/#recommended-range-and-default-for-a-webauthn-ceremony-timeout",
+ "https://www.w3.org/TR/webauthn-3/#sctn-test-vectors",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-registration-ceremony%E2%91%A1%E2%91%A8",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authentication-ceremony%E2%91%A4%E2%91%A3",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-concept-credential%E2%91%A2%E2%91%A7",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-webauthn-extensions%E2%91%A0%E2%91%A4",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A3%E2%91%A3%E2%93%AA",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredentialcreationoptions-challenge%E2%91%A3",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-client%E2%91%A0%E2%91%A2%E2%91%A0",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-authenticatorresponse-clientdatajson%E2%91%A0%E2%91%A0",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A2%E2%91%A3%E2%91%A2",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-authenticatorattestationresponse-attestationobject%E2%91%A8",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A3%E2%91%A3%E2%91%A0",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredentialrequestoptions-challenge%E2%91%A4",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-client%E2%91%A0%E2%91%A2%E2%91%A1",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-authenticatorresponse-clientdatajson%E2%91%A0%E2%91%A1",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A2%E2%91%A3%E2%91%A3",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-authenticatorassertionresponse-authenticatordata%E2%91%A2",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-authenticatorassertionresponse-signature%E2%91%A2",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A2%E2%91%A3%E2%91%A4",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-authenticatorattestationresponse-attestationobject%E2%91%A0%E2%93%AA",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-authenticatorassertionresponse-authenticatordata%E2%91%A3",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-authenticatorassertionresponse-signature%E2%91%A3",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-client%E2%91%A0%E2%91%A2%E2%91%A2",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-authenticatorresponse-clientdatajson%E2%91%A0%E2%91%A2",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A3%E2%91%A3%E2%91%A1",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredentialcreationoptions-challenge%E2%91%A4",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredentialrequestoptions-challenge%E2%91%A5",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-credential-public-key%E2%91%A3%E2%91%A1",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-credential-id%E2%91%A5%E2%91%A2",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-rp-id%E2%91%A5%E2%91%A1",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-collectedclientdata-origin%E2%91%A1%E2%91%A1",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-collectedclientdata-toporigin%E2%91%A0%E2%91%A8",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-none%E2%91%A0%E2%93%AA",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-credential-private-key%E2%91%A1%E2%91%A1",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-attestation-private-key%E2%91%A8",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-client%E2%91%A0%E2%91%A2%E2%91%A3",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A3%E2%91%A3%E2%91%A2",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-aaguid%E2%91%A2",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-aaguid%E2%91%A3",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A2%E2%91%A3%E2%91%A5",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator%E2%91%A2%E2%91%A3%E2%91%A6",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-attestation-object%E2%91%A1%E2%93%AA",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-webauthn-relying-party%E2%91%A6%E2%91%A6",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-attestation-object%E2%91%A1%E2%91%A0",
+ "https://www.w3.org/TR/webauthn-3/#sctn-test-vectors-attestation-root-cert",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-attestation%E2%91%A1%E2%91%A4",
+ "https://www.w3.org/TR/webauthn-3/#example-e9825bc2",
+ "https://www.w3.org/TR/webauthn-3/#sctn-test-vectors-none-es256",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-registration-ceremony%E2%91%A2%E2%93%AA",
+ "https://www.w3.org/TR/webauthn-3/#example-8cefb2db",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authentication-ceremony%E2%91%A4%E2%91%A4",
+ "https://www.w3.org/TR/webauthn-3/#example-33ff9105",
+ "https://www.w3.org/TR/webauthn-3/#sctn-test-vectors-packed-self-es256",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-registration-ceremony%E2%91%A2%E2%91%A0",
+ "https://www.w3.org/TR/webauthn-3/#example-787642a9",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authentication-ceremony%E2%91%A4%E2%91%A5",
+ "https://www.w3.org/TR/webauthn-3/#example-4a6ac41c",
+ "https://www.w3.org/TR/webauthn-3/#sctn-test-vectors-none-es256-crossOrigin",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-registration-ceremony%E2%91%A2%E2%91%A1",
+ "https://www.w3.org/TR/webauthn-3/#example-9c9fe230",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authentication-ceremony%E2%91%A4%E2%91%A6",
+ "https://www.w3.org/TR/webauthn-3/#example-86ef4388",
+ "https://www.w3.org/TR/webauthn-3/#sctn-test-vectors-none-es256-topOrigin",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-registration-ceremony%E2%91%A2%E2%91%A2",
+ "https://www.w3.org/TR/webauthn-3/#example-e2cdaa81",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authentication-ceremony%E2%91%A4%E2%91%A7",
+ "https://www.w3.org/TR/webauthn-3/#example-a3ac8b2a",
+ "https://www.w3.org/TR/webauthn-3/#sctn-test-vectors-none-es256-long-credential-id",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-registration-ceremony%E2%91%A2%E2%91%A3",
+ "https://www.w3.org/TR/webauthn-3/#example-fdcf21fc",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authentication-ceremony%E2%91%A4%E2%91%A8",
+ "https://www.w3.org/TR/webauthn-3/#example-a7d292f2",
+ "https://www.w3.org/TR/webauthn-3/#sctn-test-vectors-packed-es256",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-registration-ceremony%E2%91%A2%E2%91%A4",
+ "https://www.w3.org/TR/webauthn-3/#example-326b5286",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authentication-ceremony%E2%91%A5%E2%93%AA",
+ "https://www.w3.org/TR/webauthn-3/#example-c7bc46cc",
+ "https://www.w3.org/TR/webauthn-3/#sctn-test-vectors-packed-es384",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-registration-ceremony%E2%91%A2%E2%91%A5",
+ "https://www.w3.org/TR/webauthn-3/#example-19aee6dd",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authentication-ceremony%E2%91%A5%E2%91%A0",
+ "https://www.w3.org/TR/webauthn-3/#example-ad5defce",
+ "https://www.w3.org/TR/webauthn-3/#sctn-test-vectors-packed-es512",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-registration-ceremony%E2%91%A2%E2%91%A6",
+ "https://www.w3.org/TR/webauthn-3/#example-f9adc676",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authentication-ceremony%E2%91%A5%E2%91%A1",
+ "https://www.w3.org/TR/webauthn-3/#example-9612219e",
+ "https://www.w3.org/TR/webauthn-3/#sctn-test-vectors-packed-rs256",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-registration-ceremony%E2%91%A2%E2%91%A7",
+ "https://www.w3.org/TR/webauthn-3/#example-7d0a9777",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authentication-ceremony%E2%91%A5%E2%91%A2",
+ "https://www.w3.org/TR/webauthn-3/#example-b9f42f2f",
+ "https://www.w3.org/TR/webauthn-3/#sctn-test-vectors-packed-ed25519",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-registration-ceremony%E2%91%A2%E2%91%A8",
+ "https://www.w3.org/TR/webauthn-3/#example-f0be116c",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authentication-ceremony%E2%91%A5%E2%91%A3",
+ "https://www.w3.org/TR/webauthn-3/#example-7560c61b",
+ "https://www.w3.org/TR/webauthn-3/#sctn-test-vectors-tpm-es256",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-registration-ceremony%E2%91%A3%E2%93%AA",
+ "https://www.w3.org/TR/webauthn-3/#example-dfad2d1f",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authentication-ceremony%E2%91%A5%E2%91%A4",
+ "https://www.w3.org/TR/webauthn-3/#example-688c068a",
+ "https://www.w3.org/TR/webauthn-3/#sctn-test-vectors-android-key-es256",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-registration-ceremony%E2%91%A3%E2%91%A0",
+ "https://www.w3.org/TR/webauthn-3/#example-923e2828",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authentication-ceremony%E2%91%A5%E2%91%A5",
+ "https://www.w3.org/TR/webauthn-3/#example-08cfa423",
+ "https://www.w3.org/TR/webauthn-3/#sctn-test-vectors-apple-es256",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-registration-ceremony%E2%91%A3%E2%91%A1",
+ "https://www.w3.org/TR/webauthn-3/#example-ab53d733",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authentication-ceremony%E2%91%A5%E2%91%A6",
+ "https://www.w3.org/TR/webauthn-3/#example-42de76f9",
+ "https://www.w3.org/TR/webauthn-3/#sctn-test-vectors-fido-u2f-es256",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-registration-ceremony%E2%91%A3%E2%91%A2",
+ "https://www.w3.org/TR/webauthn-3/#example-4dea5449",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authentication-ceremony%E2%91%A5%E2%91%A7",
+ "https://www.w3.org/TR/webauthn-3/#example-6d58f3a0",
+ "https://www.w3.org/TR/webauthn-3/#test-vectors-extensions",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-webauthn-extensions%E2%91%A0%E2%91%A5",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-webauthn-extensions%E2%91%A0%E2%91%A6",
+ "https://www.w3.org/TR/webauthn-3/#test-vectors-extensions-prf",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-prf%E2%91%A1",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-prf%E2%91%A2",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-prf%E2%91%A3",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-webauthn-client%E2%91%A1%E2%91%A4",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-webauthn-relying-party%E2%91%A6%E2%91%A7",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-prf%E2%91%A4",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-webauthn-client%E2%91%A1%E2%91%A5",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-webauthn-authenticator%E2%91%A1%E2%91%A0",
+ "https://www.w3.org/TR/webauthn-3/#test-vectors-extensions-prf-webauthn",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-webauthn-client%E2%91%A1%E2%91%A6",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-webauthn-relying-party%E2%91%A6%E2%91%A8",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-prf%E2%91%A5",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-authenticationextensionsprfoutputs-enabled%E2%91%A2",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-registration-ceremony%E2%91%A3%E2%91%A3",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authentication-ceremony%E2%91%A5%E2%91%A8",
+ "https://www.w3.org/TR/webauthn-3/#example-5584eab4",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-authenticationextensionsprfoutputs-results%E2%91%A4",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-registration-ceremony%E2%91%A3%E2%91%A4",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authentication-ceremony%E2%91%A6%E2%93%AA",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-authenticationextensionsprfinputs-eval%E2%91%A8",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-authenticationextensionsprfinputs-evalbycredential%E2%91%A5",
+ "https://www.w3.org/TR/webauthn-3/#example-70210d97",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-authenticationextensionsprfoutputs-results%E2%91%A5",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-authenticationextensionsprfvalues-second%E2%91%A3",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-authenticationextensionsprfoutputs-results%E2%91%A6",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-authenticationextensionsprfvalues-second%E2%91%A4",
+ "https://www.w3.org/TR/webauthn-3/#example-abd7c645",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-authenticationextensionsprfvalues-first%E2%91%A1",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-authenticationextensionsprfvalues-second%E2%91%A5",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-BufferSource%E2%91%A0%E2%91%A5",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-authenticationextensionsprfvalues-first%E2%91%A2",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-authenticationextensionsprfvalues-second%E2%91%A6",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-authenticationextensionsprfvalues-first%E2%91%A3",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-authenticationextensionsprfvalues-second%E2%91%A7",
+ "https://www.w3.org/TR/webauthn-3/#example-b1f3f15a",
+ "https://www.w3.org/TR/webauthn-3/#test-vectors-extensions-prf-ctap",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-webauthn-client%E2%91%A1%E2%91%A7",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-prf%E2%91%A6",
+ "https://www.w3.org/TR/webauthn-3/#example-ec79b3a4",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-authenticationextensionsprfvalues-first%E2%91%A4",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-authenticationextensionsprfvalues-second%E2%91%A8",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-authenticationextensionsprfoutputs-results%E2%91%A7",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-authenticationextensionsprfvalues-first%E2%91%A5",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-authenticationextensionsprfoutputs-results%E2%91%A8",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-authenticationextensionsprfvalues-second%E2%91%A0%E2%93%AA",
+ "https://www.w3.org/TR/webauthn-3/#example-7688ee66",
+ "https://www.w3.org/TR/webauthn-3/#example-1a1f45ad",
+ "https://www.w3.org/TR/webauthn-3/#example-1498bea6",
"https://www.w3.org/TR/webauthn-3/#sctn-acknowledgements",
"https://www.w3.org/TR/webauthn-3/#ref-for-registration%E2%91%A1%E2%91%A7",
"https://www.w3.org/TR/webauthn-3/#ref-for-authentication%E2%91%A0%E2%91%A8",
+ "https://www.w3.org/TR/webauthn-3/#revision-history",
+ "https://www.w3.org/TR/webauthn-3/#changes-since-l2",
+ "https://www.w3.org/TR/webauthn-3/#changes-l3-substantive",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-web-authentication-api%E2%91%A1%E2%93%AA",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authdata-attestedcredentialdata-aaguid%E2%91%A5",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-attested-credential-data%E2%91%A0%E2%91%A1",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredentialcreationoptions-attestation%E2%91%A4",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-attestationconveyancepreference-none%E2%91%A4",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-credentialcreationoptions-publickey%E2%91%A4",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredentialcreationoptions-rp%E2%91%A0%E2%91%A2",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredentialentity-name%E2%91%A0%E2%91%A6",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-collectedclientdata-tokenbinding%E2%91%A1",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-publickeycredential-tojson%E2%91%A1",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-authenticatortransport-hybrid%E2%91%A4",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-client-data%E2%91%A0%E2%91%A5",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-dom-collectedclientdata-toporigin%E2%91%A1%E2%93%AA",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authenticator-data%E2%91%A4%E2%91%A8",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authdata-flags-be%E2%91%A0%E2%91%A3",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authdata-flags-bs%E2%91%A0%E2%91%A6",
+ "https://www.w3.org/TR/webauthn-3/#changes-l3-editorial",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-credential-record%E2%91%A0%E2%91%A6",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-relying-party%E2%91%A3%E2%91%A3%E2%91%A3",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-registration-ceremony%E2%91%A3%E2%91%A5",
+ "https://www.w3.org/TR/webauthn-3/#ref-for-authentication-ceremony%E2%91%A6%E2%91%A0",
"https://www.w3.org/TR/webauthn-3/#index",
"https://www.w3.org/TR/webauthn-3/#index-defined-here",
"https://www.w3.org/TR/webauthn-3/#index-defined-elsewhere",
"https://www.w3.org/TR/webauthn-3/#2c204933",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-2c204933",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-2c204933",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-2c204933",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-2c204933",
"https://www.w3.org/TR/webauthn-3/#049d45d5",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-049d45d5",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-049d45d5",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-049d45d5",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-049d45d5",
- "https://www.w3.org/TR/webauthn-3/#b3829b46",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-b3829b46",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-b3829b46",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-b3829b46",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-b3829b46",
- "https://www.w3.org/TR/webauthn-3/#d9070155",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-d9070155",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-d9070155",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-d9070155",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-d9070155",
+ "https://www.w3.org/TR/webauthn-3/#232c8152",
+ "https://www.w3.org/TR/webauthn-3/#2786a31a",
"https://www.w3.org/TR/webauthn-3/#ff6fefa7",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-ff6fefa7",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-ff6fefa7",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-ff6fefa7",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-ff6fefa7",
"https://www.w3.org/TR/webauthn-3/#b392500a",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-b392500a",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-b392500a",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-b392500a",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-b392500a",
"https://www.w3.org/TR/webauthn-3/#975ae1a2",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-975ae1a2",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-975ae1a2",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-975ae1a2",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-975ae1a2",
"https://www.w3.org/TR/webauthn-3/#f1899407",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-f1899407",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-f1899407",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-f1899407",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-f1899407",
"https://www.w3.org/TR/webauthn-3/#ccd51128",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-ccd51128",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-ccd51128",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-ccd51128",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-ccd51128",
"https://www.w3.org/TR/webauthn-3/#e32994fc",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-e32994fc",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-e32994fc",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-e32994fc",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-e32994fc",
"https://www.w3.org/TR/webauthn-3/#43d5b9bb",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-43d5b9bb",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-43d5b9bb",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-43d5b9bb",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-43d5b9bb",
- "https://www.w3.org/TR/webauthn-3/#f9c635f5",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-f9c635f5",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-f9c635f5",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-f9c635f5",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-f9c635f5",
- "https://www.w3.org/TR/webauthn-3/#b0f5bc03",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-b0f5bc03",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-b0f5bc03",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-b0f5bc03",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-b0f5bc03",
+ "https://www.w3.org/TR/webauthn-3/#ff6cd2f4",
+ "https://www.w3.org/TR/webauthn-3/#a384672a",
"https://www.w3.org/TR/webauthn-3/#c42b332b",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-c42b332b",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-c42b332b",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-c42b332b",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-c42b332b",
"https://www.w3.org/TR/webauthn-3/#24c8940a",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-24c8940a",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-24c8940a",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-24c8940a",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-24c8940a",
"https://www.w3.org/TR/webauthn-3/#19b78467",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-19b78467",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-19b78467",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-19b78467",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-19b78467",
"https://www.w3.org/TR/webauthn-3/#dbf8986c",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-dbf8986c",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-dbf8986c",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-dbf8986c",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-dbf8986c",
+ "https://www.w3.org/TR/webauthn-3/#ec6712a0",
"https://www.w3.org/TR/webauthn-3/#a00131d5",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-a00131d5",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-a00131d5",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-a00131d5",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-a00131d5",
+ "https://www.w3.org/TR/webauthn-3/#9d872aa2",
"https://www.w3.org/TR/webauthn-3/#685fceba",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-685fceba",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-685fceba",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-685fceba",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-685fceba",
"https://www.w3.org/TR/webauthn-3/#6f944459",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-6f944459",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-6f944459",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-6f944459",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-6f944459",
"https://www.w3.org/TR/webauthn-3/#382f2fa1",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-382f2fa1",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-382f2fa1",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-382f2fa1",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-382f2fa1",
"https://www.w3.org/TR/webauthn-3/#d1902ca2",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-d1902ca2",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-d1902ca2",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-d1902ca2",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-d1902ca2",
"https://www.w3.org/TR/webauthn-3/#caec989a",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-caec989a",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-caec989a",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-caec989a",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-caec989a",
"https://www.w3.org/TR/webauthn-3/#cd15e298",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-cd15e298",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-cd15e298",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-cd15e298",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-cd15e298",
"https://www.w3.org/TR/webauthn-3/#1c61bace",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-1c61bace",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-1c61bace",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-1c61bace",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-1c61bace",
+ "https://www.w3.org/TR/webauthn-3/#810fbd4d",
"https://www.w3.org/TR/webauthn-3/#2e66eaf1",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-2e66eaf1",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-2e66eaf1",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-2e66eaf1",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-2e66eaf1",
"https://www.w3.org/TR/webauthn-3/#cca3cdb2",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-cca3cdb2",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-cca3cdb2",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-cca3cdb2",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-cca3cdb2",
"https://www.w3.org/TR/webauthn-3/#85394472",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-85394472",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-85394472",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-85394472",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-85394472",
"https://www.w3.org/TR/webauthn-3/#28e64574",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-28e64574",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-28e64574",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-28e64574",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-28e64574",
"https://www.w3.org/TR/webauthn-3/#535dd335",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-535dd335",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-535dd335",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-535dd335",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-535dd335",
"https://www.w3.org/TR/webauthn-3/#a973e0fe",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-a973e0fe",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-a973e0fe",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-a973e0fe",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-a973e0fe",
"https://www.w3.org/TR/webauthn-3/#0204d130",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-0204d130",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-0204d130",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-0204d130",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-0204d130",
"https://www.w3.org/TR/webauthn-3/#8841d736",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-8841d736",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-8841d736",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-8841d736",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-8841d736",
"https://www.w3.org/TR/webauthn-3/#c15f1628",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-c15f1628",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-c15f1628",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-c15f1628",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-c15f1628",
"https://www.w3.org/TR/webauthn-3/#14fea63d",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-14fea63d",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-14fea63d",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-14fea63d",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-14fea63d",
"https://www.w3.org/TR/webauthn-3/#b0fcb8d7",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-b0fcb8d7",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-b0fcb8d7",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-b0fcb8d7",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-b0fcb8d7",
"https://www.w3.org/TR/webauthn-3/#0303e8e5",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-0303e8e5",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-0303e8e5",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-0303e8e5",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-0303e8e5",
+ "https://www.w3.org/TR/webauthn-3/#902380f7",
+ "https://www.w3.org/TR/webauthn-3/#07582c28",
"https://www.w3.org/TR/webauthn-3/#5bb189f9",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-5bb189f9",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-5bb189f9",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-5bb189f9",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-5bb189f9",
"https://www.w3.org/TR/webauthn-3/#7eefe7a7",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-7eefe7a7",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-7eefe7a7",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-7eefe7a7",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-7eefe7a7",
- "https://www.w3.org/TR/webauthn-3/#4c95925a",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-4c95925a",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-4c95925a",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-4c95925a",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-4c95925a",
- "https://www.w3.org/TR/webauthn-3/#a748c7a7",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-a748c7a7",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-a748c7a7",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-a748c7a7",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-a748c7a7",
- "https://www.w3.org/TR/webauthn-3/#0224e3da",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-0224e3da",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-0224e3da",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-0224e3da",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-0224e3da",
- "https://www.w3.org/TR/webauthn-3/#caa78262",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-caa78262",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-caa78262",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-caa78262",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-caa78262",
- "https://www.w3.org/TR/webauthn-3/#f44435ef",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-f44435ef",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-f44435ef",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-f44435ef",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-f44435ef",
- "https://www.w3.org/TR/webauthn-3/#94dd0767",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-94dd0767",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-94dd0767",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-94dd0767",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-94dd0767",
+ "https://www.w3.org/TR/webauthn-3/#7d924173",
+ "https://www.w3.org/TR/webauthn-3/#d3801403",
"https://www.w3.org/TR/webauthn-3/#f456317b",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-f456317b",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-f456317b",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-f456317b",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-f456317b",
"https://www.w3.org/TR/webauthn-3/#9c6c84a4",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-9c6c84a4",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-9c6c84a4",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-9c6c84a4",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-9c6c84a4",
"https://www.w3.org/TR/webauthn-3/#31236ec1",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-31236ec1",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-31236ec1",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-31236ec1",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-31236ec1",
"https://www.w3.org/TR/webauthn-3/#7b91cdaa",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-7b91cdaa",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-7b91cdaa",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-7b91cdaa",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-7b91cdaa",
- "https://www.w3.org/TR/webauthn-3/#87709b97",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-87709b97",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-87709b97",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-87709b97",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-87709b97",
+ "https://www.w3.org/TR/webauthn-3/#5a63c8f7",
"https://www.w3.org/TR/webauthn-3/#5d7209e9",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-5d7209e9",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-5d7209e9",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-5d7209e9",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-5d7209e9",
"https://www.w3.org/TR/webauthn-3/#57435598",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-57435598",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-57435598",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-57435598",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-57435598",
"https://www.w3.org/TR/webauthn-3/#3610bd67",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-3610bd67",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-3610bd67",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-3610bd67",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-3610bd67",
"https://www.w3.org/TR/webauthn-3/#b410a6ef",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-b410a6ef",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-b410a6ef",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-b410a6ef",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-b410a6ef",
"https://www.w3.org/TR/webauthn-3/#9d07aa9a",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-9d07aa9a",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-9d07aa9a",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-9d07aa9a",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-9d07aa9a",
"https://www.w3.org/TR/webauthn-3/#19a777c9",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-19a777c9",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-19a777c9",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-19a777c9",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-19a777c9",
"https://www.w3.org/TR/webauthn-3/#faf954d6",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-faf954d6",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-faf954d6",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-faf954d6",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-faf954d6",
"https://www.w3.org/TR/webauthn-3/#aca22383",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-aca22383",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-aca22383",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-aca22383",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-aca22383",
"https://www.w3.org/TR/webauthn-3/#12b8dfc0",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-12b8dfc0",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-12b8dfc0",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-12b8dfc0",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-12b8dfc0",
"https://www.w3.org/TR/webauthn-3/#87478abb",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-87478abb",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-87478abb",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-87478abb",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-87478abb",
"https://www.w3.org/TR/webauthn-3/#8c1e3a13",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-8c1e3a13",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-8c1e3a13",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-8c1e3a13",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-8c1e3a13",
"https://www.w3.org/TR/webauthn-3/#3e12e042",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-3e12e042",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-3e12e042",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-3e12e042",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-3e12e042",
"https://www.w3.org/TR/webauthn-3/#8a30477b",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-8a30477b",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-8a30477b",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-8a30477b",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-8a30477b",
+ "https://www.w3.org/TR/webauthn-3/#77a2ee6e",
"https://www.w3.org/TR/webauthn-3/#87fcd40c",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-87fcd40c",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-87fcd40c",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-87fcd40c",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-87fcd40c",
"https://www.w3.org/TR/webauthn-3/#a72449dd",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-a72449dd",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-a72449dd",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-a72449dd",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-a72449dd",
"https://www.w3.org/TR/webauthn-3/#d7d642a2",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-d7d642a2",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-d7d642a2",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-d7d642a2",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-d7d642a2",
"https://www.w3.org/TR/webauthn-3/#a76569bf",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-a76569bf",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-a76569bf",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-a76569bf",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-a76569bf",
"https://www.w3.org/TR/webauthn-3/#4a044e45",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-4a044e45",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-4a044e45",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-4a044e45",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-4a044e45",
- "https://www.w3.org/TR/webauthn-3/#e0660c76",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-e0660c76",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-e0660c76",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-e0660c76",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-e0660c76",
+ "https://www.w3.org/TR/webauthn-3/#d74c0894",
+ "https://www.w3.org/TR/webauthn-3/#b01b1359",
"https://www.w3.org/TR/webauthn-3/#a944ac4c",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-a944ac4c",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-a944ac4c",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-a944ac4c",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-a944ac4c",
"https://www.w3.org/TR/webauthn-3/#43ac8374",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-43ac8374",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-43ac8374",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-43ac8374",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-43ac8374",
"https://www.w3.org/TR/webauthn-3/#a41102eb",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-a41102eb",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-a41102eb",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-a41102eb",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-a41102eb",
"https://www.w3.org/TR/webauthn-3/#e99bd18e",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-e99bd18e",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-e99bd18e",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-e99bd18e",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-e99bd18e",
"https://www.w3.org/TR/webauthn-3/#9c4c1e66",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-9c4c1e66",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-9c4c1e66",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-9c4c1e66",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-9c4c1e66",
+ "https://www.w3.org/TR/webauthn-3/#7393da89",
"https://www.w3.org/TR/webauthn-3/#feac4ab3",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-feac4ab3",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-feac4ab3",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-feac4ab3",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-feac4ab3",
+ "https://www.w3.org/TR/webauthn-3/#a23d12a9",
"https://www.w3.org/TR/webauthn-3/#65181da8",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-65181da8",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-65181da8",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-65181da8",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-65181da8",
"https://www.w3.org/TR/webauthn-3/#fc736137",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-fc736137",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-fc736137",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-fc736137",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-fc736137",
"https://www.w3.org/TR/webauthn-3/#c63519ed",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-c63519ed",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-c63519ed",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-c63519ed",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-c63519ed",
"https://www.w3.org/TR/webauthn-3/#47fe679e",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-47fe679e",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-47fe679e",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-47fe679e",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-47fe679e",
- "https://www.w3.org/TR/webauthn-3/#57b5eb7f",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-57b5eb7f",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-57b5eb7f",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-57b5eb7f",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-57b5eb7f",
+ "https://www.w3.org/TR/webauthn-3/#b4c365f8",
"https://www.w3.org/TR/webauthn-3/#99204760",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-99204760",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-99204760",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-99204760",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-99204760",
+ "https://www.w3.org/TR/webauthn-3/#f9e1e97f",
"https://www.w3.org/TR/webauthn-3/#53275e46",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-53275e46",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-53275e46",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-53275e46",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-53275e46",
"https://www.w3.org/TR/webauthn-3/#a3b18719",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-a3b18719",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-a3b18719",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-a3b18719",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-a3b18719",
"https://www.w3.org/TR/webauthn-3/#36858240",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-36858240",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-36858240",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-36858240",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-36858240",
"https://www.w3.org/TR/webauthn-3/#3de9e659",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-3de9e659",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-3de9e659",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-3de9e659",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-3de9e659",
+ "https://www.w3.org/TR/webauthn-3/#ae8def21",
"https://www.w3.org/TR/webauthn-3/#f937b7b6",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-f937b7b6",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-f937b7b6",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-f937b7b6",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-f937b7b6",
"https://www.w3.org/TR/webauthn-3/#03afaf9c",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-03afaf9c",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-03afaf9c",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-03afaf9c",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-03afaf9c",
"https://www.w3.org/TR/webauthn-3/#8958b003",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-8958b003",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-8958b003",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-8958b003",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-8958b003",
"https://www.w3.org/TR/webauthn-3/#1243a891",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-1243a891",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-1243a891",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-1243a891",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-1243a891",
"https://www.w3.org/TR/webauthn-3/#16d07e10",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-16d07e10",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-16d07e10",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-16d07e10",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-16d07e10",
"https://www.w3.org/TR/webauthn-3/#45209803",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-45209803",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-45209803",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-45209803",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-45209803",
"https://www.w3.org/TR/webauthn-3/#6b815fdd",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-6b815fdd",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-6b815fdd",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-6b815fdd",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-6b815fdd",
"https://www.w3.org/TR/webauthn-3/#dd460c8e",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-dd460c8e",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-dd460c8e",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-dd460c8e",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-dd460c8e",
"https://www.w3.org/TR/webauthn-3/#5afbefcd",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-5afbefcd",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-5afbefcd",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-5afbefcd",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-5afbefcd",
"https://www.w3.org/TR/webauthn-3/#c88f3887",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-c88f3887",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-c88f3887",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-c88f3887",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-c88f3887",
"https://www.w3.org/TR/webauthn-3/#d14a6f26",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-d14a6f26",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-d14a6f26",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-d14a6f26",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-d14a6f26",
+ "https://www.w3.org/TR/webauthn-3/#31db57e6",
"https://www.w3.org/TR/webauthn-3/#649608b9",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-649608b9",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-649608b9",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-649608b9",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-649608b9",
"https://www.w3.org/TR/webauthn-3/#3fca5a9e",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-3fca5a9e",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-3fca5a9e",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-3fca5a9e",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-3fca5a9e",
"https://www.w3.org/TR/webauthn-3/#692595fe",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-692595fe",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-692595fe",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-692595fe",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-692595fe",
"https://www.w3.org/TR/webauthn-3/#99c988d6",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-99c988d6",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-99c988d6",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-99c988d6",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-99c988d6",
+ "https://www.w3.org/TR/webauthn-3/#7d4424b2",
"https://www.w3.org/TR/webauthn-3/#ab309409",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-ab309409",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-ab309409",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-ab309409",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-ab309409",
"https://www.w3.org/TR/webauthn-3/#15e48c39",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-15e48c39",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-15e48c39",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-15e48c39",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-15e48c39",
"https://www.w3.org/TR/webauthn-3/#0e6b2056",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-0e6b2056",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-0e6b2056",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-0e6b2056",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-0e6b2056",
"https://www.w3.org/TR/webauthn-3/#0204d188",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-0204d188",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-0204d188",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-0204d188",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-0204d188",
"https://www.w3.org/TR/webauthn-3/#984221ca",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-984221ca",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-984221ca",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-984221ca",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-984221ca",
"https://www.w3.org/TR/webauthn-3/#802b0fdd",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-802b0fdd",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-802b0fdd",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-802b0fdd",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-802b0fdd",
"https://www.w3.org/TR/webauthn-3/#cbdc89b4",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-cbdc89b4",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-cbdc89b4",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-cbdc89b4",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-cbdc89b4",
"https://www.w3.org/TR/webauthn-3/#b0f631d2",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-b0f631d2",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-b0f631d2",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-b0f631d2",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-b0f631d2",
- "https://www.w3.org/TR/webauthn-3/#638c93e7",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-638c93e7",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-638c93e7",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-638c93e7",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-638c93e7",
"https://www.w3.org/TR/webauthn-3/#aa5d54f3",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-aa5d54f3",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-aa5d54f3",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-aa5d54f3",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-aa5d54f3",
"https://www.w3.org/TR/webauthn-3/#4ed2f1ff",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-4ed2f1ff",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-4ed2f1ff",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-4ed2f1ff",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-4ed2f1ff",
+ "https://www.w3.org/TR/webauthn-3/#3aeb3f14",
"https://www.w3.org/TR/webauthn-3/#b705e53a",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-b705e53a",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-b705e53a",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-b705e53a",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-b705e53a",
"https://www.w3.org/TR/webauthn-3/#c1f02de3",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-c1f02de3",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-c1f02de3",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-c1f02de3",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-c1f02de3",
"https://www.w3.org/TR/webauthn-3/#aaf09faf",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-aaf09faf",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-aaf09faf",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-aaf09faf",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-aaf09faf",
"https://www.w3.org/TR/webauthn-3/#287c5e31",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-287c5e31",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-287c5e31",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-287c5e31",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-287c5e31",
- "https://www.w3.org/TR/webauthn-3/#9e553618",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-9e553618",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-9e553618",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-9e553618",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-9e553618",
"https://www.w3.org/TR/webauthn-3/#df6ef2f0",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-df6ef2f0",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-df6ef2f0",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-df6ef2f0",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-df6ef2f0",
"https://www.w3.org/TR/webauthn-3/#2a800450",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-2a800450",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-2a800450",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-2a800450",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-2a800450",
"https://www.w3.org/TR/webauthn-3/#d3ddece3",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-d3ddece3",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-d3ddece3",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-d3ddece3",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-d3ddece3",
"https://www.w3.org/TR/webauthn-3/#a39e599b",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-a39e599b",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-a39e599b",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-a39e599b",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-a39e599b",
"https://www.w3.org/TR/webauthn-3/#cece9985",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-cece9985",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-cece9985",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-cece9985",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-cece9985",
"https://www.w3.org/TR/webauthn-3/#87d65d53",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-87d65d53",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-87d65d53",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-87d65d53",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-87d65d53",
"https://www.w3.org/TR/webauthn-3/#010885a2",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-010885a2",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-010885a2",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-010885a2",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-010885a2",
"https://www.w3.org/TR/webauthn-3/#a3abdd52",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-a3abdd52",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-a3abdd52",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-a3abdd52",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-a3abdd52",
"https://www.w3.org/TR/webauthn-3/#b2ac942d",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-b2ac942d",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-b2ac942d",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-b2ac942d",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-b2ac942d",
"https://www.w3.org/TR/webauthn-3/#a39b9eaf",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-a39b9eaf",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-a39b9eaf",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-a39b9eaf",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-a39b9eaf",
"https://www.w3.org/TR/webauthn-3/#2ec1d49c",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-2ec1d49c",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-2ec1d49c",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-2ec1d49c",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-2ec1d49c",
"https://www.w3.org/TR/webauthn-3/#aa6633ff",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-aa6633ff",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-aa6633ff",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-aa6633ff",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-aa6633ff",
"https://www.w3.org/TR/webauthn-3/#7c356e70",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-7c356e70",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-7c356e70",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-7c356e70",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-7c356e70",
"https://www.w3.org/TR/webauthn-3/#ba9c2b34",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-ba9c2b34",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-ba9c2b34",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-ba9c2b34",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-ba9c2b34",
"https://www.w3.org/TR/webauthn-3/#38a4f3d4",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-38a4f3d4",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-38a4f3d4",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-38a4f3d4",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-38a4f3d4",
"https://www.w3.org/TR/webauthn-3/#7ad9ecbb",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-7ad9ecbb",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-7ad9ecbb",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-7ad9ecbb",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-7ad9ecbb",
"https://www.w3.org/TR/webauthn-3/#eb72e898",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-eb72e898",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-eb72e898",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-eb72e898",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-eb72e898",
"https://www.w3.org/TR/webauthn-3/#fbc75291",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-fbc75291",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-fbc75291",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-fbc75291",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-fbc75291",
"https://www.w3.org/TR/webauthn-3/#e1812e4c",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-e1812e4c",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-e1812e4c",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-e1812e4c",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-e1812e4c",
"https://www.w3.org/TR/webauthn-3/#22477314",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-22477314",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-22477314",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-22477314",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-22477314",
+ "https://www.w3.org/TR/webauthn-3/#eea18c0d",
"https://www.w3.org/TR/webauthn-3/#cfc67fdc",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-cfc67fdc",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-cfc67fdc",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-cfc67fdc",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-cfc67fdc",
"https://www.w3.org/TR/webauthn-3/#b85ee3be",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-b85ee3be",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-b85ee3be",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-b85ee3be",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-b85ee3be",
"https://www.w3.org/TR/webauthn-3/#dbde7f99",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-dbde7f99",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-dbde7f99",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-dbde7f99",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-dbde7f99",
"https://www.w3.org/TR/webauthn-3/#d6e2b0d9",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-d6e2b0d9",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-d6e2b0d9",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-d6e2b0d9",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-d6e2b0d9",
"https://www.w3.org/TR/webauthn-3/#a1c25825",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-a1c25825",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-a1c25825",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-a1c25825",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-a1c25825",
"https://www.w3.org/TR/webauthn-3/#bb3da43a",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-bb3da43a",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-bb3da43a",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-bb3da43a",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-bb3da43a",
+ "https://www.w3.org/TR/webauthn-3/#bd6b32a4",
+ "https://www.w3.org/TR/webauthn-3/#bc9d7803",
"https://www.w3.org/TR/webauthn-3/#118b92bb",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-118b92bb",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-118b92bb",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-118b92bb",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-118b92bb",
+ "https://www.w3.org/TR/webauthn-3/#ca3ca4ae",
"https://www.w3.org/TR/webauthn-3/#79cad4dd",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-79cad4dd",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-79cad4dd",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-79cad4dd",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-79cad4dd",
"https://www.w3.org/TR/webauthn-3/#8de17130",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-8de17130",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-8de17130",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-8de17130",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-8de17130",
- "https://www.w3.org/TR/webauthn-3/#70ef57c8",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-70ef57c8",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-70ef57c8",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-70ef57c8",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-70ef57c8",
+ "https://www.w3.org/TR/webauthn-3/#aa081c9d",
"https://www.w3.org/TR/webauthn-3/#ee843963",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-ee843963",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-ee843963",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-ee843963",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-ee843963",
"https://www.w3.org/TR/webauthn-3/#16d98924",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-16d98924",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-16d98924",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-16d98924",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-16d98924",
- "https://www.w3.org/TR/webauthn-3/#cce1676e",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-cce1676e",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-cce1676e",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-cce1676e",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-cce1676e",
"https://www.w3.org/TR/webauthn-3/#5b668531",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-5b668531",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-5b668531",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-5b668531",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-5b668531",
- "https://www.w3.org/TR/webauthn-3/#8da4d1e3",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-8da4d1e3",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-8da4d1e3",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-8da4d1e3",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-8da4d1e3",
"https://www.w3.org/TR/webauthn-3/#1802ab9b",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-1802ab9b",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-1802ab9b",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-1802ab9b",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-1802ab9b",
- "https://www.w3.org/TR/webauthn-3/#82c23298",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-82c23298",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-82c23298",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-82c23298",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-82c23298",
+ "https://www.w3.org/TR/webauthn-3/#895f19cb",
"https://www.w3.org/TR/webauthn-3/#cb9acc83",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-cb9acc83",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-cb9acc83",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-cb9acc83",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-cb9acc83",
- "https://www.w3.org/TR/webauthn-3/#4be6272b",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-4be6272b",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-4be6272b",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-4be6272b",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-4be6272b",
"https://www.w3.org/TR/webauthn-3/#a869e769",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-a869e769",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-a869e769",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-a869e769",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-a869e769",
"https://www.w3.org/TR/webauthn-3/#d78cb661",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-d78cb661",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-d78cb661",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-d78cb661",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-d78cb661",
"https://www.w3.org/TR/webauthn-3/#5cf0e148",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-5cf0e148",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-5cf0e148",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-5cf0e148",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-5cf0e148",
"https://www.w3.org/TR/webauthn-3/#7482107b",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-7482107b",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-7482107b",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-7482107b",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-7482107b",
+ "https://www.w3.org/TR/webauthn-3/#318bc860",
+ "https://www.w3.org/TR/webauthn-3/#ddd987d2",
+ "https://www.w3.org/TR/webauthn-3/#fbac5254",
+ "https://www.w3.org/TR/webauthn-3/#d25dfb2c",
"https://www.w3.org/TR/webauthn-3/#2f8afbfe",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-2f8afbfe",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-2f8afbfe",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-2f8afbfe",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-2f8afbfe",
"https://www.w3.org/TR/webauthn-3/#3aff2fb3",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-3aff2fb3",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-3aff2fb3",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-3aff2fb3",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-3aff2fb3",
"https://www.w3.org/TR/webauthn-3/#48c6127a",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-48c6127a",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-48c6127a",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-48c6127a",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-48c6127a",
"https://www.w3.org/TR/webauthn-3/#dca2de17",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-dca2de17",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-dca2de17",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-dca2de17",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-dca2de17",
"https://www.w3.org/TR/webauthn-3/#8855a9aa",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-8855a9aa",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-8855a9aa",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-8855a9aa",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-8855a9aa",
"https://www.w3.org/TR/webauthn-3/#9befea0b",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-9befea0b",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-9befea0b",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-9befea0b",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-9befea0b",
"https://www.w3.org/TR/webauthn-3/#889e932f",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-889e932f",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-889e932f",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-889e932f",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-889e932f",
"https://www.w3.org/TR/webauthn-3/#797018a7",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-797018a7",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-797018a7",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-797018a7",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-797018a7",
"https://www.w3.org/TR/webauthn-3/#ba556545",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-ba556545",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-ba556545",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-ba556545",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-ba556545",
"https://www.w3.org/TR/webauthn-3/#3182eb71",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-3182eb71",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-3182eb71",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-3182eb71",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-3182eb71",
"https://www.w3.org/TR/webauthn-3/#bdbd19d1",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-bdbd19d1",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-bdbd19d1",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-bdbd19d1",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-bdbd19d1",
"https://www.w3.org/TR/webauthn-3/#a5c91173",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-a5c91173",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-a5c91173",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-a5c91173",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-a5c91173",
"https://www.w3.org/TR/webauthn-3/#b75bb3bd",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-b75bb3bd",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-b75bb3bd",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-b75bb3bd",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-b75bb3bd",
"https://www.w3.org/TR/webauthn-3/#c3e881ef",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-c3e881ef",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-c3e881ef",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-c3e881ef",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-c3e881ef",
"https://www.w3.org/TR/webauthn-3/#be2d2b4c",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-be2d2b4c",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-be2d2b4c",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-be2d2b4c",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-be2d2b4c",
"https://www.w3.org/TR/webauthn-3/#82ca3efc",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-82ca3efc",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-82ca3efc",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-82ca3efc",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-82ca3efc",
- "https://www.w3.org/TR/webauthn-3/#b0d7f3c3",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-b0d7f3c3",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-b0d7f3c3",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-b0d7f3c3",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-b0d7f3c3",
"https://www.w3.org/TR/webauthn-3/#81dd847b",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-81dd847b",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-81dd847b",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-81dd847b",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-81dd847b",
+ "https://www.w3.org/TR/webauthn-3/#dacde8b5",
+ "https://www.w3.org/TR/webauthn-3/#d0b4a948",
+ "https://www.w3.org/TR/webauthn-3/#8f5c2179",
"https://www.w3.org/TR/webauthn-3/#5372cca8",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-5372cca8",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-5372cca8",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-5372cca8",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-5372cca8",
"https://www.w3.org/TR/webauthn-3/#b05bf85d",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-b05bf85d",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-b05bf85d",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-b05bf85d",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-b05bf85d",
- "https://www.w3.org/TR/webauthn-3/#7d1b8bad",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-7d1b8bad",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-7d1b8bad",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-7d1b8bad",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-7d1b8bad",
+ "https://www.w3.org/TR/webauthn-3/#5bb8971d",
+ "https://www.w3.org/TR/webauthn-3/#7b05fe24",
"https://www.w3.org/TR/webauthn-3/#4197ac46",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-4197ac46",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-4197ac46",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-4197ac46",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-4197ac46",
"https://www.w3.org/TR/webauthn-3/#7b052415",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-7b052415",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-7b052415",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-7b052415",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-7b052415",
"https://www.w3.org/TR/webauthn-3/#f8de33a3",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-f8de33a3",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-f8de33a3",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-f8de33a3",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-f8de33a3",
- "https://www.w3.org/TR/webauthn-3/#9aeb0a82",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-9aeb0a82",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-9aeb0a82",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-9aeb0a82",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-9aeb0a82",
+ "https://www.w3.org/TR/webauthn-3/#efd1ec5d",
"https://www.w3.org/TR/webauthn-3/#7787d359",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-7787d359",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-7787d359",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-7787d359",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-7787d359",
+ "https://www.w3.org/TR/webauthn-3/#b262501e",
+ "https://www.w3.org/TR/webauthn-3/#3b90bdcd",
"https://www.w3.org/TR/webauthn-3/#9cce47fd",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-9cce47fd",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-9cce47fd",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-9cce47fd",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-9cce47fd",
+ "https://www.w3.org/TR/webauthn-3/#aa747739",
+ "https://www.w3.org/TR/webauthn-3/#5f90bbfb",
"https://www.w3.org/TR/webauthn-3/#e97a9688",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-e97a9688",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-e97a9688",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-e97a9688",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-e97a9688",
- "https://www.w3.org/TR/webauthn-3/#81daedb9",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-81daedb9",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-81daedb9",
- "https://www.w3.org/TR/webauthn-3/#infopanel-for-81daedb9",
- "https://www.w3.org/TR/webauthn-3/#infopaneltitle-for-81daedb9",
+ "https://www.w3.org/TR/webauthn-3/#24bd7d25",
"https://www.w3.org/TR/webauthn-3/#references",
"https://www.w3.org/TR/webauthn-3/#normative",
"https://www.w3.org/TR/webauthn-3/#biblio-credential-management-1",
"https://www.w3.org/TR/webauthn-3/#biblio-csp2",
+ "https://www.w3.org/TR/webauthn-3/#biblio-css21",
"https://www.w3.org/TR/webauthn-3/#biblio-dom4",
"https://www.w3.org/TR/webauthn-3/#biblio-ecmascript",
"https://www.w3.org/TR/webauthn-3/#biblio-encoding",
+ "https://www.w3.org/TR/webauthn-3/#biblio-fetch",
"https://www.w3.org/TR/webauthn-3/#biblio-fido-appid",
"https://www.w3.org/TR/webauthn-3/#biblio-fido-ctap",
"https://www.w3.org/TR/webauthn-3/#biblio-fido-privacy-principles",
"https://www.w3.org/TR/webauthn-3/#biblio-fido-registry",
"https://www.w3.org/TR/webauthn-3/#biblio-fido-u2f-message-formats",
- "https://www.w3.org/TR/webauthn-3/#biblio-fileapi",
+ "https://www.w3.org/TR/webauthn-3/#biblio-fido-v21",
"https://www.w3.org/TR/webauthn-3/#biblio-html",
"https://www.w3.org/TR/webauthn-3/#biblio-i18n-glossary",
"https://www.w3.org/TR/webauthn-3/#biblio-iana-cose-algs-reg",
"https://www.w3.org/TR/webauthn-3/#biblio-iana-webauthn-registries",
"https://www.w3.org/TR/webauthn-3/#biblio-infra",
- "https://www.w3.org/TR/webauthn-3/#biblio-page-visibility",
"https://www.w3.org/TR/webauthn-3/#biblio-permissions-policy",
+ "https://www.w3.org/TR/webauthn-3/#biblio-private-aggregation-api",
"https://www.w3.org/TR/webauthn-3/#biblio-rfc2119",
"https://www.w3.org/TR/webauthn-3/#biblio-rfc3986",
"https://www.w3.org/TR/webauthn-3/#biblio-rfc4648",
"https://www.w3.org/TR/webauthn-3/#biblio-rfc4949",
"https://www.w3.org/TR/webauthn-3/#biblio-rfc5234",
"https://www.w3.org/TR/webauthn-3/#biblio-rfc5280",
- "https://www.w3.org/TR/webauthn-3/#biblio-rfc5646",
"https://www.w3.org/TR/webauthn-3/#biblio-rfc5890",
"https://www.w3.org/TR/webauthn-3/#biblio-rfc6454",
"https://www.w3.org/TR/webauthn-3/#biblio-rfc7515",
"https://www.w3.org/TR/webauthn-3/#biblio-rfc8152",
+ "https://www.w3.org/TR/webauthn-3/#biblio-rfc8174",
"https://www.w3.org/TR/webauthn-3/#biblio-rfc8230",
"https://www.w3.org/TR/webauthn-3/#biblio-rfc8264",
"https://www.w3.org/TR/webauthn-3/#biblio-rfc8265",
"https://www.w3.org/TR/webauthn-3/#biblio-rfc8266",
"https://www.w3.org/TR/webauthn-3/#biblio-rfc8610",
+ "https://www.w3.org/TR/webauthn-3/#biblio-rfc8615",
"https://www.w3.org/TR/webauthn-3/#biblio-rfc8809",
"https://www.w3.org/TR/webauthn-3/#biblio-rfc8949",
"https://www.w3.org/TR/webauthn-3/#biblio-rfc9052",
@@ -9117,8 +7107,10 @@
"https://www.w3.org/TR/webauthn-3/#biblio-tpmv2-part3",
"https://www.w3.org/TR/webauthn-3/#biblio-url",
"https://www.w3.org/TR/webauthn-3/#biblio-wcag21",
+ "https://www.w3.org/TR/webauthn-3/#biblio-webauthn-2-20210408",
"https://www.w3.org/TR/webauthn-3/#biblio-webauthn-3",
"https://www.w3.org/TR/webauthn-3/#biblio-webdriver",
+ "https://www.w3.org/TR/webauthn-3/#biblio-webdriver2",
"https://www.w3.org/TR/webauthn-3/#biblio-webidl",
"https://www.w3.org/TR/webauthn-3/#informative",
"https://www.w3.org/TR/webauthn-3/#biblio-ceremony",
@@ -9132,14 +7124,16 @@
"https://www.w3.org/TR/webauthn-3/#biblio-fidou2fjavascriptapi",
"https://www.w3.org/TR/webauthn-3/#biblio-isobiometricvocabulary",
"https://www.w3.org/TR/webauthn-3/#biblio-rfc3279",
+ "https://www.w3.org/TR/webauthn-3/#biblio-rfc5869",
"https://www.w3.org/TR/webauthn-3/#biblio-rfc5958",
"https://www.w3.org/TR/webauthn-3/#biblio-rfc6265",
+ "https://www.w3.org/TR/webauthn-3/#biblio-rfc6979",
"https://www.w3.org/TR/webauthn-3/#biblio-rfc8017",
"https://www.w3.org/TR/webauthn-3/#biblio-uafprotocol",
"https://www.w3.org/TR/webauthn-3/#biblio-uax29",
"https://www.w3.org/TR/webauthn-3/#biblio-webauthn-1",
"https://www.w3.org/TR/webauthn-3/#biblio-webauthnapiguide",
"https://www.w3.org/TR/webauthn-3/#idl-index",
- "https://www.w3.org/TR/webauthn-3/#issues-index"
+ "https://www.w3.org/TR/webauthn-3/#back-to-top"
]
}
\ No newline at end of file
diff --git a/tr/ids/webcodecs.json b/tr/ids/webcodecs.json
index 73830f601a35..7d0c0defdde5 100644
--- a/tr/ids/webcodecs.json
+++ b/tr/ids/webcodecs.json
@@ -2708,6 +2708,7 @@
"https://www.w3.org/TR/webcodecs/#ref-for-parallel-queue%E2%91%A0%E2%91%A3",
"https://www.w3.org/TR/webcodecs/#ref-for-list%E2%91%A0%E2%91%A2",
"https://www.w3.org/TR/webcodecs/#ref-for-media-resource%E2%91%A1%E2%91%A5",
+ "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-resource-reference-slot%E2%91%A0",
"https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-format-slot%E2%91%A5",
"https://www.w3.org/TR/webcodecs/#ref-for-computed-plane-layout%E2%91%A0",
"https://www.w3.org/TR/webcodecs/#ref-for-combined-buffer-layout-computedlayouts",
@@ -2745,7 +2746,7 @@
"https://www.w3.org/TR/webcodecs/#ref-for-videoframe%E2%91%A4%E2%91%A0",
"https://www.w3.org/TR/webcodecs/#ref-for-detached%E2%91%A1%E2%91%A4",
"https://www.w3.org/TR/webcodecs/#ref-for-media-resource%E2%91%A1%E2%91%A8",
- "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-resource-reference-slot%E2%91%A0",
+ "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-resource-reference-slot%E2%91%A1",
"https://www.w3.org/TR/webcodecs/#ref-for-enumdef-videopixelformat%E2%91%A6",
"https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-format-slot%E2%91%A6",
"https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-format-slot%E2%91%A7",
@@ -2819,8 +2820,8 @@
"https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-coded-height-slot%E2%91%A4",
"https://www.w3.org/TR/webcodecs/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A7",
"https://www.w3.org/TR/webcodecs/#ref-for-media-resource%E2%91%A2%E2%93%AA",
- "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-resource-reference-slot%E2%91%A1",
"https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-resource-reference-slot%E2%91%A2",
+ "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-resource-reference-slot%E2%91%A3",
"https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-codedwidth%E2%91%A3",
"https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-codedheight%E2%91%A3",
"https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-colorspace%E2%91%A2",
@@ -2849,7 +2850,7 @@
"https://www.w3.org/TR/webcodecs/#ref-for-enumdef-videopixelformat%E2%91%A8",
"https://www.w3.org/TR/webcodecs/#ref-for-validate-videoframeinit%E2%91%A0",
"https://www.w3.org/TR/webcodecs/#ref-for-exceptiondef-typeerror%E2%91%A0%E2%91%A8",
- "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-resource-reference-slot%E2%91%A3",
+ "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-resource-reference-slot%E2%91%A4",
"https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframeinit-alpha%E2%91%A0",
"https://www.w3.org/TR/webcodecs/#ref-for-dom-alphaoption-discard%E2%91%A2",
"https://www.w3.org/TR/webcodecs/#ref-for-equivalent-opaque-format%E2%91%A0",
@@ -2901,10 +2902,11 @@
"https://www.w3.org/TR/webcodecs/#clone-videoframe",
"https://www.w3.org/TR/webcodecs/#ref-for-videoframe%E2%91%A4%E2%91%A1",
"https://www.w3.org/TR/webcodecs/#ref-for-media-resource%E2%91%A2%E2%91%A0",
- "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-resource-reference-slot%E2%91%A4",
"https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-resource-reference-slot%E2%91%A5",
- "https://www.w3.org/TR/webcodecs/#close-videoframe",
"https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-resource-reference-slot%E2%91%A6",
+ "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-resource-reference-slot%E2%91%A7",
+ "https://www.w3.org/TR/webcodecs/#close-videoframe",
+ "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-resource-reference-slot%E2%91%A8",
"https://www.w3.org/TR/webcodecs/#ref-for-detached%E2%91%A1%E2%91%A5",
"https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-format%E2%91%A4",
"https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-coded-width-slot%E2%91%A6",
@@ -3028,10 +3030,10 @@
"https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-color-space-slot%E2%91%A4",
"https://www.w3.org/TR/webcodecs/#ref-for-media-resource%E2%91%A2%E2%91%A1",
"https://www.w3.org/TR/webcodecs/#ref-for-media-resource%E2%91%A2%E2%91%A2",
- "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-resource-reference-slot%E2%91%A7",
+ "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-resource-reference-slot%E2%91%A0%E2%93%AA",
"https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-color-space-slot%E2%91%A5",
"https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-format-slot%E2%91%A0%E2%91%A5",
- "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-resource-reference-slot%E2%91%A8",
+ "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-resource-reference-slot%E2%91%A0%E2%91%A0",
"https://www.w3.org/TR/webcodecs/#videoframe-copy-videoframe-metadata",
"https://www.w3.org/TR/webcodecs/#ref-for-structuredserialize",
"https://www.w3.org/TR/webcodecs/#ref-for-structureddeserialize",
@@ -3055,9 +3057,9 @@
"https://www.w3.org/TR/webcodecs/#ref-for-idl-DOMException%E2%91%A3%E2%91%A1",
"https://www.w3.org/TR/webcodecs/#ref-for-datacloneerror%E2%91%A0%E2%91%A4",
"https://www.w3.org/TR/webcodecs/#ref-for-media-resource%E2%91%A2%E2%91%A3",
- "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-resource-reference-slot%E2%91%A0%E2%93%AA",
+ "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-resource-reference-slot%E2%91%A0%E2%91%A1",
"https://www.w3.org/TR/webcodecs/#ref-for-videoframe%E2%91%A5%E2%93%AA",
- "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-resource-reference-slot%E2%91%A0%E2%91%A0",
+ "https://www.w3.org/TR/webcodecs/#ref-for-dom-videoframe-resource-reference-slot%E2%91%A0%E2%91%A2",
"https://www.w3.org/TR/webcodecs/#ref-for-videoframe%E2%91%A5%E2%91%A0",
"https://www.w3.org/TR/webcodecs/#ref-for-deserialization-steps%E2%91%A2",
"https://www.w3.org/TR/webcodecs/#ref-for-videoframe%E2%91%A5%E2%91%A1",
diff --git a/tr/ids/webnn.json b/tr/ids/webnn.json
index 58cd2cd5d5f8..3fd8b6242634 100644
--- a/tr/ids/webnn.json
+++ b/tr/ids/webnn.json
@@ -5393,10 +5393,11 @@
"https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A1%E2%93%AA%E2%91%A3",
"https://www.w3.org/TR/webnn/#ref-for-dom-mlpool2doptions-windowdimensions%E2%91%A0",
"https://www.w3.org/TR/webnn/#ref-for-map-exists%E2%91%A7%E2%91%A4",
+ "https://www.w3.org/TR/webnn/#ref-for-dom-mlpool2doptions-windowdimensions%E2%91%A1",
+ "https://www.w3.org/TR/webnn/#ref-for-dom-mlpool2doptions-windowdimensions%E2%91%A2",
"https://www.w3.org/TR/webnn/#ref-for-list-size%E2%91%A2%E2%93%AA",
"https://www.w3.org/TR/webnn/#ref-for-dfn-throw%E2%91%A1%E2%91%A7%E2%91%A3",
"https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror%E2%91%A1%E2%93%AA%E2%91%A4",
- "https://www.w3.org/TR/webnn/#ref-for-dom-mlpool2doptions-windowdimensions%E2%91%A1",
"https://www.w3.org/TR/webnn/#ref-for-dom-mlpool2doptions-outputsizes%E2%91%A0",
"https://www.w3.org/TR/webnn/#ref-for-map-exists%E2%91%A7%E2%91%A5",
"https://www.w3.org/TR/webnn/#ref-for-dom-mlpool2doptions-padding%E2%91%A0",
@@ -5442,7 +5443,7 @@
"https://www.w3.org/TR/webnn/#ref-for-dom-mlpool2doptions-layout%E2%91%A0",
"https://www.w3.org/TR/webnn/#ref-for-mloperand-shape%E2%91%A6%E2%91%A8",
"https://www.w3.org/TR/webnn/#ref-for-dom-mlpool2doptions-roundingtype%E2%91%A1",
- "https://www.w3.org/TR/webnn/#ref-for-dom-mlpool2doptions-windowdimensions%E2%91%A2",
+ "https://www.w3.org/TR/webnn/#ref-for-dom-mlpool2doptions-windowdimensions%E2%91%A3",
"https://www.w3.org/TR/webnn/#ref-for-dom-mlpool2doptions-padding%E2%91%A3",
"https://www.w3.org/TR/webnn/#ref-for-dom-mlpool2doptions-strides%E2%91%A5",
"https://www.w3.org/TR/webnn/#ref-for-dom-mlpool2doptions-dilations%E2%91%A4",
diff --git a/tr/index.json b/tr/index.json
index a459529e3389..81d137ed8a25 100644
--- a/tr/index.json
+++ b/tr/index.json
@@ -1,7 +1,7 @@
{
"type": "crawl",
"title": "Reffy crawl",
- "date": "2025-01-27T01:34:57.478Z",
+ "date": "2025-01-28T01:34:35.379Z",
"options": {
"fallback": "tr/index.json",
"output": "report",
@@ -725,7 +725,7 @@
"https://aomediacodec.github.io/av1-spec/"
],
"crawled": "https://aomediacodec.github.io/av1-spec/av1-spec.pdf",
- "date": "27 January 2025",
+ "date": "28 January 2025",
"links": "links/av1-spec.json",
"cddl": []
},
@@ -19176,11 +19176,11 @@
],
"crawled": "https://www.w3.org/TR/vc-data-model-2.0/",
"crawlCacheInfo": {
- "lastModified": "Sun, 26 Jan 2025 17:34:19 GMT"
+ "lastModified": "Mon, 27 Jan 2025 22:22:26 GMT"
},
"generator": "respec",
- "date": "26 January 2025",
- "revision": "e45b60c2f37a3d4d486f01d383114d32c6da6a0e",
+ "date": "27 January 2025",
+ "revision": "bbebf31de4feed0a182a857490c807cc6885acff",
"algorithms": "algorithms/vc-data-model-2.0.json",
"links": "links/vc-data-model-2.0.json",
"refs": "refs/vc-data-model-2.0.json",
@@ -20118,11 +20118,11 @@
],
"crawled": "https://www.w3.org/TR/webauthn-3/",
"crawlCacheInfo": {
- "lastModified": "Wed, 27 Sep 2023 18:34:03 GMT"
+ "lastModified": "Mon, 27 Jan 2025 13:16:36 GMT"
},
"generator": "bikeshed",
- "date": "27 September 2023",
- "revision": "baf774ade7f70efe4fb2a361e50d618e1f956ff1",
+ "date": "27 January 2025",
+ "revision": "34d93ac0391ccb9ef37f9d4c0af399171153fe23",
"algorithms": "algorithms/webauthn-3.json",
"links": "links/webauthn-3.json",
"refs": "refs/webauthn-3.json",
@@ -21040,11 +21040,11 @@
],
"crawled": "https://www.w3.org/TR/webcodecs/",
"crawlCacheInfo": {
- "lastModified": "Thu, 12 Dec 2024 22:36:50 GMT"
+ "lastModified": "Tue, 28 Jan 2025 00:38:46 GMT"
},
"generator": "bikeshed",
- "date": "12 December 2024",
- "revision": "47e395592a9116c7e28078ba5d2796b38d40a1d0",
+ "date": "28 January 2025",
+ "revision": "b9a8e349adbc280182cca0b5d8a580b398d023a5",
"algorithms": "algorithms/webcodecs.json",
"links": "links/webcodecs.json",
"refs": "refs/webcodecs.json",
@@ -21432,11 +21432,11 @@
],
"crawled": "https://www.w3.org/TR/webnn/",
"crawlCacheInfo": {
- "lastModified": "Thu, 23 Jan 2025 00:02:35 GMT"
+ "lastModified": "Mon, 27 Jan 2025 13:17:23 GMT"
},
"generator": "bikeshed",
- "date": "23 January 2025",
- "revision": "5f85e73d3f25be21ae69bc6efc7b49db673ad066",
+ "date": "27 January 2025",
+ "revision": "751ca310bcefc98876dc7780413286a553497908",
"algorithms": "algorithms/webnn.json",
"links": "links/webnn.json",
"refs": "refs/webnn.json",
diff --git a/tr/links/vc-data-model-2.0.json b/tr/links/vc-data-model-2.0.json
index 8be35a8ba0fa..1bac76dc32b5 100644
--- a/tr/links/vc-data-model-2.0.json
+++ b/tr/links/vc-data-model-2.0.json
@@ -44,10 +44,6 @@
"https://github.com/nage": {},
"https://github.com/tcibm": {},
"https://github.com/w3c/vc-data-model/issues/": {},
- "https://github.com/w3c/vc-data-model/issues/1437": {},
- "https://github.com/w3c/vc-data-model/issues/?q=is%3Aissue+is%3Aopen+label%3A%22CR1%22": {},
- "https://github.com/w3c/vc-data-model/issues/?q=is%3Aissue+is%3Aopen+label%3A%22normative%22": {},
- "https://github.com/w3c/vc-data-model/issues/?q=is%3Aissue+is%3Aopen+label%3A%22pr+exists%22": {},
"https://github.com/whatisthejava": {},
"https://helpx.adobe.com/acrobat/kb/approved-trust-list1.html": {},
"https://httpwg.org/specs/rfc7231.html": {
@@ -72,7 +68,6 @@
"absolute-url-string"
]
},
- "https://w3c.github.io/vc-data-model-2.0-test-suite/": {},
"https://w3c.github.io/vc-extensions/": {
"anchors": [
"securing-mechanisms"
diff --git a/tr/links/webauthn-3.json b/tr/links/webauthn-3.json
index 98194581a063..01ab45be420e 100644
--- a/tr/links/webauthn-3.json
+++ b/tr/links/webauthn-3.json
@@ -58,6 +58,7 @@
"https://en.wikipedia.org/wiki/Clickjacking": {},
"https://encoding.spec.whatwg.org/": {},
"https://eprint.iacr.org/2007/399.pdf": {},
+ "https://fetch.spec.whatwg.org/": {},
"https://fidoalliance.org/specs/common-specs/fido-registry-v2.1-ps-20191217.html": {},
"https://fidoalliance.org/specs/fido-security-requirements-v1.0-fd-20170524/": {},
"https://fidoalliance.org/specs/fido-u2f-v1.1-id-20160915/fido-u2f-raw-message-formats-v1.1-id-20160915.html": {},
@@ -68,16 +69,9 @@
"https://fidoalliance.org/specs/fido-v2.0-id-20180227/fido-appid-and-facets-v2.0-id-20180227.html": {},
"https://fidoalliance.org/specs/fido-v2.0-id-20180227/fido-metadata-service-v2.0-id-20180227.html": {},
"https://fidoalliance.org/specs/fido-v2.0-id-20180227/fido-security-ref-v2.0-id-20180227.html": {},
- "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-20210615.html": {
- "anchors": [
- "makecred-enterpriseattestation",
- "authenticatorGetAssertion",
- "platform-managed-enterprise-attestation"
- ]
- },
+ "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html": {},
"https://fidoalliance.org/wp-content/uploads/2014/12/FIDO_Alliance_Whitepaper_Privacy_Principles.pdf": {},
"https://github.com/w3c/webauthn/issues": {},
- "https://github.com/whatwg/html/issues/2711": {},
"https://html.spec.whatwg.org/multipage/": {},
"https://html.spec.whatwg.org/multipage/dom.html": {
"anchors": [
@@ -88,6 +82,7 @@
"https://infra.spec.whatwg.org/": {},
"https://lists.w3.org/Archives/Public/public-webauthn/": {},
"https://pages.nist.gov/800-63-3/sp800-63-3.html": {},
+ "https://patcg-individual-drafts.github.io/private-aggregation-api/": {},
"https://refeds.org/eduperson": {},
"https://source.android.com/security/keystore/attestation": {},
"https://tc39.es/ecma262/": {
@@ -99,6 +94,7 @@
"https://tools.ietf.org/html/rfc8471": {},
"https://tools.ietf.org/html/rfc8610": {},
"https://trustedcomputinggroup.org/wp-content/uploads/IWG_CMC_Profile_Cert_Enrollment_v1_r7.pdf": {},
+ "https://trustedcomputinggroup.org/wp-content/uploads/TCG-EK-Credential-Profile-V-2.5-R2_published.pdf": {},
"https://url.spec.whatwg.org/": {},
"https://w3c.github.io/IntersectionObserver/v2/": {},
"https://webidl.spec.whatwg.org/": {
@@ -118,22 +114,24 @@
"https://www.rfc-editor.org/rfc/rfc4949": {},
"https://www.rfc-editor.org/rfc/rfc5234": {},
"https://www.rfc-editor.org/rfc/rfc5280": {},
- "https://www.rfc-editor.org/rfc/rfc5646": {},
+ "https://www.rfc-editor.org/rfc/rfc5869": {},
"https://www.rfc-editor.org/rfc/rfc5890": {},
"https://www.rfc-editor.org/rfc/rfc5958": {},
"https://www.rfc-editor.org/rfc/rfc6454": {},
+ "https://www.rfc-editor.org/rfc/rfc6979": {},
"https://www.rfc-editor.org/rfc/rfc7515": {},
"https://www.rfc-editor.org/rfc/rfc8017": {},
"https://www.rfc-editor.org/rfc/rfc8152": {},
+ "https://www.rfc-editor.org/rfc/rfc8174": {},
"https://www.rfc-editor.org/rfc/rfc8230": {},
"https://www.rfc-editor.org/rfc/rfc8264": {},
"https://www.rfc-editor.org/rfc/rfc8265": {},
"https://www.rfc-editor.org/rfc/rfc8266": {},
+ "https://www.rfc-editor.org/rfc/rfc8615": {},
"https://www.rfc-editor.org/rfc/rfc8809": {},
"https://www.rfc-editor.org/rfc/rfc8949": {},
"https://www.rfc-editor.org/rfc/rfc9052": {},
"https://www.rfc-editor.org/rfc/rfc9053": {},
- "https://www.trustedcomputinggroup.org/wp-content/uploads/Credential_Profile_EK_V2.0_R14_published.pdf": {},
"https://www.trustedcomputinggroup.org/wp-content/uploads/TPM-Rev-2.0-Part-1-Architecture-01.38.pdf": {},
"https://www.trustedcomputinggroup.org/wp-content/uploads/TPM-Rev-2.0-Part-2-Structures-01.38.pdf": {},
"https://www.trustedcomputinggroup.org/wp-content/uploads/TPM-Rev-2.0-Part-3-Commands-01.38.pdf": {},
@@ -143,11 +141,6 @@
]
},
"https://www.w3.org/2004/01/pp-impl/87227/status": {},
- "https://www.w3.org/2023/Process-20230612/": {
- "anchors": [
- "recs-and-notes"
- ]
- },
"https://www.w3.org/Consortium/Patent-Policy/": {
"anchors": [
"def-essential",
@@ -155,8 +148,13 @@
]
},
"https://www.w3.org/TR/": {},
+ "https://www.w3.org/TR/2021/REC-webauthn-2-20210408/": {
+ "anchors": [
+ "clientdatajson-serialization"
+ ]
+ },
"https://www.w3.org/TR/CSP2/": {},
- "https://www.w3.org/TR/FileAPI/": {},
+ "https://www.w3.org/TR/CSS21/": {},
"https://www.w3.org/TR/WCAG21/": {
"anchors": [
"enough-time"
@@ -169,7 +167,6 @@
},
"https://www.w3.org/TR/css-overflow-3/": {},
"https://www.w3.org/TR/i18n-glossary/": {},
- "https://www.w3.org/TR/page-visibility/": {},
"https://www.w3.org/TR/permissions-policy-1/": {},
"https://www.w3.org/TR/string-meta/": {
"anchors": [
@@ -179,8 +176,14 @@
"https://www.w3.org/TR/webauthn-1/": {},
"https://www.w3.org/TR/webauthn-3/": {},
"https://www.w3.org/TR/webdriver1/": {},
+ "https://www.w3.org/TR/webdriver2/": {},
"https://www.w3.org/Webauthn/": {},
- "https://www.w3.org/groups/wg/webauthn": {}
+ "https://www.w3.org/groups/wg/webauthn": {},
+ "https://www.w3.org/policies/process/20231103/": {
+ "anchors": [
+ "recs-and-notes"
+ ]
+ }
},
"autolinks": {
"https://dom.spec.whatwg.org/": {
@@ -199,12 +202,15 @@
"utf-8-encode"
]
},
+ "https://fetch.spec.whatwg.org/": {
+ "anchors": [
+ "concept-request-credentials-mode",
+ "concept-request-referrer-policy"
+ ]
+ },
"https://fidoalliance.org/specs/common-specs/fido-registry-v2.1-ps-20191217.html": {
"anchors": [
- "public-key-representation-formats",
- "user-verification-methods",
- "key-protection-types",
- "matcher-protection-types"
+ "public-key-representation-formats"
]
},
"https://fidoalliance.org/specs/fido-u2f-v1.1-id-20160915/fido-u2f-raw-message-formats-v1.1-id-20160915.html": {
@@ -220,30 +226,28 @@
"determining-if-a-caller-s-facetid-is-authorized-for-an-appid"
]
},
- "https://fidoalliance.org/specs/fido-v2.0-ps-20190130/fido-client-to-authenticator-protocol-v2.0-ps-20190130.html": {
+ "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html": {
"anchors": [
"ctap2-canonical-cbor-encoding-form",
- "responses",
- "large-blob"
- ]
- },
- "https://heycam.github.io/webidl": {
- "anchors": [
- "dfn-get-buffer-source-copy"
+ "authenticator-api",
+ "authenticatorLargeBlobs"
]
},
- "https://html.spec.whatwg.org/": {
+ "https://html.spec.whatwg.org/multipage/browsers.html": {
"anchors": [
- "focus"
+ "concept-origin-effective-domain",
+ "is-a-registrable-domain-suffix-of-or-is-equal-to",
+ "concept-origin-host",
+ "concept-origin-scheme",
+ "concept-origin-opaque",
+ "ascii-serialisation-of-an-origin",
+ "same-origin",
+ "same-site"
]
},
- "https://html.spec.whatwg.org/multipage/browsers.html": {
+ "https://html.spec.whatwg.org/multipage/document-sequences.html": {
"anchors": [
- "browsing-context",
- "same-site",
- "is-a-registrable-domain-suffix-of-or-is-equal-to",
- "concept-origin-effective-domain",
- "ascii-serialisation-of-an-origin"
+ "browsing-context"
]
},
"https://html.spec.whatwg.org/multipage/dom.html": {
@@ -254,7 +258,8 @@
"https://html.spec.whatwg.org/multipage/form-control-infrastructure.html": {
"anchors": [
"autofill-detail-tokens",
- "attr-fe-autocomplete"
+ "attr-fe-autocomplete",
+ "non-autofill-credential-type"
]
},
"https://html.spec.whatwg.org/multipage/form-elements.html": {
@@ -282,7 +287,8 @@
"https://html.spec.whatwg.org/multipage/interaction.html": {
"anchors": [
"transient-activation",
- "consume-user-activation"
+ "consume-user-activation",
+ "visibility-state"
]
},
"https://html.spec.whatwg.org/multipage/nav-history-apis.html": {
@@ -293,16 +299,14 @@
"https://html.spec.whatwg.org/multipage/origin.html": {
"anchors": [
"concept-origin",
- "concept-origin-opaque",
- "concept-origin-tuple",
"dom-document-domain"
]
},
"https://html.spec.whatwg.org/multipage/webappapis.html": {
"anchors": [
- "relevant-settings-object",
"concept-settings-object-origin",
"secure-context",
+ "relevant-settings-object",
"environment-settings-object",
"concept-relevant-global",
"concept-environment-top-level-origin",
@@ -332,7 +336,10 @@
"list-remove",
"set-append",
"map-entry",
+ "map-getting-the-keys",
"map-exists",
+ "map-remove",
+ "list-contain",
"serialize-a-javascript-value-to-json-bytes",
"map-key",
"map-value",
@@ -345,6 +352,11 @@
"sf"
]
},
+ "https://patcg-individual-drafts.github.io/private-aggregation-api/": {
+ "anchors": [
+ "remote-end-steps"
+ ]
+ },
"https://tc39.github.io/ecma262/": {
"anchors": [
"sec-arraybuffer-constructor",
@@ -352,11 +364,6 @@
"sec-own-property"
]
},
- "https://tools.ietf.org/html/bcp47": {
- "anchors": [
- "section-2.1"
- ]
- },
"https://tools.ietf.org/html/rfc4949": {
"anchors": [
"page-186",
@@ -408,36 +415,33 @@
"concept-url-scheme",
"valid-domain",
"valid-domain-string",
+ "domain-label",
+ "host-registrable-domain",
+ "host-public-suffix",
"concept-ipv4",
"concept-ipv6",
"opaque-host",
- "empty-host"
+ "empty-host",
+ "concept-url-parser"
]
},
"https://w3c.github.io/webappsec-credential-management/": {
"anchors": [
- "dom-credentialscontainer-create",
- "dom-credentialmediationrequirement-conditional",
- "dictdef-credentialcreationoptions",
- "dictdef-credentialrequestoptions",
"same-origin-with-its-ancestors"
]
},
"https://w3c.github.io/webdriver/": {
"anchors": [
- "dfn-extension-commands",
"dfn-extension-capability",
"dfn-endpoint-node",
"dfn-validate-capabilities",
"dfn-error",
"dfn-error-code",
- "dfn-invalid-argument",
"dfn-matching-capabilities",
- "dfn-remote-end-steps",
+ "dfn-object",
"dfn-getting-properties",
"dfn-set-a-property",
- "dfn-unsupported-operation",
- "dfn-success"
+ "dfn-unsupported-operation"
]
},
"https://webidl.spec.whatwg.org/": {
@@ -451,38 +455,50 @@
"idl-ArrayBuffer",
"idl-boolean",
"dfn-json-types",
+ "idl-object",
"idl-sequence",
- "idl-long-long",
"dfn-interface-object",
"BufferSource",
+ "dfn-get-buffer-source-copy",
"notallowederror",
"exceptiondef-typeerror",
"securityerror",
"notsupportederror",
+ "constrainterror",
"invalidstateerror",
+ "aborterror",
+ "dfn-simple-exception",
+ "idl-record",
+ "dfn-enumeration-value",
"dfn-buffer-source-type",
"encodingerror",
"idl-unsigned-long",
- "idl-USVString",
+ "idl-undefined",
+ "a-promise-rejected-with",
+ "a-promise-resolved-with",
+ "a-new-promise",
+ "resolve",
+ "reject",
+ "upon-fulfillment",
"idl-long",
"unknownerror",
- "constrainterror",
- "idl-record",
"syntaxerror"
]
},
- "https://www.w3.org/TR/FileAPI/": {
+ "https://www.w3.org/TR/CSS21/ui.html": {
"anchors": [
- "blob-url-entry-object"
+ "x8"
]
},
"https://www.w3.org/TR/credential-management-1/": {
"anchors": [
+ "dom-credentialscontainer-create",
"dom-credentialscontainer-get",
"credential",
"concept-credential",
"credential-source",
"dom-credential-id",
+ "dom-credentialmediationrequirement-conditional",
"dom-credentialrequestoptions-mediation",
"user-mediated",
"dom-credential-type-slot",
@@ -490,24 +506,24 @@
"dom-credential-discovery-slot",
"dom-credential-discovery-remote",
"dom-credential-collectfromcredentialstore-slot",
- "dom-credentialcreationoptions-signal",
"credentialscontainer",
+ "dom-credentialscontainer-preventsilentaccess",
+ "dictdef-credentialcreationoptions",
+ "dictdef-credentialrequestoptions",
+ "dom-credential-create-slot",
+ "dom-credentialcreationoptions-mediation",
+ "dom-credentialcreationoptions-signal",
"abstract-opdef-request-a-credential",
"dom-credentialrequestoptions-signal",
"dom-credential-store-slot",
"dom-credentialscontainer-store",
- "dom-credential-create-slot",
"abstract-opdef-create-a-credential"
]
},
"https://www.w3.org/TR/i18n-glossary/": {
"anchors": [
- "dfn-grapheme-cluster"
- ]
- },
- "https://www.w3.org/TR/page-visibility/": {
- "anchors": [
- "visibility-states"
+ "dfn-grapheme-cluster",
+ "dfn-language-tag"
]
},
"https://www.w3.org/TR/permissions-policy-1/": {
@@ -518,7 +534,14 @@
},
"https://www.w3.org/TR/webauthn-3/": {
"anchors": [
- "dom-collectedclientdata-tokenbinding"
+ "dom-publickeycredential-collectfromcredentialstore-slot"
+ ]
+ },
+ "https://www.w3.org/TR/webdriver2/": {
+ "anchors": [
+ "dfn-extension-commands",
+ "dfn-invalid-argument",
+ "dfn-success"
]
}
}
diff --git a/tr/refs/webauthn-3.json b/tr/refs/webauthn-3.json
index c0e1bb8e5747..ef059e04a62d 100644
--- a/tr/refs/webauthn-3.json
+++ b/tr/refs/webauthn-3.json
@@ -13,6 +13,10 @@
"name": "CSP2",
"url": "https://www.w3.org/TR/CSP2/"
},
+ {
+ "name": "CSS21",
+ "url": "https://www.w3.org/TR/CSS21/"
+ },
{
"name": "DOM4",
"url": "https://dom.spec.whatwg.org/"
@@ -25,13 +29,17 @@
"name": "ENCODING",
"url": "https://encoding.spec.whatwg.org/"
},
+ {
+ "name": "FETCH",
+ "url": "https://fetch.spec.whatwg.org/"
+ },
{
"name": "FIDO-APPID",
"url": "https://fidoalliance.org/specs/fido-v2.0-id-20180227/fido-appid-and-facets-v2.0-id-20180227.html"
},
{
"name": "FIDO-CTAP",
- "url": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-20210615.html"
+ "url": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html"
},
{
"name": "FIDO-Privacy-Principles",
@@ -46,8 +54,8 @@
"url": "https://fidoalliance.org/specs/fido-u2f-v1.1-id-20160915/fido-u2f-raw-message-formats-v1.1-id-20160915.html"
},
{
- "name": "FileAPI",
- "url": "https://www.w3.org/TR/FileAPI/"
+ "name": "FIDO-V2.1",
+ "url": "https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html"
},
{
"name": "HTML",
@@ -69,14 +77,14 @@
"name": "INFRA",
"url": "https://infra.spec.whatwg.org/"
},
- {
- "name": "PAGE-VISIBILITY",
- "url": "https://www.w3.org/TR/page-visibility/"
- },
{
"name": "Permissions-Policy",
"url": "https://www.w3.org/TR/permissions-policy-1/"
},
+ {
+ "name": "PRIVATE-AGGREGATION-API",
+ "url": "https://patcg-individual-drafts.github.io/private-aggregation-api/"
+ },
{
"name": "RFC2119",
"url": "https://datatracker.ietf.org/doc/html/rfc2119"
@@ -101,10 +109,6 @@
"name": "RFC5280",
"url": "https://www.rfc-editor.org/rfc/rfc5280"
},
- {
- "name": "RFC5646",
- "url": "https://www.rfc-editor.org/rfc/rfc5646"
- },
{
"name": "RFC5890",
"url": "https://www.rfc-editor.org/rfc/rfc5890"
@@ -121,6 +125,10 @@
"name": "RFC8152",
"url": "https://www.rfc-editor.org/rfc/rfc8152"
},
+ {
+ "name": "RFC8174",
+ "url": "https://www.rfc-editor.org/rfc/rfc8174"
+ },
{
"name": "RFC8230",
"url": "https://www.rfc-editor.org/rfc/rfc8230"
@@ -141,6 +149,10 @@
"name": "RFC8610",
"url": "https://tools.ietf.org/html/rfc8610"
},
+ {
+ "name": "RFC8615",
+ "url": "https://www.rfc-editor.org/rfc/rfc8615"
+ },
{
"name": "RFC8809",
"url": "https://www.rfc-editor.org/rfc/rfc8809"
@@ -175,7 +187,7 @@
},
{
"name": "TPMv2-EK-Profile",
- "url": "https://www.trustedcomputinggroup.org/wp-content/uploads/Credential_Profile_EK_V2.0_R14_published.pdf"
+ "url": "https://trustedcomputinggroup.org/wp-content/uploads/TCG-EK-Credential-Profile-V-2.5-R2_published.pdf"
},
{
"name": "TPMv2-Part1",
@@ -197,6 +209,10 @@
"name": "WCAG21",
"url": "https://www.w3.org/TR/WCAG21/"
},
+ {
+ "name": "WEBAUTHN-2-20210408",
+ "url": "https://www.w3.org/TR/2021/REC-webauthn-2-20210408/"
+ },
{
"name": "WEBAUTHN-3",
"url": "https://www.w3.org/TR/webauthn-3/"
@@ -205,6 +221,10 @@
"name": "WebDriver",
"url": "https://www.w3.org/TR/webdriver1/"
},
+ {
+ "name": "WEBDRIVER2",
+ "url": "https://www.w3.org/TR/webdriver2/"
+ },
{
"name": "WebIDL",
"url": "https://webidl.spec.whatwg.org/"
@@ -255,6 +275,10 @@
"name": "RFC3279",
"url": "https://www.rfc-editor.org/rfc/rfc3279"
},
+ {
+ "name": "RFC5869",
+ "url": "https://www.rfc-editor.org/rfc/rfc5869"
+ },
{
"name": "RFC5958",
"url": "https://www.rfc-editor.org/rfc/rfc5958"
@@ -263,6 +287,10 @@
"name": "RFC6265",
"url": "https://httpwg.org/specs/rfc6265.html"
},
+ {
+ "name": "RFC6979",
+ "url": "https://www.rfc-editor.org/rfc/rfc6979"
+ },
{
"name": "RFC8017",
"url": "https://www.rfc-editor.org/rfc/rfc8017"