[presentation-api] Pull Request: Renames PresentationSession to PresentationConnection

mfoltzgoogle has just submitted a new pull request for 
https://github.com/w3c/presentation-api:

== Renames PresentationSession to PresentationConnection ==
This addresses Issues #152  and #171 by renaming "presentation 
session" to "presentation connection," `PresentationSession` to 
`PresentationConnection`, and the events renamed as in #152. 

For the most part the changes are mechanical; however, in some places,
 the term "presentation connection" did not make sense and was 
replaced by "presentation."

Also, this PR has the side effect of redefining the presentation ID 
and URL as inherent to the presentation, not of an individual 
connection to the presentation. They continue to be provided as 
readonly properties on each `PresentationConnection.`  The algorithms 
may need some adjustment to ensure that matching and iteration based 
on URL and ID make sense.

See https://github.com/w3c/presentation-api/pull/203

Received on Tuesday, 6 October 2015 22:35:48 UTC