Skip to content

Commit 2a0b174

Browse files
committed
fix typo
1 parent 9a65c43 commit 2a0b174

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

css3-writing-modes/Overview.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2830,8 +2830,9 @@ <h2 class=no-num id=appendix-b-intrinsic-sizing>Appendix B: Intrinsic
28302830
Multi-column Layout &sect; 3.4</a>, the <dfn
28312831
id=fit-content-measure>fit-content measure</dfn> is defined as max(<a
28322832
href="#min-content"><i>min-content</i></a>, min(<a
2833-
href="#max-content"><i>max-content</i></a>, <i>fit-available</i>)) if the
2834-
available measure is finite, and as the <a
2833+
href="#max-content"><i>max-content</i></a>, <a
2834+
href="#fill-available"><i>fill-available</i></a>)) if the available
2835+
measure is finite, and as the <a
28352836
href="#max-content"><i>max-content</i></a> measure otherwise.
28362837
</dl>
28372838

css3-writing-modes/Overview.src.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2128,7 +2128,7 @@ <h2 class="no-num">Appendix B:
21282128
and
21292129
<a href="http://www.w3.org/TR/css3-multicol/#pseudo-algorithm">CSS3 Multi-column Layout &sect; 3.4</a>,
21302130
the <dfn>fit-content measure</dfn> is defined as
2131-
max(<i>min-content</i>, min(<i>max-content</i>, <i>fit-available</i>))
2131+
max(<i>min-content</i>, min(<i>max-content</i>, <i>fill-available</i>))
21322132
if the available measure is finite, and as the <i>max-content</i>
21332133
measure otherwise.
21342134
</dl>

0 commit comments

Comments
 (0)