From 63662354e1980efad43b670a12be6f4fa3e0fa1c Mon Sep 17 00:00:00 2001 From: "mark a. foltz" Date: Fri, 17 Jan 2020 14:12:25 -0800 Subject: [PATCH 1/2] Add note about playback policies. --- index.html | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index d89c5af..b9b9c27 100644 --- a/index.html +++ b/index.html @@ -280,7 +280,9 @@

track, and - srclang. + srclang, + + autoplay.
  • connecting and then follow the steps to establish a connection with the remote playback device.

    +
    + A user agent that implements browser initiated remote playback + should consider how it interacts with other browser policies that + affect media playback, such as autoplay policies + and background media playback optimizations. +

    From 8d9230267c4f4d7386bdea54f19d8b6d80d3b148 Mon Sep 17 00:00:00 2001 From: "mark a. foltz" Date: Thu, 23 Jan 2020 16:29:25 -0800 Subject: [PATCH 2/2] Respond to mlamouri@ comment --- index.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/index.html b/index.html index b9b9c27..9542812 100644 --- a/index.html +++ b/index.html @@ -281,8 +281,8 @@

    track, and srclang, - - autoplay. + + allowed to play.

  • A user agent that implements browser initiated remote playback should consider how it interacts with other browser policies that - affect media playback, such as autoplay policies - and background media playback optimizations. + affect media playback, such as which media elements are allowed + to play and background media playback optimizations.