[thelist] Is this a list?

ben morrison morrison.ben at gmail.com
Mon Sep 26 11:56:25 CDT 2005


> Actually, accessibility guidelines suggest that the form element
> should be within the label element. i.e..:
>
> <fieldset>
> <legend>Choose gift:</legend>
> <label for="c1"><checkbox 1 id="cb1">Cheese sandwich...</label>
> <label for="c2"><checkbox 2 id="cb2">Privacy...</label>
> ...
> </fieldset>
>
> see e.g. http://www.w3.org/TR/WCAG10-HTML-TECHS/#forms-labels

It can be inside or outside:

http://www.w3.org/TR/html401/interact/forms.html#edef-LABEL


More information about the thelist mailing list