Skip to content

Commit 005b68f

Browse files
committed
[css3-sizing] Specify that fill-available is computed after margin-collapsing.
1 parent 1843e8c commit 005b68f

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

css3-sizing/Overview.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -868,7 +868,9 @@ <h2 id=extrinsic-sizing><span class=secno>5. </span> Extrinsic Size
868868
</ul>
869869
</ul>
870870

871-
<p> …less the box's inline-axis margins, borders, and padding.
871+
<p> …less the box's inline-axis margins (after <a
872+
href="http://www.w3.org/TR/CSS21/box.html#collapsing-margins">margin
873+
collapsing</a>), borders, and padding.
872874

873875
<p> The <a href="#fill-available-extent"><i>fill-available extent</i></a>
874876
of a box is defined analogously, but in the other dimension.

css3-sizing/Overview.src.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -612,7 +612,7 @@ <h2 id='extrinsic-sizing'>
612612
</ul>
613613
</ul>
614614

615-
&hellip;less the box's inline-axis margins, borders, and padding.
615+
&hellip;less the box's inline-axis margins (after <a href="http://www.w3.org/TR/CSS21/box.html#collapsing-margins">margin collapsing</a>), borders, and padding.
616616

617617
<p>
618618
The <i>fill-available extent</i> of a box is defined analogously,

0 commit comments

Comments
 (0)