You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When playback reaches the end of the media resource, and then the loop attribute is subsequently enabled, it is specified that the ended attribute is false, and the internal play steps will not resume playback from the earliest playback position.
This differs from Chrome, Firefox and Safari, where the ended attribute remains true until a seek occurs, and playback restarts when playing the element.