[presentation-api] Pull Request: Change SHOULD to MUST when closing or terminating connections.

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

== Change SHOULD to MUST when closing or terminating connections. ==
Addresses issue #422: Turn SHOULD into MUST for close/terminate messages handling? 

- A UA _must_ close a connection in response to a request from the destination browsing context (either because close() was called, or that context went away).

- A UA _must_ close its connection in response to an unrecoverable network or other error.

- A controlling UA _must_ terminate a connection in response to a termination by the receiving UA.


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

Received on Tuesday, 18 April 2017 22:15:42 UTC