[Bug 16725] Treat omitted dictionary the same as empty dictionary

https://www.w3.org/Bugs/Public/show_bug.cgi?id=16725

--- Comment #7 from Cameron McCormack <cam@mcc.id.au> 2012-06-25 02:06:26 UTC ---
What about for dictionaries that appear in the middle of an argument list?

  void f(long x, MyDict y, long z);

This one can't be optional, because of the rule that optional arguments must be
trailing.  Could we allow non-optional dictionaries if the following argument
is non-optional, but if the argument is at the end of the argument list or
followed by an optional argument, it must be optional?

-- 
Configure bugmail: https://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.

Received on Monday, 25 June 2012 02:06:33 UTC