- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 23 Jul 2008 06:30:18 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/pubnotes In directory hutz:/tmp/cvs-serv22734 Modified Files: Overview.html Overview.src.html Log Message: 1.1092 "Revamp of the intrinsic dimensions and pixel ratio definitions." Index: Overview.html =================================================================== RCS file: /sources/public/html5/pubnotes/Overview.html,v retrieving revision 1.328 retrieving revision 1.329 diff -u -d -r1.328 -r1.329 --- Overview.html 23 Jul 2008 05:57:50 -0000 1.328 +++ Overview.html 23 Jul 2008 06:30:16 -0000 1.329 @@ -36,7 +36,7 @@ of the changes without necessarily needing to read the specification itself.</p> <div class="ednote"><h4 class="ednoteHeader">Editorial note</h4><p>This document was generated on - <b>2008-07-23T14:57:19+09:00</b>.</p></div></div> + <b>2008-07-23T15:29:35+09:00</b>.</p></div></div> <div id="status"> <h2>Status of this Document</h2> <p><em> @@ -161,6 +161,8 @@ </li> </ul> </li> +<li id="dimension_wd2-toc"><a href="#dimension_wd2">Section 4.7.17, Dimension attributes</a> +</li> </ul> </li> <li id="scripting0_wd2-toc"><a href="#scripting0_wd2">Section 4.10, Scripting</a> @@ -1394,6 +1396,24 @@ height</q> and <q>intrinsic width</q> of a video, as well as to reference the <q>pixel ratio override</q>.</li> + <li>The following statements were added: + <blockquote> + <p><q>The video element supports dimension + attributes.</q></p> + <p><q>Video content should be rendered inside the + element’s playback area such that the video + content is shown centered in the playback area + at the largest possible size that fits + completely within it, with the video content’s + adjusted aspect ratio being preserved. Thus, + if the aspect ratio of the playback area does + not match the adjusted aspect ratio of the + video, the video will be shown letterboxed. + Areas of the element’s playback area that do + not contain the video represent + nothing.</q></p> + </blockquote> + </li> <li>A definition of the term <q>poster frame</q> (the resource given by the <code class="htmlattribute">poster</code> @@ -1788,6 +1808,25 @@ </ul> </div> </div> + <div id="dimension_wd2" class="section"> + <h2>Section 4.7.17, Dimension attributes <a class="hash" href="#dimension_wd2">#</a> <a class="toc-bak" href="#dimension_wd2-toc">T</a></h2><div class="spec-links"><p class="spec-link">View “<a href="http://www.w3.org/html/wg/html5/#dimension">Section 4.7.17, Dimension attributes</a>” in the + current “Editor’s Draft” + version of the specification.</p><p class="spec-link">View + + “<a href="http://people.w3.org/mike/diffs/html5/spec/Overview.diff.html#dimension">Section 4.7.17, Dimension attributes</a>” + in a + diff-marked version of the specification, showing + changes made between + 10 June 2008 + and + current “Editor’s Draft”.</p></div> + <p>Refinements were made the text specifying + handling related to the + <code class="htmlattribute">width</code> + and + <code class="htmlattribute">height</code> + attributes.</p> + </div> </div> <div id="scripting0_wd2" class="section"> <h2>Section 4.10, Scripting <a class="hash" href="#scripting0_wd2">#</a> <a class="toc-bak" href="#scripting0_wd2-toc">T</a></h2><div class="spec-links"><p class="spec-link">View “<a href="http://www.w3.org/html/wg/html5/#scripting0">Section 4.10, Scripting</a>” in the Index: Overview.src.html =================================================================== RCS file: /sources/public/html5/pubnotes/Overview.src.html,v retrieving revision 1.320 retrieving revision 1.321 diff -u -d -r1.320 -r1.321 --- Overview.src.html 23 Jul 2008 05:57:51 -0000 1.320 +++ Overview.src.html 23 Jul 2008 06:30:16 -0000 1.321 @@ -640,6 +640,24 @@ height</q> and <q>intrinsic width</q> of a video, as well as to reference the <q>pixel ratio override</q>.</li> + <li>The following statements were added: + <blockquote> + <p><q>The video element supports dimension + attributes.</q></p> + <p><q>Video content should be rendered inside the + element’s playback area such that the video + content is shown centered in the playback area + at the largest possible size that fits + completely within it, with the video content’s + adjusted aspect ratio being preserved. Thus, + if the aspect ratio of the playback area does + not match the adjusted aspect ratio of the + video, the video will be shown letterboxed. + Areas of the element’s playback area that do + not contain the video represent + nothing.</q></p> + </blockquote> + </li> <li>A definition of the term <q>poster frame</q> (the resource given by the <code class=htmlattribute>poster</code> @@ -999,6 +1017,15 @@ </ul> </section> </section> + <section id=dimension_wd2> + <h2>Section 4.7.17, Dimension attributes</h2> + <p>Refinements were made the text specifying + handling related to the + <code class=htmlattribute>width</code> + and + <code class=htmlattribute>height</code> + attributes.</p> + </section> </section> <section id=scripting0_wd2> <h2>Section 4.10, Scripting</h2>
Received on Wednesday, 23 July 2008 06:30:52 UTC