@@ -304,13 +304,18 @@ <h3>
304
304
< li > Let |providers| be |options|'s {{CredentialRequestOptions/digital}}'s
305
305
{{DigitalCredentialRequestOptions/providers}} member.
306
306
</ li >
307
- < li > If |providers| is empty, [=exception/throw=] a {{TypeError}}.
307
+ < li > If |providers| [=list/is empty=], [=exception/throw=] a
308
+ {{TypeError}}.
308
309
</ li >
309
- < li > [=List/For each=] |provider| in |providers|:
310
+ < li > Let |range| be [=list/get the indices=] of |providers|.
311
+ </ li >
312
+ < li > [=For each=] |n| of the |range|:
310
313
< ol >
311
- < li > If |provider|'s {{DigitalCredentialsProvider/protocol}} does
312
- not match a [=digital credentials registry/protocol identifier=] from
313
- the [=digital credentials registry=], [=exception/throw=] a
314
+ < li > Let |provider| be [=list/item=] at |providers|'s |n| index.
315
+ </ li >
316
+ < li > If |provider|'s {{DigitalCredentialsProvider/protocol}} does not
317
+ match a [=digital credentials registry/protocol identifier=] from the
318
+ [=digital credentials registry=], [=exception/throw=] a
314
319
{{TypeError}}.
315
320
</ li >
316
321
< li > Let |dictionary| be the [=digital credentials registry/Web IDL
327
332
of |request|'s members are invalid, [=exception/throw=] a
328
333
{{TypeError}}.
329
334
</ li >
335
+ < li > Set [=list/item=] at |providers|'s |n| index's
336
+ {{DigitalCredentialsProvider/request}} to |request|.
337
+ </ li >
330
338
</ ol >
331
339
</ li >
332
340
< li >
@@ -402,8 +410,8 @@ <h2 id="protocol-registry">
402
410
</ h2 >
403
411
< p >
404
412
The following are < dfn data-lt ="digital credentials registry "> exchange
405
- protocols from the digital credentials registry</ dfn > , supported by
406
- this specification.
413
+ protocols from the digital credentials registry</ dfn > , supported by this
414
+ specification.
407
415
</ p >
408
416
< p class ="note " title ="Official Registry " data-cite ="w3c-process ">
409
417
It is expected that this registry will be become a [=W3C registry=] in
0 commit comments