- From: Tobie Langel <notifications@github.com>
- Date: Fri, 30 Sep 2016 01:48:39 -0700
- To: heycam/webidl <webidl@noreply.github.com>
Received on Friday, 30 September 2016 08:49:25 UTC
tobie commented on this pull request. > @@ -5171,6 +5175,7 @@ type. "DOMException" Null BufferRelatedType Null "FrozenArray" "<" Type ">" Null + "dictionary" "<" Type "," Type ">" Null You probably want to give it its own non-terminal to account for the first Type being optional: ```html <pre class="grammar" id="prod-OpenDictionaryType"> OpenDictionaryType : "dictionary" "<" Type ">" "dictionary" "<" Type, Type ">" </pre> ``` -- 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/180#pullrequestreview-2289795
Received on Friday, 30 September 2016 08:49:25 UTC