« Bugzilla Issues Index
#1374 — 15.5.4.14: "seperator" + "S" not defined
- bug_id:
1374
- creation_ts:
2013-03-21 10:51:00 -0700
- short_desc:
15.5.4.14: "seperator" + "S" not defined
- delta_ts:
2013-05-14 18:13:10 -0700
- product:
Draft for 6th Edition
- component:
editorial issue
- version:
Rev 14: March 8, 2013 Draft
- rep_platform:
All
- op_sys:
All
- bug_status:
RESOLVED
- resolution:
FIXED
- priority:
Normal
- bug_severity:
normal
- everconfirmed:
true
- reporter:
Michael Dyck
- assigned_to:
Allen Wirfs-Brock
- commentid:
3526
- comment_count:
0
- who:
Michael Dyck
- bug_when:
2013-03-21 10:51:12 -0700
In 15.5.4.14 "String.prototype.split (separator, limit)",
steps 3 and 3.b refer to 'seperator', which is not defined.
Change to 'separator'.
- commentid:
3527
- comment_count:
1
- who:
Michael Dyck
- bug_when:
2013-03-21 10:54:44 -0700
And step 3.a says:
Let args be a new List with elements S and limit.
but 'S' is not defined.
Move step 3 to after step 5?
- commentid:
3742
- comment_count:
2
- who:
Allen Wirfs-Brock
- bug_when:
2013-05-12 13:31:59 -0700
fixed in rev15 editor's draft.
regarding Step 3.a, S should be O
- commentid:
3881
- comment_count:
3
- who:
Allen Wirfs-Brock
- bug_when:
2013-05-14 18:13:10 -0700
resolved in rev 15, May 14, 2013 draft