Paul Collins wrote:
As far as I can see, maxlength is a valid XHTML strict attribute, can
anyone tell me why this isn't validating?!
Cheers,
Paul
It's only valid on <input> elements:
<http://www.w3.org/TR/2002/REC-xhtml1-20020801/dtds.html#dtdentry_xhtml1-strict.dtd_input>
There is no equivalent for <textarea>:
<http://www.w3.org/TR/2002/REC-xhtml1-20020801/dtds.html#dtdentry_xhtml1-strict.dtd_textarea>
Cheers,
Nick.
--
Nick Fitzsimons
http://www.nickfitz.co.uk/
******************************************************
The discussion list for http://webstandardsgroup.org/
See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list & getting help
******************************************************