Skip to content

Commit c4494a6

Browse files
committed
[css-sizing] Add issue wrt margin collapsing on 'stretch'.
1 parent c372e95 commit c4494a6

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

css-sizing-3/Overview.bs

+2
Original file line numberDiff line numberDiff line change
@@ -420,6 +420,8 @@ Stretch-fit Sizing</h3>
420420
(after any <a href="https://www.w3.org/TR/CSS21/box.html#collapsing-margins">margin collapsing</a>, and treating ''margin/auto'' margins as zero),
421421
borders, and padding.
422422

423+
Issue: Shouldn't this be ignoring margin collapsing?
424+
423425
<p>
424426
The <a>stretch-fit block size</a> of a box is defined analogously,
425427
but in the other dimension.

css-sizing/Overview.bs

+2
Original file line numberDiff line numberDiff line change
@@ -580,6 +580,8 @@ Stretch-fit Sizing</h3>
580580
(after any <a href="https://www.w3.org/TR/CSS21/box.html#collapsing-margins">margin collapsing</a>, and treating ''margin/auto'' margins as zero),
581581
borders, and padding.
582582

583+
Issue: Shouldn't this be ignoring margin collapsing?
584+
583585
<p>
584586
The <a>stretch-fit block size</a> of a box is defined analogously,
585587
but in the other dimension.

0 commit comments

Comments
 (0)