F16: Due to including scrolling content where movement is not essential to the activity without also including a mechanism to pause and restart the content

HTML Snippet Code
Scenario 1: Play pause stop mechanism is provided for scrolling content
Welcome to Deque Software Pvt Ltd <marquee behavior="scroll" direction="left" id="mymarquee">Welcome to Deque Software Pvt Ltd</marquee> <input type="button" value="pause" onClick="document.getElementById('mymarquee').stop();"> <input type="button" value="play" onClick="document.getElementById('mymarquee').start();">