|
2 | 2 | Notes: |
3 | 3 | * the h1 tag is spec title that is rendered within the document window. Wrapping |
4 | 4 | may be controlled with break tags. The spec 'Level' value is not appended. |
5 | | -* the Title metadata value is what is rendered in the browser's titlebar, any break |
| 5 | +* the Title metadata value is what is rendered in the browser's title bar, any break |
6 | 6 | tags will be rendered. It also has the spec 'Level' value (gratuitously) appended. |
7 | 7 | --> |
8 | 8 |
|
@@ -2854,7 +2854,7 @@ This method has no arguments and returns a Boolean value. |
2854 | 2854 |
|
2855 | 2855 | [=[WRPS]=] use this method to determine the availability of a limited set of [=WebAuthn Client|client=] capabilities to offer certain workflows and experiences to users. For example, an RP may offer a sign in button on clients where only {{AuthenticatorTransport/hybrid}} transport is available or where {{CredentialMediationRequirement/conditional}} mediation is unavailable (instead of showing a username field). |
2856 | 2856 |
|
2857 | | -Upon invocation, the [=client=] employs a [=client platform=]-specific procedure to discover availablity of these capabilities. |
| 2857 | +Upon invocation, the [=client=] employs a [=client platform=]-specific procedure to discover availability of these capabilities. |
2858 | 2858 |
|
2859 | 2859 | This method has no arguments and returns a record of capability keys to Boolean values. |
2860 | 2860 |
|
@@ -3166,7 +3166,7 @@ follows: |
3166 | 3166 | [=authenticator=]-specific procedure to hide it from future [=authentication |
3167 | 3167 | ceremonies=]. |
3168 | 3168 | 1. Else, if |credential| has been hidden by an [=authenticator=]-specific |
3169 | | - procecure, reverse the action so that |credential| is present in future |
| 3169 | + procedure, reverse the action so that |credential| is present in future |
3170 | 3170 | [=authentication ceremonies=]. |
3171 | 3171 |
|
3172 | 3172 | <div class="example"> |
@@ -3203,7 +3203,7 @@ hidden, potentially irreversibly. [=Relying parties=] must exercise care that |
3203 | 3203 | valid credential IDs are never omitted from the list. If a valid [=credential |
3204 | 3204 | ID=] were accidentally omitted, the [=relying party=] should immediately include |
3205 | 3205 | it in {{PublicKeyCredential/signalAllAcceptedCredentials(options)}} as soon as |
3206 | | -possible to "unhide" it, if supported by the [=authenticator=]. |
| 3206 | +possible to "un-hide" it, if supported by the [=authenticator=]. |
3207 | 3207 |
|
3208 | 3208 | [=Authenticators=] SHOULD, whenever possible, prefer hiding [=public key credentials=] for a period of time instead |
3209 | 3209 | of permanently removing them, to aid recovery if a [=[WRP]=] |
|
0 commit comments