[Webkit-unassigned] [Bug 260765] New: Add 'unrestricted' to 'endTime' in TextTrackCue.idl
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Aug 25 23:46:19 PDT 2023
https://bugs.webkit.org/show_bug.cgi?id=260765
Bug ID: 260765
Summary: Add 'unrestricted' to 'endTime' in TextTrackCue.idl
Product: WebKit
Version: Safari Technology Preview
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: Media
Assignee: webkit-unassigned at lists.webkit.org
Reporter: ahmad.saleem792 at gmail.com
SSIA.
To better align with web-spec:
Web-Spec: https://html.spec.whatwg.org/#texttrackcue
Following needs to be fixed:
attribute double endTime;
to
attribute unrestricted double endTime;
and also in Constructor:
[CallWith=CurrentDocument] constructor(double startTime, double endTime, DocumentFragment cueNode);
__
Just wanted to raise this bug for tracking purposes.
Thanks!
--
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/20230826/57f80430/attachment.htm>
More information about the webkit-unassigned
mailing list