- From: Tobie Langel <notifications@github.com>
- Date: Sat, 30 Sep 2017 14:02:25 -0700
- To: heycam/webidl <webidl@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Saturday, 30 September 2017 21:02:52 UTC
tobie commented on this pull request.
> +    };
+
+    partial mixin <mark>SomeMixin</mark> {
+      /* mixin_members... */
+    };
+</pre>
+
+The order that members appear in has significance for property enumeration
+in the <a href="#es-namespaces">ECMAScript binding</a>.
+
+Note that unlike [=interfaces=] or [=dictionaries=], [=mixins=] do not create types.
+
+Of the extended attributes defined in this specification,
+only the [{{Exposed}}] and [{{SecureContext}}] extended attributes are applicable to mixins.
+
+An <dfn>includes statement</dfn> is a definition
I just parroted the [text for "implements statements"](https://heycam.github.io/webidl/#idl-implements-statements.), here. Note the spec specifically defines "implements statements" as definitions in the [definition of definition](https://heycam.github.io/webidl/#dfn-definition).
-- 
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/433#discussion_r142015188
Received on Saturday, 30 September 2017 21:02:52 UTC