[presentation-api] "Known connection" in reconnect() may be linked to another browsing context

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

== "Known connection" in reconnect() may be linked to another browsing
 context  ==
The `reconnect()` algorithm assumes that the *presentation connection*
 S of the *known connection* found in the *set of presentations* is 
directly associated with the current browsing context, and asks the 
user agent to resolve the `Promise` with S directly.

However, S may belong to another requesting browsing context of the 
same controlling user agent. When that happens, a new 
`PresentationConnection` object should be created out of S and added 
to the *set of presentations*.

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

Received on Wednesday, 27 January 2016 09:24:38 UTC