[Bug 28900] [XP 3.1] Note on distinguishability of maps and arrays

https://www.w3.org/Bugs/Public/show_bug.cgi?id=28900

Jonathan Robie <jonathan.robie@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #3 from Jonathan Robie <jonathan.robie@gmail.com> ---
(In reply to Michael Kay from comment #1)
> In the same section 3.11.2.1 this is a very confused sentence.
> 
> The members of a SquareArrayConstructor can be any value, separated by
> commas.
> 
> An array has members, a SquareArrayConstructor does not. And the things in a
> SquareArrayConstructor are not values, they are expressions (ExprSingle).

I changed this to:

A SquareArrayConstructor consists of a comma-delimited set of argument
expressions. It returns an array in which each member contains the value of the
corresponding argument expression.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Monday, 13 July 2015 21:28:55 UTC