Weekly github digest (Second Screen WG/CG repos)

Issues
------
* w3c/presentation-api (+0/-2/💬13)
  3 issues received 13 new comments:
  - #421 Relax `terminate` algorithm to deal with other states? (5 by tidoust, anssiko, mfoltzgoogle)
    https://github.com/w3c/presentation-api/issues/421
  - #266 [meta] Presentation API Testing (4 by tidoust, mfoltzgoogle, tomoyukilabs)
    https://github.com/w3c/presentation-api/issues/266
  - #406 [meta] Publish a revised Candidate Recommendation (4 by tidoust, anssiko)
    https://github.com/w3c/presentation-api/issues/406

  2 issues closed:
  - Introduction could use some copy editing https://github.com/w3c/presentation-api/issues/345
  - Relax `terminate` algorithm to deal with other states? https://github.com/w3c/presentation-api/issues/421

* w3c/remote-playback (+3/-2/💬16)
  3 issues created:
  - [Privacy]  (by mfoltzgoogle)
    https://github.com/w3c/remote-playback/issues/82
  - [Privacy] Clarify steps to generate callbackId (by mfoltzgoogle)
    https://github.com/w3c/remote-playback/issues/81
  - [Privacy] Request to disable monitoring when disableRemotePlayback is set (by mfoltzgoogle)
    https://github.com/w3c/remote-playback/issues/80

  6 issues received 16 new comments:
  - #73 [meta] Publish Candidate Recommendation (4 by anssiko, mfoltzgoogle)
    https://github.com/w3c/remote-playback/issues/73
  - #81 [Privacy] Clarify steps to generate callbackId (4 by avayvod, mfoltzgoogle)
    https://github.com/w3c/remote-playback/issues/81
  - #80 [Privacy] Request to disable monitoring when disableRemotePlayback is set (3 by avayvod, mfoltzgoogle)
    https://github.com/w3c/remote-playback/issues/80
  - #64 Merge steps 5 and 9 for prompt() algorithm (2 by avayvod, mfoltzgoogle)
    https://github.com/w3c/remote-playback/issues/64
  - #41 [Meta] Guidance for HTMLMediaElement, HTMLAudioElement, HTMLVideoElement behaviors during remoting (2 by anssiko, mfoltzgoogle)
    https://github.com/w3c/remote-playback/issues/41
  - #46 Should rendering behavior of the remote-d media element be specified? (1 by mfoltzgoogle)
    https://github.com/w3c/remote-playback/issues/46

  2 issues closed:
  - Define what should happen when device gets disconnected while playing https://github.com/w3c/remote-playback/issues/56
  - Merge steps 5 and 9 for prompt() algorithm https://github.com/w3c/remote-playback/issues/64



Pull requests
-------------
* w3c/presentation-api (+6/-6/💬7)
  6 pull requests submitted:
  - Minor changes to Introduction section (by chrisn)
    https://github.com/w3c/presentation-api/pull/432
  - Fix broken fragments reported by Link Checker (by anssiko)
    https://github.com/w3c/presentation-api/pull/431
  - Fix group name and update changelog (by tidoust)
    https://github.com/w3c/presentation-api/pull/430
  - Copy editing of non-normative text (by mfoltzgoogle)
    https://github.com/w3c/presentation-api/pull/429
  - Tell ReSpec to use W3C Software and Document License for the spec (by tidoust)
    https://github.com/w3c/presentation-api/pull/428
  - Allow termination via connections in a connecting state. (by mfoltzgoogle)
    https://github.com/w3c/presentation-api/pull/427

  5 pull requests received 7 new comments:
  - #429 Copy editing of non-normative text (3 by tidoust, anssiko, mfoltzgoogle)
    https://github.com/w3c/presentation-api/pull/429
  - #427 Allow termination via connections in a connecting state. (1 by tidoust)
    https://github.com/w3c/presentation-api/pull/427
  - #428 Tell ReSpec to use W3C Software and Document License for the spec (1 by mfoltzgoogle)
    https://github.com/w3c/presentation-api/pull/428
  - #431 Fix broken fragments reported by Link Checker (1 by mfoltzgoogle)
    https://github.com/w3c/presentation-api/pull/431
  - #432 Minor changes to Introduction section (1 by mfoltzgoogle)
    https://github.com/w3c/presentation-api/pull/432

  6 pull requests merged:
  - Minor changes to Introduction section
    https://github.com/w3c/presentation-api/pull/432
  - Fix broken fragments reported by Link Checker
    https://github.com/w3c/presentation-api/pull/431
  - Fix group name and update changelog
    https://github.com/w3c/presentation-api/pull/430
  - Copy editing of non-normative text
    https://github.com/w3c/presentation-api/pull/429
  - Allow termination via connections in a connecting state.
    https://github.com/w3c/presentation-api/pull/427
  - Tell ReSpec to use W3C Software and Document License for the spec
    https://github.com/w3c/presentation-api/pull/428

* w3c/remote-playback (+6/-5/💬4)
  6 pull requests submitted:
  - [Privacy] Adds notes clarifying behavior to address privacy review.  (by mfoltzgoogle)
    https://github.com/w3c/remote-playback/pull/83
  - Adds notes about controls and playback. (by mfoltzgoogle)
    https://github.com/w3c/remote-playback/pull/79
  - Drop step 9 in prompt() (by mfoltzgoogle)
    https://github.com/w3c/remote-playback/pull/78
  - Add note ordering availaiblity callbacks and disconnect event. (by mfoltzgoogle)
    https://github.com/w3c/remote-playback/pull/77
  - Swaps steps 5 and 6 in the prompt() algoirthm. (by mfoltzgoogle)
    https://github.com/w3c/remote-playback/pull/76
  - Tell ReSpec to use W3C Software and Document License for the spec (by tidoust)
    https://github.com/w3c/remote-playback/pull/75

  4 pull requests received 4 new comments:
  - #75 Tell ReSpec to use W3C Software and Document License for the spec (1 by mfoltzgoogle)
    https://github.com/w3c/remote-playback/pull/75
  - #76 Swaps steps 5 and 6 in the prompt() algorithm. (1 by avayvod)
    https://github.com/w3c/remote-playback/pull/76
  - #78 Drop step 9 in prompt() (1 by avayvod)
    https://github.com/w3c/remote-playback/pull/78
  - #79 Adds notes about controls and playback. (1 by avayvod)
    https://github.com/w3c/remote-playback/pull/79

  5 pull requests merged:
  - Adds notes about controls and playback.
    https://github.com/w3c/remote-playback/pull/79
  - Add note ordering availaiblity callbacks and disconnect event.
    https://github.com/w3c/remote-playback/pull/77
  - Drop step 9 in prompt()
    https://github.com/w3c/remote-playback/pull/78
  - Swaps steps 5 and 6 in the prompt() algorithm.
    https://github.com/w3c/remote-playback/pull/76
  - Tell ReSpec to use W3C Software and Document License for the spec
    https://github.com/w3c/remote-playback/pull/75


Repositories tracked by this digest:
-----------------------------------
* https://github.com/w3c/presentation-api
* https://github.com/w3c/remote-playback
* https://github.com/webscreens/openscreenprotocol

Received on Tuesday, 9 May 2017 17:00:41 UTC