archives

« Bugzilla Issues Index

#1374 — 15.5.4.14: "seperator" + "S" not defined


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'.


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?


fixed in rev15 editor's draft.

regarding Step 3.a, S should be O


resolved in rev 15, May 14, 2013 draft