Input
Inspect the form with a screen reader or the browser accessibility tree
Output
All inputs have associated labels, required fields are announced, focus is visible, submit button is a real button
The starter code has a signup form with three fields (name, email, password) that works visually but has multiple accessibility violations. Fix them without changing the form's visual appearance or behavior. Four issues...
index.htmlEditable templatestyles.cssEditable startermain.jsEditable starterInspect the form with a screen reader or the browser accessibility tree
All inputs have associated labels, required fields are announced, focus is visible, submit button is a real button
Can you add live validation error messages using aria-live regions that announce errors as the user types?