RE: Re-spec bug

> From: Robin Berjon [mailto:robin@w3.org]
> On 30/11/2012 20:48 , Travis Leithead wrote:
> > Thought I'd announce this on the list. Is there a better place to file
> bugs?
> 
> Yes there is:
> 
>      https://github.com/darobin/respec/issues
> 
> 
> > <dl class="idl" title="interface Test">
> >    <dt>void doThing(optional boolean param1 = false)</dt>
> >    <dd>Note that param1 has a default value of false</dd>
> > </dl>
> >
> > The above will treat the parameter as "false" instead of "param1" in the
> > output. I suppose that respect's webidl processor isn't handling default
> > value assignment correctly...
> 
> Indeed, that wasn't supported. It is now, shipping in the upcoming
> release.

Woot! Thanks!

Received on Monday, 3 December 2012 16:57:12 UTC