hixie: Change how the intrinsic ratio is applied to match implementations. (whatwg r3867)

hixie: Change how the intrinsic ratio is applied to match
implementations. (whatwg r3867)

http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.3031&r2=1.3032&f=h
http://html5.org/tools/web-apps-tracker?from=3866&to=3867

===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.3031
retrieving revision 1.3032
diff -u -d -r1.3031 -r1.3032
--- Overview.html 16 Sep 2009 00:06:53 -0000 1.3031
+++ Overview.html 16 Sep 2009 00:27:02 -0000 1.3032
@@ -18291,8 +18291,8 @@
   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>
+  must apply the ratio by increasing one dimension and leaving the
+  other unchanged.</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 Wednesday, 16 September 2009 00:27:59 UTC