- From: François Daoust via GitHub <sysbot+gh@w3.org>
- Date: Fri, 05 Feb 2016 14:13:25 +0000
- To: public-secondscreen@w3.org
tidoust has just submitted a new pull request for https://github.com/w3c/presentation-api: == Drop use of passive form for event names (issue #256) == Renamed `connected` into `connect`, `closed` into `close` and `terminated` into `terminate` as suggested. Note I had to introduce a namespace to distinguish the `close`/`terminate` methods from the eponymous events. This commit also contains a minor fix to references to `connectionavailable`: it is defined once for `PresentationConnection` and once for `PresentationConnectionList`. Unqualified references go the first definition, but some of them should actually reference the second one. All references are now explicit as to which definition they target. See https://github.com/w3c/presentation-api/pull/258
Received on Friday, 5 February 2016 14:13:31 UTC