Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoscaceres authored Aug 24, 2024
1 parent bcd0e73 commit 339803c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -995,7 +995,7 @@ spec:css-syntax-3;
1. If |options|.{{CredentialRequestOptions/mediation}} was not passed,
set |options|.{{CredentialRequestOptions/mediation}} to one of the following values:
1. If the |interfaces| together define a [=Credential/default get mediation=], that enum value.
1. Otherwise, {{CredentialMediationRequirement/conditional}}.
1. Otherwise, {{CredentialMediationRequirement/optional}}.

1. [=set/For each=] |interface| of |interfaces|:

Expand Down Expand Up @@ -1206,7 +1206,7 @@ spec:css-syntax-3;
1. If |options|.{{CredentialRequestOptions/mediation}} was not passed,
set |options|.{{CredentialRequestOptions/mediation}} to one of the following values:
1. If the |interfaces| together define a [=Credential/default create mediation=], that enum value.
1. Otherwise, {{CredentialMediationRequirement/conditional}}.
1. Otherwise, {{CredentialMediationRequirement/optional}}.

1. Return [=a promise rejected with=] `NotSupportedError` if any of the following statements
are true:
Expand Down

0 comments on commit 339803c

Please sign in to comment.