clean-and-green-philly icon indicating copy to clipboard operation
clean-and-green-philly copied to clipboard

Change ARIA attribute on Saved button

Open marvieqa opened this issue 1 year ago • 0 comments

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 Screenshot 2024-05-05 at 15 51 55

Steps

  1. Go to Find Properties page
  2. Select a property -> click Save
  3. Go back to property list -> Saved button is displayed
  4. Select "Saved" -> inspect element

Acceptance Criteria

  • [ ] Change ARIA attribute to <aria-pressed="true">

marvieqa avatar May 05 '24 14:05 marvieqa