Use of CanonicalizeUnicodeLocaleId
#1084
Labels
i18n-needs-resolution
Issue the Internationalization Group has raised and looks for a response on.
lang
memberhttps://w3c.github.io/manifest/#lang-member
The instructions on processing the
lang
member are inconsistent with the description of what alang
member can contain. The ECMA-402 functionCanonicalizeUnicodeLocaleID
is invoked and this results in a variety of potential changes to a few otherwise-valid values. This is probably the right thing to do when actually consuming thelang
member's value (particularly withIntl.Locale
and friends in JavaScript), but its sudden appearance buried in the processing instructions makes this surprising. This suggests thatlang
should actually be defined as a Unicode Locale ID??It's not clear if referencing Unicode Locale IDs is the right thing for the manifest spec to do, since the manifest is mainly concerned with transmitting data values, not actually performing runtime processing.
The text was updated successfully, but these errors were encountered: