WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
NEW
260764
Remove 'unrestricted' from 'startTime' in DataCue.idl
https://bugs.webkit.org/show_bug.cgi?id=260764
Summary
Remove 'unrestricted' from 'startTime' in DataCue.idl
Ahmad Saleem
Reported
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!
Attachments
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2023-09-01 23:42:22 PDT
<
rdar://problem/114859531
>
Anne van Kesteren
Comment 2
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.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug