Skip to content

Commit

Permalink
Editorial comments from TallTed
Browse files Browse the repository at this point in the history
  • Loading branch information
cbiesinger committed Sep 20, 2023
1 parent 652b436 commit fb02431
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions spec/index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -659,10 +659,10 @@ the exception thrown.
with the key being the origin of |provider|'s configURL. If there is
no such entry, set it to a user-agent specific default (either [=unknown=] or
[=signed-out=]).
1. If |signinStatus| is [=signed-out=], the user agent must either:
1. If |signinStatus| is [=signed-out=], the user agent must do one of the following:

1. Return failure.
1. Prompt the user whether to continue. This MAY include an affordance
* Return failure.
* Prompt the user whether to continue. This MAY include an affordance
to [=show an IDP sign-in dialog=]. If the user cancels or that
algorithm returns failure, return failure.

Expand Down Expand Up @@ -1291,8 +1291,8 @@ the following steps. This returns success or failure.
the [[#signin-status-javascript|JavaScript]] or
[[#signin-status-http|HTTP header]] API.
1. Wait for one of the following conditions:
1. The user closes the browsing context: return failure.
1. {{IdentityProvider}}.{{IdentityProvider/close}} is called:
* The user closes the browsing context: return failure.
* {{IdentityProvider}}.{{IdentityProvider/close}} is called:
1. Close the browsing context.
1. If |status_changed| is true, return success.
1. Otherwise, return failure.
Expand Down

0 comments on commit fb02431

Please sign in to comment.