- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 09 Jul 2008 09:33:22 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/pubnotes In directory hutz:/tmp/cvs-serv24044 Modified Files: Overview.html Overview.src.html Log Message: 1.1039 Define handling of poster frame on <video> in more detail. (whatwg r1850) Index: Overview.html =================================================================== 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:33:56 UTC