Skip to content

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

@SAUMILDHANKAR

Description

@SAUMILDHANKAR

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

Metadata

Metadata

Assignees

Type

No type

Projects

Status

Done

Relationships

None yet

Development

No branches or pull requests

Issue actions