Re: [heycam/webidl] Make interface prototype object creation imperative (#494)

tobie commented on this pull request.



> -*   The location of the property is determined as follows:
-    *   If the operation is [=static operations|static=], then
-        the property exists on the [=interface object=].
-    *   Otherwise, if the operation is [=unforgeable=] on
-        the interface or if the interface was declared with the [{{Global}}] [=extended attribute=],
-        then the property exists on every object that implements the interface.
-    *   Otherwise, the property exists solely on the interface’s [=interface prototype object=].
-*   The property has attributes
-    { \[[Writable]]: |B|, \[[Enumerable]]: <emu-val>true</emu-val>, \[[Configurable]]: |B| },
-    where |B| is <emu-val>false</emu-val> if the operation is
-    [=unforgeable=] on the interface,
-    and <emu-val>true</emu-val> otherwise.
-*   The value of the property is the result of [=creating an operation function=] given the operation,
-    the interface, and the [=relevant Realm=] of the object that is the location of the property.
+For each unique [=identifier=] of an [=exposed=] [=operation=] defined on the [=interface=],
+there must exist a corresponding property.

Partially addressed in c6eb400

-- 
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/pull/494#discussion_r179949137

Received on Sunday, 8 April 2018 14:14:39 UTC