« Bugzilla Issues Index
#1688 — Typo in String startsWith/endsWith
- bug_id:
1688
- creation_ts:
2013-07-31 14:45:00 -0700
- short_desc:
Typo in String startsWith/endsWith
- delta_ts:
2015-07-10 08:34:18 -0700
- product:
Draft for 6th Edition
- component:
technical issue
- version:
Rev 16: July 15, 2013 Draft
- rep_platform:
All
- op_sys:
All
- bug_status:
RESOLVED
- resolution:
FIXED
- priority:
Normal
- bug_severity:
enhancement
- everconfirmed:
true
- reporter:
Erik Arvidsson
- assigned_to:
Allen Wirfs-Brock
- cc:
erik.arvidsson
- commentid:
4665
- comment_count:
0
- who:
Erik Arvidsson
- bug_when:
2013-07-31 14:45:16 -0700
15.5.3.22 String.prototype.startsWith (searchString [, position ] )
10. Let searchLength be the number of elements in searchString.
Should be: 10. Let searchLength be the number of elements in __searchStr__.
15.5.3.23 String.prototype.endsWith (searchString [, endPosition] )
10. Let searchLength be the number of elements in searchString.
Should be: 10. Let searchLength be the number of elements in __searchStr__.
- commentid:
4951
- comment_count:
1
- who:
Allen Wirfs-Brock
- bug_when:
2013-08-16 13:55:22 -0700
fixed in rev17 editor's draft
- commentid:
5049
- comment_count:
2
- who:
Allen Wirfs-Brock
- bug_when:
2013-08-23 08:22:15 -0700
fixed in rev17, August 23, 2013 draft