archives

« Bugzilla Issues Index

#1233 — 13.1 + 15.2.3.7: extraneous underlining


In 13.1 "Function Definitions",
under "Runtime Semantics: Indexed Binding Initialisation",
in rule 3, step 6.b says:
Assert: array is a well formed arguments object,
hence it must have a property P.
where the "P" is underlined.


Similarly, in 15.2.3.7 "Object.defineProperties ( O, Properties )",
under "Runtime Semantics: ObjectDefineProperties Abstract Operation",
step 3 says:
Let names be an internal list containing the keys
of each enumerable own property of props.
where the final "." is underlined.


In each case, remove the underline.


fixed in rev 14 editor's draft


in Rev 14 draft