« Bugzilla Issues Index
#726 — 15.9.3.2: phrasing of step 2.a
- bug_id:
726
- creation_ts:
2012-10-05 12:52:00 -0700
- short_desc:
15.9.3.2: phrasing of step 2.a
- delta_ts:
2012-10-26 15:34:24 -0700
- product:
Draft for 6th Edition
- component:
editorial issue
- version:
Rev 10: September 27, 2012 Draft
- rep_platform:
All
- op_sys:
All
- bug_status:
RESOLVED
- resolution:
FIXED
- priority:
Normal
- bug_severity:
enhancement
- everconfirmed:
true
- reporter:
Michael Dyck
- assigned_to:
Allen Wirfs-Brock
- commentid:
1853
- comment_count:
0
- who:
Michael Dyck
- bug_when:
2012-10-05 12:52:19 -0700
In 15.9.3.2 "new Date (value)",
step 2.a says:
a. Parse v as a date, in exactly the same manner as for the parse method
(15.9.4.2); let V be the time value for this date. If the parse resulted
in an abrupt completion, return the Completion Record.
To be more consistent with phrasing used elsewhere, you could change this to:
a. Let V be the result of parsing v as a date, in exactly the same manner
as for the parse method (15.9.4.2).
b. ReturnIfAbrupt(V).
- commentid:
2012
- comment_count:
1
- who:
Allen Wirfs-Brock
- bug_when:
2012-10-24 12:26:31 -0700
corrected in rev 11 editor's draft
- commentid:
2159
- comment_count:
2
- who:
Allen Wirfs-Brock
- bug_when:
2012-10-26 15:34:24 -0700
in October 26, 2012 release draft