Re: [webauthn] authenticatorDisplayName should use a localizable language map (#2151)

@aphillips As @zacknewman points out above, it looks like [String-Meta §2.1.4 Language Maps](https://www.w3.org/TR/string-meta/#language-maps) doesn't formally define (in WebIDL) the structure of a language map, only by example and later abstractly in [language indexing](https://www.w3.org/TR/string-meta/#dfn-language-indexing) (which is not referenced in §2.1.4). Would it be appropriate for String-Meta to provide a WebIDL definition like:

```webidl
typedef record<DOMString, Localizable> LocalizableMap;
```

or should we define this locally in the WebAuthn spec?

-- 
GitHub Notification of comment by emlun
Please view or discuss this issue at https://github.com/w3c/webauthn/issues/2151#issuecomment-2383346849 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Monday, 30 September 2024 14:19:19 UTC