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

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

Cameron McCormack <cam@mcc.id.au> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED

--- Comment #8 from Cameron McCormack <cam@mcc.id.au> 2012-06-25 05:02:33 UTC ---
OK, I have done this:

* dictionary type arguments that are followed by another optional argument,
  or which are at the end of the argument list, must be specified as optional,
  explicitly
* optional dictionary type arguments are treated as having default values
  implicitly
* nullable types can no longer use a dictionary type as its inner type
* null and undefined get treated as an empty dictionary when being converted
  to an IDL dictionary value
* dictionary types are no longer distinguishable from other nullable types

http://dev.w3.org/cvsweb/2006/webapi/WebIDL/Overview.xml.diff?r1=1.552;r2=1.553;f=h

-- 
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 05:02:40 UTC