Assessment wanted for WAI-ARIA skill tests

Can I please get an assessment for the Accessibility WAI-ARIA skill tests?

Skill test 1 (Codepen)
Skill test 2 (Codepen)
Skill test 3 (Codepen)

Many thanks,

Jeffrey

Good work! (aside from task 1 :wink: )

Here are my comments:

  • Task 1: You missed the requirement to keep the original elements. You should use role attributes on the <div>s instead.
  • Task 2: The aria-label is correct. The role should go on the <form> itself.
  • Task 3: That’s correct! I think you even can omit aria-atomic since all content of the live region changes anyways.

Have a good time,
Michael

2 Likes