- From: Tobie Langel <notifications@github.com>
- Date: Wed, 28 Feb 2018 18:40:12 +0000 (UTC)
- To: heycam/webidl <webidl@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 28 February 2018 18:40:39 UTC
tobie commented on this pull request.
>
-* The name of the property is the [=identifier=] of the [=constant=].
-* The location of the property is determined as follows:
- * If the interface was declared with the [{{Global}}] [=extended attribute=],
- then the property exists on the single object that implements the interface.
- * Otherwise, if the interface has an [=interface prototype object=],
- then the property exists on it.
-* The value of the property is that which is obtained by [=converted to an ECMAScript value|converting=] the [=constant=]’s IDL value to an ECMAScript value.
-* The property has attributes { \[[Writable]]: <emu-val>false</emu-val>, \[[Enumerable]]: <emu-val>true</emu-val>, \[[Configurable]]: <emu-val>false</emu-val> }.
+<div algorithm>
+ To <dfn>define the constants</dfn> of [=interface=] or [=namespace=] |definition| on |target|,
Fixed in https://github.com/heycam/webidl/pull/494/commits/6d426d8fb24389a241e25b5f5ada0af35b890fe0.
--
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_r171343521
Received on Wednesday, 28 February 2018 18:40:39 UTC