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

jyasskin commented on this pull request.



> @@ -3249,7 +3256,6 @@ extended attribute’s [=takes a named argument list|named argument list=].
 
 Two types are <dfn id="dfn-distinguishable" export>distinguishable</dfn> if
 at most one of the two [=includes a nullable type=]
-or is a [=dictionary type=],

The other two conditions always involve at least one union type, which isn't a dictionary type, so they never break the rule that "at most one … is a dictionary type."

> @@ -5219,6 +5226,17 @@ type.
         "Promise" "&lt;" ReturnType "&gt;"
 </pre>
 
+<pre class="grammar" id="prod-OpenDictionaryType">
+    OpenDictionaryType :
+        "OpenDictionary" "&lt;" Type OpenDictionaryTypeMaybeValue

Ok, I've made it require both arguments.

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

Received on Tuesday, 4 October 2016 21:48:30 UTC