- From: David Dorward <david@dorward.me.uk>
- Date: Tue, 10 Oct 2017 14:40:49 +0100
- To: "Rich Myers" <rmyers@carletoninc.com>
- Cc: "www-validator@w3.org" <www-validator@w3.org>
Received on Tuesday, 10 October 2017 13:42:22 UTC
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’`.
Received on Tuesday, 10 October 2017 13:42:22 UTC