Skip to content

Intl.NumberFormat and Intl.PluralRules don't agree when to call SetNumberFormatDigitOptions #1034

@anba

Description

@anba
  • Intl.NumberFormat calls SetNumberFormatDigitOptions after reading "notation", but before reading "compactDisplay".
  • Intl.PluralRules calls SetNumberFormatDigitOptions after reading both "notation" and "compactDisplay".

Note: This was explicitly requested in #1019 (comment), but isn't it better to align Intl.NumberFormat and Intl.PluralRules?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions