archives

« Bugzilla Issues Index

#1836 — 22.1.3.3: misc typos


In 15.4.3.31 "Array.prototype.copyWith (target, start, end = this.length)" ...

Step 8 says:
If relativeTarget is negative, let to be max((len + relativeStart),0);
else let to be min(relativeStart, len).
but 'relativeStart' is not defined.

s|relativeStart|relativeTarget|g

--

Also, step 8 should presumably be moved to after step 9:
ReturnIfAbrupt(relativeTarget).

--

Step 17 says:
If from<to and to<from+count
where the second '<' and the '+' are in italic font.

Change them to an upright font.


Also in preamble, third sentence: Typo "taqrget" -> "target"


fixed in rev19 editor's draft

22.1.3.3


fixed in rev19