[Bug 10269] New: Step 2 of the WebIDL [[Delete]] algorithm is wrong

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

           Summary: Step 2 of the WebIDL [[Delete]] algorithm is wrong
           Product: WebAppsWG
           Version: unspecified
          Platform: PC
               URL: http://dev.w3.org/2006/webapi/WebIDL/#delete
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: WebIDL
        AssignedTo: cam@mcc.id.au
        ReportedBy: mjs@apple.com
         QAContact: member-webapi-cvs@w3.org
                CC: mike@w3.org, public-webapps@w3.org


http://dev.w3.org/2006/webapi/WebIDL/#delete

Step 2 is:

"2. If O has the DontDelete attribute, return false."

It should be: 

"2. If the property with name P on object O  has the DontDelete attribute,
return false."

(Of course, this will need to change for ES5 anyway.)

-- 
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 Friday, 30 July 2010 00:24:04 UTC