- From: Robin Berjon <robin@berjon.com>
- Date: Mon, 11 Jul 2011 19:26:00 +0200
- To: Eliot Graff <Eliot.Graff@microsoft.com>
- Cc: "spec-prod@w3.org" <spec-prod@w3.org>
Hi Eliot,
On Jul 8, 2011, at 22:45 , Eliot Graff wrote:
> 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;
> };
Dictionary types aren't supported. That's a bug! So essentially you'd want the same sort of rendering as for interfaces?
--
Robin Berjon - http://berjon.com/ - @robinberjon
Received on Monday, 11 July 2011 17:26:33 UTC