[Bug 21670] New: Clarify that typeof InterfaceObject should be "function"

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

            Bug ID: 21670
           Summary: Clarify that typeof InterfaceObject should be
                    "function"
    Classification: Unclassified
           Product: WebAppsWG
           Version: unspecified
          Hardware: PC
                OS: Windows NT
            Status: NEW
          Severity: normal
          Priority: P2
         Component: WebIDL
          Assignee: cam@mcc.id.au
          Reporter: arv@chromium.org
        QA Contact: public-webapps-bugzilla@w3.org
                CC: mike@w3.org, public-script-coord@w3.org

Interface objects are Functions with a [[Call]] behavior that throws by
default.

http://dev.w3.org/2006/webapi/WebIDL/#es-interface-call

Therefore typeof HTMLElement === "function".

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

Received on Thursday, 11 April 2013 22:16:13 UTC