- From: Travis Leithead <travis.leithead@microsoft.com>
- Date: Mon, 3 Dec 2012 16:55:23 +0000
- To: Robin Berjon <robin@w3.org>
- CC: "spec-prod@w3.org" <spec-prod@w3.org>
> 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