- From: Marcos Caceres <w3c@marcosc.com>
- Date: Wed, 18 Sep 2013 17:15:03 +0100
- To: Richard Ishida <ishida@w3.org>
- Cc: "spec-prod@w3.org" <spec-prod@w3.org>
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