- From: James Craig <jcraig@apple.com>
- Date: Fri, 30 Nov 2012 12:13:26 -0800
- To: Travis Leithead <travis.leithead@microsoft.com>
- Cc: "spec-prod@w3.org" <spec-prod@w3.org>
FWIW, it appears to be working correctly with dictionaries. <dl title="dictionary keys" class="idl"> <dt>DOMString? foo = null</dt><dd>lorem ipsum</dd> <dt>boolean bar = false</dt><dd>lorem ipsum</dd> </dl> On Nov 30, 2012, at 11:48 AM, Travis Leithead <travis.leithead@microsoft.com> wrote: > 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 20:13:55 UTC