[Bug 12997] New: problems with 4.2.20.3. Array host object [[DefineOwnProperty]] method

http://www.w3.org/Bugs/Public/show_bug.cgi?id=12997

           Summary: problems with 4.2.20.3. Array host object
                    [[DefineOwnProperty]] method
           Product: WebAppsWG
           Version: unspecified
          Platform: PC
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: WebIDL
        AssignedTo: cam@mcc.id.au
        ReportedBy: dflanagan@mozilla.com
         QAContact: member-webapi-cvs@w3.org
                CC: mike@w3.org, public-script-coord@w3.org


In algorithm step 2.4 of §4.2.20.3, oldLenDesc is undefined.  Should this just
say "If A represents a read-only or fixed-length array..." as in 3.3.1?

In algorithm step 3, attempts to set an element with index >= length are
blocked for read-only arrays.  But it still allows indexes < length to set new
values on read-only arrays.

-- 
Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

Received on Monday, 20 June 2011 05:09:33 UTC