E-mail List Archives
Thread: ADA Doubt
Number of posts in this thread: 2 (In chronological order)
From: Mobins Thomas
Date: Wed, Jan 30 2013 8:42AM
Subject: ADA Doubt
No previous message | Next message →
Hi there
I have web page with called "Personal Info" where the user enters his/her information. The page consist of Text boxes only as input control.Some input are mandatory which is validated at client side which tells the user about missed inputs.
My question is that.As per WCAG 2.0 success critrerion 3.3.2 -G131, do we have to add a label next to the mandatory textboxes having text "(Required)" ?
eg .First Name: [Textbox] (Required).Last Name: [Textbox] (Required).Telephone no: [Textbox] SSN : [Textbox] (Required)Street: [Textbox]
Is it necessary to add the label(Required) or validating it from client / server side is enough??
Thanks & RegardsMobins
From: Don Mauck
Date: Wed, Jan 30 2013 8:45AM
Subject: Re: ADA Doubt
← Previous message | No next message
You need either a * that indicates the required field or as preferred, (required) as part of the label.