[tvcontrol-api] Specify storage scope for recordings

chrisn has just created a new issue for 
https://github.com/w3c/tvcontrol-api:

== Specify storage scope for recordings ==
The TVManager interface includes methods for scheduling, enumerating, 
and removing recordings, but the specification does not state how the 
storage for recordings is to be scoped. Other web APIs that store data
 (e.g., [local storage](https://www.w3.org/TR/webstorage/)) apply a 
per-origin scope.

As currently written, the TV Control API specification leaves the 
decision open to interpretation, which could mean that recordings are 
available to any web application regardless of origin. Is this the 
intended behaviour? How should recordings be scoped?

Please view or discuss this issue at 
https://github.com/w3c/tvcontrol-api/issues/15 using your GitHub 
account

Received on Thursday, 6 October 2016 06:50:14 UTC