RESOLVED WONTFIX 118789
HTMLMediaElement should implement the startdate attribute
https://bugs.webkit.org/show_bug.cgi?id=118789
Summary HTMLMediaElement should implement the startdate attribute
Sanghyun Park
Reported 2013-07-17 04:20:41 PDT
According to HTML5 CR spec[1], startoffsettime[2] is changed to startdate[1]. So, We need to change startoffsettime to startdate in WebKit. I'll upload the patch about this. [1] http://www.w3.org/TR/html5/embedded-content-0.html#dom-media-startdate [2] http://www.w3.org/TR/2012/WD-html5-20120329/media-elements.html#dom-media-startoffsettime
Attachments
Sanghyun Park
Comment 1 2013-07-17 04:44:43 PDT
My comment have a wrong information. so, I modify the title and content. please ignore upper comment. Currently, startdate attribute is not implemented in WebKit. Implementation is required.
Ahmad Saleem
Comment 2 2023-10-12 12:54:03 PDT
We have test cases for it as 'Historical' that 'startoffsettime' should not be supported. https://wpt.fyi/results/html/semantics/embedded-content/media-elements/historical.html?label=experimental&label=master&aligned= > audio.startOffsetTime should not be supported > video.startOffsetTime should not be supported Similary, 'startdate': audio.startDate should not be supported video.startDate should not be supported Marking this as 'RESOLVED WONTFIX' since we will not be fixing it and these are now historical attributes.
Note You need to log in before you can comment on or make changes to this bug.