- From: Maurice Carey <maurice@thymeonline.com>
- Date: Mon, 18 Jun 2007 09:35:30 -0400
- To: HTML Working Group <public-html@w3.org>
Received on Monday, 18 June 2007 14:35:37 UTC
On 6/13/07 10:48 AM, "Gregory J. Rosmaita" <oedipus@hicom.net> wrote:
> If this can be done, the remaining problem sounds like it could be
> solved either through <caption> or another mechanism for associating
> text that is, by default, displayed in visual UAs with the table.
http://dev.w3.org/cvsweb/~checkout~/html5/html4-differences/Overview.html#ne
w-elements
figure can be used to associate a caption together with some embedded
content, such as a graphic or video:
<figure>
<video src=ogg>Š</video>
<legend>Example</legend>
</figure>
<figure>
<legend>A lengthy description of the following table. If this messes up the
³visual vibe² of the page then it can be sent to height:0 and still be read
by screenreaders (I think)</legend>
<table>
...
</table>
</figure>
--
:: thyme online ltd
:: po box cb13650 nassau the bahamas
:: website: http://www.thymeonline.com/
:: tel: 242 327-1864 fax: 242 377 1038
Received on Monday, 18 June 2007 14:35:37 UTC