- From: Gez Lemon <gez.lemon@gmail.com>
- Date: Sun, 20 May 2007 20:20:45 +0100
- To: wai-xtech@w3.org
On 20/05/07, Gez Lemon <gez.lemon@gmail.com> wrote: > <h3 id="h3-13">subsection heading</h3> > <div aaa:labelledby="h3-13"> > <p aaa:labelledby="h3-13">foo</p> > <dl aaa:labelledby="h3-13"> > <dt>Term 1</dt> > <dd>Definition 1</dd> > <dt>Term 1</dt> > <dd>Definition 1</dd> > <dt>Term 1</dt> > <dd>Definition 1</dd> > </dl> I left the opening div tag in the example - it should read: <h3 id="h3-13">subsection heading</h3> <p aaa:labelledby="h3-13">foo</p> <dl aaa:labelledby="h3-13"> <dt>Term 1</dt> <dd>Definition 1</dd> <dt>Term 1</dt> <dd>Definition 1</dd> <dt>Term 1</dt> <dd>Definition 1</dd> </dl> Best regards, Gez -- _____________________________ Supplement your vitamins http://juicystudio.com
Received on Sunday, 20 May 2007 19:21:07 UTC