« Bugzilla Issues Index
#1730 — 15.11.5.2 Definition of RangeError does not match its use in ES6
- bug_id:
1730
- creation_ts:
2013-08-06 10:45:00 -0700
- short_desc:
15.11.5.2 Definition of RangeError does not match its use in ES6
- delta_ts:
2013-08-06 11:23:29 -0700
- product:
Draft for 6th Edition
- component:
normative change from ES5.x
- version:
Rev 16: July 15, 2013 Draft
- rep_platform:
All
- op_sys:
All
- bug_status:
RESOLVED
- resolution:
DUPLICATE
- dup_id:
224
- priority:
Normal
- bug_severity:
minor
- everconfirmed:
true
- reporter:
Domenic Denicola
- assigned_to:
Allen Wirfs-Brock
- commentid:
4774
- comment_count:
0
- who:
Domenic Denicola
- bug_when:
2013-08-06 10:45:42 -0700
The definition of RangeError currently states:
> Indicates a numeric value has exceeded the allowable range.
This does not match its use in `String.prototype.normalize`, where its thrown if a *string* value is not one of the enumerated valid arguments.
- commentid:
4777
- comment_count:
1
- who:
Domenic Denicola
- bug_when:
2013-08-06 11:23:29 -0700
*** This bug has been marked as a duplicate of bug 224 ***