« Bugzilla Issues Index
#2824 — 19.2.3.{2,3}: header parameter-list syntax
- bug_id:
2824
- creation_ts:
2014-05-04 15:36:00 -0700
- short_desc:
19.2.3.{2,3}: header parameter-list syntax
- delta_ts:
2014-05-31 22:46:24 -0700
- product:
Draft for 6th Edition
- component:
editorial issue
- version:
Rev 24: April 27, 2014 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:
8145
- comment_count:
0
- who:
Michael Dyck
- bug_when:
2014-05-04 15:36:24 -0700
Since the spec allows rest-parameter-like syntax in the headers for standard built-in functions, you could presumably use it for these two:
19.2.3.2 Function.prototype.bind ( thisArg [ , arg1 [ , arg2, ...] ] )
19.2.3.3 Function.prototype.call ( thisArg [ , arg1 [ , arg2, ...] ] )
- commentid:
8205
- comment_count:
1
- who:
Allen Wirfs-Brock
- bug_when:
2014-05-07 11:32:37 -0700
fixed in rev25 editor's draft
- commentid:
8722
- comment_count:
2
- who:
Michael Dyck
- bug_when:
2014-05-31 22:46:24 -0700
confirmed fixed.