RE: New internal draft of HTML techniques

Correction (already): Change c2.3 to c2.1!!!
<input type=radio id="c2.1" name="c2.1" >&nbsp;<label for="c2.3">April 1,
2001</label> <br />

Jim
Accessibility, What Not to do: http://jimthatcher.com/whatnot.htm.
Web Accessibility Tutorial: http://jimthatcher.com/webcourse1.htm.


-----Original Message-----
From: w3c-wai-gl-request@w3.org [mailto:w3c-wai-gl-request@w3.org] On Behalf
Of Jim Thatcher
Sent: Tuesday, July 27, 2004 2:30 PM
To: 'Paul Bohman'; w3c-wai-gl@w3.org
Cc: 'WAI GL (E-mail)'
Subject: RE: New internal draft of HTML techniques


Here's a code sample:

<fieldset border-style: none;>
<legend>2. What is the effective date of the new purchase rules for business
combinations?</legend>
<input type=radio id="c2.1" name="c2.1" >&nbsp;<label for="c2.3">April 1,
2001</label> <br />
<input type=radio id="c2.2" name="c2.2" >&nbsp;<label for="c2.2">April 2,
2002</label> <br />
<input type=radio id="c2.3" name="c2.3" >&nbsp;<label for="c2.3">April 3,
2003</label> <br />
</fieldset>

Received on Tuesday, 27 July 2004 15:46:30 UTC