Skip to content

Commit

Permalink
reflect backwards compatibility in language
Browse files Browse the repository at this point in the history
  • Loading branch information
nsatragno committed Nov 21, 2023
1 parent 07c8b69 commit 265d772
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -7766,11 +7766,11 @@ Each stored [=virtual authenticator=] has the following properties:
Note: This property has no effect if the [=Virtual Authenticator=] does not support the [=User Verification Method=] extension.
: |defaultBackupEligibility|
:: Determines the default state of the [=backup eligibility=] [=credential property=] for any newly created [=Public Key Credential Source=].
This value MUST be reflected by the [=BE=] [=authenticator data=] [=flag=] when performing an [=authenticatorMakeCredential=]
This value SHOULD be reflected by the [=BE=] [=authenticator data=] [=flag=] when performing an [=authenticatorMakeCredential=]
operation with this [=virtual authenticator=].
: |defaultBackupState|
:: Determines the default state of the [=backup state=] [=credential property=] for any newly created [=Public Key Credential Source=].
This value MUST be reflected by the [=BS=] [=authenticator data=] [=flag=] when performing an [=authenticatorMakeCredential=]
This value SHOULD be reflected by the [=BS=] [=authenticator data=] [=flag=] when performing an [=authenticatorMakeCredential=]
operation with this [=virtual authenticator=].

## <dfn>Add Virtual Authenticator</dfn> ## {#sctn-automation-add-virtual-authenticator}
Expand Down Expand Up @@ -8015,8 +8015,8 @@ The <dfn>Credential Parameters</dfn> is a JSON [=Object=] passed to the [=remote
<td>
The simulated [=backup eligibility=] for the [=public key credential source=]. If unset, the value will default to the
[=virtual authenticator=]'s |defaultBackupEligibility| property.
This value MUST be reflected by the [=BE=] [=authenticator data=] [=flag=] when performing an [=authenticatorGetAssertion=]
operation with this [=public key credential source=].
The simulated [=backup eligibility=] SHOULD be reflected by the [=BE=] [=authenticator data=] [=flag=] when performing
an [=authenticatorGetAssertion=] operation with this [=public key credential source=].
</td>
<td>boolean</td>
</tr>
Expand All @@ -8025,8 +8025,8 @@ The <dfn>Credential Parameters</dfn> is a JSON [=Object=] passed to the [=remote
<td>
The simulated [=backup state=] for the [=public key credential source=]. If unset, the value will default to the
[=virtual authenticator=]'s |defaultBackupState| property.
This value MUST be reflected by the [=BS=] [=authenticator data=] [=flag=] when performing an [=authenticatorGetAssertion=]
operation with this [=public key credential source=].
The simulated [=backup state=] SHOULD be reflected by the [=BS=] [=authenticator data=] [=flag=] when performing
an [=authenticatorGetAssertion=] operation with this [=public key credential source=].
</td>
<td>boolean</td>
</tr>
Expand Down

0 comments on commit 265d772

Please sign in to comment.