timer
element - version 1This 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.
<button id="startButton">Start timer</button>
<div role="timer" id="eggtimer">20</div>
<button id="resetButton">Reset timer</button>