- From: <bugzilla@wiggum.w3.org>
- Date: Mon, 04 Apr 2005 06:19:16 +0000
- To: www-validator-cvs@w3.org
- Cc:
http://www.w3.org/Bugs/Public/show_bug.cgi?id=1199
link@pobox.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |INVALID
------- Additional Comments From link@pobox.com 2005-04-04 06:19 -------
This is a specification bug; the REC says: [[[
To associate a label with another control implicitly, the control element must be within the
contents of the LABEL element. In this case, the LABEL may only contain one control element.
]]] but this is not reflected in the content model for the "label" element in the DTD.
[[[
<!-- Each label must not contain more than ONE field -->
<!ELEMENT LABEL - - (%inline;)* -(LABEL) -- form field label text -->
]]]
I'd suggest you report this discrepancy to the HTML Editor <www-html-editor@w3.org>.
Received on Monday, 4 April 2005 06:19:16 UTC