On Fri, Feb 20, 2009 at 10:20 PM, Robert Walker <[email protected]> wrote:
>> Actually not redundant in forms -- e.g. radio button elements can >> be grouped by a shared name /and/ have unique IDs -- but... > > From the W3C Specifications for XHTML > ---------- > 4.10. The elements with 'id' and 'name' attributes > > HTML 4 defined the name attribute for the elements a, applet, form, > frame, iframe, img, and map. > Note that in XHTML 1.0, the name attribute of these elements is formally > deprecated, and will be removed in a subsequent version of XHTML. > ---------------------------- > > Yes, the "name" attribute IS deprecated But *only* for the above listed elements, NOT for e.g. form elements like INPUT. -- Hassan Schroeder ------------------------ [email protected] --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" 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/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---

