- From: Bjoern Hoehrmann <derhoermi@gmx.net>
- Date: Fri, 26 Oct 2001 16:59:19 +0200
- To: Amaurys Ávila Ibarra <amaurysavila@yahoo.com>
- Cc: www-validator@w3.org
* Amaurys Ávila Ibarra wrote:
>The validator is telling me this error
>
>Error: value of attribute "multiple" cannot be "true"; must be one of
>"multiple"
>
>But this attribute in the element select can only have the value "true"
>and "false". So there must be a mistake in the parsing
No, it may have either the value 'multiple' or be absent, i.e.
<select ... multiple>
or
<select ... multiple="multiple">
or
<select ...>
in HTML4.
--
Björn Höhrmann { mailto:bjoern@hoehrmann.de } http://www.bjoernsworld.de
am Badedeich 7 } Telefon: +49(0)4667/981028 { http://bjoern.hoehrmann.de
25899 Dagebüll { PGP Pub. KeyID: 0xA4357E78 } http://www.learn.to/quote/
Received on Friday, 26 October 2001 11:00:25 UTC