<legend> = <caption>

Good day.

It's possible to use single tag instead of LEGEND and CAPTION,
applicability of this single tag will depends of whether
it's inside TABLE or TD/TH (or even outside TABLE).

I offer to use tag CAPTION in all cases for _unification_
as the most semantically neutral (and shortest).

<form>
  <table>
  <caption>caption</caption>
  <tr>
  <td> <caption>legend</caption> <input ...> </td>
  </tr>
  </table>
</form>

<form>
  <caption>legend</caption> <input ...>
</form>


Dmitry Turin
HTML6     (6.1.0)  http://html60.chat.ru
SQL4      (4.1.0)  http://sql40.chat.ru
Computer2 (2.0.2)  http://computer20.chat.ru

Received on Friday, 6 July 2007 12:48:56 UTC