Bug 260764 - Remove 'unrestricted' from 'startTime' in DataCue.idl
Summary: Remove 'unrestricted' from 'startTime' in DataCue.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:41 PDT by Ahmad Saleem
Modified: 2023-09-10 06:29 PDT (History)
2 users (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:41:19 PDT
SSIA.

Align with Web-Spec: https://wicg.github.io/datacue/#datacue-interface


In following:

[CallWith=CurrentDocument] constructor(unrestricted double startTime, unrestricted double endTime, any value, optional DOMString type);


Change to below:

[CallWith=CurrentDocument] constructor(double startTime, unrestricted double endTime, any value, optional DOMString type);

_____


Just wanted to raise so we can track it.

Thanks!
Comment 1 Radar WebKit Bug Importer 2023-09-01 23:42:22 PDT
<rdar://problem/114859531>
Comment 2 Anne van Kesteren 2023-09-10 06:29:38 PDT
That specification is very poor though, it doesn't even have a processing model. What does it mean for endTime to be set to NaN for instance?

Maybe we should wait a bit with this until it's more clear or there is a second implementation.