- From: Nick Kew <nick@webthing.com>
- Date: Thu, 13 Feb 2003 21:53:37 +0000 (GMT)
- To: Aaron Smith <aaron@gwmicro.com>
- cc: Joe Clark <joeclark@joeclark.org>, WAI-IG <w3c-wai-ig@w3.org>
On Thu, 13 Feb 2003, Aaron Smith wrote:
> [chopped due to top-posting]
> >In theory, you can use <label for="{element}">[item]</label>
> >anywhere on a page. In turn, {element} can appear anywhere else.
That seems to be a different observation to what the subject line says.
<p>This paragraph describes the form on this page.
Enter a <label for="foo">product code</label> in the first field.
... bla bla bla ...
</p>
....
<!-- do UAs do anything sensible with the label for this, like visual
browsers where you click on the label and the field gets focus?
-->
<input name="foo" id="foo">
--
Nick Kew
Received on Thursday, 13 February 2003 16:53:43 UTC