for a <textarea>
columns="123" is incorrect it should be cols="123"
https://developer.mozilla.org/en-US/docs/Web/HTML/Element/textarea
so according to what spec should the attribute be named columns instead of cols ?
Yeah. Looks like we spell-corrected the attribute name way back when (112a5dd) :frowning:
581a5ea
Thanks @iscifoni :grey_exclamation: