- From: Emil Lundberg <noreply@github.com>
- Date: Wed, 07 Aug 2024 08:16:35 -0700
- To: public-webauthn@w3.org
Branch: refs/heads/authenticatorDisplayName-DOMString
Home: https://github.com/w3c/webauthn
Commit: 34d8b60de1f7e0e0e29b9f082e51ffa9012411dc
https://github.com/w3c/webauthn/commit/34d8b60de1f7e0e0e29b9f082e51ffa9012411dc
Author: Emil Lundberg <emil@yubico.com>
Date: 2024-08-07 (Wed, 07 Aug 2024)
Changed paths:
M index.bs
Log Message:
-----------
Change type of credProps.authenticatorDisplayName to DOMString
As recommended by the Web IDL spec [1]:
>Specifications should only use `USVString` for APIs that perform text
>processing and need a string of scalar values to operate on. Most APIs that use
>strings should instead be using `DOMString`, which does not make any
>interpretations of the code units in the string. When in doubt, use `DOMString`.
[1]: https://webidl.spec.whatwg.org/#idl-USVString
To unsubscribe from these emails, change your notification settings at https://github.com/w3c/webauthn/settings/notifications
Received on Wednesday, 7 August 2024 15:16:39 UTC