archives

« Bugzilla Issues Index

#1292 — 15.5.4.11: mis-formatted alg step


In 15.5.4.11 "String.prototype.replace (searchValue, replaceValue)",
under "Runtime Semantics: GetReplaceSubstitution Abstract Operation",
step 10 is messed up.

It looks like:
Let result be a String value derived from ...
text as specified in
10. Table 33. These $ replacements are done ...
replacement text is not subject to further replacements.

but should be:
10. Let result be a String value derived from ...
text as specified in Table 33. These $ replacements are done ...
replacement text is not subject to further replacements.


fixed in rev15 editor's draft


resolved in rev 15, May 14, 2013 draft