maxlength on input with type "number"
Hi, the w3c validator has a rule to check if the attributes match the input type. Is there a way to configure the same validation in html-validate? ## Examples <input maxlength="2" type="number"> -> W3C validation result -> Attribute "maxlength" is only allowed when the input type is email, password, search, tel, text or url". Thx!
issue