« Bugzilla Issues Index
#111 — Step 9.a in string.prototype.splice incorrect.
- bug_id:
111
- creation_ts:
2011-06-21 13:27:00 -0700
- short_desc:
Step 9.a in string.prototype.splice incorrect.
- delta_ts:
2014-12-06 20:52:46 -0800
- product:
ECMA-262, Editions 5 and 5.1
- component:
technical content
- version:
Edition 5
- rep_platform:
PC
- op_sys:
Windows
- bug_status:
RESOLVED
- resolution:
FIXED
- bug_severity:
enhancement
- everconfirmed:
true
- reporter:
John Gietzen
- assigned_to:
Allen Wirfs-Brock
- cc:
chainesearle
- commentid:
238
- comment_count:
0
- who:
John Gietzen
- bug_when:
2011-06-21 13:27:39 -0700
Step 9.a of Section 15.4.4.12 of the current version of ECMA-262 specifies the following:
Let from be ToString(relativeStart+k).
Whereas, the method's description implies that the actual definition should be:
Let from be ToString(actualStart+k).
- commentid:
289
- comment_count:
1
- who:
Allen Wirfs-Brock
- bug_when:
2011-07-13 16:05:36 -0700
this is corrected in 5.1