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 CFA logo image in citizen engagement html file #3100

Closed
4 tasks done
Tracked by #3089
SAUMILDHANKAR opened this issue May 4, 2022 · 3 comments · Fixed by #3561
Closed
4 tasks done
Tracked by #3089

Change alt text for CFA logo image in citizen engagement html file #3100

SAUMILDHANKAR opened this issue May 4, 2022 · 3 comments · Fixed by #3561
Assignees
Labels
Feature: Accessibility Issues that would broaden website accessibility 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 CFA logo 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 49 for the alt text:

from

<img class="org-img" src="/assets/images/sponsors/logo-cfa.svg" alt="code for america logo"/>

to

<img class="org-img" src="/assets/images/sponsors/logo-cfa.svg" alt="Code for America"/>

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/sponsors/logo-cfa.svg" alt="code for america 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.

@github-actions
Copy link

Hi @Unity7, thank you for taking up this issue! Hfla appreciates you :)

Do let fellow developers know about your:-
i. Availability: (When are you available to work on the issue/answer questions other programmers might have about your issue?)
ii. ETA: (When do you expect this issue to be completed?)

You're awesome!

P.S. - You may not take up another issue until this issue gets merged (or closed). Thanks again :)

@Unity7
Copy link
Member

Unity7 commented Sep 17, 2022

ETA: 9/18/2022
Availability: 2 hours

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature: Accessibility Issues that would broaden website accessibility 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