-
Notifications
You must be signed in to change notification settings - Fork 2.5k
NumberFormat/PluralRules updates #16923
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
Conversation
|
@queengooborg Does adding support for preview count as a supported platform? I ask because if this feature is supported in Chrome "real versions" and FF preview it is still really only widely available in one platform. I ask because it wants me to change this to not experimental when I consider it still to be. |
480d8fa to
9e9867f
Compare
|
@queengooborg Thanks. More advice required on this please. |
|
@queengooborg Should be good to review "in full" now. |
| }, | ||
| "options_useGrouping_parameter": { | ||
| "__compat": { | ||
| "description": "<code>options.useGrouping</code> parameter", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This should be added back!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done. Sorry - no idea why I would have removed that.
Co-authored-by: Queen Vinyl Da.i'gyu-Kazotetsu <[email protected]>
queengooborg
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks!
FF supports a number of
Intl.NumberFormatitems in nightly from https://bugzilla.mozilla.org/show_bug.cgi?id=1648137This includes:
Intl.NumberFormat.format()- subfeaturenumber_param_string_is_decimalto reflect spec update that strings are treated as Decimal rather than Number - see https://github.com/tc39/proposal-intl-numberformat-v3#interpret-strings-as-decimals-ecma-402-334Intl.NumberFormat.formatRange()Intl.NumberFormat.formatRangeToParts()Intl.PluralRules.selectRange()