- From: Emil Lundberg via GitHub <noreply@w3.org>
- Date: Tue, 08 Jul 2025 09:09:28 +0000
- To: public-webauthn@w3.org
emlun has just closed emlun's pull request 2280 for https://github.com/w3c/webauthn: == Replace in-field string metadata with resource-level default fields == This addresses #1643: > We request that you do the following: > > * Remove the in-field encoding of language metadata using Unicode tag characters > * Remove the in-field encoding of string direction using strongly directional marks > * Add a document-level field for the document language and a document-level field for default direction; such fields would be optional, since you have an installed base New `language` and `direction` attributes on `PublicKeyCredentialUserEntity` seems like the most appropriate implementation of a "document-level field", since these are the only natural language string parameters we have. The new attributes won't work with currently existing CTAP authenticators, but their processing is specified as "best-effort" (at least that's the intent) so RPs should be aware that they might not work. --- The following tasks have been completed: - [ ] Modified Web platform tests ([link](https://github.com/web-platform-tests/wpt/)) Implementation commitment: - [ ] WebKit ([link to issue](https://bugs.webkit.org/)) - [ ] Chromium ([link to issue](https://issues.chromium.org/issues/new?component=1456855&template=0)) - [ ] Gecko ([link to issue](https://bugzilla.mozilla.org/home)) Documentation and checks - N/A ~~Affects privacy~~ - N/A ~~Affects security~~ - N/A ~~Updated explainer~~ <!-- This comment and the below content is programmatically generated. You may add a comma-separated list of anchors you'd like a direct link to below (e.g. #idl-serializers, #idl-sequence): Don't remove this comment or modify anything below this line. If you don't want a preview generated for this pull request, just replace the whole of this comment's content by "no preview" and remove what's below. --> *** <a href="https://pr-preview.s3.amazonaws.com/w3c/webauthn/pull/2280.html" title="Last updated on May 28, 2025, 7:18 PM UTC (9718f03)">Preview</a> | <a href="https://pr-preview.s3.amazonaws.com/w3c/webauthn/2280/3bcf9d5...9718f03.html" title="Last updated on May 28, 2025, 7:18 PM UTC (9718f03)">Diff</a> See https://github.com/w3c/webauthn/pull/2280 -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Tuesday, 8 July 2025 09:09:29 UTC