archives

« Bugzilla Issues Index

#1288 — Typos and minor issues


Page 38, Typo: interator => iterator


8.4.2.3, step 7, typo: lenth => length


9.2.7 "A boolean value is return" => "A boolean value is returned"


9.2.7 Typo: an be added => can be added


9.2.7. Let notExtensible be the result of calling the [[HasIntegrity]] internal method of globalObject with
argument "nonextensible".

should be O and not globalObject


9.2.7 notExtensib le => notExtensible


9.3.3 CreateOwnProperty => CreateOwnDataProperty


9.3.13 theconstructor’s => the constructor’s


Page 129, MemberExpression : new super Argumentsopt, step 2: .. instead of .


15.10.4.14 RegExp.prototype.@@isRegExp
The initial value of the @@iterator property is true.

Should be @@isRegExp


15.14.1.1 Map (iterable = undefined , comparator = undefined )

"6. If iterable is neither undefined or null, then let itr be undefined."

This seems wrong. Should be?

"6. If iterable is either undefined or null, then let itr be undefined."


15.14.6.1 CreateMapIterator Abstract Operation

typo: interator => iterator


Annex E

15.5.4 In Edition 6, the String prototype object is not a String instance. In previous editions it was a String instance whose number value was the empty string.
15.6.4 In Edition 6, the Boolean prototype object is not a Boolean instance. In previous editions it was a Boolean instance whose number value was false.

Should be string value and boolean value respectively.


Annex #

15.7.4 In Edition 6, the Number prototype object is not a Number instance. In previous editions it was a Date instance whose number value was +0.

Not a Date instance.


fixed in rev15 editor's draft


resolved in rev 15, May 14, 2013 draft