Skip to content

Commit

Permalink
Update index.bs
Browse files Browse the repository at this point in the history
  • Loading branch information
npm1 authored Nov 4, 2024
1 parent a873298 commit b5aadc3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion spec/index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -774,13 +774,15 @@ the exception thrown.
next steps. The user agent MAY also return (failure, false) at this point or
after some arbitrary wait.

Note: For example, the user agent could:
<div class="note">
NOTE: For example, the user agent could:
* Show an identity provider selector and only proceed once
the user confirms their desire to use an identity provider.
* Provide a button in the URL bar and wait for user input
before continuing.
* Use previous user behavior to determine not to show any
UI to the user and silently reject the request.
</div>
1. Let |loginStatus| be the result of [=get the login status=] with
the [=/origin=] of |provider|'s {{IdentityProviderConfig/configURL}}.
1. If |loginStatus| is [=unknown=], a user agent MAY set it to [=logged-out=].
Expand Down

2 comments on commit b5aadc3

@cbiesinger
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hm, why did just "Note:" not work?

@npm1
Copy link
Collaborator Author

@npm1 npm1 commented on b5aadc3 Nov 4, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Because of the requested change to use a list. The list becomes rendered outside of the note.

Please sign in to comment.