Re: Validator

* 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