« Bugzilla Issues Index
#433 — 11.1.5: "PropName(...)"
- bug_id:
433
- creation_ts:
2012-07-03 23:53:00 -0700
- short_desc:
11.1.5: "PropName(...)"
- delta_ts:
2012-07-08 21:34:55 -0700
- product:
Draft for 6th Edition
- component:
editorial issue
- version:
Rev 8: June 15, 2012 Draft
- rep_platform:
All
- op_sys:
All
- bug_status:
RESOLVED
- resolution:
FIXED
- priority:
Normal
- bug_severity:
minor
- everconfirmed:
true
- reporter:
Michael Dyck
- assigned_to:
Allen Wirfs-Brock
- commentid:
1082
- comment_count:
0
- who:
Michael Dyck
- bug_when:
2012-07-03 23:53:49 -0700
In 11.1.5 "Object Initialiser",
under "Runtime Semantics: Property Definition Evaluation"
rule 2 step 1 and rule 3 step 2 say:
"Let propName be PropName(IdentifierName)."
"Let propName be PropName(PropertyName)."
respectively.
Other references to 'PropName' don't use prefix-parenthesized notation.
For consistency, change to:
"Let propName be PropName of IdentifierName."
"Let propName be PropName of PropertyName."
- commentid:
1128
- comment_count:
1
- who:
Allen Wirfs-Brock
- bug_when:
2012-07-07 16:50:07 -0700
corrected in editor's draft