Skip to content

Commit

Permalink
[gow] (2) Change how the intrinsic ratio is applied to match implemen…
Browse files Browse the repository at this point in the history
…tations.

git-svn-id: http://svn.whatwg.org/webapps@3867 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Sep 16, 2009
1 parent 94cda7d commit 2e94aa6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions index
Expand Up @@ -20929,8 +20929,8 @@ href="?audio"&gt;audio&lt;/a&gt; test instead.)&lt;/p&gt;</pre>
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
Expand Down
4 changes: 2 additions & 2 deletions source
Expand Up @@ -22469,8 +22469,8 @@ href="?audio">audio&lt;/a> test instead.)&lt;/p></pre>
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
Expand Down

0 comments on commit 2e94aa6

Please sign in to comment.