archives

« Bugzilla Issues Index

#4234 — 21.2.5.2.3 AdvanceStringIndex: Invalid assertion, ≤ instead of <


21.2.5.2.3 AdvanceStringIndex ( S, index, unicode )

Step 2 needs to be changed to:

> Assert: index is an integer such that 0≤index≤2^53-1.

That means ≤ instead of < .


fixed in rev37 editor's draft


In Rev37