WebAIM - Web Accessibility In Mind

E-mail List Archives

Thread: Re: WebAIM-Forum Digest, Vol 44, Issue 11

for

Number of posts in this thread: 1 (In chronological order)

From: ~G~
Date: Tue, Nov 25 2008 2:55PM
Subject: Re: WebAIM-Forum Digest, Vol 44, Issue 11
No previous message | No next message

I don't want to really get into a semantic markup soapbox or start a flame
war etc. However <dl> really should not be used as you are showing. The
content is NOT even a list.

I believe the solution that Dean mentioned using

<img ../>
<p>[Caption]..</p>

Is a good coding solution since it should give you the available hooks to
implement the CSS. You could even wrap that withing a div so you can
provide further ruling in terms of positioning, floats etc.

Just my 2cents here.

Michael

From: Benjamin Hawkes-Lewis < = EMAIL ADDRESS REMOVED = >
To: WebAIM Discussion List < = EMAIL ADDRESS REMOVED = >
Date: Tue, 25 Nov 2008 07:50:40 +0000
Subject: Re: [WebAIM] Define or Caption the Photos
= EMAIL ADDRESS REMOVED = wrote:
I use the definition list to caption still photos. For example:

<dl>
<dt>(Image)</dt>
<dd> (Photo description)</dd>
</dl>

Would this be a acceptable way to caption the still photo for the screen
readers?