clean-and-green-philly
clean-and-green-philly copied to clipboard
Change ARIA attribute on Saved button
Describe
The ARIA attribute for the "Saved" button when selected is not appropriate. It is currently set to <aria-current="true">. For the button's use-case, and to increase its understandability, we should change it to <aria-pressed="true"> since this is essentially a toggle button.
Screen Shot
Steps
- Go to Find Properties page
- Select a property -> click Save
- Go back to property list -> Saved button is displayed
- Select "Saved" -> inspect element
Acceptance Criteria
- [ ] Change ARIA attribute to
<aria-pressed="true">