Re: aside and figure elements

On Mon, 7 Jun 2010, Ian Hickson wrote:

> On Mon, 7 Jun 2010, Bruce Lawson wrote:
>>
>> <figure>
>> <img src=ceo.jpg alt="">
>> <figcaption>Brian Slick, CEO of Blammo Corp, leveraging a synergy</figcaption>
>> </figure>
>>
>> seems entirely accessible
>
> I would have said the opposite -- there's no alternative to the image
> provided, so it's entirely inaccessible.
>
> Here's an example of what I would have expected for this to be considered
> accessible:
>
> <figure>
>  <img src=ceo.jpg alt="Photograph: A tall man with brown hair, and a
>  moustache sits at a keyboard while smiling to the camera.">
>  <figcaption>Brian Slick, CEO of Blammo Corp, leveraging a synergy</figcaption>
> </figure>

I don't think talking about whether a particular <figure> is accessible on 
its own makes much sense. The meaningful question is whether a user can 
extract all the essential information from the page as a whole. In this 
case, the fact that the CEO is a tall male with brown hair and a 
moustache seems unlikely to be essential information. Without more 
context, however, it is impossible to tell if the caption alone is 
sufficient or if some other information must be provided in the alt text.

Received on Tuesday, 8 June 2010 08:06:18 UTC