From d4d4b1f5806f5523f8446fd1c9fddd862e4b09e5 Mon Sep 17 00:00:00 2001 From: jdsmith3000 Date: Wed, 8 Jun 2016 16:18:08 -0700 Subject: [PATCH] Fixed #87: Added VideoPlaybackQuality to list of at risk features (#90) * Issue #87: Added VideoPlaybackQuality to list of at risk features --- index.html | 15 ++++++++------- media-source-respec.html | 15 ++++++++------- 2 files changed, 16 insertions(+), 14 deletions(-) diff --git a/index.html b/index.html index 9d88aa4..69958fc 100644 --- a/index.html +++ b/index.html @@ -625,12 +625,12 @@

The working group maintains a list of all bug reports that the editors have not yet tried to address; there may also be open bugs in the previous bug tracker. This draft highlights some of the pending issues that are still to be discussed in the working group. No decision has been taken on the outcome of these issues including whether they are valid.

Implementors should be aware that this specification is not stable. Implementors who are not taking part in the discussions are likely to find the specification changing out from under them in incompatible ways. Vendors interested in implementing this specification before it eventually reaches the Candidate Recommendation stage should join the mailing list mentioned below and take part in the discussions.

-

The following features are at risk and may be removed due to lack of implementation. -

+

The following features are at risk and may be removed:

+
  • The appendStream method on the sourceBuffer object and algorithm steps that are used only by it.

  • +
  • The VideoPlaybackQuality object and the HTMLVideoElement Extensions that use it.

  • +
  • The totalFrameDelay attribute on the VideoPlaybackQuality object.

  • +

    For this specification to exit the Candidate Recommendation stage, @@ -3195,8 +3195,9 @@

    08 June 2016
      +
    • Issue 87 - Add VideoPlaybackQuality to the list of at risk features.
    • Issue 69 - Add optional & subject to change language to VideoPlaybackQuality.
    • -
    • Issue 78 - Update reference from HTML5.0 to HTML5.1
    • +
    • Issue 78 - Update reference from HTML5.0 to HTML5.1.
    @@ -3205,7 +3206,7 @@

    • Issue 18 - Clarify fetch algorithm failure detachment trigger.
    • -
    • Issue 24 - Clarify MSE attachment stops delaying the 'load' event, and MSE disables 'suspend' event logic
    • +
    • Issue 24 - Clarify MSE attachment stops delaying the 'load' event, and MSE disables 'suspend' event logic.
    diff --git a/media-source-respec.html b/media-source-respec.html index be582a6..62a3d40 100644 --- a/media-source-respec.html +++ b/media-source-respec.html @@ -182,12 +182,12 @@

    The working group maintains a list of all bug reports that the editors have not yet tried to address; there may also be open bugs in the previous bug tracker. This draft highlights some of the pending issues that are still to be discussed in the working group. No decision has been taken on the outcome of these issues including whether they are valid.

    Implementors should be aware that this specification is not stable. Implementors who are not taking part in the discussions are likely to find the specification changing out from under them in incompatible ways. Vendors interested in implementing this specification before it eventually reaches the Candidate Recommendation stage should join the mailing list mentioned below and take part in the discussions.

    -

    The following features are at risk and may be removed due to lack of implementation. -

    +

    The following features are at risk and may be removed:

      -
    • -
    • -
    +
  • The appendStream method on the sourceBuffer object and algorithm steps that are used only by it.

  • +
  • The VideoPlaybackQuality object and the HTMLVideoElement Extensions that use it.

  • +
  • The totalFrameDelay attribute on the VideoPlaybackQuality object.

  • +

    For this specification to exit the Candidate Recommendation stage, @@ -2794,8 +2794,9 @@

    Revision History

    08 June 2016
      +
    • Issue 87 - Add VideoPlaybackQuality to the list of at risk features.
    • Issue 69 - Add optional & subject to change language to VideoPlaybackQuality.
    • -
    • Issue 78 - Update reference from HTML5.0 to HTML5.1
    • +
    • Issue 78 - Update reference from HTML5.0 to HTML5.1.
    @@ -2804,7 +2805,7 @@

    Revision History

    • Issue 18 - Clarify fetch algorithm failure detachment trigger.
    • -
    • Issue 24 - Clarify MSE attachment stops delaying the 'load' event, and MSE disables 'suspend' event logic
    • +
    • Issue 24 - Clarify MSE attachment stops delaying the 'load' event, and MSE disables 'suspend' event logic.