E-mail List Archives
Re: WebAIM-Forum Digest, Vol 44, Issue 11
From: ~G~
Date: Nov 25, 2008 2:55PM
- Next message: ben.logan@spotlessdesign.com: "Re: file attachment upload fields"
- Previous message: Dean Hamack: "Re: Define or Caption the Photos"
- Next message in Thread: None
- Previous message in Thread: None
- View all messages in this Thread
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 REMOVED> >
To: WebAIM Discussion List < <EMAIL REMOVED> >
Date: Tue, 25 Nov 2008 07:50:40 +0000
Subject: Re: [WebAIM] Define or Caption the Photos
<EMAIL 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?
- Next message: ben.logan@spotlessdesign.com: "Re: file attachment upload fields"
- Previous message: Dean Hamack: "Re: Define or Caption the Photos"
- Next message in Thread: None
- Previous message in Thread: None
- View all messages in this Thread