- From: Tobie Langel <notifications@github.com>
- Date: Wed, 11 Oct 2017 13:53:25 -0700
- To: heycam/webidl <webidl@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 11 October 2017 20:53:47 UTC
tobie commented on this pull request.
> +
+ partial interface 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=], [=interface mixins=] do not create types.
+
+Of the extended attributes defined in this specification,
+only the [{{Exposed}}] and [{{SecureContext}}] extended attributes
+are applicable to [=interface mixins=].
+
+An <dfn>includes statement</dfn> is a definition
Yes. Tracking this in #450. I'd like to find the right amount of consistency when splitting up these massive initial sections. Easier to do all of them at once.
--
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_r144132867
Received on Wednesday, 11 October 2017 20:53:47 UTC