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.
Post History
I am styling a simple HTML-PHP-CSS contact form and I have considered to give some min-height pixel value CSS style to the form's submit button. I ran a Google search with the query: min-height...
#1: Initial revision
min-height for HTML form's submit buttons from a web accessibility standpoint
I am styling a simple HTML-PHP-CSS contact form and I have considered to give some `min-height` pixel value CSS style to the form's submit button. I ran a Google search with the query: > min-height submit button accessibility None of the 10 articles in the first place dealt with this directly (standard) nor did it include details about `min-height` (as a CSS property) and submit buttons. Is there a worldly accessibility `min-height` standard (pixel or otherwise) for submit buttons in forms?