« Bugzilla Issues Index
#1581 — 15.17.3.1 WeakSet.prototype.constructor initial value?
- bug_id:
1581
- creation_ts:
2013-07-15 20:15:00 -0700
- short_desc:
15.17.3.1 WeakSet.prototype.constructor initial value?
- delta_ts:
2013-08-23 08:23:19 -0700
- product:
Draft for 6th Edition
- component:
editorial issue
- version:
Rev 15: May 14, 2013 Draft
- rep_platform:
All
- op_sys:
All
- bug_status:
RESOLVED
- resolution:
FIXED
- priority:
Normal
- bug_severity:
enhancement
- everconfirmed:
true
- reporter:
Rick Waldron
- assigned_to:
Allen Wirfs-Brock
- commentid:
4531
- comment_count:
0
- who:
Rick Waldron
- bug_when:
2013-07-15 20:15:35 -0700
"The initial value of WeakSet.prototype.constructor is the built-in Set constructor."
Should be
"The initial value of WeakSet.prototype.constructor is the built-in WeakSet constructor."
Later, under...
15.17.4 Properties of WeakSet Instances
"Set instances are ordinary objects that inherit properties from the WeakSet prototype."
Should be
"WeakSet instances are ordinary objects that inherit properties from the WeakSet prototype."
- commentid:
4830
- comment_count:
1
- who:
Allen Wirfs-Brock
- bug_when:
2013-08-07 17:51:26 -0700
fixed in rev17 editor's draft
- commentid:
5158
- comment_count:
2
- who:
Allen Wirfs-Brock
- bug_when:
2013-08-23 08:23:19 -0700
fixed in rev17, August 23, 2013 draft