[Bug 23074] New: " If a “forEach” operation is defined, then Call..."

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

            Bug ID: 23074
           Summary: " If a “forEach” operation is defined, then Call..."
    Classification: Unclassified
           Product: WebAppsWG
           Version: unspecified
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: WebIDL
          Assignee: cam@mcc.id.au
          Reporter: dom@w3.org
        QA Contact: public-webapps-bugzilla@w3.org
                CC: mike@w3.org, public-script-coord@w3.org

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

[[
 If a “forEach” operation is defined, then CallbackType MUST be a callback
function defined as follows:
IDL

callback CallbackType(ValueType value, KeyType key, Interface object);
]]

The IDL fragment is not a valid definition of a callback (it lacks " =
returnType")

-- 
You are receiving this mail because:
You are on the CC list for the bug.

Received on Tuesday, 27 August 2013 07:33:40 UTC