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 tag for VRMS Project image on events page to adhere to WCAG #3286

Closed
4 tasks
Tracked by #3132
kathrynsilvaconway opened this issue Jun 22, 2022 · 2 comments
Closed
4 tasks
Tracked by #3132
Labels
Feature: Accessibility Issues that would broaden website accessibility good first issue Good for newcomers Ignore: No longer a problem When the problem has already been fixed or is no longer a problem due to other changes 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

Comments

@kathrynsilvaconway
Copy link
Member

kathrynsilvaconway commented Jun 22, 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 line 53 for the alt text:

from

<img id="mini-img" src="../assets/images/projects/vrms.png" alt="VRMS Project" />

to

<img id="mini-img" src="../assets/images/projects/vrms.png" alt="" />

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: _includes/events-page/our-locations-content.html
  • Click on the link below to see the source file code:
    <img class="location-image" src="../assets/images/hack-nights/westside1.png" alt="westside" />

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 22, 2022
@github-actions
Copy link

Hi @kathrynsilvaconway.

Please don't forget to add the proper labels to this issue. Currently, the labels for the following are missing:
Size, Role, Feature

NOTE: Please ignore the adding proper labels comment if you do not have 'write' access to this directory.

To add a label, take a look at Github's documentation here.

Also, don't forget to remove the "missing labels" afterwards.
To remove a label, the process is similar to adding a label, but you select a currently added label to remove it.

After the proper labels are added, the merge team will review the issue and add a "Ready for Milestone" label once it is ready for prioritization.

Additional Resources:

@kathrynsilvaconway kathrynsilvaconway added role: front end Tasks for front end developers role: back end/devOps Tasks for back-end developers Size: Good second issue P-Feature: Events https://www.hackforla.org/events/ Feature: Accessibility Issues that would broaden website accessibility Ready for Prioritization size: 0.5pt Can be done in 3 hours or less 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 22, 2022
@kathrynsilvaconway kathrynsilvaconway changed the title Change alt tag for image on events page to adhere to WCAG Change alt tag for VRMS Project image on events page to adhere to WCAG Jun 25, 2022
@ExperimentsInHonesty ExperimentsInHonesty added this to the x. Accessibility milestone Jun 26, 2022
@JessicaLucindaCheng JessicaLucindaCheng added the Ignore: No longer a problem When the problem has already been fixed or is no longer a problem due to other changes label Jan 17, 2023
@JessicaLucindaCheng
Copy link
Member

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 Ignore: No longer a problem When the problem has already been fixed or is no longer a problem due to other changes 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
Projects
Development

No branches or pull requests

3 participants