- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 14 Sep 2009 06:43:46 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv29842 Modified Files: Overview.html Log Message: Define how to scale anamorphic video. (whatwg r3833) Index: Overview.html =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.3000 retrieving revision 1.3001 diff -u -d -r1.3000 -r1.3001 --- Overview.html 14 Sep 2009 06:31:00 -0000 1.3000 +++ Overview.html 14 Sep 2009 06:43:43 -0000 1.3001 @@ -18312,7 +18312,11 @@ <a href="#media-resource">media resource</a> are the dimensions of the resource in CSS pixels after taking into account the resource's dimensions, aspect ratio, clean aperture, resolution, and so forth, as defined - for the format used by the resource.</p> + for the format used by the resource. If an anamorphic format does + not define how to apply the aspect ratio to the video data's + dimensions to obtain the "correct" dimensions, then the user agent + must assume that the ratio is applied by adjusting the horizontal + dimension only.</p> <p>The <dfn id="dom-video-videowidth" title="dom-video-videoWidth"><code>videoWidth</code></dfn> IDL attribute must return the <a href="#concept-video-intrinsic-width" title="concept-video-intrinsic-width">intrinsic width</a> of the
Received on Monday, 14 September 2009 06:44:01 UTC