Bug 260765 - Add 'unrestricted' to 'endTime' in TextTrackCue.idl
Summary: Add 'unrestricted' to 'endTime' in TextTrackCue.idl
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Media (show other bugs)
Version: Safari Technology Preview
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2023-08-25 23:46 PDT by Ahmad Saleem
Modified: 2023-09-01 23:47 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ahmad Saleem 2023-08-25 23:46:19 PDT
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!
Comment 1 Radar WebKit Bug Importer 2023-09-01 23:47:14 PDT
<rdar://problem/114859626>