- From: poot <cvsmail@w3.org>
- Date: Wed, 17 Jun 2009 08:42:02 +0900 (JST)
- To: public-html-diffs@w3.org
Editorial cleanup. Explicitly say that when a subpart of a media stream isn't supported, it's just ignored and nothing else happens yet. (whatwg r3289) http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.2435&r2=1.2436&f=h http://html5.org/tools/web-apps-tracker?from=3288&to=3289 =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.2435 retrieving revision 1.2436 diff -u -d -r1.2435 -r1.2436 --- Overview.html 16 Jun 2009 23:04:13 -0000 1.2435 +++ Overview.html 16 Jun 2009 23:41:42 -0000 1.2436 @@ -16592,7 +16592,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 @@ -16850,7 +16850,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><p>The <dfn id="attr-source-media" title="attr-source-media"><code>media</code></dfn> + </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 resource</a>, to help the user agent determine if this <a href="#media-resource">media resource</a> is useful to the user before fetching @@ -17820,13 +17820,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
Received on Tuesday, 16 June 2009 23:42:40 UTC