Status
()
People
(Reporter: mozillabugs, Assigned: mozillabugs)
Tracking
(Depends on: 5 bugs, Blocks: 1 bug, {dev-doc-needed, feature})
852837, 854042, 854049, 866351, 895737, 591059, 598996, 724531, 724533, 769871, 769872, 784300, 822080, 834989, 837941, 837950, 837957, 837961, 839372, 843758, 844677, 850379, 851763, 851992, 853301, 853702, 853704, 853706, 854030, 854320, 862192, 864843, 866301, 866305, 866344, 866359, 866369, 866372, 866473, 866474, 890763, 891974, 905271, 908080, 919859, 924839, 934889, 946528, 966559, 992079, 1018244, 1215247, 1215252
Firefox Tracking Flags
(Not tracked)
Details
(URL)
The ECMAScript Internationalization API, specified in standard ECMA-402, provides collation (string comparison), number formatting, and date and time formatting for JavaScript applications, and lets applications choose the language and tailor the functionality to their needs. This bug tracks its implementation in SpiderMonkey. Specification: http://www.ecma-international.org/ecma-402/1.0/ Introduction: http://norbertlindenberg.com/2012/12/ecmascript-internationalization-api/
(Assignee) | ||
Updated•6 years ago
|
Summary: [meta] Implement ECMAScript Internationalization API → (es-intl) [meta] Implement ECMAScript Internationalization API
Updated•6 years ago
|
Alias: es-intl
Summary: (es-intl) [meta] Implement ECMAScript Internationalization API → [meta] Implement ECMAScript Internationalization API
(Assignee) | ||
Comment 1•6 years ago
|
||
Developer documentation: https://developer.mozilla.org/en-US/docs/JavaScript/Reference/Global_Objects/Intl https://developer.mozilla.org/en-US/docs/JavaScript/Reference/Global_Objects/Collator + 4 Collator subpages https://developer.mozilla.org/en-US/docs/JavaScript/Reference/Global_Objects/DateTimeFormat + 4 DateTimeFormat subpages https://developer.mozilla.org/en-US/docs/JavaScript/Reference/Global_Objects/NumberFormat + 4 NumberFormat subpages https://developer.mozilla.org/en-US/docs/JavaScript/Reference/Global_Objects/Date/toLocaleString https://developer.mozilla.org/en-US/docs/JavaScript/Reference/Global_Objects/Date/toLocaleDateString https://developer.mozilla.org/en-US/docs/JavaScript/Reference/Global_Objects/Date/toLocaleTimeString https://developer.mozilla.org/en-US/docs/JavaScript/Reference/Global_Objects/Number/toLocaleString https://developer.mozilla.org/en-US/docs/JavaScript/Reference/Global_Objects/String/localeCompare Release notes still needed.
Updated•5 years ago
|
Keywords: feature
You need to log in
before you can comment on or make changes to this bug.
Description
•