Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change alt text for voices neighborhood council image in citizen engagement html file #3105

Closed
2 of 4 tasks
Tracked by #3089
SAUMILDHANKAR opened this issue May 4, 2022 · 1 comment · Fixed by #3163
Closed
2 of 4 tasks
Tracked by #3089
Assignees
Labels
good first issue Good for newcomers P-Feature: Citizen Engagement https://www.hackforla.org/citizen-engagement role: back end/devOps Tasks for back-end developers role: front end Tasks for front end developers size: 0.5pt Can be done in 3 hours or less

Comments

@SAUMILDHANKAR
Copy link
Member

SAUMILDHANKAR commented May 4, 2022

Overview

We need to ensure that alt text for images adhere to Web Content Accessibility Guidelines (WCAG). For this issue, we will change the alt text for the voices neighborhood council image on citizen engagement page.

Details

Designers and PMs identified that some alt texts in the Citizen Engagement page should be changed because they are either inaccurate or too long. Ideally, alt text should be descriptive but short and succinct. According to the WCAG page, an accompanying alt text should be short. Additionally, the Functional Accessibility Evaluator (FAE) recommends for alt text to be no more than 100 characters.

Action Items

  • For the file pages/citizen-engagement.html, change line 54 for the alt text:

from

<img class="org-img" src="/assets/images/citizen-engagement/voices_neighborhood_council.svg" alt="voices of neighborhood council logo">

to

<img class="org-img" src="/assets/images/citizen-engagement/voices_neighborhood_council.svg" alt="Voices Neighborhood Council">

Resources/Instructions

File and code links you will need to work on this issue

  • Directory to find the page once you have it in your IDE: pages/citizen-engagement.html
  • Click on the link below to see the source file code:
    <img class="org-img" src="/assets/images/citizen-engagement/voices_neighborhood_council.svg" alt="voices of neighborhood council logo">

Information about WCAG

@SAUMILDHANKAR SAUMILDHANKAR added role: front end Tasks for front end developers role: back end/devOps Tasks for back-end developers Size: Good second issue P-Feature: Citizen Engagement https://www.hackforla.org/citizen-engagement size: 0.5pt Can be done in 3 hours or less labels May 4, 2022
@github-actions

This comment was marked as resolved.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers P-Feature: Citizen Engagement https://www.hackforla.org/citizen-engagement role: back end/devOps Tasks for back-end developers role: front end Tasks for front end developers size: 0.5pt Can be done in 3 hours or less
Projects
Development

Successfully merging a pull request may close this issue.

4 participants