From e239ee557e71232c034ff8e034582f1e231cf31f Mon Sep 17 00:00:00 2001 From: Emil Lundberg Date: Fri, 16 Feb 2024 14:09:51 +0100 Subject: [PATCH] Fix indentation of step to invoke authenticatorMakeCredential The current indentation renders this step as a sub-step of "For each credential descriptor C in pkOptions.excludeCredentials", meaning the operation is to be invoked once per `excludeCredentials` entry and not at all if `excludeCredentials` is empty. The indentation appears to have been broken in commit b44009c0bc24ed76f79c94c4bf6a3d5a111439ae (originally 7acc1d5ccb24306956acdeb31e995e8f7c486353) in PR #1366, caused by a mix of tab and space characters being replaced with just spaces. --- index.bs | 35 +++++++++++++++++------------------ 1 file changed, 17 insertions(+), 18 deletions(-) diff --git a/index.bs b/index.bs index 38ec138bf..c17e3f922 100644 --- a/index.bs +++ b/index.bs @@ -2053,24 +2053,23 @@ a numbered step. If outdented, it (today) is rendered as a bullet in the midst o 1. Otherwise, [=list/Append=] |C| to |excludeCredentialDescriptorList|. - -
  • - - - Invoke the [=authenticatorMakeCredential=] operation on |authenticator| with - |clientDataHash|, - |pkOptions|.{{PublicKeyCredentialCreationOptions/rp}}, - |pkOptions|.{{PublicKeyCredentialCreationOptions/user}}, - |requireResidentKey|, - |userVerification|, - |credTypesAndPubKeyAlgs|, - |excludeCredentialDescriptorList|, - |enterpriseAttestationPossible|, - |attestationFormats|, - and |authenticatorExtensions| as parameters. -
  • + +
  • + + Invoke the [=authenticatorMakeCredential=] operation on |authenticator| with + |clientDataHash|, + |pkOptions|.{{PublicKeyCredentialCreationOptions/rp}}, + |pkOptions|.{{PublicKeyCredentialCreationOptions/user}}, + |requireResidentKey|, + |userVerification|, + |credTypesAndPubKeyAlgs|, + |excludeCredentialDescriptorList|, + |enterpriseAttestationPossible|, + |attestationFormats|, + and |authenticatorExtensions| as parameters. +
  • 1. [=set/Append=] |authenticator| to |issuedRequests|.