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 westside location image on events page #3255

Closed
4 tasks done
Tracked by #3132
SAUMILDHANKAR opened this issue Jun 16, 2022 · 4 comments · Fixed by #3923
Closed
4 tasks done
Tracked by #3132

Change alt text for westside location image on events page #3255

SAUMILDHANKAR opened this issue Jun 16, 2022 · 4 comments · Fixed by #3923
Assignees
Labels
Feature: Accessibility Issues that would broaden website accessibility good first issue Good for newcomers P-Feature: Events https://www.hackforla.org/events/ 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 Status: Updated No blockers and update is ready for review

Comments

@SAUMILDHANKAR
Copy link
Member

SAUMILDHANKAR commented Jun 16, 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 westside location on Events page.

Details

Designers and PMs identified that some alt texts in the Events 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 _includes/events-page/our-locations-content.html, change the alt text:

from

<img class="location-image" src="../assets/images/hack-nights/westside1.png" alt="Westside L.A."  />

to

<img class="location-image" src="../assets/images/hack-nights/westside1.png" alt="Westside" />

Resources/Instructions

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

Information about WCAG

@github-actions github-actions bot added Feature Missing This label means that the issue needs to be linked to a precise feature label. role missing size: missing labels Jun 16, 2022
@github-actions

This comment was marked as resolved.

@SAUMILDHANKAR SAUMILDHANKAR added role: front end Tasks for front end developers role: back end/devOps Tasks for back-end developers P-Feature: Events https://www.hackforla.org/events/ Feature: Accessibility Issues that would broaden website accessibility size: 0.5pt Can be done in 3 hours or less Size: Good second issue and removed Feature Missing This label means that the issue needs to be linked to a precise feature label. role missing size: missing labels Jun 16, 2022
@ExperimentsInHonesty ExperimentsInHonesty added this to the x. Accessibility milestone Jun 26, 2022
@JessicaLucindaCheng

This comment was marked as resolved.

@JessicaLucindaCheng JessicaLucindaCheng added ready for dev lead Issues that tech leads or merge team members need to follow up on ready for product and removed ready for dev lead Issues that tech leads or merge team members need to follow up on ready for product labels Jan 16, 2023
@KazushiR KazushiR self-assigned this Feb 1, 2023
@github-actions
Copy link

github-actions bot commented Feb 1, 2023

Hi @KazushiR, 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 :)

@KazushiR
Copy link
Member

KazushiR commented Feb 1, 2023

Availability for this week: Flexible
My estimated ETA for completing this issue: By end of this week.

@KazushiR KazushiR linked a pull request Feb 3, 2023 that will close this issue
@github-actions github-actions bot added the Status: Updated No blockers and update is ready for review label Feb 3, 2023
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: Events https://www.hackforla.org/events/ 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 Status: Updated No blockers and update is ready for review
Projects
Development

Successfully merging a pull request may close this issue.

4 participants