diff --git a/advanced_html_css/accessibility/wai_aria.md b/advanced_html_css/accessibility/wai_aria.md index 16a37fbaa5..99c3c1f233 100644 --- a/advanced_html_css/accessibility/wai_aria.md +++ b/advanced_html_css/accessibility/wai_aria.md @@ -55,7 +55,7 @@ ARIA labels help users of assistive technologies better understand the content o You may remember being warned against using the `id` attribute earlier in the curriculum. To briefly recap, normally you want to avoid overusing `id` attributes or even using it when it isn't necessary (which more often than not, it isn't, and you should stick with using classes). There are several ARIA attributes, however, that actually *require* another element to have an `id`. -When using such ARIA attributes, you would provide an `id` to one element, and you would then pass in that `id` value as another element's ARIA attribute value. This creates a link between the elements, similar to how a `