« Bugzilla Issues Index
#519 — Reference & integrate ECMAScript Internationalization API
- bug_id:
519
- creation_ts:
2012-07-12 11:38:00 -0700
- short_desc:
Reference & integrate ECMAScript Internationalization API
- delta_ts:
2014-07-27 20:45:14 -0700
- product:
Draft for 6th Edition
- component:
normative change from ES5.x
- version:
Rev 9: July 8, 2012 Draft
- rep_platform:
All
- op_sys:
All
- bug_status:
VERIFIED
- resolution:
FIXED
- priority:
Normal
- bug_severity:
normal
- everconfirmed:
true
- reporter:
Norbert
- assigned_to:
Allen Wirfs-Brock
- commentid:
1295
- comment_count:
0
- who:
Norbert
- bug_when:
2012-07-12 11:38:41 -0700
The ECMAScript Internationalization API Specification defines a number of new standard built-in objects (Intl, Intl.Collator, Intl.NumberFormat, Intl.DateTimeFormat & friends), and re-specifies the following methods originally defined in the ECMAScript Language Specification:
- String.prototype.localeCompare
- Number.prototype.toLocaleString
- Date.prototype.toLocaleString
- Date.prototype.toLocaleDateString
- Date.prototype.toLocaleTimeString
ES6 should probably require that implementations also implement the ECMAScript Internationalization API. Even if not, the sections for the five re-specified methods should reference the Internationalization API Specification for a more up-to-date specification.
- commentid:
6184
- comment_count:
1
- who:
Allen Wirfs-Brock
- bug_when:
2013-10-29 13:23:26 -0700
fixed in rev20
- commentid:
6921
- comment_count:
2
- who:
Norbert
- bug_when:
2013-12-10 21:07:07 -0800
Minor issues in the fixes:
- ECMA-402 International API -> ECMA-402 Internationalization API
- those parameter position -> those parameter positions
- commentid:
9116
- comment_count:
3
- who:
Allen Wirfs-Brock
- bug_when:
2014-07-01 10:44:22 -0700
remaining typos fixed in rev26 editor's draft
- commentid:
9348
- comment_count:
4
- who:
Allen Wirfs-Brock
- bug_when:
2014-07-19 17:46:45 -0700
fixed in rev26
- commentid:
9628
- comment_count:
5
- who:
Norbert
- bug_when:
2014-07-27 20:45:14 -0700
Verified in rev 26 draft.