Skip to content

Commit

Permalink
Merge pull request #3295 from Loirooriol/aspect-ratio-typo
Browse files Browse the repository at this point in the history
[css-sizing-4] Typo: s/as tall as it is high/as tall as it is wide/
  • Loading branch information
tabatkins authored Nov 9, 2018
2 parents fd7e726 + 604e710 commit fa6a6b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions css-sizing-4/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ Aspect Ratio Limits Option A: the ''from-ratio''</h3>
In the following example,
the box is as wide as the container (as usual),
and its height is as tall as needed to contain its content
but at least as tall as it is high.
but at least as tall as it is wide.

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

<pre>
div {
Expand Down

0 comments on commit fa6a6b7

Please sign in to comment.