Re: IDL problem

On Wednesday, September 18, 2013 at 5:09 PM, Richard Ishida wrote:

> I'm now struggling with respec with the following code:
>  
> <h3 id="interface-textdecoder">Interface <code  
> title="">TextDecoder</code></h3>
> <pre class="idl">dictionary <dfn  
> id="textdecoderoptions">TextDecoderOptions</dfn> {
> boolean fatal = false;
> };


Here is an example from another spec:

<dl title="dictionary MmsAttachment" class="idl">
<dt>DOMString contentID</dt>

<dd>bla bla…</dd>
</dl>

Note the use of a "dl" instead of a <pre>. So, just add your members as "dt" and "dd"s.  

Received on Wednesday, 18 September 2013 16:15:37 UTC