- From: Boris Zbarsky <bzbarsky@MIT.EDU>
- Date: Wed, 18 Sep 2013 08:43:50 -0400
- To: public-webapps@w3.org
On 9/18/13 4:52 AM, Dominique Hazael-Massieux wrote: > should read instead > dictionary ClipboardEventInit : EventInit { > DOMString data; > DOMString dataType; > }; What Gecko's WebIDL has here is: dictionary ClipboardEventInit : EventInit { DOMString data = ""; DOMString dataType = ""; }; and claims it came from the spec draft... but now there is no dictionary IDL in the draft at all? -Boris
Received on Wednesday, 18 September 2013 12:44:22 UTC