The action is a <div>, so it is not focusable and not announced as a control. Replace it with a real <button type="button"> that keeps the id and the label text.
Acceptance criteria
- 1.#save must be a <button>.
- 2.It must carry type="button".
The action is a <div>, so it is not focusable and not announced as a control. Replace it with a real <button type="button"> that keeps the id and the label text.
<div id="save" class="action">Save changes</div>
Output ready when you are
Press Run to render your code, or Submit to validate your solution.