Skip to content

Commit 449074d

Browse files
committed
--HG-- extra : rebase_source : 81944f02842d5188be0341d7a6a5ee5f3066b121
1 parent 6e067a8 commit 449074d

2 files changed

Lines changed: 11 additions & 13 deletions

File tree

css3-page/Overview.html

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1404,15 +1404,13 @@ <h4 id=margin-dimension><span class=secno>6.3.2. </span>Margin Box
14041404
<li>The sum of the outer widths of the three boxes is equal to max box
14051405
width. (Margin box margins do not collapse.)
14061406

1407-
<li>If the center box is not empty or if its computed width is not
1408-
<code class=property>auto</code>’, then the outer widths of the
1409-
other two boxes are equal to each other (i.e., the center box is
1410-
centered in that case).
1411-
1412-
<li>If a box is empty and its computed width is ‘<code
1413-
class=property>auto</code>’, then the used values of its left and
1414-
right padding width and left and right border width are all 0. (This
1415-
makes such a box invisible, because, by item 5, its width is also 0.)
1407+
<li>If the center box exists, then the outer widths of the other two
1408+
boxes are equal to each other (i.e., the center box is centered in
1409+
that case).
1410+
1411+
<li>If a margin box is not generated, then the used values of its
1412+
width, left and right padding, and left and right border width in
1413+
these formulas are all 0.
14161414

14171415
<li>The used values of the margin boxes' left and right margins are
14181416
their respective computed values, unless the respective computed value

css3-page/Overview.src.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1005,12 +1005,12 @@ <h4 id="margin-dimension">Margin Box Variable Dimension Computation Rules</h4>
10051005
<ol>
10061006
<li>The sum of the outer widths of the three boxes is equal to max box width.
10071007
(Margin box margins do not collapse.)</li>
1008-
<li>If the center box is not empty or if its computed width is not 'auto', then
1008+
<li>If the center box exists, then
10091009
the outer widths of the other two boxes are equal to each other (i.e., the
10101010
center box is centered in that case).</li>
1011-
<li>If a box is empty and its computed width is 'auto', then the used values of
1012-
its left and right padding width and left and right border width are all 0.
1013-
(This makes such a box invisible, because, by item 5, its width is also 0.)</li>
1011+
<li>If a margin box is not generated, then the used values of
1012+
its width, left and right padding, and left and right border width
1013+
in these formulas are all 0.
10141014
<li>The used values of the margin boxes' left and right margins are their
10151015
respective computed values, unless the respective computed value is 'auto'.</li>
10161016
<li>If a box's computed width is 'auto', then its used width must be greater

0 commit comments

Comments
 (0)