« Bugzilla Issues Index
#3501 — 21.2.5.11: "size" not defined
- bug_id:
3501
- creation_ts:
2014-12-26 21:20:00 -0800
- short_desc:
21.2.5.11: "size" not defined
- delta_ts:
2015-01-15 16:19:02 -0800
- product:
Draft for 6th Edition
- component:
editorial issue
- version:
Rev 30: December 24, 2014 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:
11253
- comment_count:
0
- who:
Michael Dyck
- bug_when:
2014-12-26 21:20:59 -0800
In 21.2.5.11 "RegExp.prototype [ @@split ] ( string, limit )",
step 21.e.i.2 and 21.f.iii.1.b both say:
If first ≥ 0xD800 and first ≤ 0xDBFF and q+1 ≠ size, then
but /size/ is not defined.
- commentid:
11254
- comment_count:
1
- who:
Michael Dyck
- bug_when:
2014-12-26 21:24:57 -0800
And in the same algorithm, step 21.f.iv.12.b says
ReturnIfAbrupt(next).
but /next/ is not defined.
Change /next/ to /nextCapture/?
- commentid:
11260
- comment_count:
2
- who:
Allen Wirfs-Brock
- bug_when:
2014-12-29 15:38:02 -0800
fixed in rev31 editor's draft
rename s to size
- commentid:
11426
- comment_count:
3
- who:
Allen Wirfs-Brock
- bug_when:
2015-01-15 16:19:02 -0800
In Rev31