RE: Image Galleries, Alt vs caption.

> OK...so no thoughts. I figured out the CSS. Could I get some 
> thoughts and 
> comments about the accessibility of this gallery?
> 
> http://bkdelong.mit.edu/browsertests/imagegallery/

Accessibility decisions I agree with:
1. Null ALT text
2. Image and caption contained in same A element
3. List markup

Decisions I'd question:
1. OL instead of UL. Why is this an ordered list? Is the sequence of images
important?
2. Multiple OL elements. Breaking this into several lists makes no sense
semantically, and I assume you've only done so to get the display right. It
should be possible in CSS to achieve the grid layout you want while keeping
all items in the same OL or UL. Let me know if you need help.
3. Font sized in px -- makes it impossible to resize in Internet Explorer.
Use .76em instead of 11px to get the same result, but resizable.

Hope that helps!

francois

Wheel Group, Beaumont House, Kensington Village, Avonmore Road, London W14
8TS
 
T +44 (0)20 7348 1000    F +44 (0)20 7348 1111
D +44 (0)20 7348 1049
francois.jordaan@wheel.co.uk
www.wheel.co.uk
 


_____________________________________________________________________
This e-mail has been scanned for viruses by MessageLabs.

Received on Thursday, 30 December 2004 14:00:58 UTC