Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upMake <textarea> respect cols and rows HTML attributes #4291
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This can be modeled after the way that the
sizeattributed is implemented for<input>elements. Seecomponents/style/legacy.rs, and uses ofSizeIntegerAttributethroughout the code: http://mxr.mozilla.org/servo/search?string=sizeintegerattribute