timer
element - version 2This test uses the aria-live="polite"
instead of role="timer"
so the information is announced at the next graceful opportunity.
<button id="startButton">Start timer</button>
<div aria-live="polite" id="eggtimer">20</div>
<button id="resetButton">Reset timer</button>