RE: Accessible forms in XHTML

but there IS a reason for the difference in values for the id and name attributes? Is there a reason why they can't be the same?



"Andrew Johns" <andrew.johns@jkd.co.uk> wrote:

> On researching information for what makes a form more accessible, I came across many examples of <label> tags, whereby an id and name are both set, but usually different.
> 
> an example being:
> 
> <label for="label">A label:</label><input type="text" id="label" name="txt">

Received on Wednesday, 17 July 2002 05:50:36 UTC