diff --git a/index.html b/index.html index b3b387e..9d61559 100644 --- a/index.html +++ b/index.html @@ -267,7 +267,9 @@

"https://html.spec.whatwg.org/multipage/embedded-content.html#location-of-the-media-resource"> media resource - expose a user interface to the user + expose a user interface to the user + fastSeek + seeking
  • If sending any command fails, the user agent MAY 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. In this case, the local playback state should + reflect as closely as possible the actual remote + playback state after a media command that was not supported + by the remote playback device. +

    +

    + 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. +

    +