- From: Paul Higgs via GitHub <sysbot+gh@w3.org>
- Date: Fri, 02 Dec 2016 21:51:04 +0000
- To: public-tvcontrol@w3.org
I agree that the definition of DOMTimeStamp says it can be used for
Relative Time (interval==duration) but the W3 API spec seems to
disallow this. I would have expected something in [section 3.2 of the
TAC API Design
Principles](https://w3ctag.github.io/design-principles/#milliseconds)
for this.
Also, by using DOMTimeStamp (instead of unsigned long long) will we
ever run into problems with the HTMLMediaElement attributes...
```
// playback state
attribute double currentTime;
readonly attribute unrestricted double duration;
```
especially when it comes to recording something from the current point
in the Media Element?
--
GitHub Notification of comment by paulhiggs
Please view or discuss this issue at
https://github.com/w3c/tvcontrol-api/pull/40#issuecomment-264572082
using your GitHub account
Received on Friday, 2 December 2016 21:51:20 UTC