[html5] r3289 - [e] (0) Editorial cleanup. Explicitly say that when a subpart of a media stream [...]
whatwg at whatwg.org
whatwg at whatwg.org
Tue Jun 16 16:41:38 PDT 2009
Author: ianh
Date: 2009-06-16 16:41:36 -0700 (Tue, 16 Jun 2009)
New Revision: 3289
Modified:
index
source
Log:
[e] (0) Editorial cleanup. Explicitly say that when a subpart of a media stream isn't supported, it's just ignored and nothing else happens yet.
Modified: index
===================================================================
--- index 2009-06-16 23:04:07 UTC (rev 3288)
+++ index 2009-06-16 23:41:36 UTC (rev 3289)
@@ -19158,7 +19158,7 @@
it is the intrinsic height of the <a href=#poster-frame>poster frame</a>, if that
is available; otherwise it is 150 CSS pixels.</p>
- <hr><!-- XXX
+ <hr><!-- XXX (awaiting more impl experience)
default activation behavior is to do the play() if paused, pause()
otherwise
--><p>User agents should provide controls to enable or disable the
@@ -19455,7 +19455,7 @@
<dd><pre><source src="video.mpg" type="video/mpeg; codecs="></pre></dd>
-->
- </dl><!-- XXX #refs https://trac.xiph.org/browser/experimental/ivo/drafts/draft-xiph-rfc3534bis.txt may be relevant --></div>
+ </dl></div>
<p>The <dfn id=attr-source-media title=attr-source-media><code>media</code></dfn>
attribute gives the intended media type of the <a href=#media-resource>media
@@ -20497,13 +20497,12 @@
<dd>
<p>The server returning data that is partially usable but cannot
- be optimally rendered must cause the user agent to execute the
- following steps.</p>
+ be optimally rendered must cause the user agent to render just
+ the bits it can handle, and ignore the rest.</p>
- <ol><li class=XXX>Should we fire a 'warning' event? Set the
- 'error' flag to 'MEDIA_ERR_SUBOPTIMAL' or something?</li>
+ <!-- v2: fire a 'warning' event and set the 'error' flag to 'MEDIA_ERR_SUBOPTIMAL' or something -->
- </ol></dd>
+ </dd>
</dl><p>When the user agent has completely fetched of the entire
<a href=#media-resource>media resource</a>, it must move on to the next
Modified: source
===================================================================
--- source 2009-06-16 23:04:07 UTC (rev 3288)
+++ source 2009-06-16 23:41:36 UTC (rev 3289)
@@ -20455,7 +20455,7 @@
<hr>
- <!-- XXX
+ <!-- XXX (awaiting more impl experience)
default activation behavior is to do the play() if paused, pause()
otherwise
-->
@@ -20787,8 +20787,6 @@
</dl>
- <!-- XXX #refs https://trac.xiph.org/browser/experimental/ivo/drafts/draft-xiph-rfc3534bis.txt may be relevant -->
-
</div>
<p>The <dfn title="attr-source-media"><code>media</code></dfn>
@@ -22051,16 +22049,11 @@
<dd>
<p>The server returning data that is partially usable but cannot
- be optimally rendered must cause the user agent to execute the
- following steps.</p>
+ be optimally rendered must cause the user agent to render just
+ the bits it can handle, and ignore the rest.</p>
- <ol>
+ <!-- v2: fire a 'warning' event and set the 'error' flag to 'MEDIA_ERR_SUBOPTIMAL' or something -->
- <li class="XXX">Should we fire a 'warning' event? Set the
- 'error' flag to 'MEDIA_ERR_SUBOPTIMAL' or something?</li>
-
- </ol>
-
</dd>
</dl>
More information about the Commit-Watchers
mailing list