diff --git a/index.html b/index.html index a4042ec..7bfe490 100644 --- a/index.html +++ b/index.html @@ -212,8 +212,13 @@

firing a simple event, queue a task, - and - allowed to show a popup + + allowed to show a popup, + + + selecting media resource, + + media resource are defined in [[!HTML5]].

@@ -474,7 +479,7 @@

  • Using an implementation specific mechanism start remote playback of - the best compatible media source from mediaSourceList on device. + the remote playback source from mediaSourceList on device.
  • @@ -485,7 +490,7 @@

    permission).

    - The algorithm to select the best compatible media source for a selected device + The algorithm to select the remote playback source for a selected device depends on the user agent and supported remote playback device types. For example, in case of media mirroring the user agent can simply follow the HTMLMediaElement's resource selection algorithm. However, if media remoting or media flinging is used, @@ -515,7 +520,7 @@

    The state attribute

  • disconnected means that the remote playback - has not been initiated, has failed to initiate or has been + has not been initiated, has failed to initiate or has been stopped. All media commands will take effect on the local playback in this state. The remote playback can be initiated through a call to connect(). @@ -536,7 +541,7 @@

    remote, the RemotePlayback object that is to be connected. - The remote playback state of remote must be + The remote playback state of remote must be connecting.
    @@ -548,7 +553,7 @@

    If connection completes successfully, queue a task to run the following steps:
    1. - Set the remote playback state of remote to + Set the remote playback state of remote to connected.
    2. @@ -695,7 +700,7 @@

      availability is a live RemotePlaybackAvailability object;

    3. - availabilitySource is the source of the media element + availabilitySource is the remote playback source of the media element when getAvailability() is called to create availability.
    4. @@ -743,9 +748,8 @@

      limitations. Examples are set-top boxes, smart TVs or networked speakers capable of rendering only certain formats of video and/or audio. We say that such a device is a compatible remote playback device for a - media element source if the user agent can - reasonably guarantee that the remote playback of the media speficied by the source - on that device will succeed. + media resource if the user agent can reasonably guarantee that + the remote playback of the media speficied by the resource will succeed on that device.