From 75b269e896b76d3279e7b5aa94d13760c737a7d0 Mon Sep 17 00:00:00 2001 From: Mounir Lamouri Date: Fri, 4 Aug 2017 09:23:17 +0200 Subject: [PATCH 1/3] Mark Anton Vayvod as former editor. --- index.html | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/index.html b/index.html index f5e2231..394852e 100644 --- a/index.html +++ b/index.html @@ -15,14 +15,15 @@ shortName: 'remote-playback', editors: [ { - w3cid: 68811, - name: 'Anton Vayvod', + w3cid: 45389, + name: 'Mounir Lamouri', company: 'Google', }, { - w3cid: 45389, - name: 'Mounir Lamouri', + w3cid: 68811, + name: 'Anton Vayvod', company: 'Google', + note: 'Former Editor', }, ], sotdAfterWGinfo: true, From dc288020f0bc614fef27d1e5b0e6f4c24daaf9a7 Mon Sep 17 00:00:00 2001 From: Anssi Kostiainen Date: Wed, 9 Aug 2017 12:55:50 +0300 Subject: [PATCH 2/3] Add pr-preview file pr-preview adds preview and HTML diff to pull requests. --- .pr-preview.json | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .pr-preview.json diff --git a/.pr-preview.json b/.pr-preview.json new file mode 100644 index 0000000..a239968 --- /dev/null +++ b/.pr-preview.json @@ -0,0 +1,4 @@ +{ + "src_file": "index.html", + "type": "respec" +} From e2aaf9ba3cd7ebccfb838240c14f8dc7b5681afc Mon Sep 17 00:00:00 2001 From: Anssi Kostiainen Date: Wed, 9 Aug 2017 13:09:23 +0300 Subject: [PATCH 3/3] Remove RFC terms from the note --- index.html | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/index.html b/index.html index 394852e..ecdf7ed 100644 --- a/index.html +++ b/index.html @@ -1237,22 +1237,22 @@

disconnect from a remote playback device.

-

- The remote playback device may implement a subset - of the capabilities of the playback engine of the user - agent, and some HTMLMediaElement APIs may not make sense to use during - remote playback. In this case, the local playback state should - reflect as closely as possible the actual remote - playback state after a media command that is not supported during - remote playback. -

-

- For example, after calling fastSeek() while - connected to a remote playback device that does not - support it, the seeking attribute of the - HTMLMediaElement should remain false and no - seeking event should be fired. -

+

+ The remote playback device can implement a subset + of the capabilities of the playback engine of the user + agent, and some HTMLMediaElement APIs do not always + make sense to use during remote playback. In this case, the + local playback state is expected to reflect as closely + as possible the actual remote playback state after a + media command that is not supported during remote playback. +

+

+ For example, after calling fastSeek() while + connected to a remote playback device that does not + support it, the seeking attribute of the + HTMLMediaElement is expected to remain false + and no seeking event should be fired. +