Re: Required Form Fields Question

Hi,

As far as I know, asterisks or other symbols don't make a required field
programmatically determinable, regardless whether they are inside our
outside the label. Such symbols are meant to tell the user that the form
field is required.
The "required" attribute introduced by HTML5 makes required field
programmatically determinable:
<http://www.w3.org/TR/html5/forms.html#the-required-attribute>.

Best regards,

Christophe

On 6/03/2014 17:55, Homme, James wrote:
>
> Hi,
>
> If a required field symbol is on screen, immediately to the left of a
> form field, but outside the label tag, so that a screen reader user
> has to exit Form mode to see it, does that violate that a required
> field must be programmibly determined?
>
>  
>
> Thanks.
>
>  
>
> Jim
>

-- 
Christophe Strobbe
Akademischer Mitarbeiter
Adaptive User Interfaces Research Group
Hochschule der Medien
Nobelstraße 10
70569 Stuttgart
Tel. +49 711 8923 2749

Received on Thursday, 6 March 2014 17:21:34 UTC