« Bugzilla Issues Index
#382 — Array.from (15.4.3.3) summary description needs rewording.
- bug_id:
382
- creation_ts:
2012-06-11 06:36:00 -0700
- short_desc:
Array.from (15.4.3.3) summary description needs rewording.
- delta_ts:
2012-06-16 09:35:09 -0700
- product:
Draft for 6th Edition
- component:
technical issue
- version:
Rev 7: May 4, 2012 Draft
- rep_platform:
All
- op_sys:
All
- bug_status:
RESOLVED
- resolution:
FIXED
- priority:
Normal
- bug_severity:
minor
- everconfirmed:
true
- reporter:
Rick Waldron
- assigned_to:
Allen Wirfs-Brock
- cc:
waldron.rick
- commentid:
973
- comment_count:
0
- who:
Rick Waldron
- bug_when:
2012-06-11 06:36:26 -0700
Currently, the summary description reads
15.4.3.3 Array.from ( arrayLike )
When the from method is called with any number of arguments, the following steps are taken:
Since the Array.from function expects only one argument and only specifies the handling of one argument, the description should read:
"When the from method is called with argument arrayLike, the following steps are taken:"
This suggested summary description is based on the summary description of Object.keys(O), which also accepts and specifies handling for only one arguement.
- commentid:
998
- comment_count:
1
- who:
Allen Wirfs-Brock
- bug_when:
2012-06-16 09:35:09 -0700
fixed in "Rev 8", June 12,2012 draft