From 23698cc951fa931213d65b534d97f736239d70f9 Mon Sep 17 00:00:00 2001 From: Mayada <115709272+Maddily@users.noreply.github.com> Date: Mon, 18 Nov 2024 08:17:30 +0200 Subject: [PATCH 1/2] Use consistent en-US spelling for labelling and labelled --- advanced_html_css/accessibility/wai_aria.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/advanced_html_css/accessibility/wai_aria.md b/advanced_html_css/accessibility/wai_aria.md index 16a37fbaa5..63b124fe06 100644 --- a/advanced_html_css/accessibility/wai_aria.md +++ b/advanced_html_css/accessibility/wai_aria.md @@ -84,10 +84,10 @@ The `aria-labelledby` attribute overrides both the native label and the `aria-la The great thing about `aria-labelledby` is that not only can you pass in any number of `id` references, but you can also have an element reference itself. Keep in mind that you can't pass in the same reference multiple times, because any subsequent references after the first will be ignored. ```html - +

Shirts

- + ``` From 7ef00408cffd4baa1bd76dc13e6537e95dda863f Mon Sep 17 00:00:00 2001 From: Mayada <115709272+Maddily@users.noreply.github.com> Date: Mon, 18 Nov 2024 09:10:36 +0200 Subject: [PATCH 2/2] Fix typo --- advanced_html_css/accessibility/wai_aria.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/advanced_html_css/accessibility/wai_aria.md b/advanced_html_css/accessibility/wai_aria.md index 63b124fe06..87843f1ecd 100644 --- a/advanced_html_css/accessibility/wai_aria.md +++ b/advanced_html_css/accessibility/wai_aria.md @@ -109,7 +109,7 @@ Although it may work somewhat similarly to the native `