archives

« Bugzilla Issues Index

#1295 — 15.10.6.12: mis-formatted alg step


In 15.10.6.12 "RegExp.prototype.replace (S, replaceValue)",
step 9.a is messed up.

It looks like:
Let newstring denote the result of converting ...
the original input String by replacing each ...
elements in newstring ...
a. Table 33. These # replacements ...
the new replacement text ...
...

but should be:
a. Let newstring denote the result of converting ...
the original input String by replacing each ...
elements in newstring ...
Table 33. These # replacements ...
the new replacement text ...
...

(This is similar to Bug 1292.)


fixed in rev16 editor's draft


fixed in rev16 draft. July 15, 2013


Nope, hasn't been fixed (in the PDF, anyhow).

(Section number is now 15.10.5.12, btw.)


fixed in rev21 editor's draft


fixed in rev21 draft