- From: Andy Laws <adlaws@gmail.com>
- Date: Thu, 19 Nov 2009 10:42:12 +0000
- To: WAI Interest Group list <w3c-wai-ig@w3.org>
Received on Thursday, 19 November 2009 10:45:01 UTC
Dear All
Help with fieldsets
which is the prefered method for marking up form elemets
ie
<fieldset>
<legend>Test<l/egend>
<p>Descriptive text of the form purpose</p>
<lablel for="testitem">Test Form Item<lable>
<input type="test" id="testitem" />
</fieldset>
Or
<p>Descriptive text of the form purpose</p>
<fieldset>
<legend>Test<l/egend>
<lablel for="testitem">Test Form Item<lable>
<input type="test" id="testitem" />
</fieldset>
ie have the <p> tag to describe the form fuction to the user either inside
or outside the fieldset
Regards
Andrew
--
Andrew Laws Bsc(Hons) MBCS, FBCS
Web-Sites:
www.opelnet.co.uk
www.cubiks.com
www.holidayhypermarket.co.uk
e-mail: adlaws@gmail.com
Telephone:: +44 (0) 7828822987
Received on Thursday, 19 November 2009 10:45:01 UTC