Re: Validity constraint issue with form controls

Jesse McCarthy <mccarthy36@earthlink.net> wrote:

> Given the situation of the attributes 'name' and 'id' as described in 5.21 of 
> the Modularization of XHTML recommendation ( http://www.w3.org/TR/xhtml-
> modularization/abstract_modules.html#s_nameidentmodule ), how are form 
> control elements input type=[checkbox | radio] to be handled, given that in 
> XML the value of any given instance of an attribute declared to be of type ID 
> ( 'id' attribute in this case) must be unique in the document? 

The Name Identification Module defines the attribute name for
*a collection of elements*.  Form control elements like "input"
are not in this collection, since the name attribute on those
elements is not intended to define a unique anchor but to assign
a control name, which may be shared by several form controls.
This module and its deprecation has nothing to do with the name
attribute on form control elements.

Regards,
-- 
Masayasu Ishikawa / mimasa@w3.org
W3C - World Wide Web Consortium

Received on Wednesday, 5 December 2001 01:43:02 UTC