« Bugzilla Issues Index
#2063 — Provide consistent spelling: "PropertyDescriptor" or "Property Descriptor"
- bug_id:
2063
- creation_ts:
2013-10-07 02:41:00 -0700
- short_desc:
Provide consistent spelling: "PropertyDescriptor" or "Property Descriptor"
- delta_ts:
2013-10-29 09:45:33 -0700
- product:
Draft for 6th Edition
- component:
editorial issue
- version:
Rev 19: September 27, 2013 Draft
- rep_platform:
All
- op_sys:
All
- bug_status:
RESOLVED
- resolution:
FIXED
- priority:
Normal
- bug_severity:
enhancement
- everconfirmed:
true
- reporter:
André Bargull
- assigned_to:
Allen Wirfs-Brock
- commentid:
5850
- comment_count:
0
- who:
André Bargull
- bug_when:
2013-10-07 02:41:17 -0700
Nice to have: consistent spelling for Property Descriptors;
Sometimes it's written in all lower-case, sometimes with space, sometimes as a single word. Examples:
9.1.15.9 AddRestrictedFunctionProperties Abstract Operation, step 2:
> PropertyDescriptor {[[Get]]: thrower, [[Set]]: thrower, [[Enumerable]]: false, [[Configurable]]: false})
6.2.5.3 IsGenericDescriptor ( Desc ), preamble:
> with property descriptor Desc [...]
6.2.5.4 FromPropertyDescriptor ( Desc ), step 5.a:
> and Property Descriptor {[[Value]]: Desc.[[Value]], [[Writable]]: true, [[Enumerable]]: true, [[Configurable]]: true}
- commentid:
5867
- comment_count:
1
- who:
Allen Wirfs-Brock
- bug_when:
2013-10-08 16:36:57 -0700
fixed in rev20 editor's draft
We now always say PropertyDescriptor{... when literally defining Property Descriptor record values.
- commentid:
6081
- comment_count:
2
- who:
Allen Wirfs-Brock
- bug_when:
2013-10-29 09:45:33 -0700
fixed in rev20 draft, Oct. 28, 2013