[heycam/webidl] State the associated realm when creating objects (#206)

Currently, and after #205, there is the statement

> This object also must be associated with the ECMAScript global environment associated with the interface object.

I think this should become something like

> The return value must also be created such that its [associated Realm] is _F_.[[Realm]].

When we fix #135, this will be true by default. In the meantime it's just a rephrasing of the legacy "ECMAScript global environment" langauge in terms of realms.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/heycam/webidl/issues/206

Received on Tuesday, 25 October 2016 17:13:23 UTC