Skip to content

Commit 5ca76ca

Browse files
committed
Various editorial nits reported to the mailing list...
1 parent bdf6e94 commit 5ca76ca

2 files changed

Lines changed: 18 additions & 18 deletions

File tree

css3-writing-modes/Overview.html

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2689,9 +2689,9 @@ <h4 id=orthogonal-auto><span class=secno>7.3.1. </span> Auto-sizing in
26892689
using a <a href="#fill-available"><i>fill-available</i></a> fit into the
26902690
minimum of the <a href="#available-measure"><i>available measure</i></a>
26912691
(when definite) and the <a href="#fallback-measure"><i>fallback available
2692-
measure</i></a>. In other words, the calculation becomes <code>max(<a
2693-
href="#min-content"><i>min-content</i></a>, min(<a
2694-
href="#max-content"><i>max-content</i></a>, <a
2692+
measure</i></a>. In other words, the calculation becomes <code>min(<a
2693+
href="#max-content"><i>max-content</i></a>, max(<a
2694+
href="#min-content"><i>min-content</i></a>, <a
26952695
href="#fill-available"><i>fill-available</i></a>, <i>fill-<a
26962696
href="#fallback-measure">fallback</a></i>))</code> (where <a
26972697
href="#fill-available"><i>fill-available</i></a> is dropped when
@@ -3980,7 +3980,7 @@ <h2 class=no-num id=intrinsic-sizing>Appendix D: Intrinsic Dimensions</h2>
39803980
<dd>Called the <i>preferred minimum width</i> in <a
39813981
href="http://www.w3.org/TR/CSS21/visudet.html#float-width">CSS2.1§10.3.5</a>
39823982
and the <i>minimum content width</i> in <a
3983-
href="http://www.w3.org/TR/CSS21/tables.html#auto-table-layout">CSS2.1§5.2.2</a>,
3983+
href="http://www.w3.org/TR/CSS21/tables.html#auto-table-layout">CSS2.1§17.5.2.2</a>,
39843984
the <dfn id=min-content-measure>min-content measure</dfn> is defined
39853985
roughly as the narrowest measure a box could take while fitting around
39863986
its contents if <em>all</em> line break opportunities within the box were
@@ -3991,7 +3991,7 @@ <h2 class=no-num id=intrinsic-sizing>Appendix D: Intrinsic Dimensions</h2>
39913991
<dd>Called the <i>preferred width</i> in <a
39923992
href="http://www.w3.org/TR/CSS21/visudet.html#float-width">CSS2.1§10.3.5</a>
39933993
and the <i>maximum cell width</i> in <a
3994-
href="http://www.w3.org/TR/CSS21/tables.html#auto-table-layout">CSS2.1§5.2.2</a>,
3994+
href="http://www.w3.org/TR/CSS21/tables.html#auto-table-layout">CSS2.1§17.5.2.2</a>,
39953995
the <dfn id=max-content-measure>max-content measure</dfn> is defined
39963996
roughly as the narrowest measure a box could take while fitting around
39973997
its contents if <em>none</em> of the optional line break opportunities
@@ -4027,8 +4027,8 @@ <h2 class=no-num id=intrinsic-sizing>Appendix D: Intrinsic Dimensions</h2>
40274027
and <a href="http://www.w3.org/TR/css3-multicol/#pseudo-algorithm">CSS
40284028
Multi-column Layout § 3.4</a>, the <dfn
40294029
id=fit-content-measure>fit-content measure</dfn> is defined as
4030-
<code>max(<a href="#min-content"><i>min-content</i></a>, min(<a
4031-
href="#max-content"><i>max-content</i></a>, <a
4030+
<code>min(<a href="#max-content"><i>max-content</i></a>, max(<a
4031+
href="#min-content"><i>min-content</i></a>, <a
40324032
href="#fill-available"><i>fill-available</i></a>))</code> if the
40334033
available measure is finite, and as the <a
40344034
href="#max-content"><i>max-content</i></a> measure otherwise. The <dfn
@@ -4047,7 +4047,7 @@ <h2 class=no-num id=intrinsic-sizing>Appendix D: Intrinsic Dimensions</h2>
40474047
for elements with ‘<code class=css>height: auto</code>’.
40484048

40494049
<p>For replaced elements, the <a href="#min-content"><i>min-content</i></a>
4050-
and <a href="#max-content"><i>max-content</i></a> sizes are the same and
4050+
and <a href="#max-content"><i>max-content</i></a> sizes are equivalent and
40514051
correspond used size of the replaced element according to the ‘<code
40524052
class=css>auto</code>’ width and height calculations.
40534053

@@ -4182,9 +4182,9 @@ <h4 id="multicol-intrinsic-columns">
41824182

41834183
<dt><a href="#fit-content"><code class=css>fit-content</code></a>
41844184

4185-
<dd>Specifies the optimal column width as <code>max(<a
4186-
href="#min-content"><i>min-content</i></a>, min(<a
4187-
href="#max-content"><i>max-content</i></a>, <a
4185+
<dd>Specifies the optimal column width as <code>min(<a
4186+
href="#max-content"><i>max-content</i></a>, max(<a
4187+
href="#min-content"><i>min-content</i></a>, <a
41884188
href="#fill-available"><i>fill-available</i></a>))</code>.
41894189
</dl>
41904190

css3-writing-modes/Overview.src.html

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1935,8 +1935,8 @@ <h4 id="orthogonal-auto">
19351935
a <i>fill-available</i> fit into the minimum of the
19361936
<i>available measure</i> (when definite) and the <i>fallback available measure</i>.
19371937
In other words, the calculation becomes
1938-
<code>max(<a href="#min-content"><i>min-content</i></a>,
1939-
min(<a href="#max-content"><i>max-content</i></a>, <a href="#fill-available"><i>fill-available</i></a>, <i>fill-<a href="#fallback-measure">fallback</a></i>))</code>
1938+
<code>min(<a href="#max-content"><i>max-content</i></a>,
1939+
max(<a href="#min-content"><i>min-content</i></a>, <a href="#fill-available"><i>fill-available</i></a>, <i>fill-<a href="#fallback-measure">fallback</a></i>))</code>
19401940
(where <i>fill-available</i> is dropped when indefinite).
19411941

19421942
<h4 id="orthogonal-multicol">
@@ -2917,15 +2917,15 @@ <h2 id="intrinsic-sizing" class="no-num">Appendix D:
29172917
<dd>Called the <i>preferred minimum width</i> in
29182918
<a href="http://www.w3.org/TR/CSS21/visudet.html#float-width">CSS2.1&sect;10.3.5</a>
29192919
and the <i>minimum content width</i> in
2920-
<a href="http://www.w3.org/TR/CSS21/tables.html#auto-table-layout">CSS2.1&sect;5.2.2</a>,
2920+
<a href="http://www.w3.org/TR/CSS21/tables.html#auto-table-layout">CSS2.1&sect;17.5.2.2</a>,
29212921
the <dfn>min-content measure</dfn> is defined roughly as the narrowest
29222922
measure a box could take while fitting around its contents if <em>all</em>
29232923
line break opportunities within the box were taken.
29242924
<dt><dfn>max-content</dfn></dt>
29252925
<dd>Called the <i>preferred width</i> in
29262926
<a href="http://www.w3.org/TR/CSS21/visudet.html#float-width">CSS2.1&sect;10.3.5</a>
29272927
and the <i>maximum cell width</i> in
2928-
<a href="http://www.w3.org/TR/CSS21/tables.html#auto-table-layout">CSS2.1&sect;5.2.2</a>,
2928+
<a href="http://www.w3.org/TR/CSS21/tables.html#auto-table-layout">CSS2.1&sect;17.5.2.2</a>,
29292929
the <dfn>max-content measure</dfn> is defined roughly as the narrowest
29302930
measure a box could take while fitting around its contents if <em>none</em>
29312931
of the optional line break opportunities within the box were taken.
@@ -2952,7 +2952,7 @@ <h2 id="intrinsic-sizing" class="no-num">Appendix D:
29522952
and
29532953
<a href="http://www.w3.org/TR/css3-multicol/#pseudo-algorithm">CSS Multi-column Layout &sect; 3.4</a>,
29542954
the <dfn>fit-content measure</dfn> is defined as
2955-
<code>max(<i>min-content</i>, min(<i>max-content</i>, <i>fill-available</i>))</code>
2955+
<code>min(<i>max-content</i>, max(<i>min-content</i>, <i>fill-available</i>))</code>
29562956
if the available measure is finite, and as the <i>max-content</i>
29572957
measure otherwise. The <dfn>fit-content extent</dfn> is calculated
29582958
from the same expression applied to the block dimension.
@@ -2966,7 +2966,7 @@ <h2 id="intrinsic-sizing" class="no-num">Appendix D:
29662966
for elements with ''height: auto''.
29672967

29682968
<p>For replaced elements, the <i>min-content</i> and <i>max-content</i>
2969-
sizes are the same and correspond used size of the replaced element
2969+
sizes are equivalent and correspond used size of the replaced element
29702970
according to the ''auto'' width and height calculations.
29712971

29722972
<h3 id="multicol-intrinsic" class="no-num">
@@ -3071,7 +3071,7 @@ <h4 id="multicol-intrinsic-columns">
30713071
of the multi-column element.
30723072
<dt>''fit-content''
30733073
<dd>Specifies the optimal column width as
3074-
<code>max(<i>min-content</i>, min(<i>max-content</i>, <i>fill-available</i>))</code>.
3074+
<code>min(<i>max-content</i>, max(<i>min-content</i>, <i>fill-available</i>))</code>.
30753075
</dl>
30763076

30773077
<h2 class="no-num">

0 commit comments

Comments
 (0)