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
Consider media element playback ended after the loop attribute is set
Before this change, allowing playback to end, then subsequently setting the loop attribute to true, would result in the ended attribute being false, and playback not restarting when the play steps are run.
Fixes#11775
0 commit comments