- From: Robin Berjon <robin@w3.org>
- Date: Mon, 03 Dec 2012 13:07:46 +0100
- To: Travis Leithead <travis.leithead@microsoft.com>
- CC: "spec-prod@w3.org" <spec-prod@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.
--
Robin Berjon - http://berjon.com/ - @robinberjon
Received on Monday, 3 December 2012 12:12:15 UTC