Skip to content

Media element is not considered to have ended playback if loop is enabled after reaching the end #11775

@Zaggy1024

Description

@Zaggy1024

What is the issue with the HTML Standard?

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions