From d7fd46fd6a7f43a0657d1a29f371263c39287ef9 Mon Sep 17 00:00:00 2001 From: ynojima Date: Fri, 14 Jul 2017 23:53:32 +0900 Subject: [PATCH 1/2] Fix typo. --- index.bs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.bs b/index.bs index 22af5f8bf..ba9c5c6e5 100644 --- a/index.bs +++ b/index.bs @@ -1776,7 +1776,7 @@ template: the [=public key credential=] to be attested, the [=authenticator data=] structure containing the authenticator data for the attestation, and the [=hash of the serialized client data=]. -- Verification procedurs: +- Verification procedures: The procedure for verifying an [=attestation statement=], which takes as inputs the [=authenticator data=] structure containing the authenticator data claimed to have been used for the attestation and the [=hash of the serialized client data=], and returns either: From 97864c573dd71e092f8d7b709ab7c3a42de25fec Mon Sep 17 00:00:00 2001 From: ynojima Date: Sun, 16 Jul 2017 11:35:16 +0900 Subject: [PATCH 2/2] Fix typo --- index.bs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.bs b/index.bs index ba9c5c6e5..c1109806a 100644 --- a/index.bs +++ b/index.bs @@ -1550,7 +1550,7 @@ input parameters: - The user account's {{PublicKeyCredentialUserEntity}}. - A sequence of pairs of {{PublicKeyCredentialType}} and cryptographic algorithms (a dictionary type) requested by the [=[RP]=], where the cryptographic algorithms are normalized as per the procedure in - [[WebCryptoAPI#algorithm-normalization-normalize-an-algorithm]]. This sequence is is ordered from most preferred to least + [[WebCryptoAPI#algorithm-normalization-normalize-an-algorithm]]. This sequence is ordered from most preferred to least preferred. The platform makes a best-effort to create the most preferred credential that it can. - An optional list of {{PublicKeyCredentialDescriptor}} objects provided by the [=[RP]=] with the intention that, if any of these are known to the authenticator, it should not create a new credential.