Re: Issue with Nu Html Checker

Hi David,

David Dorward <david@dorward.me.uk>, 2017-10-10 14:40 +0100:
> Archived-At: <http://www.w3.org/mid/651BFA68-99D7-4B47-A367-5B6A29DAE268@dorward.me.uk>
> 
> On 10 Oct 2017, at 14:06, Rich Myers wrote:
> 
> > Attribute maxlength is only allowed when the input type is email,
> > password, search, tel, text, or url.
> > 
> > From line 148, column 19; to line 148, column
> > 133<https://validator.w3.org/nu/#l148c133>
> > 
> > <INPUT TYPE='TEXT' NAME=InsProdCT_GroupDescription VALUE='Primary Group'
> > SIZE=100 MAXLENGTH=100>↩
> > --------------------^^^^^ ?????
> 
> Looks like the issue is that validator.nu checks the `name` attribute in a
> case sensitive fashion. The error goes away with `type=‘text’` instead of
> `type=‘TEXT’`.

Yep. That was a bug. Fixed now. Thanks to you both

  –Mike

-- 
Michael[tm] Smith https://people.w3.org/mike

Received on Wednesday, 11 October 2017 08:52:37 UTC