Ben Allen
Ben Allen
The .of() method previously only had tests for the types "language", "calendar", and "dateTimeField". Added tests for "region", "script", "currency".
## Introduction On the Web platform, content is localized dependent only upon a user's language or region. However, this behavior can result in annoyance, frustration, offense, or even uninteligibility for...
fix #588
fix #134 fix #835 For some currencies, the number of fractional digits and rounding increment used when dealing with cash values differs from the fractional digits/rounding increments used in financial...
Toward #578 1795b9d9db31c28c869da6d859889b2f39b4c9c6 inspired by https://github.com/tc39/ecma402/issues/578 29e183bd51c30fc5082b846ec8abcf42d7492caa inspired by https://github.com/tc39/proposal-intl-duration-format/issues/163
fix #580 Added support for u-ss to Intl.Segmenter
how to replicate: 1. Break a test by adding an extra `/*---`. In this case, I've broken type-datetimefield-valid.js in intl402/DisplayNames/prototype/of. ``` // Copyright 2021 the V8 project authors. All rights...
Grouping separators suppressed in this situation. See tc39/proposal-intl-duration-format/pull/198 fix #4190
Resolves the following aspects of #405: Placed Prototype Object properties in the following order for all Intl Objects: 1. Intl._Foo_.prototype.constructor 2. Intl._Foo_.prototype.resolvedOptions () 3. Intl._Foo_.prototype [ %Symbol.toStringTag% ] 4. ..._Foo_-specific...