Re: [heycam/webidl] [WIP] Add mixins (#433)

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