DetailsAccessibilityClicking the Input Label Focuses the Input FieldA classic usability detail. When you click the label 'Email', the cursor should jump into the email input field. It expands the hit area and makes the form easier to use. HTML <label for="id"> does this natively. Don't break it.