From ec95573cb04ce4cc2ff5b22961403a76adc3af33 Mon Sep 17 00:00:00 2001
From: Dario-DC <105294544+Dario-DC@users.noreply.github.com>
Date: Sat, 21 Dec 2024 02:30:50 +0100
Subject: [PATCH] fix(curriculum): small fixes in accessibility review (#57643)
---
.../671a87a39b88245a579c2271.md | 38 +++++++++----------
1 file changed, 19 insertions(+), 19 deletions(-)
diff --git a/curriculum/challenges/english/25-front-end-development/review-html-accessibility/671a87a39b88245a579c2271.md b/curriculum/challenges/english/25-front-end-development/review-html-accessibility/671a87a39b88245a579c2271.md
index c8acd9c2f3c..1d5d0cda928 100644
--- a/curriculum/challenges/english/25-front-end-development/review-html-accessibility/671a87a39b88245a579c2271.md
+++ b/curriculum/challenges/english/25-front-end-development/review-html-accessibility/671a87a39b88245a579c2271.md
@@ -15,11 +15,11 @@ Review the concepts below to prepare for the upcoming quiz.
## Assistive Technology for Accessibility
-- **Screen readers**: software programs that read the content of a computer screen out loud. They are used by people who are blind or visually impaired to access the web.
-- **Large text or braille keyboards**: used by people with visual impairments to access the web.
-- **Screen magnifiers**: software programs that enlarge the content of a computer screen. They are used by people with low vision to access the web.
-- **Alternative pointing devices**: used by people with mobility impairments to access the web. This includes devices such as joysticks, trackballs, and touchpads.
-- **Voice recognition**: used by people with mobility impairments to access the web. It allows users to control a computer using their voice.
+- **Screen readers**: Software programs that read the content of a computer screen out loud. They are used by people who are blind or visually impaired to access the web.
+- **Large text or braille keyboards**: Used by people with visual impairments to access the web.
+- **Screen magnifiers**: Software programs that enlarge the content of a computer screen. They are used by people with low vision to access the web.
+- **Alternative pointing devices**: Used by people with mobility impairments to access the web. This includes devices such as joysticks, trackballs, and touchpads.
+- **Voice recognition**: Used by people with mobility impairments to access the web. It allows users to control a computer using their voice.
## Accessibility Auditing Tools
@@ -27,26 +27,26 @@ Review the concepts below to prepare for the upcoming quiz.
## Accessibility Best Practices
-- **Proper heading level structure**: You should use proper heading levels to create a logical structure for your content. This helps people using screen readers and other assistive technologies understand the content of your website.
-- **Accessibility and Tables**: When using tables, you should use the `
` element to define header cells and the `
` element to define data cells. This helps people using screen readers and other assistive technologies understand the structure of the table.
-- **Importance for inputs to have an associated label**: You should use the `