- From: Travis Leithead <travis.leithead@microsoft.com>
- Date: Fri, 30 Nov 2012 19:48:01 +0000
- To: "spec-prod@w3.org" <spec-prod@w3.org>
Received on Friday, 30 November 2012 19:49:16 UTC
Thought I'd announce this on the list. Is there a better place to file bugs? <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... -Travis
Received on Friday, 30 November 2012 19:49:16 UTC