This repository was archived by the owner on Dec 14, 2018. It is now read-only.
This repository was archived by the owner on Dec 14, 2018. It is now read-only.
column attribute for <textarea> is incorrect #5039
Closed
Description
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 ?