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

tobie commented on this pull request.



> +    you can extend the {{WindowOrWorkerGlobalScope}} [=mixin=] using a [=partial mixin|partial=]:
+
+    <pre class="webidl">
+        partial mixin WindowOrWorkerGlobalScope {
+          [Throws] readonly attribute Crypto crypto;
+        };
+    </pre>
+</div>
+
+<div data-fill-with="grammar-Partial"></div>
+
+<div data-fill-with="grammar-PartialDefinition"></div>
+
+<pre class="grammar" id="prod-Mixin">
+    Mixin :
+        "mixin" identifier Inheritance "{" MixinMembers "}" ";"

Indeed. Copy/paste error. Thanks for catching it.

-- 
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_r142023851

Received on Sunday, 1 October 2017 08:37:27 UTC