Exercise Two - What Change Should You Make?
The Code
<h3>Timer</h3>
<form name="timerform">
<input type="text"
name="show_timer"
id="timer"
title="Time spent as hours : minutes : seconds"
value="00:00:00"
size="8"
aria-live="polite"
>
</form>
<a href="javascript:startTimer();">Start Timer</a>
The Answer Choices
- myAlert.setAttribute(‘role’,’application’);
- Sorry, this site uses Canvas.
- remove aria-live=”polite”,
- myAlert.setAttribute(‘role’, ‘alert’);
- change aria-live=”polite” to aria-live=”assertive”
- document.getElementById("ShowButton").focus();
- document.focus();
- Hello World!
- remove <h3>Timer</h3>
- document.getElementById("StayButton").focus();
- myAlert.setAttribute(‘role’, ‘slider’);