Skip to content

Commit fa6a6b7

Browse files
authored
Merge pull request w3c#3295 from Loirooriol/aspect-ratio-typo
[css-sizing-4] Typo: s/as tall as it is high/as tall as it is wide/
2 parents fd7e726 + 604e710 commit fa6a6b7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

css-sizing-4/Overview.bs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ Aspect Ratio Limits Option A: the ''from-ratio''</h3>
177177
In the following example,
178178
the box is as wide as the container (as usual),
179179
and its height is as tall as needed to contain its content
180-
but at least as tall as it is high.
180+
but at least as tall as it is wide.
181181

182182
<pre>
183183
div {
@@ -220,7 +220,7 @@ Aspect Ratio Limits Option B: the ''tr'' unit</h3>
220220
In the following example,
221221
the box is as wide as the container (as usual),
222222
and its height is as tall as needed to contain its content
223-
but at least as tall as it is high.
223+
but at least as tall as it is wide.
224224

225225
<pre>
226226
div {

0 commit comments

Comments
 (0)