On Jan 19, 10:58 am, Walter Lee Davis <[email protected]> wrote: [...]
> <form action="" method="post"> > <input type="hidden" name="user_id" value="123" /> > <input type="text" name="name" id="name" value="Pete" /> > <input type="text" name="phone" id="phone" value="123 456-7890" /> You do have <label> or "title" for those, don't you? ;) (Remember that screen reader does not understand which description to associate with particular field - that is unless you give field a corresponding label or a title attribute) [...] -- kangax --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Prototype & script.aculo.us" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/prototype-scriptaculous?hl=en -~----------~----~----~----~------~----~------~--~---
