From fd023407a7905b6d458709e7e9a75f8aa72be03c Mon Sep 17 00:00:00 2001 From: Emil Lundberg Date: Tue, 6 Feb 2018 15:11:46 +0100 Subject: [PATCH] Use [=map/for each=] for iteration over authenticator extensions --- index.bs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/index.bs b/index.bs index 3d2717f32..d1ff62f48 100644 --- a/index.bs +++ b/index.bs @@ -2356,8 +2356,8 @@ When this operation is invoked, the [=authenticator=] MUST perform the following decrypt it. 1. If any error occurred while creating the new credential object, return an error code equivalent to "{{UnknownError}}" and terminate the operation. -1. Let |processedExtensions| be the result of [=authenticator extension processing=] for each supported [=extension identifier=]/input - pair in |extensions|. +1. Let |processedExtensions| be the result of [=authenticator extension processing=] [=map/for each=] supported extensionIdauthenticatorExtensionInput in |extensions|. 1. If the [=authenticator=] supports:
: a per-[=RP ID=] [=signature counter=] @@ -2431,8 +2431,8 @@ When this method is invoked, the [=authenticator=] MUST perform the following pr If the user does not [=user consent|consent=], return an error code equivalent to "{{NotAllowedError}}" and terminate the operation. -1. Let |processedExtensions| be the result of [=authenticator extension processing=] for each supported [=extension - identifier=]/input pair in |extensions|. +1. Let |processedExtensions| be the result of [=authenticator extension processing=] [=map/for each=] supported extensionIdauthenticatorExtensionInput in |extensions|. 1. Increment the [=RP ID=]-associated [=signature counter=] or the global [=signature counter=] value, depending on which approach is implemented by the [=authenticator=], by some positive value.