Go Back   SitePoint Forums > Forum Index > Design Your Site > Web Page Design > Accessibility and Usability
Newsletter FAQ Members List Calendar Mark Forums Read

New to SitePoint Forums? Register here for free!

SitePoint Sponsor
 
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Old Oct 12, 2009, 01:03   #1
ajaxdinesh
SitePoint Zealot
 
ajaxdinesh's Avatar
 
Join Date: Apr 2009
Location: India
Posts: 112
Question Small Clarification Label element

Hi,

How do i define the label tag for this field? I have given the sample code below,

HTML4Strict Code:
<label for="PrefStartMonth" class="lbltxt1">Preferred start month/ year:</label>
<input type="text" id="PrefStartMonth" name="PrefStartMonth" size="10" maxlength="12"
class="txtbox5" /> /
<input type="text" id="PrefStartYear" name="PrefStartYear" size="4" maxlength="4" class="txtbox3" />
 
OR
 
<label class="lbltxt1">Citizenship:</label> <input type="radio" id="USCitizen" name="Citizenship" value="US Citizen" /> <label for="USCitizen">US Citizen</label>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <input type="radio" id="NaturalizedUSCitizen" name="Citizenship" value="Naturalized US Citizen" /> <label for="NaturalizedUSCitizen" >Naturalized US Citizen</label> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <input type="radio" id="PermanentResident" name="Citizenship" value="Permanent Resident" /> <label for="PermanentResident">Permanent Resident</label>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <input type="radio" id="NonUS" name="Citizenship" value="Not a US Citizen" /> <label for="NonUS" >Not a US Citizen</label>

Now i have to go and checked the section 503 i got the error message. The message was shown below,

[WCAG v1 12.4 (AA), US-508-n] No matching <label> tag could be found, or label is empty

I have define the id('PrefStartMonth') for the first input tag. These input tags defined one label element so i got the error message. How do i solve it these kind of fields.
ajaxdinesh is offline   Reply With Quote
 

Bookmarks

« Previous Thread | Next Thread »

Thread Tools
Display Modes

 
Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Sponsored Links
 
Forum Jump


All times are GMT -7. The time now is 11:24.


Powered by vBulletin® Version 3.7.1
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Copyright 1998-2009, SitePoint Pty Ltd. All Rights Reserved