- From: Tobie Langel <notifications@github.com>
- Date: Sun, 01 Oct 2017 01:37:06 -0700
- To: heycam/webidl <webidl@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Sunday, 1 October 2017 08:37:27 UTC
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