- From: poot <cvsmail@w3.org>
- Date: Wed, 9 Jul 2008 18:34:25 +0900 (JST)
- To: public-html-diffs@w3.org
1.1039 Define handling of poster frame on <video> in more detail. (whatwg r1850) (changed by: Michael Smith) Diffs for this change per section: http://people.w3.org/mike/diffs/html5/pubnotes/Overview.1.303.html#the-canvas_wd2 http://people.w3.org/mike/diffs/html5/pubnotes/Overview.1.303.html#abstract http://people.w3.org/mike/diffs/html5/pubnotes/Overview.1.303.html#video_wd2 http://people.w3.org/mike/diffs/html5/pubnotes/Overview.1.303.html#REMOVED_wsiwyg_fpwd-toc http://people.w3.org/mike/diffs/html5/pubnotes/Overview.1.303.html#media_wd2 http://people.w3.org/mike/diffs/html5/pubnotes/Overview.1.303.html#terminology_wd2 Current content per affected section: http://dev.w3.org/html5/pubnotes/Overview.html#the-canvas_wd2 http://dev.w3.org/html5/pubnotes/Overview.html#abstract http://dev.w3.org/html5/pubnotes/Overview.html#video_wd2 http://dev.w3.org/html5/pubnotes/Overview.html#REMOVED_wsiwyg_fpwd-toc http://dev.w3.org/html5/pubnotes/Overview.html#media_wd2 http://dev.w3.org/html5/pubnotes/Overview.html#terminology_wd2 Previously published WD content per affected section: http://www.w3.org/TR/2008/WD-html5-20080610/single-page/#the-canvas_wd2 http://www.w3.org/TR/2008/WD-html5-20080610/single-page/#abstract http://www.w3.org/TR/2008/WD-html5-20080610/single-page/#video_wd2 http://www.w3.org/TR/2008/WD-html5-20080610/single-page/#REMOVED_wsiwyg_fpwd-toc http://www.w3.org/TR/2008/WD-html5-20080610/single-page/#media_wd2 http://www.w3.org/TR/2008/WD-html5-20080610/single-page/#terminology_wd2 Cumulative diff: http://people.w3.org/mike/diffs/html5/pubnotes/Overview.diff.html http://dev.w3.org/cvsweb/html5/pubnotes/Overview.html?r1=1.302&r2=1.303&f=h http://html5.org/tools/web-apps-tracker?from=1849&to=1850 =================================================================== RCS file: /sources/public/html5/pubnotes/Overview.html,v retrieving revision 1.302 retrieving revision 1.303 diff -u -d -r1.302 -r1.303 --- Overview.html 9 Jul 2008 02:47:59 -0000 1.302 +++ Overview.html 9 Jul 2008 09:33:19 -0000 1.303 @@ -42,7 +42,7 @@ specification itself or to read through the entire diff document that shows all the changes..</p> <div class="ednote"><h4 class="ednoteHeader">Editorial note</h4><p>This document was generated on - <b>2008-07-09T11:46:49+09:00</b>.</p></div></div> + <b>2008-07-09T18:12:49+09:00</b>.</p></div></div> <div id="status"> <h2>Status of this Document</h2> <p><em> @@ -1220,20 +1220,34 @@ height</q> and <q>intrinsic width</q> of a video, as well as to reference the <q>pixel ratio override</q>.</li> + <li>A definition of the term <q>poster frame</q> + (the resource given by the + <code class="htmlattribute">poster</code> + attribute) was + added, and instances of the phrase “resource given + by the poster attribute” throughout were changed + to <q>poster frame</q>.</li> + <li>The following statement was added: + <blockquote> + <p>Notwithstanding the above, the poster frame + should be preferred over nothing, but the poster + frame should not be shown again after a frame of + video has been shown.</p> + </blockquote> + </li> <li>The following notes were added: <blockquote> - <p><q>The image - given by the poster attribute is intended to be - a poster frame, a representative frame of the - video (typically one of the first non-blank - frames) that gives the user an idea of what the - video is like</q></p> - <p><q>The image given by the poster attribute is - not affected by the pixel ratio - conversions.</q></p> + <p><q>The image given by the poster attribute, + the poster frame, is intended to be a + representative frame of the video (typically + one of the first non-blank frames) that gives + the user an idea of what the video is + like.</q></p> + <p><q>The poster frame is not affected by the + pixel ratio conversions.</q></p> </blockquote> </li> - <li>In regard to the URL for the poster, + <li>In regard to the URL for the poster attribute, the following statement was added: <q>If the specified resource is to be used, it must be fetched when the element is created or @@ -1402,7 +1416,8 @@ <code class="domattribute">volume</code> attribute must be <code>1.0</code> (the text had previously - stated that it must be <code>0.5</code>).</li> + stated that the initial value must be + <code>0.5</code>).</li> </ul> </div> <div id="the-canvas_wd2" class="section"> Index: Overview.src.html =================================================================== RCS file: /sources/public/html5/pubnotes/Overview.src.html,v retrieving revision 1.288 retrieving revision 1.289 diff -u -d -r1.288 -r1.289 --- Overview.src.html 9 Jul 2008 02:47:59 -0000 1.288 +++ Overview.src.html 9 Jul 2008 09:33:19 -0000 1.289 @@ -525,20 +525,34 @@ height</q> and <q>intrinsic width</q> of a video, as well as to reference the <q>pixel ratio override</q>.</li> + <li>A definition of the term <q>poster frame</q> + (the resource given by the + <code class=htmlattribute>poster</code> + attribute) was + added, and instances of the phrase “resource given + by the poster attribute” throughout were changed + to <q>poster frame</q>.</li> + <li>The following statement was added: + <blockquote> + <p>Notwithstanding the above, the poster frame + should be preferred over nothing, but the poster + frame should not be shown again after a frame of + video has been shown.</p> + </blockquote> + </li> <li>The following notes were added: <blockquote> - <p><q>The image - given by the poster attribute is intended to be - a poster frame, a representative frame of the - video (typically one of the first non-blank - frames) that gives the user an idea of what the - video is like</q></p> - <p><q>The image given by the poster attribute is - not affected by the pixel ratio - conversions.</q></p> + <p><q>The image given by the poster attribute, + the poster frame, is intended to be a + representative frame of the video (typically + one of the first non-blank frames) that gives + the user an idea of what the video is + like.</q></p> + <p><q>The poster frame is not affected by the + pixel ratio conversions.</q></p> </blockquote> </li> - <li>In regard to the URL for the poster, + <li>In regard to the URL for the poster attribute, the following statement was added: <q>If the specified resource is to be used, it must be fetched when the element is created or @@ -691,7 +705,8 @@ <code class=domattribute>volume</code> attribute must be <code>1.0</code> (the text had previously - stated that it must be <code>0.5</code>).</li> + stated that the initial value must be + <code>0.5</code>).</li> </ul> </section> <section id=the-canvas_wd2>
Received on Wednesday, 9 July 2008 09:35:04 UTC