Re: Another summary of alt="" issues and why the spec says what it says

Steven Faulkner wrote:
> Hi Josh, i think you maybe missing something.
> 
> question - how does using aria-describedby help in this example (or
> rather how could it help as the expected AT behaviuor is not yet
> documented)
> 
> <h2>Photograph 2</h2>
>   <img src=321098412.jpeg>
>   <p>View North East from 23 High Street.</p>

FWIW this could be marked up in HTML 5 as :

<figure>
  <img src="=321098412.jpeg">
  <legend>View North East from 23 High Street.</legend>
</figure>

-- 
"Eternity's a terrible thought. I mean, where's it all going to end?"
  -- Tom Stoppard, Rosencrantz and Guildenstern are Dead

Received on Friday, 18 April 2008 10:44:48 UTC