[Webkit-unassigned] [Bug 224369] [WebCompat] When seeking to the end of the video, ended attribute value is true
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Apr 9 08:09:42 PDT 2021
https://bugs.webkit.org/show_bug.cgi?id=224369
Jean-Yves Avenard [:jya] <jya at apple.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
See Also| |https://bugs.webkit.org/sho
| |w_bug.cgi?id=224363
--- Comment #1 from Jean-Yves Avenard [:jya] <jya at apple.com> ---
Note that if bug 224363 doesn't go as planned. The value returned for ended is definitely wrong.
because here we would see:
video.currentTime = video.duration + 1;
testExpected(video.ended, true);
testExpected(video.currentTime, video.duration +1);
when the spec states:
https://html.spec.whatwg.org/multipage/media.html#ended-playback
"The current playback position is the end of the media resource, and "
but here it's not, it's past the end of the media resource.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20210409/33b0fb13/attachment.htm>
More information about the webkit-unassigned
mailing list