-
-
Notifications
You must be signed in to change notification settings - Fork 847
Closed
Labels
Feature: AccessibilityIssues that would broaden website accessibilityIssues that would broaden website accessibilitygood first issueGood for newcomersGood for newcomersrole: back end/devOpsTasks for back-end developersTasks for back-end developersrole: front endTasks for front end developersTasks for front end developerssize: missing
Milestone
Description
Prerequisite
Please make sure you have read our Hack for LA Contributing Guide before you claim/start working on an issue.
Overview
To be WCAG compliant and ensure the same experience to all users, we want to change b tags to strong tags.
Action Items
- Change all the b tags to strong tags within
pages/join-us.html - Line 20
From:
Hack for LA is a project of <b>Code for America</b> and is its official
To:
Hack for LA is a project of <strong>Code for America</strong> and is its official
- Line 43
From:
Connect with our leadership team on the <b>#admin</b> <a href="https://hackforla.slack.com/messages/admin"
To:
Connect with our leadership team on the <strong>#admin</strong> <a href="https://hackforla.slack.com/messages/admin"
Resources/Instructions
- Article on why we should use semantic tags like strong and em
- Affected webpage
- Directory to find the page in once you have it in your IDE:
pages/join-us.html - Click on the filename below to see the source file code:
Line 20 in e29b4b2
Hack for LA is a project of <b>Code for America</b> and is its official
Line 43 in e29b4b2
Connect with our leadership team on the <b>#admin</b> <a href="https://hackforla.slack.com/messages/admin"
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Feature: AccessibilityIssues that would broaden website accessibilityIssues that would broaden website accessibilitygood first issueGood for newcomersGood for newcomersrole: back end/devOpsTasks for back-end developersTasks for back-end developersrole: front endTasks for front end developersTasks for front end developerssize: missing
Type
Projects
Status
Done