archives

« Bugzilla Issues Index

#640 — 11.1.4.1: "ElementList : Elision/opt SpreadElement"


In 11.1.4.1 "Array Literal",
under "Runtime Semantics: Array Accumulation",
rule 2 is headed by production:
ElementList : Elision/opt SpreadElement
but the rhs doesn't fit with the ElementList production in the Syntax section.

I'm guessing you'll want to change the production in the Syntax section, i.e. change:
Elision/opt … AssignmentExpression
to
Elision/opt SpreadElement


corrected in editor's draft


fixed in rev10, Sept. 27 2012 draft