From 58aeac53801b5cfe6a65a6f735c0946acb5b09b8 Mon Sep 17 00:00:00 2001 From: Ujjwal Sharma Date: Thu, 13 Aug 2020 22:37:24 +0530 Subject: [PATCH] fixup! Normative: handle awkward rounding behavior --- spec/annexes.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/annexes.html b/spec/annexes.html index 035ec583..b370ffa5 100644 --- a/spec/annexes.html +++ b/spec/annexes.html @@ -171,7 +171,7 @@

Additions and Changes That Introduce Incompatibilities with Prior Editions In ECMA-402, 7th Edition, the @@toStringTag property of `Intl` was not defined. In 8th Edition, @@toStringTag is set to *"Intl"*.
  • - In ECMA-402, 8th Edition, the NumberFormat constructor used to throw an error when maximumFractionDigits was set to a value lower than the default fractional digits for that currency. This behavior was corrected in the 9th edition, and it no longer throws an error. + In ECMA-402, 8th Edition, the NumberFormat constructor used to throw an error when style="currency" and maximumFractionDigits was set to a value lower than the default fractional digits for that currency. This behavior was corrected in the 9th edition, and it no longer throws an error.