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
