Re: WebIDL Dictionaries

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