- From: Eliot Graff <Eliot.Graff@microsoft.com>
- Date: Fri, 08 Jul 2011 20:45:59 +0000
- To: "spec-prod@w3.org" <spec-prod@w3.org>
Does anyone know how to create WebIDL for dictionary types[1] using ReSpec? I'm trying to get something like this to generate a table of parameters:
dictionary IDBDatabaseOptionalParameters {
DOMString keyPath = null;
boolean autoIncrement = false;
};
Thanks in advance.
Eliot
[1] http://dev.w3.org/2006/webapi/WebIDL/#idl-dictionary
Received on Friday, 8 July 2011 20:47:36 UTC