- From: Jeffrey Yasskin <notifications@github.com>
- Date: Tue, 04 Oct 2016 14:48:03 -0700
- To: heycam/webidl <webidl@noreply.github.com>
Received on Tuesday, 4 October 2016 21:48:30 UTC
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" "<" ReturnType ">"
</pre>
+<pre class="grammar" id="prod-OpenDictionaryType">
+ OpenDictionaryType :
+ "OpenDictionary" "<" 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