Re: CSP 1.1 DOM design

On 11/6/12 1:51 AM, David Bruant wrote:
> Strict mode is a static thing. If a function is defined (and
> instantiated) in a strict portion of a program (or is a strict
> function), then, regardless of who's grabbing and who's calling, the
> function applies strict rules.

That doesn't address my question about behavior, sadly.  The getter in 
question is not defined or instantiated in any part of a program at all. 
  Conceptually, it's set up when the global object is, just like all the 
ES standard class stuff.

-Boris

Received on Tuesday, 6 November 2012 15:05:04 UTC