Skip to content

Commit 73deb7e

Browse files
committed
[css-sizing] Specify that auto margins are treated as zero for intrinsic sizing purposes. https://lists.w3.org/Archives/Public/www-style/2015Mar/0187.html
1 parent 6f6c49b commit 73deb7e

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

css-sizing-3/Overview.bs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -212,6 +212,9 @@ Intrinsic Size Contributions</h3>
212212
The size that a box contributes to its <a>containing block</a>'s <a>min-content size</a>.
213213
</dl>
214214

215+
Intrinsic size contributions are based on the <a>outer size</a> of the box;
216+
for this purpose ''auto'' margins are treated as zero.
217+
215218
<h3 id='constraints'>
216219
Intrinsic Size Constraints</h3>
217220

css-sizing/Overview.bs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -212,6 +212,9 @@ Intrinsic Size Contributions</h3>
212212
The size that a box contributes to its <a>containing block</a>'s <a>min-content size</a>.
213213
</dl>
214214

215+
Intrinsic size contributions are based on the <a>outer size</a> of the box;
216+
for this purpose ''auto'' margins are treated as zero.
217+
215218
<h3 id='constraints'>
216219
Intrinsic Size Constraints</h3>
217220

0 commit comments

Comments
 (0)