Testing the timer element - version 1

This test uses role="timer" for timed information. As this role has inplicit aria-live="off", the information is not available to screen readers unless they navigate across this content.

Example

20
<button id="startButton">Start timer</button>
<div role="timer" id="eggtimer">20</div>
<button id="resetButton">Reset timer</button>