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

Program Areas: Update alt text for .page-card-image to adhere to WCAG #3875

Closed
3 tasks done
MattPereira opened this issue Jan 26, 2023 · 4 comments · Fixed by #3962
Closed
3 tasks done

Program Areas: Update alt text for .page-card-image to adhere to WCAG #3875

MattPereira opened this issue Jan 26, 2023 · 4 comments · Fixed by #3962
Assignees
Labels
Feature: Accessibility Issues that would broaden website accessibility good first issue Good for newcomers role: back end/devOps Tasks for back-end developers role: front end Tasks for front end developers size: 1pt Can be done in 4-6 hours Status: Updated No blockers and update is ready for review

Comments

@MattPereira
Copy link
Contributor

MattPereira commented Jan 26, 2023

Prerequisite

  1. Be a member of Hack for LA. (There are no fees to join.) If you have not joined yet, please follow the steps on our Getting Started page.
  2. Please make sure you have read our Hack for LA Contributing Guide before you claim/start working on an issue.

Overview

As a developer, we need to provide clear and descriptive alt text on the Program Areas page so that we adhere to the Web Content Accessibility Guidelines (WCAG) and we can achieve our mission of inclusivity.

Action Items

  • Change the image alt property value within pages/program-areas.html:

From:

<img class="page-card-image" src="{{ program_areas[1].image }}" alt="{{ program_areas[1].image_alt }}" />

To:

<img class="page-card-image" src="{{ program_areas[1].image }}" alt="" />
  • Ensure that the corresponding Program Areas page stays the same after the change
  • Using developer tools to inspect the image, ensure that the new alt text gets incorporated after the change.
    • Note: alt="" in code while show up as alt when using developer tools to inspect the image's alt text property.

Resources/Instructions

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

  • Directory to find the page in once you have it in your IDE: pages/program-areas.html
  • Click on the filename below to see the source file code:
    <img class="page-card-image" src="{{ program_areas[1].image }}" alt="{{ program_areas[1].image_alt }}" />

Background information about the Jekyll framework (optional reading)

Information about WCAG and alt text (optional reading)

@MattPereira MattPereira added good first issue Good for newcomers role: front end Tasks for front end developers role: back end/devOps Tasks for back-end developers Feature: Accessibility Issues that would broaden website accessibility ready for dev lead Issues that tech leads or merge team members need to follow up on size: 1pt Can be done in 4-6 hours labels Jan 26, 2023
@MattPereira MattPereira added this to the w. Accessibility milestone Jan 26, 2023
@MattPereira MattPereira added Ready for Prioritization and removed ready for dev lead Issues that tech leads or merge team members need to follow up on labels Jan 29, 2023
@mademarc mademarc self-assigned this Feb 10, 2023
@github-actions
Copy link

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

@github-actions
Copy link

@mademarc

Please add update using the below template (even if you have a pull request). Afterwards, remove the 'To Update !' label and add the 'Status: Updated' label.

  1. Progress: "What is the current status of your project? What have you completed and what is left to do?"
  2. Blockers: "Difficulties or errors encountered."
  3. Availability: "How much time will you have this week to work on this issue?"
  4. ETA: "When do you expect this issue to be completed?"
  5. Pictures (optional): "Add any pictures of the visual changes made to the site so far."

If you need help, be sure to either: 1) place your issue in the developer meeting discussion column and ask for help at your next meeting, 2) put a "Status: Help Wanted" label on your issue and pull request, or 3) put up a request for assistance on the #hfla-site channel.

You are receiving this comment because your last comment was before Monday, February 6, 2023 at 11:17 PM PST.

@github-actions github-actions bot added the 2 weeks inactive An issue that has not been updated by an assignee for two weeks label Feb 10, 2023
@mademarc
Copy link
Member

i. Availability: feb 10
ii. ETA: 5:30pm

@jdingeman jdingeman removed the 2 weeks inactive An issue that has not been updated by an assignee for two weeks label Feb 14, 2023
@github-actions github-actions bot added the Status: Updated No blockers and update is ready for review label Feb 17, 2023
@mademarc
Copy link
Member

Provide Update

  1. Progress: working on pushing the code & update the repo
  2. Blockers: No blockers
  3. Availability: Will get inti this matter in 3-5 business days
  4. ETA: Should be done by 03/09/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 role: back end/devOps Tasks for back-end developers role: front end Tasks for front end developers size: 1pt Can be done in 4-6 hours Status: Updated No blockers and update is ready for review
Projects
Development

Successfully merging a pull request may close this issue.

4 participants