E-mail List Archives
Re: Whether or not to disable form submitbutton
From: Geethavani.Shamanna
Date: Dec 18, 2023 2:59AM
- Next message: L Snider: "Re: bug in axes 2024 PAC checker"
- Previous message: Kavein Thran: "Re: Whether or not to disable form submit button"
- Next message in Thread: Kavein Thran: "Re: Whether or not to disable form submit button"
- Previous message in Thread: Kavein Thran: "Re: Whether or not to disable form submit button"
- View all messages in this Thread
There are two scenarios that I have come across with regard to disabled buttons:
1. The disabled button is accessible to mouse users, but is not keyboard focusable, not in the tab order and not accessible to screen reader users.
2. The disabled button is keyboard-focusable and is in the tab order, but not accessible to screen reader users. In this instance we recommend the use of the aria-disabled attribute.
Considering that required fields are not always clearly indicated in forms, validating individual fields might be a better solution than disabling the Submit button.
Geetha
- Next message: L Snider: "Re: bug in axes 2024 PAC checker"
- Previous message: Kavein Thran: "Re: Whether or not to disable form submit button"
- Next message in Thread: Kavein Thran: "Re: Whether or not to disable form submit button"
- Previous message in Thread: Kavein Thran: "Re: Whether or not to disable form submit button"
- View all messages in this Thread