« Bugzilla Issues Index
#1382 — 15.13.6.1.4: "typedArray" not defined
- bug_id:
1382
- creation_ts:
2013-03-21 17:13:00 -0700
- short_desc:
15.13.6.1.4: "typedArray" not defined
- delta_ts:
2013-05-14 18:12:59 -0700
- product:
Draft for 6th Edition
- component:
editorial issue
- version:
Rev 14: March 8, 2013 Draft
- rep_platform:
All
- op_sys:
All
- bug_status:
RESOLVED
- resolution:
FIXED
- priority:
Normal
- bug_severity:
normal
- everconfirmed:
true
- reporter:
Michael Dyck
- assigned_to:
Allen Wirfs-Brock
- commentid:
3536
- comment_count:
0
- who:
Michael Dyck
- bug_when:
2013-03-21 17:13:02 -0700
In 15.13.6.1.4 "TypedArray ( buffer, byteOffset=0, length=undefined )",
step 1 says:
Assert: Type(buffer) is Object and typedArray has a [[ArrayBufferData]]
internal data property.
but 'typedArray' is not defined.
Change it to 'buffer'?
(Or change all occurrences of 'buffer' to 'typedArray'.)
- commentid:
3537
- comment_count:
1
- who:
Michael Dyck
- bug_when:
2013-03-21 17:14:54 -0700
Also, the preamble says:
... with arguments length, byteOffset, and length ...
Change the first "length" to "buffer" (or "typedArray").
- commentid:
3577
- comment_count:
2
- who:
Allen Wirfs-Brock
- bug_when:
2013-04-04 18:00:43 -0700
fixed in rev 15 editor's draft
- commentid:
3861
- comment_count:
3
- who:
Allen Wirfs-Brock
- bug_when:
2013-05-14 18:12:59 -0700
resolved in rev 15, May 14, 2013 draft