From 7a9cb53e4c37c19dcd52aac3b220ba5e285fa5af Mon Sep 17 00:00:00 2001 From: Michael Norris Date: Sun, 11 Apr 2021 12:24:46 +0100 Subject: [PATCH] Update a11y-semantics.md Fix typo. --- src/guide/a11y-semantics.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/guide/a11y-semantics.md b/src/guide/a11y-semantics.md index e6f294aeb7..86ba1a7fa1 100644 --- a/src/guide/a11y-semantics.md +++ b/src/guide/a11y-semantics.md @@ -76,7 +76,7 @@ Feel free to inspect this element in Chrome DevTools to see how the accessible n #### aria-labelledby -Using [`aria-labelledby`](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/ARIA_Techniques/Using_the_aria-labelledby_attribute) is similar to `aria-label` expect it is used if the label text is visible on screen. It is paired to other elements by their `id` and you can link multiple `id`s: +Using [`aria-labelledby`](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/ARIA_Techniques/Using_the_aria-labelledby_attribute) is similar to `aria-label` except it is used if the label text is visible on screen. It is paired to other elements by their `id` and you can link multiple `id`s: ```html