- From: James Graham <jg307@cam.ac.uk>
- Date: Fri, 18 Apr 2008 11:44:00 +0100
- To: HTML WG <public-html@w3.org>
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