Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Internationalization Review for VC JOSE COSE #95

Closed
12 of 24 tasks
OR13 opened this issue May 30, 2023 · 5 comments
Closed
12 of 24 tasks

Internationalization Review for VC JOSE COSE #95

OR13 opened this issue May 30, 2023 · 5 comments

Comments

@OR13
Copy link
Contributor

OR13 commented May 30, 2023

This review is for the following specifications:

  1. If the spec (or its implementation) contains any natural language text that will be read by a human (this includes error messages or other UI text, JSON strings, etc, etc), ensure that there’s metadata about and support for basic things such as language and text direction. Also check the detailed guidance for Language and Text direction.
  • Not applicable

This specification is a cryptographic message securing mechanisms and thus do not contain text that will be read by a human being.

The one exception for this is possibly software developers, who might see error messages, which have specific codes, which are internationalizable, but whose internationalization characteristics are up to each implementer.

  1. If the spec (or its implementation) allows content authors to produce typographically appealing text, either in its own right, or in association with graphics. take into account the different typographic styles used around the world (for things such as line-breaking, text justification, emphasis or other text decorations, text selection and units, etc.) Also check the detailed guidance for Typographic support.
  • Not applicable

This specification is a cryptographic message securing mechanisms and thus does not provide the features described in the paragraph above.

  1. If the spec (or its implementation) allows the user to point into text, creates text fragments, concatenates text, allows the user to select or step through text (using a cursor or other methods), etc. make allowances for the ways different scripts handle units of text. Also check the detailed guidance for Text-processing.
  • Not applicable

This specification is a cryptographic message securing mechanisms and thus does not provide the features described in the paragraph above.

  1. If the spec (or its implementation) allows searching or matching of text, including syntax and identifiers understand the implications of normalisation, case folding, etc. Also check the detailed guidance for Text-processing.
  • Not applicable

This specification is a cryptographic message securing mechanisms and thus does not provide the features described in the paragraph above.

  1. If the spec (or its implementation) sorts text ensure that it does so in locally relevant ways. Also check the detailed guidance for Text-processing.
  • Not applicable

This specification is a cryptographic message securing mechanisms and thus does not provide the features described in the paragraph above.

  1. If the spec (or its implementation) captures user input ensure that it also captures metadata about language and text direction, and that it accommodates locale-specific input methods.
  • Not applicable

This specification is a cryptographic message securing mechanisms and thus does not provide the features described in the paragraph above.

  1. If the spec (or its implementation) deals with time in any way that will be read by humans and/or crosses time zone boundaries ensure that it will represent time as expected in locales around the world, and manage the relationship between local and global/absolute time. Also check the detailed guidance for Local dates, times and formats.
  • Not applicable

Dates and times might be expressed in the Protected Header, see https://www.rfc-editor.org/rfc/rfc7519#section-4.1.6

  1. If the spec (or its implementation) allows any character encoding other than UTF-8. make sure you have a convincing argument as to why, and then ensure that the character encoding model is correct. Also check the detailed guidance for Characters.
  • Not applicable

All character encoding for all cryptographic suites use UTF-8 for text encoding.

  1. If the spec (or its implementation) defines markup ensure support for internationalisation features and avoid putting human-readable text in attribute values or plain-text elements. Also check the detailed guidance for Markup & syntax.
  • Not applicable

This specification is a cryptographic message securing mechanisms and thus does not provide the features described in the paragraph above.

  1. If the spec (or its implementation) deals with names, addresses, time & date formats, etc ensure that the model is flexible enough to cope with wide variations in format, levels of data, etc. Also check the detailed guidance for Local dates, times and formats.
  • Not applicable

Dates and times might be expressed in the Protected Header, see https://www.rfc-editor.org/rfc/rfc7519#section-4.1.6

  1. If the spec (or its implementation) describes a format or data that is likely to need localization. ensure that there’s an approach in place which allows effective storage and labelling of, and access to localised alternatives for strings, text, images, etc.
  • Not applicable

This specification is a cryptographic message securing mechanisms and thus does not provide the features described in the paragraph above.

  1. If the spec (or its implementation) makes any reference to or relies on any cultural norms ensure that it can be adapted to suit different cultural norms around the world (ranging from depictions of people or gestures, to expectations about gender roles, to approaches to work and life, etc).
  • Not applicable

This specification is a cryptographic message securing mechanisms and thus does not provide the features described in the paragraph above.

@mprorock
Copy link
Contributor

See also PR #92

@OR13 OR13 changed the title [WIP] Internationalization Review for VC JWT Internationalization Review for VC JWT Jun 27, 2023
@OR13
Copy link
Contributor Author

OR13 commented Jun 27, 2023

This seems ready, I removed the WIP tag

@Sakurann Sakurann changed the title Internationalization Review for VC JWT Internationalization Review for VC JOSE COSE Aug 9, 2023
@Sakurann
Copy link
Contributor

Sakurann commented Aug 9, 2023

the specification name and short has changed:

  • name: from "Securing Verifiable Credentials using JSON Web Tokens" to "Securing Verifiable Credentials using JOSE and COSE"
  • shortname: from vc-jwt to vc-jose-cose

@awoie
Copy link
Contributor

awoie commented Sep 18, 2023

@OR13 requested horizontal review here: w3c/i18n-request#218

@OR13 OR13 assigned awoie and unassigned mprorock, selfissued and OR13 Sep 29, 2023
@OR13
Copy link
Contributor Author

OR13 commented Oct 24, 2023

closing

@OR13 OR13 closed this as completed Oct 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants