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

Use of uppercase hex for code points (editorial) #60

Closed
aphillips opened this issue Feb 9, 2023 · 0 comments · Fixed by #61
Closed

Use of uppercase hex for code points (editorial) #60

aphillips opened this issue Feb 9, 2023 · 0 comments · Fixed by #61
Labels
i18n-needs-resolution Issue the Internationalization Group has raised and looks for a response on.

Comments

@aphillips
Copy link

Stylistic conventions
https://w3c.github.io/uievents-key/#style-conventions

Unicode [Unicode] code points are shown as: U+003d.

I18N recommends the use of uppercase for hexadecimal code point references (we also recommend showing the character and the character name when that will reduce confusion). For more info, see this section in our Best Practices doc: https://w3c.github.io/bp-i18n-specdev/#char_ref

Note that to address this issue you will need to go through your spec and fix the various U+abcd references to use uppercase. I happened to notice that all of your references are in lowercase currently.

(This is an editorial comment.)

@aphillips aphillips added the i18n-needs-resolution Issue the Internationalization Group has raised and looks for a response on. label Feb 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
i18n-needs-resolution Issue the Internationalization Group has raised and looks for a response on.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant