Re: HTML3 tables

Dave Raggett (dsr@hplb.hpl.hp.com)
Wed, 14 Dec 94 10:36:17 EST

> Umm. What's the reason for

> <figure>
> <caption align="bottom">My House</caption>
> <img blah>
> </figure>

This is in fact in appropriate as you should specify the image as an attribute
on the figure element. The text within the figure is used as alt text for
non-graphical viewers with the exception of caption text.

e.g.

<figure src="blah.jpeg">
<caption align="bottom">My House</caption>
</figure>

--
 Dave Raggett <dsr@w3.org> tel: +44 272 228046 fax: +44 272 228003
  Hewlett Packard Laboratories, Filton Road, Bristol BS12 6QZ, United Kingdom