https://tc39.es/ecma402/#conformance lists which options are allowed to have implementation-defined behaviour. This section hasn't been kept up to date:
- NumberFormat: "notation", "compactDisplay", "signDisplay", "currencySign", and "unitDisplay" are missing
- PluralRules: Add the same exceptions for "minimumIntegerDigits", "minimumFractionDigits", "maximumFractionDigits", "minimumSignificantDigits" as already present for NumberFormat
- PluralRules: "type" option is missing
- RelativeTimeFormat: "style" and "numeric" options are missing
https://tc39.es/ecma402/#conformance lists which options are allowed to have implementation-defined behaviour. This section hasn't been kept up to date: