Re: [heycam/webidl] Specify open dictionaries. (#180)

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" "&lt;" Type "&gt;"
        "dictionary" "&lt;" Type, Type "&gt;"
</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