Re: [presentation-api] Fix bugs related to PresentationSession.url attribute

We do not have `url` attribute in IDL already now, that was the 
initial problem. We also already have that internal structure 
documented already [1] as "set of presentations that are currently 
known to the user agent" in the spec and join session and the rest of 
the algorithms are using it. What we can do is to convert that into 
definition in the spec, similar `<dfn>list of available presentation 
displays</dfn>`.
 
One more thing, we have a step in start session that Adds (S.url, 
S.id, S) to D, but we never clean up the D in any part of the spec. We
 possibly want to mention that somewhere.
 
[1] http://w3c.github.io/presentation-api/#common-idioms
 

-- 
GitHub Notif of comment by obeletski
See 
https://github.com/w3c/presentation-api/issues/102#issuecomment-108766929

Received on Thursday, 4 June 2015 07:38:10 UTC