archives

« Bugzilla Issues Index

#2063 — Provide consistent spelling: "PropertyDescriptor" or "Property Descriptor"


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}


fixed in rev20 editor's draft

We now always say PropertyDescriptor{... when literally defining Property Descriptor record values.


fixed in rev20 draft, Oct. 28, 2013