From 030eaa325af267291db497ed49c6b0abee08c365 Mon Sep 17 00:00:00 2001 From: "Shane F. Carr" Date: Wed, 26 Feb 2020 16:03:25 -0800 Subject: [PATCH] Add Unified Intl.NumberFormat proposal to ECMA-402. (#404) --- spec/annexes.html | 18 +- spec/locales-currencies-tz.html | 105 +++++++- spec/numberformat.html | 448 ++++++++++++++++++++++++++------ spec/pluralrules.html | 6 +- 4 files changed, 484 insertions(+), 93 deletions(-) diff --git a/spec/annexes.html b/spec/annexes.html index c91bc4f7..b17f110f 100644 --- a/spec/annexes.html +++ b/spec/annexes.html @@ -62,7 +62,7 @@

Implementation Dependent Behaviour

The set of supported *"nu"* key values (numbering systems) per locale ()
  • - The patterns used for formatting positive and negative values as decimal, percent, or currency values per locale () + The patterns used for formatting values as decimal, percent, currency, or unit values per locale, with or without the sign, with or without accounting format for currencies, and in standard, compact, or scientific notation ()
  • Localized representations of *NaN* and *Infinity* () @@ -73,13 +73,25 @@

    Implementation Dependent Behaviour

  • Localized decimal and grouping separators ()
  • +
  • + Localized plus and minus signs () +
  • Localized digit grouping schemata ()
  • - Localized currency symbols and names () + Localized magnitude thresholds for compact notation ()
  • - +
  • + Localized symbols for compact and scientific notation () +
  • +
  • + Localized narrow, short, and long currency symbols and names () +
  • +
  • + Localized narrow, short, and long unit symbols () +
  • +
  • In DateTimeFormat: