Re: [WSG] XHTML strict maxlength

2006-08-10 Thread Paul Collins
Well, you learn something new everyday! Thanks all for your help - Original Message - From: Ben Wong To: wsg@webstandardsgroup.org Sent: Thursday, August 10, 2006 1:08 PM Subject: Re: [WSG] XHTML strict maxlength > As far as I can see, maxlength is a va

Re: [WSG] XHTML strict maxlength

2006-08-10 Thread Ben Wong
As far as I can see, maxlength is a valid XHTML strict attribute, can anyone tell me why this isn't validating?! Not for textarea. Only for input. From the x-html strict dtd... -- Ben Wong e: [EMAIL PROTECTED] w: http://blog.onehero.net *

Re: [WSG] XHTML strict maxlength

2006-08-10 Thread Pierre-Henri Lavigne
On Thursday 10 August 2006 13:50, Paul Collins wrote: > Hi all, > > Just having some trouble with validating I keep getting the report this > report about the maxlength property: > > Error Line 69 column 100: there is no attribute "maxlength". > ...id="good-turn-description" maxlength="50" title="T

Re: [WSG] XHTML strict maxlength

2006-08-10 Thread Nick Fitzsimons
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 elements: There is no equivalent fo

Re: [WSG] XHTML strict maxlength

2006-08-10 Thread Nils Kr. Falch
On 8/10/06, Paul Collins <[EMAIL PROTECTED]> wrote: As far as I can see, maxlength is a valid XHTML strict attribute, can anyone tell me why this isn't validating?! If you read the dtd you'll see that maxlenght is a valid attribute for input but not for textarea.

Re: [WSG] XHTML strict maxlength

2006-08-10 Thread Kay Smoljak
On 8/10/06, Paul Collins <[EMAIL PROTECTED]> wrote: Just having some trouble with validating I keep getting the report this report about the maxlength property: Error Line 69 column 100: there is no attribute "maxlength". ...id="good-turn-description" maxlength="50" title="Tell us about it"/> T

[WSG] XHTML strict maxlength

2006-08-10 Thread Paul Collins
Hi all,   Just having some trouble with validating I keep getting the report this report about the maxlength property:   Error Line 69 column 100: there is no attribute "maxlength". ...id="good-turn-description" maxlength="50" title="Tell us about it"/> And my line of code is: And my doctype