Skip to content

Commit

Permalink
Don't mention only authenticators in reference to string truncation s…
Browse files Browse the repository at this point in the history
…ection
  • Loading branch information
emlun committed Mar 20, 2024
1 parent 0102d01 commit ccf4e32
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 @@ -3195,7 +3195,7 @@ associated with or [=scoped=] to, respectively.
When [=clients=], [=client platforms=], or [=authenticators=] display a {{PublicKeyCredentialEntity/name}}'s value, they should always use UI elements to provide a clear boundary around the displayed value, and not allow overflow into other elements [[css-overflow-3]].

When storing a {{PublicKeyCredentialEntity/name}} member's value,
[=authenticators=] MAY truncate the value as described in [[#sctn-strings-truncation]]
the value MAY be truncated as described in [[#sctn-strings-truncation]]
using a size limit greater than or equal to 64 bytes.
</div>

Expand Down Expand Up @@ -3268,7 +3268,7 @@ credential.
When [=clients=], [=client platforms=], or [=authenticators=] display a {{PublicKeyCredentialUserEntity/displayName}}'s value, they should always use UI elements to provide a clear boundary around the displayed value, and not allow overflow into other elements [[css-overflow-3]].

When storing a {{PublicKeyCredentialUserEntity/displayName}} member's value,
[=authenticators=] MAY truncate the value as described in [[#sctn-strings-truncation]]
the value MAY be truncated as described in [[#sctn-strings-truncation]]
using a size limit greater than or equal to 64 bytes.
</div>

Expand Down

0 comments on commit ccf4e32

Please sign in to comment.