Welcome to Software Development on Codidact!
Will you help us build our independent community of developers helping developers? We're small and trying to grow. We welcome questions about all aspects of software development, from design to code to QA and more. Got questions? Got answers? Got code you'd like someone to review? Please join us.
Comments on Accessibility standard/s for multilined <input type="text"> fields
Post
Accessibility standard/s for multilined <input type="text"> fields
+2
−2
I have a simple HTML contact form and I wish to create a text area in it with <input type="text">
but without a <textarea>
tag.
The end product should be an <input type="text">
field which by the help of CSS, be styled pretty much with the same default style of a <textarea>
element.
Are there any accessibility standards (such as minimum height or minimal character allowance, etc.) for such a field?
1 comment thread