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

tobie commented on this pull request.



> +</pre>
+
+<pre class="grammar" id="prod-MixinMember">
+    MixinMember :
+        Const
+        RegularOperation
+        Stringifier
+        ReadOnly AttributeRest
+</pre>
+
+<pre class="grammar" id="prod-IncludesStatement">
+    IncludesStatement :
+        identifier "includes" identifier ";"
+</pre>
+
+<h4 id="using-mixins-and-partials">Using Mixins and Partials</h4>

Again good catch.

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

Received on Wednesday, 11 October 2017 20:54:09 UTC