From f34620920b15150524f9b8ad9d19bbe9faf3a26f Mon Sep 17 00:00:00 2001 From: Adam Langley Date: Mon, 14 Sep 2020 14:43:59 -0700 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Emil Lundberg Co-authored-by: =JeffH --- index.bs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.bs b/index.bs index 4726970c9..5c9f3b41c 100644 --- a/index.bs +++ b/index.bs @@ -5855,11 +5855,11 @@ Note: In order to interoperate, user agents storing large blobs on authenticator :: 1. If {{AuthenticationExtensionsLargeBlobInputs/read}} or {{AuthenticationExtensionsLargeBlobInputs/write}} is present: 1. Return a {{DOMException}} whose name is “{{NotSupportedError}}”. - 1. If {{AuthenticationExtensionsLargeBlobInputs/support}} is present and has the value “required”: + 1. If {{AuthenticationExtensionsLargeBlobInputs/support}} is present and has the value {{LargeBlobSupport/required}}: 1. Set {{AuthenticationExtensionsLargeBlobOutputs/supported}} to [TRUE]. 1. When creating the credential, prior to evaluating the [=authenticator attachment modality=], [=iteration/continue=] (i.e. ignore the authenticator) if the authenticator is not capable of storing large blobs. 1. Otherwise: - 1. Set {{AuthenticationExtensionsLargeBlobOutputs/supported}} to [TRUE] if the authenticator that created the fresh credential supports large blobs and [FALSE] otherwise. + 1. Set {{AuthenticationExtensionsLargeBlobOutputs/supported}} to [TRUE] if the [=create/selected authenticator=] supports large blobs and [FALSE] otherwise. : Client extension processing ([=authentication extension|authentication=]) ::