[html5] r3867 - [gow] (2) Change how the intrinsic ratio is applied to match implementations.

whatwg at whatwg.org whatwg at whatwg.org
Tue Sep 15 17:32:39 PDT 2009


Author: ianh
Date: 2009-09-15 17:32:38 -0700 (Tue, 15 Sep 2009)
New Revision: 3867

Modified:
   index
   source
Log:
[gow] (2) Change how the intrinsic ratio is applied to match implementations.

Modified: index
===================================================================
--- index	2009-09-16 00:15:54 UTC (rev 3866)
+++ index	2009-09-16 00:32:38 UTC (rev 3867)
@@ -20929,8 +20929,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

Modified: source
===================================================================
--- source	2009-09-16 00:15:54 UTC (rev 3866)
+++ source	2009-09-16 00:32:38 UTC (rev 3867)
@@ -22469,8 +22469,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
   title="dom-video-videoWidth"><code>videoWidth</code></dfn> IDL




More information about the Commit-Watchers mailing list