- From: Tobie Langel <notifications@github.com>
- Date: Sat, 30 Sep 2017 09:36:32 -0700
- To: heycam/webidl <webidl@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Saturday, 30 September 2017 16:36:54 UTC
tobie commented on this pull request. > +and that are exposed by objects that implement an [=interface=] that [=includes=] the [=mixin=]. + +<pre class="webidl" class="syntax"> + mixin identifier { + /* mixin_members... */ + }; +</pre> + +Note: Mixins, much like [=partial interfaces=], are intended for use as a specification editorial aide, +allowing a coherent set of functionalities to be grouped together, +and included in multiple interfaces, possibly across documents. + +A [=mixin=] is a specification of a set of <dfn export lt="mixin member">mixin members</dfn> +(matching <emu-nt><a href="#prod-MixinMembers">MixinMembers</a></emu-nt>), +which are the [=constants=], [=regular operations=], [=regular attributes=], +and an eventual [=stringifier=], Lol, I have no idea what I was thinking about when writing this, though I remember being deliberate about it. :-/ Will look back. -- 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_r142009799
Received on Saturday, 30 September 2017 16:36:54 UTC