« Bugzilla Issues Index
#2865 — Inconsistent language throughout clause 23.1.x's various algorithms
- bug_id:
2865
- creation_ts:
2014-05-13 20:46:00 -0700
- short_desc:
Inconsistent language throughout clause 23.1.x's various algorithms
- delta_ts:
2015-01-15 16:19:00 -0800
- 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:
Rick Waldron
- assigned_to:
Allen Wirfs-Brock
- cc:
waldron.rick
- commentid:
8408
- comment_count:
0
- who:
Rick Waldron
- bug_when:
2014-05-13 20:46:24 -0700
23.1.1.1 If Type(map) is not Object then, throw a TypeError exception.
23.1.3.1 If Type(M) is not Object, then throw a TypeError exception.
23.1.5.1 If Type(map) is not Object, throw a TypeError exception.
23.1.5.2.1 If Type(O) is not Object, throw a TypeError exception.
- commentid:
8410
- comment_count:
1
- who:
Rick Waldron
- bug_when:
2014-05-13 21:01:50 -0700
These should read:
If Type(...) is not Object, throw a TypeError exception.
("then" is served by the comma)
- commentid:
11332
- comment_count:
2
- who:
Allen Wirfs-Brock
- bug_when:
2015-01-13 12:08:18 -0800
fixed in rev31 editor's draft
the rule is ", then\n" means the then clause is in the following indented step. Otherwise we leave the "then" out and continue on the same line
- commentid:
11409
- comment_count:
3
- who:
Allen Wirfs-Brock
- bug_when:
2015-01-15 16:19:00 -0800
In Rev31