« Bugzilla Issues Index
#1292 — 15.5.4.11: mis-formatted alg step
- bug_id:
1292
- creation_ts:
2013-03-12 14:03:00 -0700
- short_desc:
15.5.4.11: mis-formatted alg step
- delta_ts:
2013-05-14 18:14:10 -0700
- product:
Draft for 6th Edition
- component:
editorial issue
- version:
Rev 14: March 8, 2013 Draft
- rep_platform:
All
- op_sys:
All
- bug_status:
RESOLVED
- resolution:
FIXED
- priority:
Normal
- bug_severity:
normal
- everconfirmed:
true
- reporter:
Michael Dyck
- assigned_to:
Allen Wirfs-Brock
- commentid:
3433
- comment_count:
0
- who:
Michael Dyck
- bug_when:
2013-03-12 14:03:17 -0700
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.
- commentid:
3809
- comment_count:
1
- who:
Allen Wirfs-Brock
- bug_when:
2013-05-12 16:30:08 -0700
fixed in rev15 editor's draft
- commentid:
3985
- comment_count:
2
- who:
Allen Wirfs-Brock
- bug_when:
2013-05-14 18:14:10 -0700
resolved in rev 15, May 14, 2013 draft