« Bugzilla Issues Index
#4299 — 11.1.1 InitializeNumberFormat
- bug_id:
4299
- creation_ts:
2015-04-16 14:52:00 -0700
- short_desc:
11.1.1 InitializeNumberFormat
- delta_ts:
2015-04-16 19:58:22 -0700
- product:
Internationalization - ECMA-402
- component:
Specification
- version:
Edition 2.0 drafts
- rep_platform:
All
- op_sys:
All
- bug_status:
RESOLVED
- resolution:
FIXED
- priority:
Normal
- bug_severity:
normal
- everconfirmed:
true
- reporter:
André Bargull
- assigned_to:
Rick Waldron
- cc:
waldron.rick
- commentid:
14254
- comment_count:
0
- who:
André Bargull
- bug_when:
2015-04-16 14:52:14 -0700
11.1.1 InitializeNumberFormat (numberFormat, locales, options)
Step 3: Missing ReturnIfAbrupt after CanonicalizeLocaleList
Step 5.a: Missing ReturnIfAbrupt after ToObject.
Step after 8: Missing label.
Step 19: Omit "the result of",
Step 19: Omit "then"
Step 24: Omit "then"
Step 28: Omit "then"
Step 32: Omit "then" (2x)
Step 40: Remove colon
And: Add `Return numberFormat` after step 51.
- commentid:
14275
- comment_count:
1
- who:
Rick Waldron
- bug_when:
2015-04-16 19:58:22 -0700
Fixed