diff --git a/curriculum/challenges/english/blocks/lecture-introduction-to-aria/672a551975938a916c74802c.md b/curriculum/challenges/english/blocks/lecture-introduction-to-aria/672a551975938a916c74802c.md index 4d0ca758762..4568fe4c92c 100644 --- a/curriculum/challenges/english/blocks/lecture-introduction-to-aria/672a551975938a916c74802c.md +++ b/curriculum/challenges/english/blocks/lecture-introduction-to-aria/672a551975938a916c74802c.md @@ -145,36 +145,63 @@ Think about additional information helpful for users filling out the form. ## --text-- -How is the `aria-describedby` attribute used in the example with the close button and modal dialog? +Which of the following is the correct way to use the `aria-describedby` attribute inside of a form? ## --answers-- -It is used to define the size of the close button. - -### --feedback-- - -It helps users understand what happens when the close button is clicked. +```html +
+``` --- -It provides a label for the close button using a separate text. +```html + +``` ### --feedback-- -It helps users understand what happens when the close button is clicked. +It helps users understand how the descriptive text is connected to the input field. --- -It associates the close button with a description of its action to assistive technologies. - ---- - -It controls the color of the close button. +```html + +``` ### --feedback-- -It helps users understand what happens when the close button is clicked. +It helps users understand how the descriptive text is connected to the input field. + +--- + +```html + +``` + +### --feedback-- + +It helps users understand how the descriptive text is connected to the input field. ## --video-solution-- -3 +1