You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SetNumberFormatDigitOptions is a complicated part of the spec that we should ensure that implementations get right.
In particular:
Ensure that all combinations of the presence of maximumFractionDigits, maximumSignificantDigits, roundingPriority: "morePrecision", roundingPriority: "lessPrecision", and notation: "compact" are tested and that they produce the expected resolvedOptions.
Ensure that all combinations of the presence of maximumFractionDigits, maximumSignificantDigits, roundingPriority: "morePrecision", roundingPriority: "lessPrecision", and notation: "compact" are tested and that they produce the expected resolvedOptions.
Started a Draft here combining some of the values :
Todo :
SetNumberFormatDigitOptions is a complicated part of the spec that we should ensure that implementations get right.
In particular:
maximumFractionDigits
,maximumSignificantDigits
,roundingPriority: "morePrecision"
,roundingPriority: "lessPrecision"
, andnotation: "compact"
are tested and that they produce the expected resolvedOptions.CC @romulocintra @FrankYFTang
The text was updated successfully, but these errors were encountered: