-
-
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
- 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.
- 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 the b tags to strong tags within
pages/getting-started.htmlin line 51 only (step 1) - Line 51
From:
<p class="getting-started-step-title-header">STEP 1: <b>Attend an Onboarding Session</b></p>
To:
<p class="getting-started-step-title-header">STEP 1: <strong>Attend an Onboarding Session</strong></p>
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/getting-started.html - Click on the filename below to see the source file code:
website/pages/getting-started.html
Line 51 in e29b4b2
<p class="getting-started-step-title-header">STEP 1: <b>Attend an Onboarding Session</b></p>
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