> On Sun, 2005-06-19 at 10:08 +1000, Andreas Boehmer [Addictive Media]
> wrote:
> > 
> > Here the problem though:
> > I want to display a couple of icons infront of each of the 
> folders (Edit,
> > Delete, ...). So my list actually looks like this:
> > 
> > - Edit Delete Folder One
> >   - Edit Delete Subfolder One
> >   - Edit Delete Subfolder Two
> > - Edit Delete Folder Two
> > - Edit Delete Folder Three
> > 
> -----Original Message-----
> From: Joshua Street [mailto:[EMAIL PROTECTED] 
> Sent: Sunday, 19 June 2005 11:41 AM
> To: [email protected]
> Subject: Re: [WSG] Clash of nested lists
> 
> This strikes me as a tad list-obsessive - what would be wrong with
> simply inserting <a href="/edit" title="Edit"><img src="edit.png"
> alt="Edit" /></a> and similarly for Delete?  AFAIK that shouldn't pose
> any significant barriers to accessibility...?
> 

Yeah, I have got the feeling it is list-obsessive and I really hope there is
a better way out of it. The reason I cannot simply put both icons into <a>
tags is that they have to be separated by more than just space for
accessibility reasons. So this:

<a href="/edit" title="Edit"><img src="edit.png" alt="Edit" /></a>
<a href="/delete" title="Delete"><img src="delete.png" alt="Delete" /></a>

wouldn't work.

See: http://www.w3.org/TR/WCAG10-TECHS/#tech-divide-links (Checkpoint 10.5)



******************************************************
The discussion list for  http://webstandardsgroup.org/

 See http://webstandardsgroup.org/mail/guidelines.cfm
 for some hints on posting to the list & getting help
******************************************************

Reply via email to