codeforpdx / PASS

PASS project - with HMIS module integration
MIT License
26 stars 25 forks source link

Improve accessible name for links on home page #455

Closed milofultz closed 9 months ago

milofultz commented 9 months ago

This PR:

Ensures that links on the home page have accessible names.

1. Adds aria-labels to links that surround images without text content 2. Removes unnecessary aria-labels where text content already exists 3. Improved text content on link where it was unclear

The files this PR effects:

Components

Tests

Screenshots (if applicable):

Only visual difference is the text for the proposal button.

Screen Shot 2023-10-13 at 4 21 57 PM Screen Shot 2023-10-13 at 4 22 15 PM

Additional Context (optional):

Most of these fixes were found using this extension.

Issues needing discussion/feedback (optional):

1. Want to make sure the "Make a proposal" text is desired, as that is more of a content choice then a technical one.