« Bugzilla Issues Index
#3133 — CreateLinkSet() step 2
- bug_id:
3133
- creation_ts:
2014-08-13 15:30:00 -0700
- short_desc:
CreateLinkSet() step 2
- delta_ts:
2014-08-25 08:29:28 -0700
- product:
Draft for 6th Edition
- component:
editorial issue
- version:
Rev 26: July 18, 2014 Draft
- rep_platform:
All
- op_sys:
All
- bug_status:
RESOLVED
- resolution:
FIXED
- priority:
Normal
- bug_severity:
enhancement
- everconfirmed:
true
- reporter:
Ian 'Hixie' Hickson
- assigned_to:
Allen Wirfs-Brock
- commentid:
9786
- comment_count:
0
- who:
Ian 'Hixie' Hickson
- bug_when:
2014-08-13 15:30:05 -0700
From the spec:
--------------------------------------
15.2.5.2.1 CreateLinkSet(loader, startingLoad) Abstract Operation
The CreateLinkSet abstract operation creates a new LinkSet record by performing the following steps:
1. Assert: loader is a Loader Record.
2. If loader does not have all of the internal properties of a Loader Instance, throw a TypeError exception.
--------------------------------------
...but CreateLinkSet() is called with loader set to a Loader Record. Maybe it means loader.[[LoaderObj]], or maybe Loader records and Loader objects should be merged, since there seems to be a 1:1 mapping.
- commentid:
9814
- comment_count:
1
- who:
Allen Wirfs-Brock
- bug_when:
2014-08-20 10:55:14 -0700
fixed in rev27 editor's draft
(deleted line 2, object related validation)
- commentid:
9938
- comment_count:
2
- who:
Allen Wirfs-Brock
- bug_when:
2014-08-25 08:29:28 -0700
fixed in rev27 draft