This improves UX for users of assistive technologies. disabled buttons are removed from the tab order and are essentially invisible. By using aria-disabled instead, the save button remains in flow and informs the user that the file is indeed saved when no content has changed.
This improves UX for users of assistive technologies. `disabled` buttons are removed from the tab order and are essentially invisible. By using `aria-disabled` instead, the save button remains in flow and informs the user that the file is indeed saved when no content has changed.