archives

« Bugzilla Issues Index

#4213 — Ch. 6: Various editorial issues


Table 3 — Attributes of an Accessor Property
[[Get]] - Description: "function Object" -> "function object"
[[Set]] - Description: "function Object" -> "function object"
("function object" is more common than "function Object" or "Function object").


Table 5 — Essential Internal Methods
[[Set]] - Description:
> Returns true if that the property value was set or false if that it could not be set.
=> "Returns true if the property value was set or false if it could not be set."

[[Delete] - Description: Wrong font type for `false` and `true` literals.
[[DefineOwnProperty] - Description: Wrong font type for `false` and `true` literals.


Table 6 — Additional Essential Internal Methods of Function Objects
[[Construct]] - Description:
"first arguments" -> "first argument"
"A Function object" -> "A function object"
"non-constructor Function objects" -> "non-constructor function objects"


6.1.7.4 Well-Known Intrinsic Objects
2nd paragraph: Bad reference 8.1.2.5


6.2.2.2 Implicit Completion Values
Completion abstract operation: Remove "such as" before algorithm steps.


6.2.4.4 FromPropertyDescriptor ( Desc )
"Call CreateDataProperty" -> "Perform CreateDataProperty" (5x)


6.2.4.5 ToPropertyDescriptor ( Obj )
Step 2: Add comma between "Object throw".
Step 10: "are present" -> "is present".
Step 10.a: "are present" -> "is present".


6.2.6 Data Blocks
2nd paragraph: "to express to the" -> either "to express access to the" or simply "to access the"


fixed in rev37 editor's draft


In Rev37