E-mail List Archives
Re: Section 508 - Form Field Label
From: Jason Megginson
Date: Nov 12, 2010 8:21AM
- Next message: Gunderson, Jon R: "Re: Section 508 - Form Field Label"
- Previous message: Jason Megginson: "Re: Section 508 - Form Field Label"
- Next message in Thread: Gunderson, Jon R: "Re: Section 508 - Form Field Label"
- Previous message in Thread: Jason Megginson: "Re: Section 508 - Form Field Label"
- View all messages in this Thread
No, there is no explicit association between the label and the checkbox. I
assume the asterisk is a required field? If so, include that in explicit
label markup. An id attribute must be set in the checkbox. That "id"
attribute must match the "for" attribute of the corresponding LABEL tag.
For Example:
<div *title='CBP'>*
*<input type='checkbox' igchk='1' id="someID" class='igt_align'><label
for="someID">*<span igtxt='1' class="
">CBP</span></label></div>
Jason Megginson
SSB BART Group
(O):703-637-8964
(C):703-244-7755
- Next message: Gunderson, Jon R: "Re: Section 508 - Form Field Label"
- Previous message: Jason Megginson: "Re: Section 508 - Form Field Label"
- Next message in Thread: Gunderson, Jon R: "Re: Section 508 - Form Field Label"
- Previous message in Thread: Jason Megginson: "Re: Section 508 - Form Field Label"
- View all messages in this Thread