Skip to content

SiteMap Page: Update alt text for SiteMap Header Hero image to adhere to WCAG #6798

@Maarimar

Description

@Maarimar

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 SiteMap page 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/sitemap.html

From:

  <img class="header-hero-image" src="/assets/images/sitemap/sitemap-planning.svg"
        alt="image of a person using a computer and mapping out a website">

To:

  <img class="header-hero-image" src="/assets/images/sitemap/sitemap-planning.svg"
        alt="">
  • Ensure that the corresponding SiteMap 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.

For PM, Merge Team, or Tech Lead

Resources/Instructions

SiteMap page

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

Background information about the Jekyll framework (optional reading)

Information about WCAG and alt text (optional reading)

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

Status

QA

Relationships

None yet

Development

No branches or pull requests

Issue actions