Skip to content

Commit

Permalink
Fixed #87: Added VideoPlaybackQuality to list of at risk features (#90)
Browse files Browse the repository at this point in the history
* Issue #87: Added VideoPlaybackQuality to list of at risk features
  • Loading branch information
jdsmith3000 committed Jun 8, 2016
1 parent 6a476b0 commit d4d4b1f
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 14 deletions.
15 changes: 8 additions & 7 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -625,12 +625,12 @@ <h2 id="w3c-editor-s-draft-08-june-2016"><abbr title="World Wide Web Consortium"
<p>The working group maintains <a href="https://github.com/w3c/media-source/issues">a list of all bug reports that the editors have not yet tried to address</a>; there may also be open bugs in the <a href="http://w3.org/brief/Mjcw">previous bug tracker</a>. 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.</p>
<p>Implementors should be aware that this specification is not stable. <strong>Implementors who are not taking part in the discussions are likely to find the specification changing out from under them in incompatible ways.</strong> 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.</p>

<p>The following features are <strong>at risk</strong> and may be removed due to lack of implementation.
</p>
<p>The following features are <strong>at risk</strong> and may be removed:</p>
<ul>
<li><code><a href="#widl-VideoPlaybackQuality-totalFrameDelay">totalFrameDelay</a></code></li>
<li><code><a href="#widl-SourceBuffer-appendStream-void-ReadableStream-stream-unsigned-long-long-maxSize">appendStream()</a></code></li>
</ul>
<li><p>The <code><a href="#widl-SourceBuffer-appendStream-void-ReadableStream-stream-unsigned-long-long-maxSize">appendStream</a></code> method on the <a href="#sourcebuffer">sourceBuffer</a> object and algorithm steps that are used only by it.</p></li>
<li><p>The <a href="#videoplaybackquality">VideoPlaybackQuality</a> object and the <a href="#htmlvideoelement-extensions">HTMLVideoElement Extensions</a> that use it.</p></li>
<li><p>The <code><a href="#widl-VideoPlaybackQuality-totalFrameDelay">totalFrameDelay</a></code> attribute on the <a href="#videoplaybackquality">VideoPlaybackQuality</a> object.</p></li>
</ul>

<p>
For this specification to exit the Candidate Recommendation stage,
Expand Down Expand Up @@ -3195,8 +3195,9 @@ <h3 id="h-sourcebufferlist-events" resource="#h-sourcebufferlist-events"><span p
<td>08 June 2016</td>
<td>
<ul>
<li>Issue 87 - Add <a href="#videoplaybackquality">VideoPlaybackQuality</a> to the list of at risk features.</li>
<li>Issue 69 - Add optional &amp; subject to change language to <a href="#videoplaybackquality">VideoPlaybackQuality</a>.</li>
<li>Issue 78 - Update reference from HTML5.0 to HTML5.1</li>
<li>Issue 78 - Update reference from HTML5.0 to HTML5.1.</li>
</ul>
</td>
</tr>
Expand All @@ -3205,7 +3206,7 @@ <h3 id="h-sourcebufferlist-events" resource="#h-sourcebufferlist-events"><span p
<td>
<ul>
<li>Issue 18 - Clarify fetch algorithm failure detachment trigger.</li>
<li>Issue 24 - Clarify MSE attachment stops delaying the 'load' event, and MSE disables 'suspend' event logic</li>
<li>Issue 24 - Clarify MSE attachment stops delaying the 'load' event, and MSE disables 'suspend' event logic.</li>
</ul>
</td>
</tr> <tr>
Expand Down
15 changes: 8 additions & 7 deletions media-source-respec.html
Original file line number Diff line number Diff line change
Expand Up @@ -182,12 +182,12 @@
<p>The working group maintains <a href="https://github.com/w3c/media-source/issues">a list of all bug reports that the editors have not yet tried to address</a>; there may also be open bugs in the <a href="http://w3.org/brief/Mjcw">previous bug tracker</a>. 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.</p>
<p>Implementors should be aware that this specification is not stable. <strong>Implementors who are not taking part in the discussions are likely to find the specification changing out from under them in incompatible ways.</strong> 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.</p>

<p>The following features are <strong>at risk</strong> and may be removed due to lack of implementation.
</p>
<p>The following features are <strong>at risk</strong> and may be removed:</p>
<ul>
<li><a def-id="totalFrameDelay"></a></li>
<li><a def-id="appendStream"></a></li>
</ul>
<li><p>The <a def-id="appendStream">appendStream</a> method on the <a href="#sourcebuffer">sourceBuffer</a> object and algorithm steps that are used only by it.</p></li>
<li><p>The <a href="#videoplaybackquality">VideoPlaybackQuality</a> object and the <a href="#htmlvideoelement-extensions">HTMLVideoElement Extensions</a> that use it.</p></li>
<li><p>The <a def-id="totalFrameDelay">totalFrameDelay</a> attribute on the <a href="#videoplaybackquality">VideoPlaybackQuality</a> object.</p></li>
</ul>

<p>
For this specification to exit the Candidate Recommendation stage,
Expand Down Expand Up @@ -2794,8 +2794,9 @@ <h2>Revision History</h2>
<td>08 June 2016</a></td>
<td>
<ul>
<li>Issue 87 - Add <a href="#videoplaybackquality">VideoPlaybackQuality</a> to the list of at risk features.</li>
<li>Issue 69 - Add optional & subject to change language to <a href="#videoplaybackquality">VideoPlaybackQuality</a>.</li>
<li>Issue 78 - Update reference from HTML5.0 to HTML5.1</li>
<li>Issue 78 - Update reference from HTML5.0 to HTML5.1.</li>
</ul>
</td>
</tr>
Expand All @@ -2804,7 +2805,7 @@ <h2>Revision History</h2>
<td>
<ul>
<li>Issue 18 - Clarify fetch algorithm failure detachment trigger.</li>
<li>Issue 24 - Clarify MSE attachment stops delaying the 'load' event, and MSE disables 'suspend' event logic</li>
<li>Issue 24 - Clarify MSE attachment stops delaying the 'load' event, and MSE disables 'suspend' event logic.</li>
</ul>
</td>
</tr> <tr>
Expand Down

0 comments on commit d4d4b1f

Please sign in to comment.