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
This archive was generated by hypermail 2.4.0 : Friday, 17 January 2020 23:00:01 UTC