- From: Boris Zbarsky <bzbarsky@MIT.EDU>
- Date: Fri, 20 Sep 2013 10:16:55 -0400
- To: public-webappsec@w3.org
On 9/20/13 6:43 AM, Dominique Hazael-Massieux wrote: > I randomly noticed that the CSP 1.0 spec (both CR and editors draft) > make reference to "caller" as defined in WebIDL; "caller" has been > renamed "legacycaller", so you might want to update the spec to reflect > that change. Is this this part: The term callable refers to an object whose interface has one or more callers as defined in the Web IDL specification [WEBIDL]. ? I don't think that makes sense. The correct definition of "callable" is: an object which has typeof == "function". Because ES Function has no WebIDL interface and hence is not "callable" by the current definition in the spec. -Boris
Received on Friday, 20 September 2013 14:17:35 UTC